-- MySQL dump 10.11 -- -- Host: localhost Database: dstore -- ------------------------------------------------------ -- Server version 5.0.91yes /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES euckr */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `ASADAL_AUTH_GROUP` -- DROP TABLE IF EXISTS `ASADAL_AUTH_GROUP`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_AUTH_GROUP` ( `seq` int(11) NOT NULL auto_increment, `groupname` varchar(100) NOT NULL default '', `auth_seq` text, PRIMARY KEY (`seq`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_AUTH_GROUP` -- LOCK TABLES `ASADAL_AUTH_GROUP` WRITE; /*!40000 ALTER TABLE `ASADAL_AUTH_GROUP` DISABLE KEYS */; INSERT INTO `ASADAL_AUTH_GROUP` VALUES (1,'',''); /*!40000 ALTER TABLE `ASADAL_AUTH_GROUP` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_AUTH_MENU` -- DROP TABLE IF EXISTS `ASADAL_AUTH_MENU`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_AUTH_MENU` ( `seq` int(11) NOT NULL auto_increment, `level` tinyint(1) NOT NULL default '1', `parent` int(11) NOT NULL default '0', `child` int(11) NOT NULL default '0', `title` varchar(100) NOT NULL default '', `name` varchar(50) NOT NULL default '', `info` varchar(255) NOT NULL default '', `root_seq` int(11) NOT NULL default '0', `auto` tinyint(1) NOT NULL default '0', `link` varchar(255) NOT NULL default '', `yes_use` tinyint(1) default '1', `yes_show` tinyint(1) default '1', `ranking` mediumint(8) unsigned default NULL, `img` varchar(50) default NULL, `img_over` varchar(50) default NULL, `dparent` int(11) default '0', PRIMARY KEY (`seq`), KEY `level` (`level`), KEY `dparent` (`dparent`), KEY `title` (`title`) ) ENGINE=MyISAM AUTO_INCREMENT=105 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_AUTH_MENU` -- LOCK TABLES `ASADAL_AUTH_MENU` WRITE; /*!40000 ALTER TABLE `ASADAL_AUTH_MENU` DISABLE KEYS */; INSERT INTO `ASADAL_AUTH_MENU` VALUES (1,1,0,3,'¡Æ?¢¬???¡¾???','¡¾?¨¬?¡Æ?¢¬???','¡Æ?¢¬???¡¾???',1,1,'',1,1,6,NULL,NULL,0),(2,2,1,0,'¡Æ?¢¬???¡¾???¨ù©ø?¢´','¡¾?¨¬?¡Æ?¢¬???','¡Æ?¢¬???¡¾???¨ù©ø?¢´',1,1,'',1,1,2,NULL,NULL,0),(3,2,1,0,'¡Æ?¢¬???¢¬?¡¤?','¡¾?¨¬?¡Æ?¢¬???','¡Æ?¢¬???¢¬?¡¤?',1,1,'',1,1,1,NULL,NULL,0),(4,2,1,0,'¡Æ?¢¬??? ¡¾???','¡¾?¨¬?¡Æ?¢¬???','¡Æ?¢¬??? ¡¾???',1,1,'',1,1,3,NULL,NULL,0),(5,1,0,4,'¡Æ?¨ö?¨¡?','¡¾?¨¬?¡Æ?¢¬???','¡Æ?¨ö?¨¡?',5,1,'',1,1,3,NULL,NULL,0),(6,1,6,3,'¢¬¨­??','¡¾?¨¬?¡Æ?¢¬???','¢¬¨­??',6,1,'',1,1,2,'','',6),(7,2,5,0,'¡Æ?¨ö?¨¡? ??¨ù¨¬','¡¾?¨¬?¡Æ?¢¬???','¡Æ?¨ö?¨¡? ??¨ù¨¬',5,1,'',1,1,2,NULL,NULL,0),(8,1,0,7,'??¡¾???¡Æ©¡','¡¾?¨¬?¡Æ?¢¬???','??¡¾???¡Æ©¡',8,1,'',1,1,5,NULL,NULL,0),(9,2,5,0,'¡Æ?¨ö?¨¡? ¢¬?¡¤?','¡¾?¨¬?¡Æ?¢¬???','¡Æ?¨ö?¨¡? ¢¬?¡¤?',5,1,'',1,1,1,NULL,NULL,0),(13,1,0,3,'??¨ù???¡Æ?','¡¾?¨¬?¡Æ?¢¬???','??¨ù???¡Æ?',13,1,'',1,1,3,NULL,NULL,0),(14,2,13,0,'??¡Æ?¨¬¢¬¡¾?','¡¾?¨¬?¡Æ?¢¬???','??¡Æ?¨¬¢¬¡¾?',13,1,'',1,1,2,NULL,NULL,0),(15,2,13,0,'¨¬¨¢¡¤?¡Æ?¢¬?','¡¾?¨¬?¡Æ?¢¬???','¨¬¨¢¡¤?¡Æ?¢¬?',13,1,'',1,1,3,NULL,NULL,0),(16,1,0,10,'?¢¬¢¯©ª¡Æ?¢¬?','¡¾?¨¬?¡Æ?¢¬???','?¢¬¢¯©ª¡Æ?¢¬?',16,1,'',1,1,1,NULL,NULL,0),(17,1,0,3,'¨ù©ø©ö??¢Ò??','¡¾?¨¬?¡Æ?¢¬???','¨ù©ø©ö??¢Ò??',17,1,'',1,1,4,NULL,NULL,0),(18,2,16,0,'?¢¬¢¯©ª¡Æ?¢¬? ¢¬?¡¤?','¡¾?¨¬?¡Æ?¢¬???','?¢¬¢¯©ª¡Æ?¢¬? ¢¬?¡¤?',16,1,'',1,1,1,NULL,NULL,0),(19,2,16,0,'?¢¬¢¯©ª¡¾???¡Æ?¢¬?','¡¾?¨¬?¡Æ?¢¬???','¡¾???¡Æ?¢¬?',16,1,'',1,1,9,NULL,NULL,0),(20,2,16,0,'??¡Æ©¡¨ù©ø?¢´','¡¾?¨¬?¡Æ?¢¬???','¡Æ¢®??¨¡? ©ö¡¿ ??¡Æ©¡¨ù©ø?¢´ ¡Æ?¡¤? ¡¾???',16,1,'',1,1,9,NULL,NULL,0),(21,2,16,0,'¢¬¨­??©ö©¬¨ù?','¡¾?¨¬?¡Æ?¢¬???','¢¬¨­??©ö©¬¨ù? ¡Æ?¡¤? ¡¾???',16,1,'',1,1,10,NULL,NULL,0),(22,2,17,0,'¨¬¨¢¡¤? ??¨ù¨¬','¡¾?¨¬?¡Æ?¢¬???','¨¬¨¢¡¤? ??¨ù¨¬',17,1,'',1,1,2,NULL,NULL,0),(23,2,16,0,'?¢¬¢¯©ª?¢´¨¬¢¬¨ù??¢´','¡¾?¨¬?¡Æ?¢¬???','?¢¬¢¯©ª ?©¬¡Æ¢®,¨ù??¢´,???? ??',16,1,'',1,1,2,NULL,NULL,0),(33,2,16,0,'©ø????©ª¡Æ?¢¬?','¡¾?¨¬?¡Æ?¢¬???','©ø????©ª¡Æ?¢¬?',16,1,'',1,1,3,NULL,NULL,0),(34,2,16,0,'¨¡¡À??¨¡? ¢¬?¡¤?','¡¾?¨¬?¡Æ?¢¬???','¨¡¡À??¨¡? ¢¬?¡¤?',16,1,'',1,1,4,NULL,NULL,0),(35,2,16,0,'¨¡¡À??¨¡? ¡Æ?¢¬?','¡¾?¨¬?¡Æ?¢¬???','¨¡¡À??¨¡? ¡Æ?¢¬?',16,1,'',1,1,5,NULL,NULL,0),(36,2,16,0,'¢¯©ö?¢®¡¾? ¢¬?¡¤?','¡¾?¨¬?¡Æ?¢¬???','¢¯©ö?¢®¡¾? ¢¬?¡¤?',16,1,'',1,1,6,NULL,NULL,0),(37,2,16,0,'¢¯©ö?¢®¡¾? ¡Æ?¢¬?','¡¾?¨¬?¡Æ?¢¬???','¢¯©ö?¢®¡¾? ¡Æ?¢¬?',16,1,'',1,1,7,NULL,NULL,0),(38,2,8,0,'¡Æ?¢¬??? ¨¡?????¨ù©ø?¢´','¡¾?¨¬?¡Æ?¢¬???','??¡¾? ??¡Æ©¡ ¨ù©ø?¢´?? ¡Æ?¢¬??? ¨¡?????¨ù©ø?¢´',8,1,'',1,1,2,NULL,NULL,0),(39,2,8,0,'????¨¡?¡Æ?¢¬?','¡¾?¨¬?¡Æ?¢¬???','??¡¾? ??¡Æ©¡ ¨ù©ø?¢´?? ????¨¡?¡Æ?¢¬?',8,1,'',1,1,3,NULL,NULL,0),(40,2,8,0,'¡Æ?¨ö?¨¡? ??¡Æ©¡¨ù©ø?¢´','¡¾?¨¬?¡Æ?¢¬???','??¡¾? ??¡Æ©¡ ¨ù©ø?¢´?? ¡Æ?¨ö?¨¡? ??¡Æ©¡¨ù©ø?¢´',8,1,'',1,1,4,NULL,NULL,0),(41,2,8,0,'¡Æ?¨ö?¨¡? ©ö?¡¾¢¬¡Æ?¢¬?','¡¾?¨¬?¡Æ?¢¬???','??¡¾? ??¡Æ©¡ ¨ù©ø?¢´?? ¡Æ?¨ö?¨¡? ©ö?¡¾¢¬¡Æ?¢¬?',8,1,'',1,1,5,NULL,NULL,0),(42,2,8,0,'??¨ù???¡Æ?','¡¾?¨¬?¡Æ?¢¬???','??¡¾? ??¡Æ©¡ ¨ù©ø?¢´?? ??¨ù???¡Æ?',8,1,'',1,1,6,NULL,NULL,0),(43,2,8,0,'¨ù©ø©ö??¢Ò??','¡¾?¨¬?¡Æ?¢¬???','??¡¾? ??¡Æ©¡ ¨ù©ø?¢´?? ¨ù©ø©ö??¢Ò??',8,1,'',1,1,7,NULL,NULL,0),(44,2,13,0,'??¨ù???¡Æ? ¢¬?¡¤?','¡¾?¨¬?¡Æ?¢¬???','??¨ù???¡Æ? ¢¬?¡¤?',13,1,'',1,1,1,NULL,NULL,0),(45,2,17,0,'¨ù©ø©ö??¢Ò?? ¢¬?¡¤?','¡¾?¨¬?¡Æ?¢¬???','¨ù©ø©ö??¢Ò?? ¢¬?¡¤?',17,1,'',1,1,1,NULL,NULL,0),(46,2,8,0,'??¢¯?¢¬?','¡¾?¨¬?¡Æ?¢¬???','??¢¯?¢¬?',8,1,'',1,1,1,NULL,NULL,0),(48,2,16,0,'¢¯?¨ù¢¯????','¡¾?¨¬?¡Æ?¢¬???','¢¯?¨ù¢¯????',16,1,'',1,1,10,NULL,NULL,0),(100,2,17,0,'poll','¡¾?¨¬?¡Æ?¢¬???','¡¾?¨¬? ¨ù©ø©ö??¢Ò??',17,1,'',1,1,99,NULL,NULL,0),(101,2,5,0,'¡Æ©ª??¡Æ?¨ö?¨¡?','¡¾?¨¬?¡Æ?¢¬???','¡Æ©ª??¡Æ?¨ö?¨¡?',5,1,'',1,1,99,NULL,NULL,0),(102,2,5,0,'????¡Æ?¨ö?¨¡?','¡¾?¨¬?¡Æ?¢¬???','????¡Æ?¨ö?¨¡?',5,1,'',1,1,99,NULL,NULL,0),(11,1,3,5,'???©ª','¡¾?¨¬?¡Æ?¢¬???','???©ª¡Æ?¢¬???¡¤?¡¾¡¿¡¤?',11,1,'',1,1,3,NULL,NULL,0),(28,2,11,1,'???©ª¢¬?¡¤?','¡¾?¨¬?¡Æ?¢¬???','???©ª¢¬?¡¤?',11,1,'',1,1,1,NULL,NULL,0),(29,2,11,1,'¨¬¨¢¡¤???¨ù¨¬','¡¾?¨¬?¡Æ?¢¬???','???©ª¨¬¨¢¡¤???¨ù¨¬',11,1,'',1,1,2,NULL,NULL,0),(93,2,8,0,'???©ª¡Æ?¢¬?','¡¾?¨¬?¡Æ?¢¬???','??¡¾? ??¡Æ©¡ ¨ù©ø?¢´?? ???©ª¡Æ?¢¬?',8,1,'',1,1,6,NULL,NULL,0),(94,2,11,1,'¢¥?¡¾?¡Æ?¢¬?','¡¾?¨¬?¡Æ?¢¬???','???©ª¢¥?¡¾?¡Æ?¢¬?',11,1,'',1,1,3,NULL,NULL,0),(104,2,11,0,'???¡Æ¨ù?¡Æ©ø','¡¾?¨¬?¡Æ?¢¬???','???¡Æ¨ù?¡Æ©ø¡Æ?¢¬?',11,1,'',1,1,99,NULL,NULL,11),(99,2,11,0,'???©ª','¡¾?¨¬?¡Æ?¢¬???','???©ª ?????¡× ¨¬¨¢¡¤?',11,1,'',1,1,98,NULL,NULL,0),(80,2,6,0,'¢¬¨­??¢¬?¡¤?','¡¾?¨¬?¡Æ?¢¬???','¢¬¨­??¢¬?¡¤?',6,1,'',1,1,1,'','',80),(81,2,6,0,'¢¬¨­??¡Æ??¢´¨ù©ø?¢´','¡¾?¨¬?¡Æ?¢¬???','¢¬¨­??¡Æ??¢´¨ù©ø?¢´',6,1,'',1,1,2,'','',81),(82,2,6,0,'¢¬¨­????¡Æ©¡¨ù©ø?¢´','¡¾?¨¬?¡Æ?¢¬???','¢¬¨­????¡Æ©¡¨ù©ø?¢´',6,1,'',1,1,4,'','',82),(83,2,6,0,'??¢¯?¡¾?¢¥?¡Æ?¢¬?','¡¾?¨¬?¡Æ?¢¬???','??¢¯?¡¾?¢¥?¡Æ?¢¬?',6,1,'',1,1,3,'','',83); /*!40000 ALTER TABLE `ASADAL_AUTH_MENU` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_AUTH_USER` -- DROP TABLE IF EXISTS `ASADAL_AUTH_USER`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_AUTH_USER` ( `seq` int(11) NOT NULL auto_increment, `member_num` int(10) default NULL, `id` varchar(20) NOT NULL default '', `name` varchar(30) NOT NULL default '', `auth_seq` int(11) NOT NULL default '0', PRIMARY KEY (`seq`), UNIQUE KEY `user_auth` (`id`,`auth_seq`), KEY `id` (`id`), KEY `auth_seq` (`auth_seq`) ) ENGINE=MyISAM AUTO_INCREMENT=55 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_AUTH_USER` -- LOCK TABLES `ASADAL_AUTH_USER` WRITE; /*!40000 ALTER TABLE `ASADAL_AUTH_USER` DISABLE KEYS */; INSERT INTO `ASADAL_AUTH_USER` VALUES (1,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',1),(2,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',2),(3,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',3),(4,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',4),(5,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',5),(6,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',7),(7,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',8),(8,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',9),(9,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',13),(10,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',14),(11,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',15),(12,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',16),(13,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',17),(14,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',18),(15,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',19),(16,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',20),(17,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',21),(18,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',22),(19,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',23),(20,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',33),(21,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',34),(22,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',35),(23,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',36),(24,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',37),(25,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',38),(26,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',39),(27,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',40),(28,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',41),(29,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',42),(30,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',43),(31,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',44),(32,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',45),(33,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',46),(34,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',48),(35,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',101),(36,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',100),(47,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',102),(37,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',11),(38,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',28),(39,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',29),(40,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',93),(41,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',94),(49,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',104),(46,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',99),(48,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',103),(50,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',6),(51,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',81),(52,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',80),(53,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',82),(54,1,'dstore','¡¾?¨¬?¡Æ?¢¬???',83); /*!40000 ALTER TABLE `ASADAL_AUTH_USER` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_BOARD` -- DROP TABLE IF EXISTS `ASADAL_BOARD`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_BOARD` ( `board_no` int(11) NOT NULL auto_increment, `alias` varchar(50) NOT NULL default '', `writer` varchar(100) NOT NULL default '', `member_num` varchar(32) default '0', `subject` varchar(100) NOT NULL default '', `date` date NOT NULL default '0000-00-00', `count` int(5) NOT NULL default '0', `reCount` int(5) NOT NULL default '0', `contents` text, `email` varchar(50) default NULL, `pw` varchar(100) default NULL, `fileFlag` int(1) default NULL, `level` int(2) default NULL, `ip` varchar(50) NOT NULL default '', `visible` int(1) NOT NULL default '0', `pageUID` varchar(100) NOT NULL default '', `time` varchar(10) NOT NULL default '', `gmt` varchar(50) NOT NULL default '', `whisper` int(1) NOT NULL default '0', `userHtml` tinyint(1) NOT NULL default '0', `category` int(11) NOT NULL default '0', `userField1` varchar(100) default NULL, `userField2` varchar(100) default NULL, `userField3` varchar(100) default NULL, PRIMARY KEY (`board_no`), KEY `pageUID` (`pageUID`), KEY `count` (`count`), KEY `reCount` (`reCount`), KEY `writer` (`writer`), KEY `subject` (`subject`), KEY `gmt` (`gmt`), KEY `ip` (`ip`), KEY `category` (`category`), KEY `idx_alias` (`alias`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_BOARD` -- LOCK TABLES `ASADAL_BOARD` WRITE; /*!40000 ALTER TABLE `ASADAL_BOARD` DISABLE KEYS */; INSERT INTO `ASADAL_BOARD` VALUES (1,'board','¡¾?¨¬?¡Æ?¢¬???','0','¨ú¨¡????¡¤?¢¥? ?????? ??©ø¨£?? ¡Æ?¢¬? ¡¾?¢¥??? ??¡Æ©ª??¢¥?¢¥?.','2006-09-04',0,0,'¨ú¨¡????¡¤?¢¥? ?¡§¨¡????? ????¢¯¢® ??¢¯??? ¢¯?¡¤? ¡Æ¢®?? ??¡¤?¡¾¡¿¡¤??? ??©ø¨£¡¤? ??????¢¯? ??©ø¨£?? ¡Æ?¢¬? ¡¾?¢¥??? ??¡Æ©ª??¡Æ? ??¨ö?¢¥?¢¥?. ??¢¥? ¡Æ? ??¡¤?¡¾¡¿¡¤?¨¬¡Æ¡¤? ¡Æ?¡Æ??? ¡Æ?¢¬??? ¢¬©£??¢¬? ??¡Æ©ª???¢¬¡¤?¨ö? ???? ¡Æ?¢¬?¡Æ¢® ¨ú¨¡¢¥? ¨¬¡Æ?? ¡Æ?¢¬?¢¬? ?¨ª¨ú©¬ ??¢¥? ¨¬?¨¡????? ?¨ª¨ù??? ¡Æ???¢¥?¢¥?.\r\n\r\n¢Ò??? ¢¯?¡¤? ¢¬??? ¡Æ?¢¬???¢¬? ?©¬¡Æ¢®?? ¨ù? ???¢¬¢¬? ¡Æ? ¡Æ?¢¬???¨¬¡Æ¡¤? ??¡¤?¡¾¡¿¡¤?¢¯¢® ¢¥??? ¡Æ?¢¬? ¡¾????? ¨¬¡Æ??¡¤? ¨¬?¢¯??? ¨ù? ??¨ú? ???? ¡Æ?¢¬?¢¬? ??¢¬?¨ù¡©?? ¨¬¡Æ?? ¡Æ?¢¬?¡Æ¢® ¡Æ¢®¢¥?????¡¤? ¡¾¢¬????¢¯¢¥¨ö?¢¥?¢¥?. ??, ¨ú?¢Ò©÷ ¡Æ?¢¬???¢¯¢®¡Æ?¢¥? ¡Æ?¨ö?¨¡?¢¯¢® ¢¥??? ¡Æ?¢¬? ¡¾???¢¬¢¬ ??¡Æ? ¢Ò? ¨ú?¢Ò©÷ ¡Æ?¢¬???¢¯¢®¡Æ?¢¥? ??¨ù???¡Æ?¢¯¢® ¢¥??? ¡Æ?¢¬?¡¾????? ??¢¥? ?? ¡Æ?¢¬???¨¬¡Æ¡¤? ¡¾????? ¢¥¨­¢¬? ¨¬?¢¯??? ¨ù? ??¨ú? ???? ¡Æ?¢¬?¢¯? ¨¬¡Æ?? ¡Æ?¢¬? ¢¬©£??¢¬? ¢¬¢¬?¡¤¨ö??¡Æ¢¥? ¡¾¢¬?¢Ò??¢¥?¢¥?.\r\n\r\n¡¾????? ¢¬¢Ò?¨ö¢¥?¡¤? ?©¬¡Æ¢®?? ¨ù??? ??¨ú? ????¨¡? ¢¯?¢¯? ©ö©¡??¢¯¢® ¢¬?¡Æ? ¡Æ?¢¬??? ¡¾????? ?©¬¡Æ¢®??¢¯? ??¢¯???¨ö? ¨ù? ??¨ö?¢¥?¢¥?.\r\n\r\n??¡¤??? ¢Ò?¨ú?©ø¡© ¡¾???¡¾¢¬?¢Ò¢¥? ???? ¨ú¨¡??¢¥¨­¢¯¢®¨ù¡© ??¢¯???¡Æ? ???¢¬¢¬? ¨ù?¨ö? ¢¬??? ©ø?¢¥? ¡Æ?¢¬???¢¬? ??¡Æ? ¡Æ?¡Æ??? ¡Æ?¢¬???¢¯¢®¡Æ? ??¢¯??? ¡¾???¢¬¢¬ ¨¬?¢¯???¢¯? ??¢¯???¡Æ? ??¨ö?¢¥?¢¥?.\r\n\r\n??¡¾? ©ö?¡¤? ¢Ò?¨ú?©ø¡© ¨ú¨¡????¡¤?¢¬? ¡Æ©¡???¨ª ¨¬¢¬¨ö?¨ö?¢¯?!','dstore@plusapple.com','*1F7ACFF79C195938A232DA88E72B4767F4770A13',NULL,NULL,'211.54.75.93',1,'200404282045236724','20:45:00','1157358322',0,1,0,'','',''),(2,'board','¡¾?¨¬?¡Æ?¢¬???','0','?¢¯¨ö?¢¯¢® ¢¯?¡¤? ¡Æ©ø?? ¨ù©ø©ö??¢Ò??¢¬? ?? ¨ù? ??¨ö?¢¥?¢¥?.','2006-09-04',0,0,'¨ù©ø©ö??¢Ò?? ??¡¤?¡¾¡¿¡¤??¨¬ ??????¨¡? ©ö©¡©ö?¡Æ¢¥???? ¢¥????¢¬¡¤? ??¡Æ©¬?? ¨ù?¡¤???¢¯? ?¢¯?©÷???¢¬¡¤? ©ö?¢¯?????¡¤? ??¢¯???¢¥? ??¡¤?¡¾¡¿¡¤???¢¥?¢¥?.\r\n\r\n
\r\n¨ú¨¡??¢¥¨­?? ??¡Æ©ª??¢¥? ¨ù©ø©ö??¢Ò?? ??¡¤?¡¾¡¿¡¤??¨¬ ¨¬¨¢¡¤?¢¬? ¢¯?¡¤? ¡Æ©ø ??¨ù¨¬??¢¯? ?¢¯¨ö?¢¯¢® ¢¯?¡¤? ¡Æ©ø?? ¨ù©ø©ö??¢Ò??¢¬? ?? ¨ù? ??¢¥? ¢¬?¨¡¨ù ¡¾?¢¥??? ??¡Æ©ª??¢¥?¢¥?.\r\n\r\n¢Ò??? ?¢¯¨ö?¢¯¢® ¢¯?¡¤? ¡Æ©ø?? ?¡¿¢¬? ¨ù¡¾?? ¡Æ¢®¢¥? ¢¯?¨ù?, ¡¾??¢¬ ??¡Æ©¬ ¨ù?¡¤? ¢¯?¨¬? ¨ù¡¾?? ¢¯?¨ù?, ???? ¡Æ¢®¢¥? ?¨ö¨ù?¢¬? 1?? 1?¢¬¡¤? ¨ù©ø?¢´?? ¡Æ????? 1????¢¯¢® 1?¢¬¡¤? ¨ù©ø?¢´?? ¡Æ?????¢¯¢® ¢¥??? ¢¯?¨ù? ?? ¢¥?¨ú??? ¢¯?¨ù??? ??¡Æ©ª??¢¥?¢¥?.\r\n\r\n???????? ?????? ¢¯©ª??¢¥? ?????¢¬¡¤? ¨¬?¡Æ©¡?? ¨ù? ???¢¬¢¬? ?¢¬¢¯©ª??¢¯? ¢¯??¢¯??¢¯? ?¢¬¢¯©ª¢¬¢¬ ??????¡Æ? ??¢¥? ¡¾?¢¥??? ??¡Æ©ª??¢¥?¢¥?.\r\n\r\n¢¥?¨ú??? ¡¾?¢¥??? ¨ù©ø©ö??¢Ò?? ??¡¤?¡¾¡¿¡¤??? ??¢¯???¢¯? ?¢¯?©÷???? ??????¨¡? ¢¯?¢¯??? ??¨ö?¡¾? ©ö?¢Ò©ª¢¥?¢¥?.','dstore@plusapple.com','*1F7ACFF79C195938A232DA88E72B4767F4770A13',NULL,NULL,'211.54.75.93',1,'200404282043096627','20:45:10','1157358323',0,1,0,'','',''),(3,'board','¡¾?¨¬?¡Æ?¢¬???','0','????¨¡? ¢¯?¡¤? ¡Æ¡À¢¯¢® ??¢¯??? ¨ù? ??¢¥? ¢¬?¨¡¨ù ??¨ù???¡Æ???¢¥?¢¥?.','2006-09-04',0,0,'¨ú¨¡??¢¥¨­?? ??¡Æ©ª??¢¥? ??¨ù???¡Æ?¢¥? ??¢¯???¢¯? ??¨ù???¡Æ?¢¬? ?¢¯¨ö?¢¯¢® ¡Æ?¢¬??? ¨ù? ??¢¥? ??¡¤?¡¾¡¿¡¤???¢¥?¢¥?.\r\n\r\n¢¥?¨ú??? ¢¬©£¨ú??? ??¢¯???¢¬? ¨¬¢¬¢¯???¢¬? ¢¯?¢¥?, ¨ú???, ???¨ù ?? ¢¯©ª??¢¥? ¢¬©£¨ú??? ¨ù©ø?¢´?? ¨ù? ??¨ö?¢¥?¢¥?. \r\n\r\n
\r\n??¢¯???¢¬? ??¢¬??©¬?? ¢Ò¡× ???¢¯??¢¥? ¡Æ©¡¡¤?¢¬? ??¨ù???¡Æ?, ¡Æ?¢¬???¢¬©£?? ?? ¢¯©ª??¢¥? ¡Æ¡À?¢¬¡¤? ¨ù©ø?¢´?? ¨ù? ??¡Æ?, ??¢¯???¢¬? ¨ù?¡¾©¡ ¨ù??? ??¨ö?¢¥?¢¥?.\r\n\r\n??¨ù???¡Æ?¢¥? ??¨¬¡Æ, ¢¯?¨¬¡Æ, ¢¯???¨¬¡Æ ??¡Æ?¢¬? ??¡Æ©ª??¢¥?¢¥?. \r\n\r\n
\r\n¡¾¡¿¡¤¢®?? ¢¬©£¨ú??? ¢¯©ª??¢¥? ????¡Æ? ¢¬©£¨ú??¢¬¡¤? ¨ù©ø?¢´?? ¨ù? ??¡Æ?, ¢¥¨­¡¤?¡¾?¢¥??? ??¢¯???¢¯? ¨ö¡¾¡Æ? ¢¯©ª??¢¥? ©ø??? ??¡Æ?¢¬? ¨¬¨ù ¨ù? ??¨ö?¢¥?¢¥?. \r\n\r\n¢Ò???, ¢¯?¡¤? ¡Æ©ø?? ??¨ù???¡Æ?¢¬? ??¨ù¨¬??¢¯? ¢¯©ª??¢¥? ¨¡?????¨¬¡Æ¡¤? ??¨ù???¡Æ?¢¬? ?©£???? ¨ù? ??¨ú? ????¨¡? ¢¬¨­¢¥¨¬¨¬¡Æ ??¨ù???¡Æ?¢¬? ¡Æ?¢¬??? ¨ù? ??¨ö?¢¥?¢¥?.\r\n\r\n??¨ù???¡Æ?¢¥? ????¨¡? ¡Æ?¢¬??? ??¨ù???¢¥?¢¥?.\r\n©ø?¡Æ¢® ¢¯?¢¯???¢¥? ????¨¡?¢¯¢® ¢¬? ¢¬??? ¡Æ?¡Æ¢¥?? ©ö©¡©ö???¢¥??? ¨¬¨¢¨ù??¨ª ¨¬¢¬¨ö?¡¾? ©ö?¢Ò©ª¢¥?¢¥?.\r\n','dstore@plusapple.com','*1F7ACFF79C195938A232DA88E72B4767F4770A13',NULL,NULL,'211.54.75.93',1,'200404282043404176','20:45:15','1157358324',0,1,0,'','',''),(4,'board','¡¾?¨¬?¡Æ?¢¬???','0','???¢´?? ??¡¾?¡¤? ???©ª?? ¨ö???¡¾?¢¬? ???¢¯?¢¬¡¤? ????¢¥?¢¥?.','2006-09-04',0,0,'?©£??¡¤? ???¨¬ ¢¯©ª¨¬? ???©ª?? ¢¯?¢¬?¡Æ? ¨ö?¨ú??? ¨¡????? ¢Ò©¬¢¥? ¨ù??? ¢Ò¡×©ö?¢¯¢® ¢¯?¢¬??? ¢¬©ª?? ¡Æ©¡???? ??¢¥?¢¬? ???? ¡¾¡¿¡¤¡¾ ¡Æ?©ö??¨¬ ???? ¢¬¢Ò¨ö?¨ö?¢¯?.\r\n\r\n¨ú¨¡????¡¤??? ???©ª¡Æ?¢¬? ??¡¤?¡¾¡¿¡¤??¨¬ ???©ª?? ¢¯?¢¬¡¾ ¢Ò¡× ¢¯©ª??¢¥? ??????¡¤? ¢¬??????¢®?? ?¨ª ??¡¾? ¢Ò¡×©ö?¢¯¢® ¢¯?¡¤? ???? ???©ª?? ©ø¨£¢¯?¢¥? ¢¬?¡¤? ¨¡?????¢¯¢®¨ù¡©?? ¡¤??? ¨ù????? ©ö??? ¨ú©ª?? ???©ª?? ¨¬¨ù ¨ù? ??¨ö?¢¥?¢¥?.\r\n¢Ò??? ¨ú???¡¤? ?? ???©ª?? ??¢¯?¨ù¡© ¨¬¢¬¢¯???¢¥? ©ö©¡¨ö??? ¡Æ©¡¢¯? ???©ª?? ??¡¾¡¿¡¤??? ¨¬¢¬??¡Æ?©ø¨£ ¡¾??? ¨¬¢¬??¢¥? ?????? ???? ¨ù? ???¢¬©ø¨£ ¨ú¨¡????¡¤??? ???©ª¡Æ?¢¬? ??¡¤?¡¾¡¿¡¤?¢¯¢®¨ù¡©¢¥? ¡¾¡¿¡¤¡¾ ???? ¨ú©ª?? ¡¾?©÷??? ???©ª?? ¨¬¨ù ¨ù? ??¨ö?¢¥?¢¥?.\r\n
','dstore@plusapple.com','*1F7ACFF79C195938A232DA88E72B4767F4770A13',NULL,NULL,'211.54.75.93',1,'20061025164622731','20:45:20','1157358325',0,1,0,'','',''),(5,'board','¡¾?¨¬?¡Æ?¢¬???','0','¨¡?¢¬??? ???¢¯¡Æ?¨ö?¨¡? ¡¾?¢¥??? ??¡Æ©ª??¢¥?¢¥?.','2006-09-04',0,0,'¨ú¨¡????¡¤? ¡Æ?¨ö?¨¡??¨¬ ¨ú¨¡¡¤¢®¢¯? ¡Æ¡Æ?¨¬ ¢¥?¨ú??? ¡¾?¢¥??? ??¡Æ©ª??¢¥?¢¥?.\r\n\r\n1. ???¢¯¡Æ?¨ö?¨¡? ¡¾?¢¥?\r\n
  • ¡Æ?¨ö?¨¡??? ¡¾???¢¬???©ø¨£ ¡¾?©ø?¢¯??? ¢¯?¢¯? ?©¬?? ????¨¡??? ¨ú?¢¥? ¨¡?????¢¯¢®¨ù¡©?? ¢¬¢Ò?¢® ¡Æ©ª?????¡¿ ¡¾??©ø¡¤©ø ¡Æ?¨ö?¨¡?¢¯¢® ¡¾??? ¨ú©÷¢¬? ???¢¯?¢¬¡¤? ??¨¡?????¢¯¢® ¨ö?¨ö?¡Æ??¢¬¡¤? ¨¬¢¬¢¯???¢¥?¢¥?. \r\n
  • ¢¥?¨ú??? ¢¯?¨ù??? ?¡Æ¢¯???¢¯? ¢¯©ª??¢¥? ¢¬©£¨ú??¢¬¡¤? ¡¾??? ¨¬¢¬¢¯??? ¨ù? ??¨ö?¢¥?¢¥?. \r\n
  • ¡Æ©ª?????¡¿, ?©¡?¨¬ ??©ö? ¨¡????? ??¢¯¢® ?¡Æ¢¯???¢¬? ??¨ö?¢¥?¢¥?. \r\n\r\n
    \r\n\r\n2. ¨¬¨¢¡¤?¡¾?¢¥?\r\n
  • ??©ø¨£?? ¡Æ?¨ö?¨¡?¢¯¢®¨ù¡© ¢¯?¡¤? ¨¬¨¢¡¤?¢¬? ??¨ù¨¬??¢¯? ¨¡?¢¬???¡Æ? ¡Æ?¢¬??? ¨ù? ??¨ö?¢¥?¢¥?. \r\n
  • ¨¬¨¢¡¤? ¨ù¡¾?? ©ö?¨ö¨¬¢¬? ¨¬¢¬??¡Æ?©ø¨£ ¨ù?¡¾©¡ ¨ù? ??¨ö?¢¥?¢¥?. \r\n
  • ¨¬¨¢¡¤??? ?¡×?¢®¢¬? ??¢¬? ¨ú?¡Æ? ??¢¬? ?? ?©¬ ¢¯©ª??¨ö?¢¥? ?¡×?¢®¡¤? ¨ù¡¾???? ¨ù? ??¨ö?¢¥?¢¥?. \r\n\r\n
    \r\n\r\n3. ¢¥?¨ú??? ¨ö¨¬?©÷ ??¡Æ©ª\r\n
  • 200¢¯? ?¨ú?? ¢¥?¨ú??? ¢¬©£¨ú?¡Æ? ¢¥?¨ú??? ?????? ¨ö¨¬?©÷?? ¡¾?¨¬? ??¡Æ©ª??¢¥?¢¥?. \r\n
  • ¢¯©ª??¨ö?¢¥? ¨ö¨¬?©÷?? ?¡À?? ??????¢¯? ?©¬¡Æ¢®?? ¨ù? ??¨ö?¢¥?¢¥?. \r\n\r\n4. ¢¥?¢¯??? ¡Æ?¨ö?¨¡?\r\n
  • ????¡Æ?¨ö?¨¡?, ¡Æ©ª??¡Æ?¨ö?¨¡?, ?¢¬¢¯©ª ¢¯??¢¯ ¡Æ?¨ö?¨¡?, ??¡¤?¨ö?, ©ö©¡¢¬?¡¤? ?? ¢¥?¨ú??? ????¡¤? ??¢¯? ¡Æ¢®¢¥???¢¥?¢¥?. \r\n\r\n5. ¨ú?¢¬©÷¡¾? ¡¾?¢¥?\r\n
  • ¡Æ?¨ö?¨¡? ??¢¥?¢¯¢® ?¡¿?? ©ø¨£¢¯?¢¥? ¡¾??? ¨ù©ø?¢´?? ¨ù? ??¨ö?¢¥?¢¥?. \r\n
  • ¡Æ?¨ö?¨¡??? ??¢¯?¢¯???©ø¨£ ¡Æ©ª??¡¾??? ???? ¡Æ©¡¢¯? ??¢¯???¢¬? ??¨ö?¢¥?¢¥?.\r\n\r\n
    \r\n\r\n?? ¢¯?¢¯¢®?? ¢¥?¨ú??? ¢¯?¨ù?¡Æ? ¡¾?¢¥????? ??¡Æ©ª??¢¥?¢¥?.\r\n??¨ù¨ù?? ¨ú?©ø?¢¥? ¨ú¨¡??¢¥¨­¢¥??? ?¡§¨¡??????? ??¡¤?¡¾¡¿¡¤? ¢¬?¢¥¨¬¨ú? ¨¬?¨¬¨¢?? ??¡Æ???¨ö?¡¾? ©ö?¢Ò©ª¢¥?¢¥?.\r\n','dstore@plusapple.com','*1F7ACFF79C195938A232DA88E72B4767F4770A13',NULL,NULL,'211.54.75.93',1,'200404282044446217','20:45:25','1157358326',0,1,0,'','',''),(6,'board','¡¾?¨¬?¡Æ?¢¬???','0','¨ú©£?? ¨ú??©£¨ù¡©©ø¨£ ¨¬?¢¬?¡Æ? ¡Æ¡©¡¤??? ??¢¬¨­???? ??¡Æ©ª??¢¥?¢¥?.','2006-09-04',0,0,'¨ú¨¡¢¯?¡¤? ??¨ö¨¬??¡¤©ö¨ö¨¬¢¯? ¢¥¨­¢¬? ??¢¬¨­???¨¬ ????©ø??? ¢¯?¡Æ??? ¡Æ¡À??¢Ò?¢¬? ¨ú??©£¨ù¡©©ø¨£ ¢¬¨­???? ??????¡Æ? ¨ú¡À©ö?¢¬? ?©ø¢¬??? ¨ù? ??¨ö?¢¥?¢¥?.\r\n\r\n¡¾?¨ú¡À¢¯? ¨ù?¡¤?¨ù??? ¢¥??????? ??¡¤?¡¾¡¿¡¤??? ??¢¬¨­???? ¨ú¨¡????¡¤?¢¯¢®¨ù¡© ??¡Æ©ª??¢¥?¢¥?. ¨¬???¡Æ¢® ??¡Æ? ¢¥?¢¬¡Æ ¢¥?¢¬? ??¢¬¨­?? ¨ù?¡¤?¨ù???¡Æ? ¢¥¨­¢¬? CGI ¡¾?©ö??? ¨ú¨¡¢¥? PHP¢¯? C/C++¡¤? ??????¨ú? ¡Æ¢®¨¬¡¾¡Æ? ¨¬?¢¬?¡Æ? ??¢¬¨­???? ?©ø¢¬???¢¥?¢¥?.\r\n\r\n¨ù¡©©ö?????¢¯? ??¢¯??? ?¢´?? ??¡¤?, ?? ©ö©ª¢¯¢® ¡Æ??? ¡Æ¡©¡¤??? ¨ö¨¬¨¡? ????¢¬? ¡¾?¢¥??? ??¡Æ©ª??¢¬? ??¡Æ©¡¨ù©ø?¢´?? ???¨ª¨ù¡© ??¢¯???¡Æ¢® ¢¯©ª??¢¥? ¨¡??????¢¬¡¤? ¢¬¨­???? ???¢¯ ¨¬¨¢¡¤??? ¨ù? ??¨ö?¢¥?¢¥?. ¢Ò??? ¨ú?¢Ò¡Æ?? ¢¬¨­?? ????¢¬? ?¢Ò¡Æ??? ??¡Æ???¢¯? ?¡¿?? ???¢´??¡Æ? ¢¬¨­???? ¨ù?¨ö??? ¨ù? ??¢¥? ?¡©??¨¡? ¢¬¨­????¨ù? ¡¾?¢¥??? ??¡Æ©ª??¢¥?¢¥?.\r\n
    \r\n\r\n¡¾?¨ú¡À ??¢¯? ??¢¬¨­??¡¤? ??¢¯???¨¬¡Æ ¢¯?¡¤? ??¢¥?, ¡Æ¢®?? ¨ú¨¡???©£ ??¨ù¨¬, ??¢¬¨­?? ??¨ù??? IP ???? ???? ¡¾?¢¥??? ??¡Æ©ª??¢¯? ??¢¬¨­?? ??¢¯??? ¡Æ?¢¬?¢¬? ¢¯?????¡Æ? ??¢¯¢¥?¢¬¢¬? ¢¥?¨ú??? ¨ö¨¬?©÷?? ??¡Æ©ª??¢¯? ??¢¯???¨¬¡Æ¡¤? ¨ù¡¾????¢¥? ¨ö¨¬?©÷?¢¬¡¤? ¨¬?¡Æ©¡??¢¯? ??¢¯??? ¨ù? ??¨ö?¢¥?¢¥?.\r\n
    ','dstore@plusapple.com','*1F7ACFF79C195938A232DA88E72B4767F4770A13',NULL,NULL,'211.54.75.93',1,'200610251644396714','20:45:30','1157358327',0,1,0,'','',''),(7,'board','¡¾?¨¬?¡Æ?¢¬???','0','?¢¬¢¯©ª¡Æ?¢¬?¢¯¢®¨ù¡© ¡Æ¢®??¨¡??? ¢¬¢Ò?¨ö¢¥?¡¤? ©÷?©ö¨¢ ¨ù? ??¨ö?¢¥?¢¥?.','2006-09-04',0,0,'¢¯????¨ö ¢¬©ö?¨¬ ????¨¡????? ?¢¬¢¯©ª??¡¤? ¢¯?¢¯??? ??¡Æ? ??¨ö?¢¥?¢¥?.\r\n????¨¡?¢¬? ?¢¬¢¯©ª??¡¤? ¢¯?¢¯??? ¡Æ©¡¢¯? ©ö©¡©ö???¢¥? ?¢¬¢¯©ª???? ??¡Æ? ¨¬¨¢¨ù??? ?? ¨ù? ??¡Æ? ©ö©¡©ö??????? ¨ù¨¬???? ¨¡?¨ú??? ¨ù? ??¨ú? ????¨¡? ¢¯?¢¯?¢¯¢® ¢¬©ö?¨¬ ??¢¯??? ??¢¥?¢¥?.\r\n\r\n?¢¬¢¯©ª?? ¢¯?¢¯?¢¯¢® ??¨ù??? ?¢¬¢¯©ª¡Æ?¢¬? ??¡¤?¡¾¡¿¡¤??? ¨ú¨¡????¡¤?¢¯¢® ¡¾?¨¬??¢¬¡¤? ??¡Æ©ª??¢¥?¢¥?.\r\n?¢¬¢¯©ª¡Æ¢®?? ??¡¤?¡¾¡¿¡¤??¨¬ ?¢¬¢¯©ª¡Æ¢®??¨¡??? ?¡¿¢¬??¨ú¡¤?, ?¡¿¢¬?¨ù©ª¨ù¡©¢¬? ¢¬¢Ò?¨ö¢¥?¡¤? ?¢Ò?¢´?? ¨ù? ??¨ö?¢¥?¢¥?. \r\n¡Æ? ?¡¿¢¬?¨¬¡Æ¡¤? ??¨ù?¡¤? ©ö¨­?? ¡Æ????? ¨ù¡¾???¢¬¡¤? ©ö¨­?? ¡Æ?????¢¬? ???¢´?? ¨ù? ???¢¬¢¬? ??¢¯????¢´?? ???? ©ö¡¿ ??¢¯????¢´?? ¨¡? ¨¡????? ?©¬¡Æ¢®?? ¨ù? ??¨ú? ¢¯©ª??¢¥? ¡Æ¢®??¨¡??? ¢¬¢¬?? ¨ù? ??¨ö?¢¥?¢¥?. \r\n\r\n
    \r\n\r\n¡Æ¢®???? ?¢¬¢¯©ª ¢¬?¡¤? ¨¬¢¬¡¾?, ¡Æ??? ¡¾?¢¥? ???? ??¡Æ©ª??¢¬? ¡¤?¡¾¡¿?? ??¢¯¢® ¨ú¨¡©ö??¢¬?©ø¡¤©ø ©ø????©ª?? ¨¬¢¬¢¯???¢¥? ¡¾?¢¥??? ??¡Æ©ª??¢¥?¢¥?. ©ø????©ª?¨¬ 9?¨ú?? ¡¾?¨¬? ??¡¤?¨ö¨¬¨¡? ??©ö???¢¬? ??¡Æ©ª??¡Æ? ??¢¯??? ?¢´?? ??©ö???¢¬? 3¡Æ©ø¡¾??? ?©¬¡Æ¢®?? ¨ù? ??¨ú? ¢¯©ª??¢¥? ???©ª?? ?©¬¡Æ¢®?? ¨ù? ??¨ö?¢¥?¢¥?.\r\n\r\n¡¾¡¿ ¢¯?¢¯¢®?? ¢¯?¨ù? ¨ù©ø?¢´¢¬¢¬?¢¬¡¤? ¨ù?¨ö¡¾¡Æ? ¨ö?¢¬????? ©ö¡¿ ¡Æ???¢¯??¢¯?? ¡Æ¢®¢¥???¡Æ?, ¡¤?¡¾¡¿??¨¡? ¡Æ?¢¬? ¡¾?¢¥??? ??¡Æ©ª??¢¯? ¡¤?¡¾¡¿?????? ¢¯©ª??¢¥? ?¡×?¢®¢¯¢® ¨¡¡À??¨¡?, ¢¯©ö?¢®¡¾?, ??¢¯????¢´?? ?¡¿¢¬? ???? ©ö??¢®?? ¨ù? ????¡¤? ¡¾¢¬¨ù¨¬??¢¥? ?? ?? ¢¥? ¨¡?¢¬???¡Æ? ?¢¬¢¯©ª¡Æ?¢¬?¢¬? ??¢¯???¨ö? ¨ù? ????¡¤? ¢¬©ö?¨¬ ¨¬?¨¬¨¢?? ¡Æ?¡¤???¢¯¢¥¨ö?¢¥?¢¥?.\r\n\r\n
    \r\n\r\n¨ú¨¡??¢¥¨­ ?¢¬¢¯©ª¡Æ?¢¬? ??¡¤?¡¾¡¿¡¤??¢¬¡¤? ?? ¢¥?¡Æ? ¨ú¡À¡¾¡¿¡¤©ö?????? ????¨¡?¢¬? ¢¯?¢¯???¨ö?¡¾? ©ö?¢Ò©ª¢¥?¢¥?.\r\n','dstore@plusapple.com','*1F7ACFF79C195938A232DA88E72B4767F4770A13',NULL,NULL,'211.54.75.93',1,'200404282045099338','20:45:35','1157358328',0,1,0,'','',''),(8,'notice','¡¾?¨¬?¡Æ?¢¬???','0','????¨ù?¡¤?¨ù? ¨ú¨¡????¡¤?¢¬? ©ö?¡¤? ©ö?¨¡¡À??¢¥?¢¥?.','2006-09-04',1,0,'¨ú?©ø???¨ö?¢¥?¡¾?? ¨ú¨¡??¢¥¨­??¢¥?¢¥?.\r\n\r\n?¡§¨¡????? ?????? ??¨ù??? ???? ¨ù?¡¤?¨ù? ¨ú¨¡????¡¤?(asapro)¢¬? ????¨ö¨¬¨¡? ¡Æ?¡Æ¢¥¢¥???©÷©÷ ©ö?¡¤? ©ö?¨¡¡À??¢¥?¢¥?.\r\n\r\n¨ú¨¡????¡¤?¢¥? ?¢¬¢¯©ª¡Æ?¢¬?, ??¢¬¨­??, ¡Æ?¨ö?¨¡?, ???©ª¡Æ?¢¬?, ??¨ù???¡Æ?, ¨ù©ø©ö??¢Ò?? ??¡¤?¡¾¡¿¡¤??? ??©ø¨£?? ¡¾???¡¾¢¬?¢Ò¡¤? ?????? ??¡¤?¡¾¡¿¡¤???¢¥?¢¥?. ¨ú¨¡??¢¬?©ö?, ¨ú¨¡??¨¬¢¬??, ¨ú¨¡??¨ö¨¬??, ¨ú¨¡??¨¡? ?? ¡Æ? ¨ù?¡¤?¨ù?¨¬¡Æ¡¤? ??¡¤? ¡Æ?¢¬??¨ª¨ú©¬ ?©¬¢¥©ª ¨¬?¨¡????? ?¨ª¨ù???¡Æ? ¡Æ? ¨ù?¡¤?¨ù?¨¬¡Æ¡¤? ¢¬©ö?¨¬ ¡¾?¢¥??? ?©¬¡Æ¢®??¢¯¢¥¨ö?¢¥?¢¥?.\r\n\r\n¨ú??¢¬¡¤? ©ö?¨¡¡À?? ¨ù???¢¬?, ??¨¬?¢¥? ?? ¢¬©ö?¨¬ ??¡¤?¡¾¡¿¡¤????? ¡Æ?¨ù??¨ª¨ù¡© ¨ú¨¡????¡¤?¢¯¢® ?©¬¡Æ¢®?? ¢¯©ö?¢´??¢¥?¢¥?.\r\n\r\n??¢¯? ?©¬ ¡¾?¡¾??? ???¡¿??©ø¨£ ¡Æ©ø¨ù¡¾ ???¡¿?? ???¢¬¨ö?¢¬? ¨ú¨¡??¢¥¨­¡¤? ©ö????¨ª ??¨ö?¨ö?¢¯?.\r\n\r\n¡Æ¡§????¢¥?¢¥?.','dstore@plusapple.com','*1F7ACFF79C195938A232DA88E72B4767F4770A13',NULL,NULL,'211.54.75.93',1,'20040428204144755','20:42:11','1157358322',0,1,0,'','',''),(9,'notice','¡¾?¨¬?¡Æ?¢¬???','0','¨ú¨¡????¡¤? ??¢¯?©ö??¨¬ ?¡§¨¡?????¢¬? ??¡Æ???¨ö?¨ö?¢¯?.','2006-09-04',0,0,'¨ú¨¡????¡¤?(asapro) ??¢¯?©ö??¨¬ ¨ú¨¡??¢¥¨­¢¥??? ?¡§¨¡?????¢¯¢® ??¨ö?¢¥?¢¥?.\r\n\r\n¨ú¨¡??¢¥¨­¢¥??? ?¡§¨¡?????¢¯¢® ©ö©¡©ö???¨ö? ?? ??¢¥? ¢¬¨­¢¥¨¬ ?©¬ ??¡¤?¡¾¡¿¡¤??? ¨ù¡¾????¨ö?¨ö?¢¯?.\r\n ?¢¬¢¯©ª¡Æ?¢¬?, ??¢¬¨­??, ¡Æ?¨ö?¨¡?, ???©ª¡Æ?¢¬?, ??¨ù???¡Æ?, ¨ù©ø©ö??¢Ò??, ¡¾???¡Æ?¢¬?, ??¡¾???¡Æ©¡ ?? ¨ú¨¡????¡¤? ??¢¯?©ö??? ¨¬¢¬¨ö? ¨ù? ??¨ö?¢¥?¢¥?.\r\n\r\n¡Æ? ??¡¤?¡¾¡¿¡¤? ??¢¯?©ö? ¢¬???¢¥? ¨ú¨¡¡¤¢®¢¯? ¡Æ¡Æ¨ö?¢¥?¢¥?.\r\n\r\n1. ¨ú¨¡????¡¤? ?¢¬¢¯©ª¡Æ?¢¬? : http://asadal.com/program/member/\r\n2. ¨ú¨¡????¡¤? ??¢¬¨­?? : http://asadal.com/program/webmail/\r\n3. ¨ú¨¡????¡¤? ¡Æ?¨ö?¨¡? : http://asadal.com/program/board/\r\n4. ¨ú¨¡????¡¤? ???©ª¡Æ?¢¬? : http://asadal.com/program/photo/\r\n5. ¨ú¨¡????¡¤? ??¨ù???¡Æ? : http://asadal.com/program/stat/\r\n6. ¨ú¨¡????¡¤? ¡¾???¡Æ?¢¬? : http://asadal.com/program/asapro/admin.htm\r\n7. ¨ú¨¡????¡¤? ??¡¾???¡Æ©¡ : http://asadal.com/program/asapro/setup.htm\r\n\r\n¢¬?¢¥¨¬¨ú? ©ø?¢¯??? ?©¬¢¬©ª??¨ú?¡Æ?©ø¨£ ¡¾?¡¾??? ???¡¿?? ???¢¬¨ö?¢¬? ??¡¤?¡¾¡¿¡¤? ©ö??? ¡Æ?¨ö?¨¡?¢¯¢® ©ö????¨ª ??¨ö?¨ö?¢¯?.\r\n\r\n¡Æ¡§????¢¥?¢¥?.','dstore@plusapple.com','*1F7ACFF79C195938A232DA88E72B4767F4770A13',NULL,NULL,'211.54.75.93',1,'200404282040127232','20:42:15','1157358323',0,1,0,'','',''),(10,'notice','¡¾?¨¬?¡Æ?¢¬???','0','???? ?¡§¨¡?????¢¬? ??¢¯???¢¯? ?¡§¨¡?????¢¬? ??????¨ö?¨ö?¢¯?.','2006-09-04',0,0,'¨ú?©ø???¨ö?¢¥?¡¾??\r\n\r\n?? ???? ?¡§¨¡?????¢¥? ¨ú¨¡????¡¤?(asapro)¢¬? ??¢¯???¢¯? ¢¬¢¬??¨ú? ¨¬? ¨¡???????¢¥?¢¥?.\r\n\r\n?¢¬¢¯©ª¡Æ?¢¬?, ¡Æ?¨ö?¨¡?, ???©ª¡Æ?¢¬?, ??¨ù???¡Æ?, ¨ù©ø©ö??¢Ò?? ??¡¤?¡¾¡¿¡¤??? ¢¬©£?? ??¢¯???¢¯? ?¡§¨¡?????¢¬? ¢¬¢¬??¨ú?¨ö?¢¥?¢¥?.\r\n???? ?¡§¨¡????? ¨ù?¨ö¨¬¢¬? ¨¬¢¬¨ö?¢¬? ?¡§¨¡????? ????¢¯¢® ¢¬©ö?¨¬ ??¢¯??? ?? ¡Æ???¢¥?¢¥?.\r\n\r\n?? ???? ?¡§¨¡?????¢¥? ¡Æ?¡Æ¢¥¢¥?©÷©÷¨ù¡© ¡¾¡¿¢¥?¡¤? ??¢¯???¨ù??? ??¡Æ? ¢¬¢Ò?¨ö¢¥?¡¤? ¨¬?¡Æ©¡??¢¯? ??¢¯???¨ù??? ??¢¥?¢¥?.\r\n\r\n¡Æ¡§????¢¥?¢¥?.','dstore@plusapple.com','*1F7ACFF79C195938A232DA88E72B4767F4770A13',NULL,NULL,'211.54.75.93',1,'200404282038164458','20:42:20','1157358324',0,1,0,'','',''),(11,'notice','¡¾?¨¬?¡Æ?¢¬???','0','¨ú¨¡??¢¬? ©ö¡¿ ??¨¬?¢¥??? ¨ú¨¡????¡¤?¢¯¢® ?????? ¢¯©ö?¢´??¢¥?¢¥?.','2006-09-04',0,0,'¨ú?©ø???¨ö?¢¥?¡¾?? ¨ú¨¡??¢¥¨­??¢¥?¢¥?.\r\n\r\n???? ¨ú¨¡????¡¤?(asapro)¢¥? ?¢¬¢¯©ª¡Æ?¢¬? + ??¢¬¨­?? + ¡Æ?¨ö?¨¡? + ???©ª¡Æ?¢¬? + ??¨ù???¡Æ? + ¨ù©ø©ö??¢Ò?? ??¡¤?¡¾¡¿¡¤??¢¬¡¤? ??¡¤?¨ú??? ??¨ö?¢¥?¢¥?.\r\n¨ù???¢¬? ¨ù?¡¤?¨ù??? ¨ú¨¡??¢¬? ©ö¡¿ ???¢¯ ?¡§¨¡????? ???? ?©ª?? ??¨¬?¢¥? ???? ¨ú¨¡????¡¤?¢¯¢® ?????? ¢¯©ö?¢´??¢¥?¢¥?.\r\n\r\n¨ú¨¡??¢¬??? ¨ú¨¡????¡¤?¢¯¢® ??????¢¬? ??©ø¨£?? ¡Æ?¢¬??? ¨¡?????¢¯¢®¨ù¡© ¢¬©£?? ¨ù?¡¤?¨ù??? ???? ¡Æ?¢¬??? ¨ù? ???¢¬¢¬? ???©­ ¢¥? ¨ú¡À¡¾¡¿¡¤©ö?????? ¨ù???¢¬? ??¡¤?¡¾¡¿¡¤??¢¬¡¤? ¡Æ???©ø? ¢¯©ö?¢´??¢¥?¢¥?.\r\n\r\n??¨¬?¢¥?¡Æ¢® ¨ú¨¡????¡¤?¢¯¢® ??????¢¬? ¢¥?¨ú??? ?¡¿¢¬¢Ò ©ö¡¿ ¨ö¨¬?©÷?? ??¢¯???¢¯? ?¡×???¡§(WYSIWYG) ©ö©¡¨ö??¢¬¡¤? ¡Æ?¢¬??? ¨¡?????¢¯¢®¨ù¡© ?¡§¨¡?????¢¬? ¨¡?¢¬???¡Æ? ¡Æ?¢¬??? ¨ù? ??¨ö?¢¥?¢¥?.\r\n\r\n¡Æ?¡Æ¢¥ ¢¯?¡¤?¨¬¨¢?? ¢¬©ö?¨¬ ¨ù¨¬¢¯©ª ¨¬??©ö??¢¬©ø¢¥?¢¥?.\r\n\r\n¡Æ¡§????¢¥?¢¥?.','dstore@plusapple.com','*1F7ACFF79C195938A232DA88E72B4767F4770A13',NULL,NULL,'211.54.75.93',1,'200404282037542714','20:42:25','1157358325',0,1,0,'','',''),(12,'notice','¡¾?¨¬?¡Æ?¢¬???','1','????¨ö¨¬¨¡? ¨ù¨ù¨¡??? ¢¯?¡¤???¨ú?¨ö?¢¥?¢¥?.','2006-09-04',0,0,'¨ú?©ø???¨ö?¢¥?¡¾?? ¨ú¨¡??¢¥¨­??¢¥?¢¥?.\r\n\r\n¡Æ?¡Æ¢¥¢¥?©÷©÷¨ù¡© ¨ö?????¨ö? ????¨ö¨¬¨¡??? ¨ù¨ù¨¡??? ¢¯?¡¤???¨ú?¨ö?¢¥?¢¥?.\r\n\r\n¡Æ?¡Æ¢¥¢¥?©÷©÷¨ù¡© ??¨ù???¨ö? ?? ¨¡?????¢¥? ¨ú¨¡??¢¥¨­¢¯¢®¨ù¡© ©ö????¢¬¡¤? ??¡Æ©ª?¨ª ??¢¬?¢¥? ?¡§¨¡?????¡¤? ??¢¯??? ???¡¿?? ¨ù??¢´, ?¡¤¡Æ¢®??¢¯? ©ö?¡¤? ?¡Æ¢¯???¨ö? ¨ù? ????¡¤? ?????? ¡Æ???¢¥?¢¥?.\r\n\r\n¨ú¨¡??¢¥¨­?? ??¡Æ©ª?¨ª ??¢¬?¢¥? ?? ?¡§¨¡?????¢¥? ¨ú¨¡??¢¥¨­?? ¨ù? ©ø?¢¯¢® ¡Æ??? ?????? ¨ú¨¡????¡¤?(asapro)¢Ò?¢¥? ??¡¤?¡¾¡¿¡¤??? ¡¾?©ö??¢¬¡¤? ??¡Æ? ??¨ö?¢¥?¢¥?. ¨ú¨¡????¡¤?¢¥? ?¢¬¢¯©ª¡Æ?¢¬?, ??¢¬¨­??, ¡Æ?¨ö?¨¡?, ???©ª¡Æ?¢¬?, ??¨ù???¡Æ?, ¨ù©ø©ö??¢Ò?? ???? ¡¾?¢¥??? ???? ¡Æ?¢¬??? ¨ù? ????¡¤? ¡Æ©ø©ö©¬?? ??¡¤?¡¾¡¿¡¤???¢¥?¢¥?.\r\n\r\n¨ú¨¡??¢¥¨­?? ??¡Æ©ª??¢¥? ??¡¤?¡¾¡¿¡¤?¡Æ? ?¡§¨¡?????¢¬? ¡¾?©ö??¢¬¡¤? ¡Æ?¡Æ¢¥¢¥???©÷©÷ ??¢¯??? ?¡§¨¡?????¢¬? ¨ö¡¾¡Æ? ?¡Æ¢¯???¨ö? ¨ù? ??¡¾? ©ö?¢Ò?¢¬?, ¨ú??¢¬¡¤? ¢¥? ???¨¬ ¨ù¡©¨¬?¨ö¨¬¢¬? ??¡Æ©ª????¡¤? ©ø?¡¤???¡Æ?¨ö?¢¥?¢¥?.\r\n\r\n??¢¯? ?©¬ ¡¾?¡¾??? ???¡¿??©ø¨£ ¡Æ©ø¨ù¡¾ ???¡¿?? ???¢¬¨ö?¢¬? ¨ú¨¡??¢¥¨­¡¤? ©ö????¨ª ??¨ö?¨ö?¢¯?.\r\n\r\n¡Æ¡§????¢¥?¢¥?.','dstore@plusapple.com','*1F7ACFF79C195938A232DA88E72B4767F4770A13',NULL,NULL,'211.54.75.93',1,'200610191908138488','20:42:30','1157358326',0,1,0,'','',''); /*!40000 ALTER TABLE `ASADAL_BOARD` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_BOARD_ADMIN` -- DROP TABLE IF EXISTS `ASADAL_BOARD_ADMIN`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_BOARD_ADMIN` ( `pk` int(11) NOT NULL auto_increment, `boardName` varchar(100) NOT NULL default '', `alias` varchar(50) NOT NULL default '', `auth_seq` int(11) default '0', `boardTitle` varchar(100) NOT NULL default '', `backcolor` varchar(50) NOT NULL default '', `useSkin` int(1) default NULL, `settingDate` date default NULL, `modifyDate` date default NULL, `control` varchar(20) default NULL, `control_auth` text, `boardPos` varchar(50) NOT NULL default '', PRIMARY KEY (`pk`), UNIQUE KEY `alias` (`alias`), KEY `boardName` (`boardName`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_BOARD_ADMIN` -- LOCK TABLES `ASADAL_BOARD_ADMIN` WRITE; /*!40000 ALTER TABLE `ASADAL_BOARD_ADMIN` DISABLE KEYS */; INSERT INTO `ASADAL_BOARD_ADMIN` VALUES (1,'ASADAL_BOARD_notice','notice',101,'¡Æ©ª??¡Æ?¨ö?¨¡?','',1,'2010-09-08','2010-09-08','||','||',''),(2,'ASADAL_BOARD_board','board',102,'????¡Æ?¨ö?¨¡?','#FFFFFF',1,'2010-09-08','2010-09-08','||','||',''),(3,'ASADAL_BOARD_mailnotice','mailnotice',101,'??¢¬¨­?? ¡Æ©ª?????¡¿','',1,'2010-09-08','2010-09-08','||','||',''); /*!40000 ALTER TABLE `ASADAL_BOARD_ADMIN` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_BOARD_AUTO_CFG` -- DROP TABLE IF EXISTS `ASADAL_BOARD_AUTO_CFG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_BOARD_AUTO_CFG` ( `pk` int(11) NOT NULL auto_increment, `boardName` varchar(100) NOT NULL default '', `newTarget` char(1) default '0', `newTarget_name` varchar(250) default '_blank', `frontPageWidth` varchar(5) default '100%', `showMore` char(1) default '1', `showSign` char(1) default '0', `whereIsSign` varchar(250) default NULL, `showLine` char(1) default '1', `whereIsLine` varchar(250) default NULL, `showReply` char(1) default '1', `showpub` char(1) default '0', `shownewicon` char(1) default '0', `showDate` char(1) default '0', `showTime` char(1) default '0', `category_v` varchar(4) default '0', `showCategroy` char(1) default '0', `nLine` int(4) default '5', `hide_subject` char(1) default '0', `subject_textIndent` varchar(4) default '13', `subject_fontFamily` varchar(50) default NULL, `subject_fontSize` varchar(4) default NULL, `subject_textBold` varchar(5) default NULL, `subject_fontColor` varchar(10) default NULL, `subject_bgColor` varchar(10) default NULL, `subject_margin` varchar(4) default NULL, `showUDF` varchar(10) default '0', `contents_textIndent` varchar(4) default '0', `showImage` char(1) default '0', `imageAlign` int(1) default '0', `imageWidth` varchar(4) default '120', `imageHeight` varchar(4) default '80', `contents_fontSize` varchar(4) default NULL, `contents_fontFamily` varchar(50) default NULL, `contents_fontColor` varchar(10) default NULL, `contents_bgColor` varchar(10) default NULL, `contents_lineHeight` varchar(4) default NULL, `contents_margin` varchar(4) default NULL, `category_link` char(1) default '0', `autoboard_use` varchar(10) default 'auto', PRIMARY KEY (`pk`), UNIQUE KEY `boardName` (`boardName`), KEY `boardName_2` (`boardName`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_BOARD_AUTO_CFG` -- LOCK TABLES `ASADAL_BOARD_AUTO_CFG` WRITE; /*!40000 ALTER TABLE `ASADAL_BOARD_AUTO_CFG` DISABLE KEYS */; INSERT INTO `ASADAL_BOARD_AUTO_CFG` VALUES (1,'ASADAL_BOARD_board','0','_blank','100%','1','0',NULL,'1',NULL,'1','0','0','0','0','0','0',5,'0','13',NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',0,'120','80',NULL,NULL,NULL,NULL,NULL,NULL,'0','auto'),(2,'ASADAL_BOARD_notice','0','_blank','100%','1','0',NULL,'1',NULL,'1','0','0','0','0','0','0',5,'0','13',NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',0,'120','80',NULL,NULL,NULL,NULL,NULL,NULL,'0','auto'),(3,'ASADAL_BOARD_mailnotice','0','_blank','100%','1','0',NULL,'1',NULL,'1','0','0','0','0','0','0',5,'0','13',NULL,NULL,NULL,NULL,NULL,NULL,'0','0','0',0,'120','80',NULL,NULL,NULL,NULL,NULL,NULL,'0','auto'); /*!40000 ALTER TABLE `ASADAL_BOARD_AUTO_CFG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_BOARD_CATEGORY` -- DROP TABLE IF EXISTS `ASADAL_BOARD_CATEGORY`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_BOARD_CATEGORY` ( `seq` int(11) NOT NULL auto_increment, `boardName` varchar(100) NOT NULL default '', `name` varchar(100) NOT NULL default '', `num` int(11) NOT NULL default '1', PRIMARY KEY (`seq`), KEY `boardName` (`boardName`), KEY `name` (`name`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_BOARD_CATEGORY` -- LOCK TABLES `ASADAL_BOARD_CATEGORY` WRITE; /*!40000 ALTER TABLE `ASADAL_BOARD_CATEGORY` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_BOARD_CATEGORY` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_BOARD_COUNT` -- DROP TABLE IF EXISTS `ASADAL_BOARD_COUNT`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_BOARD_COUNT` ( `pk` int(10) NOT NULL auto_increment, `alias` varchar(50) NOT NULL default '', `count` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`pk`), KEY `idx_alias` (`alias`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_BOARD_COUNT` -- LOCK TABLES `ASADAL_BOARD_COUNT` WRITE; /*!40000 ALTER TABLE `ASADAL_BOARD_COUNT` DISABLE KEYS */; INSERT INTO `ASADAL_BOARD_COUNT` VALUES (1,'board',0),(2,'notice',156),(3,'notice',156); /*!40000 ALTER TABLE `ASADAL_BOARD_COUNT` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_BOARD_FILE` -- DROP TABLE IF EXISTS `ASADAL_BOARD_FILE`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_BOARD_FILE` ( `seq` int(11) NOT NULL auto_increment, `board_no` int(11) NOT NULL default '0', `file_key` smallint(5) unsigned NOT NULL default '0', `register_dt` datetime NOT NULL default '0000-00-00 00:00:00', `boardName` varchar(100) NOT NULL default '', `filePath` varchar(100) NOT NULL default '', `fileInfomation` varchar(100) NOT NULL default '', `filename` varchar(100) NOT NULL default 'NA', PRIMARY KEY (`seq`), KEY `boardName` (`boardName`), KEY `board_no` (`board_no`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_BOARD_FILE` -- LOCK TABLES `ASADAL_BOARD_FILE` WRITE; /*!40000 ALTER TABLE `ASADAL_BOARD_FILE` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_BOARD_FILE` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_BOARD_MEMO_mailnotice` -- DROP TABLE IF EXISTS `ASADAL_BOARD_MEMO_mailnotice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_BOARD_MEMO_mailnotice` ( `pk` int(11) NOT NULL auto_increment, `fk` varchar(50) default '', `pw` varchar(100) NOT NULL default '', `writer` varchar(50) NOT NULL default '', `member_num` varchar(32) default NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `memo` varchar(255) NOT NULL default '', `code` varchar(50) NOT NULL default '', `marks` char(2) default '', `recom` char(2) default '', `ip` varchar(50) NOT NULL default '', `id` varchar(20) NOT NULL default '', PRIMARY KEY (`pk`), KEY `memo_fk` (`fk`), KEY `memo_code` (`code`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_BOARD_MEMO_mailnotice` -- LOCK TABLES `ASADAL_BOARD_MEMO_mailnotice` WRITE; /*!40000 ALTER TABLE `ASADAL_BOARD_MEMO_mailnotice` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_BOARD_MEMO_mailnotice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_BOARD_PUB` -- DROP TABLE IF EXISTS `ASADAL_BOARD_PUB`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_BOARD_PUB` ( `pkid` int(11) NOT NULL auto_increment, `writer` varchar(100) default NULL, `subject` varchar(100) default NULL, `date` date default NULL, `count` int(5) default '0', `contents` text, `email` varchar(50) default NULL, `pw` varchar(100) default NULL, `ip` varchar(50) default NULL, `time` varchar(10) default NULL, `alias` varchar(50) default NULL, `isShow` char(1) default '1', PRIMARY KEY (`pkid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_BOARD_PUB` -- LOCK TABLES `ASADAL_BOARD_PUB` WRITE; /*!40000 ALTER TABLE `ASADAL_BOARD_PUB` DISABLE KEYS */; INSERT INTO `ASADAL_BOARD_PUB` VALUES (1,'¨ú¨¡??¢¥¨­','¨ú¨¡????¡¤? ©ö??? 1.0 ??¢¥?¢¥?.','2006-09-04',1,NULL,NULL,NULL,NULL,NULL,'defalut','1'),(2,'¨ú¨¡??¢¥¨­','¨ú¨¡??¢¥¨­?? ?????? ¨ö¨¬?©÷¡Æ?¨ö?¨¡???¢¥?¢¥?.','2006-09-04',1,NULL,NULL,NULL,NULL,NULL,'defalut','1'); /*!40000 ALTER TABLE `ASADAL_BOARD_PUB` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_BOARD_board` -- DROP TABLE IF EXISTS `ASADAL_BOARD_board`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_BOARD_board` ( `pkid` int(11) NOT NULL auto_increment, `fmlid` int(5) NOT NULL default '0', `parent` varchar(50) NOT NULL default '', `parentcp` varchar(50) NOT NULL default '', `board_no` int(11) NOT NULL default '0', `rev_fmlid` int(11) default '0', PRIMARY KEY (`pkid`), KEY `parent` (`parent`), KEY `parentcp` (`parentcp`), KEY `fmlid` (`fmlid`), KEY `board_no` (`board_no`), KEY `idx_rev_fmlid_parentcp` (`rev_fmlid`,`parentcp`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_BOARD_board` -- LOCK TABLES `ASADAL_BOARD_board` WRITE; /*!40000 ALTER TABLE `ASADAL_BOARD_board` DISABLE KEYS */; INSERT INTO `ASADAL_BOARD_board` VALUES (1,1,'A','A',1,999999998),(2,2,'A','A',2,999999997),(3,3,'A','A',3,999999996),(4,4,'A','A',4,999999995),(5,5,'A','A',5,999999994),(6,6,'A','A',6,999999993),(7,7,'A','A',7,999999992); /*!40000 ALTER TABLE `ASADAL_BOARD_board` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_BOARD_mailnotice` -- DROP TABLE IF EXISTS `ASADAL_BOARD_mailnotice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_BOARD_mailnotice` ( `pkid` int(11) NOT NULL auto_increment, `fmlid` int(5) NOT NULL default '0', `parent` varchar(50) NOT NULL default '', `parentcp` varchar(50) NOT NULL default '', `board_no` int(11) NOT NULL default '0', `rev_fmlid` int(11) NOT NULL default '0', PRIMARY KEY (`pkid`), KEY `fmlid` (`fmlid`), KEY `parent` (`parent`), KEY `parentcp` (`parentcp`), KEY `board_no` (`board_no`), KEY `idx_rev_fmlid_parentcp` (`rev_fmlid`,`parentcp`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_BOARD_mailnotice` -- LOCK TABLES `ASADAL_BOARD_mailnotice` WRITE; /*!40000 ALTER TABLE `ASADAL_BOARD_mailnotice` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_BOARD_mailnotice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_BOARD_notice` -- DROP TABLE IF EXISTS `ASADAL_BOARD_notice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_BOARD_notice` ( `pkid` int(11) NOT NULL auto_increment, `fmlid` int(5) NOT NULL default '0', `parent` varchar(50) NOT NULL default '', `parentcp` varchar(50) NOT NULL default '', `board_no` int(11) NOT NULL default '0', `rev_fmlid` int(11) default '0', PRIMARY KEY (`pkid`), KEY `parent` (`parent`), KEY `parentcp` (`parentcp`), KEY `fmlid` (`fmlid`), KEY `board_no` (`board_no`), KEY `idx_rev_fmlid_parentcp` (`rev_fmlid`,`parentcp`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_BOARD_notice` -- LOCK TABLES `ASADAL_BOARD_notice` WRITE; /*!40000 ALTER TABLE `ASADAL_BOARD_notice` DISABLE KEYS */; INSERT INTO `ASADAL_BOARD_notice` VALUES (1,1,'A','A',8,999999998),(2,2,'A','A',9,999999997),(3,3,'A','A',10,999999996),(4,4,'A','A',11,999999995),(5,5,'A','A',12,999999994); /*!40000 ALTER TABLE `ASADAL_BOARD_notice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_AUTOIMAGEVIEW_ITEMS` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_AUTOIMAGEVIEW_ITEMS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_AUTOIMAGEVIEW_ITEMS` ( `list_item_no` int(11) NOT NULL auto_increment, `cate_id` int(11) NOT NULL default '0', `config_id` int(11) NOT NULL default '0', `setKey` varchar(255) NOT NULL default '0', `setValue` varchar(255) NOT NULL default '0', `initialize` char(1) NOT NULL default '0', `initalize_cate_name` varchar(100) NOT NULL default '0', `regdate` int(11) NOT NULL default '0', PRIMARY KEY (`list_item_no`), KEY `cate_id` (`cate_id`), KEY `config_id` (`config_id`) ) ENGINE=MyISAM AUTO_INCREMENT=666 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_AUTOIMAGEVIEW_ITEMS` -- LOCK TABLES `ASADAL_DISPLAY_AUTOIMAGEVIEW_ITEMS` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_AUTOIMAGEVIEW_ITEMS` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_AUTOIMAGEVIEW_ITEMS` VALUES (1,0,1,'use_arrange_small_image_size','','Y','gallery',1197339572),(2,0,1,'use_arrange_middle_image_size','','Y','gallery',1197339572),(3,0,1,'use_arrange_big_image_size','','Y','gallery',1197339572),(4,0,1,'use_magnify_image_size','','Y','gallery',1197339572),(5,0,1,'use_magnify_close_image_locaiton','','Y','gallery',1197339572),(6,0,1,'cate_use_part','S','Y','gallery',1197339572),(7,0,1,'show_new_width_percent_value','','Y','gallery',1197339572),(8,0,1,'show_new_width_pixel_value','','Y','gallery',1197339572),(9,0,1,'new_array_type','','Y','gallery',1197339572),(10,0,1,'show_new_width_division','','Y','gallery',1197339572),(11,0,1,'show_small_new_width_set','','Y','gallery',1197339572),(12,0,1,'show_small_new_width_percent_value','','Y','gallery',1197339572),(13,0,1,'show_small_new_width_pixel_value','','Y','gallery',1197339572),(14,0,1,'show_big_new_width_set','','Y','gallery',1197339572),(15,0,1,'show_big_new_width_percent_value','','Y','gallery',1197339572),(16,0,1,'show_big_new_width_pixel_value','','Y','gallery',1197339572),(17,0,1,'show_new_list_type','','Y','gallery',1197339572),(18,0,1,'show_new_list_type_width','','Y','gallery',1197339572),(19,0,1,'show_new_list_type_height','','Y','gallery',1197339572),(20,0,1,'show_new_list_type_big_width','','Y','gallery',1197339572),(21,0,1,'show_new_list_type_big_height','','Y','gallery',1197339572),(22,0,1,'show_new_list_type_small_width','','Y','gallery',1197339572),(23,0,1,'show_new_list_type_small_height','','Y','gallery',1197339572),(24,0,1,'show_discount_width_percent_value','','Y','gallery',1197339572),(25,0,1,'show_discount_width_pixel_value','','Y','gallery',1197339572),(26,0,1,'discount_array_type','','Y','gallery',1197339572),(27,0,1,'show_discount_width_division','','Y','gallery',1197339572),(28,0,1,'show_small_discount_width_percent_value','','Y','gallery',1197339572),(29,0,1,'show_small_discount_width_pixel_value','','Y','gallery',1197339572),(30,0,1,'show_small_discount_width_set','','Y','gallery',1197339572),(31,0,1,'show_big_discount_width_percent_value','','Y','gallery',1197339572),(32,0,1,'show_big_discount_width_pixel_value','','Y','gallery',1197339572),(33,0,1,'show_big_discount_width_set','','Y','gallery',1197339572),(34,0,1,'show_discount_list_type_width','','Y','gallery',1197339572),(35,0,1,'show_discount_list_type_height','','Y','gallery',1197339572),(36,0,1,'show_discount_list_type_big_width','','Y','gallery',1197339572),(37,0,1,'show_discount_list_type_big_height','','Y','gallery',1197339572),(38,0,1,'show_discount_list_type_small_width','','Y','gallery',1197339572),(39,0,1,'show_discount_list_type_small_height','','Y','gallery',1197339572),(40,0,1,'show_recommend_width_percent_value','10','Y','gallery',1197339572),(41,0,1,'show_recommend_width_pixel_value','','Y','gallery',1197339572),(42,0,1,'recommend_array_type','001','Y','gallery',1197339572),(43,0,1,'show_recommend_width_division','H','Y','gallery',1197339572),(44,0,1,'show_small_recommend_width_set','percent','Y','gallery',1197339572),(45,0,1,'show_small_recommend_width_percent_value','10','Y','gallery',1197339572),(46,0,1,'show_small_recommend_width_pixel_value','','Y','gallery',1197339572),(47,0,1,'show_big_recommend_width_set','percent','Y','gallery',1197339572),(48,0,1,'show_big_recommend_width_percent_value','10','Y','gallery',1197339572),(49,0,1,'show_big_recommend_width_pixel_value','','Y','gallery',1197339572),(50,0,1,'show_recommend_list_type','001','Y','gallery',1197339572),(51,0,1,'show_recommend_list_type_width','4','Y','gallery',1197339572),(52,0,1,'show_recommend_list_type_height','4','Y','gallery',1197339572),(53,0,1,'show_recommend_list_type_big_width','1','Y','gallery',1197339572),(54,0,1,'show_recommend_list_type_big_height','2','Y','gallery',1197339572),(55,0,1,'show_recommend_list_type_small_width','3','Y','gallery',1197339572),(56,0,1,'show_recommend_list_type_small_height','3','Y','gallery',1197339572),(57,0,1,'show_monopoly_width_percent_value','10','Y','gallery',1197339572),(58,0,1,'show_monopoly_width_pixel_value','','Y','gallery',1197339572),(59,0,1,'monopoly_array_type','001','Y','gallery',1197339572),(60,0,1,'show_monopoly_width_division','H','Y','gallery',1197339572),(61,0,1,'show_small_monopoly_width_set','percent','Y','gallery',1197339572),(62,0,1,'show_small_monopoly_width_percent_value','10','Y','gallery',1197339572),(63,0,1,'show_small_monopoly_width_pixel_value','','Y','gallery',1197339572),(64,0,1,'show_big_monopoly_width_set','percent','Y','gallery',1197339572),(65,0,1,'show_big_monopoly_width_percent_value','10','Y','gallery',1197339572),(66,0,1,'show_big_monopoly_width_pixel_value','','Y','gallery',1197339572),(67,0,1,'show_monopoly_list_type','001','Y','gallery',1197339572),(68,0,1,'show_monopoly_list_type_width','4','Y','gallery',1197339572),(69,0,1,'show_monopoly_list_type_height','4','Y','gallery',1197339572),(70,0,1,'show_monopoly_list_type_big_width','1','Y','gallery',1197339572),(71,0,1,'show_monopoly_list_type_big_height','2','Y','gallery',1197339572),(72,0,1,'show_monopoly_list_type_small_width','3','Y','gallery',1197339572),(73,0,1,'show_monopoly_list_type_small_height','3','Y','gallery',1197339572),(74,0,1,'show_best_width_percent_value','10','Y','gallery',1197339572),(75,0,1,'show_best_width_pixel_value','','Y','gallery',1197339572),(76,0,1,'best_array_type','001','Y','gallery',1197339572),(77,0,1,'show_best_width_division','H','Y','gallery',1197339572),(78,0,1,'show_small_best_width_set','percent','Y','gallery',1197339572),(79,0,1,'show_small_best_width_percent_value','10','Y','gallery',1197339572),(80,0,1,'show_small_best_width_pixel_value','','Y','gallery',1197339572),(81,0,1,'show_big_best_width_set','percent','Y','gallery',1197339572),(82,0,1,'show_big_best_width_percent_value','10','Y','gallery',1197339572),(83,0,1,'show_big_best_width_pixel_value','','Y','gallery',1197339572),(84,0,1,'show_best_list_type','001','Y','gallery',1197339572),(85,0,1,'show_best_list_type_width','4','Y','gallery',1197339572),(86,0,1,'show_best_list_type_height','4','Y','gallery',1197339572),(87,0,1,'show_best_list_type_big_width','1','Y','gallery',1197339572),(88,0,1,'show_best_list_type_big_height','2','Y','gallery',1197339572),(89,0,1,'show_best_list_type_small_width','3','Y','gallery',1197339572),(90,0,1,'show_best_list_type_small_height','3','Y','gallery',1197339572),(91,0,1,'show_arrange_width_percent_value','','Y','gallery',1197339572),(92,0,1,'show_arrange_width_set','pixel','Y','gallery',1197339572),(93,0,1,'show_arrange_width_pixel_value','250','Y','gallery',1197339572),(94,0,1,'show_arrange_small_image_size','60x55','Y','gallery',1197339572),(95,0,1,'show_arrange_middle_image_size','130x65','Y','gallery',1197339572),(96,0,1,'show_arrange_big_image_size','220x110','Y','gallery',1197339572),(97,0,1,'show_height_cut','BC','Y','gallery',1197339572),(98,0,1,'show_width_cut','LRC','Y','gallery',1197339572),(99,0,1,'show_userDemo','H','Y','gallery',1197339572),(100,0,1,'show_adminDemo','H','Y','gallery',1197339572),(101,0,1,'show_subject','S','Y','gallery',1197339572),(102,0,1,'show_subjectHtml','N','Y','gallery',1197339572),(103,0,1,'show_subjectCutLimit','20','Y','gallery',1197339572),(104,0,1,'show_shotDesc','S','Y','gallery',1197339572),(105,0,1,'show_shotDescHtml','N','Y','gallery',1197339572),(106,0,1,'show_shotDescCutLimit','20','Y','gallery',1197339572),(107,0,1,'show_content','S','Y','gallery',1197339572),(108,0,1,'show_contentHtml','Y','Y','gallery',1197339572),(109,0,1,'show_contentCutLimt','','Y','gallery',1197339572),(110,0,1,'show_image_lineup_width','left','Y','gallery',1197339572),(111,0,1,'show_image_lineup_height','top','Y','gallery',1197339572),(112,0,1,'show_price','S','Y','gallery',1197339572),(113,0,1,'show_sell_count','S','Y','gallery',1197339572),(114,0,1,'show_download_count','S','Y','gallery',1197339572),(115,0,1,'show_recommand_count','S','Y','gallery',1197339572),(116,0,1,'show_hit_count','S','Y','gallery',1197339572),(117,0,1,'show_preview','S','Y','gallery',1197339572),(118,0,1,'show_provider','S','Y','gallery',1197339572),(119,0,1,'show_homepage','S','Y','gallery',1197339572),(120,0,1,'show_address','S','Y','gallery',1197339572),(121,0,1,'show_phone','S','Y','gallery',1197339572),(122,0,1,'show_use_new','H','Y','gallery',1197339572),(123,0,1,'show_memo_count','H','Y','gallery',1197339572),(124,0,1,'show_magnify','S','Y','gallery',1197339572),(125,0,1,'show_magnify_close','H','Y','gallery',1197339572),(126,0,1,'show_magnify_image_size','400x300','Y','gallery',1197339572),(127,0,1,'show_magnify_close_image_locate','RT','Y','gallery',1197339572),(128,0,1,'use_file_name','','Y','gallery',1197339572),(129,0,1,'use_reg_image_1','','Y','gallery',1197339572),(130,0,1,'use_reg_image_2','','Y','gallery',1197339572),(131,0,1,'use_reg_image_3','','Y','gallery',1197339572),(132,0,1,'use_bgimg','N','Y','gallery',1197339572),(133,0,1,'show_new_width_set','percent','Y','gallery',1197339572),(134,0,2,'use_arrange_small_image_size','','Y','shoppingmall',1197339572),(135,0,2,'use_arrange_middle_image_size','','Y','shoppingmall',1197339572),(136,0,2,'use_arrange_big_image_size','','Y','shoppingmall',1197339572),(137,0,2,'use_magnify_image_size','','Y','shoppingmall',1197339572),(138,0,2,'use_magnify_close_image_locaiton','','Y','shoppingmall',1197339572),(139,0,2,'cate_use_part','S','Y','shoppingmall',1197339572),(140,0,2,'show_new_width_percent_value','','Y','shoppingmall',1197339572),(141,0,2,'show_new_width_pixel_value','','Y','shoppingmall',1197339572),(142,0,2,'new_array_type','','Y','shoppingmall',1197339572),(143,0,2,'show_new_width_division','','Y','shoppingmall',1197339572),(144,0,2,'show_small_new_width_set','','Y','shoppingmall',1197339572),(145,0,2,'show_small_new_width_percent_value','','Y','shoppingmall',1197339572),(146,0,2,'show_small_new_width_pixel_value','','Y','shoppingmall',1197339572),(147,0,2,'show_big_new_width_set','','Y','shoppingmall',1197339572),(148,0,2,'show_big_new_width_percent_value','','Y','shoppingmall',1197339572),(149,0,2,'show_big_new_width_pixel_value','','Y','shoppingmall',1197339572),(150,0,2,'show_new_list_type','','Y','shoppingmall',1197339572),(151,0,2,'show_new_list_type_width','','Y','shoppingmall',1197339572),(152,0,2,'show_new_list_type_height','','Y','shoppingmall',1197339572),(153,0,2,'show_new_list_type_big_width','','Y','shoppingmall',1197339572),(154,0,2,'show_new_list_type_big_height','','Y','shoppingmall',1197339572),(155,0,2,'show_new_list_type_small_width','','Y','shoppingmall',1197339572),(156,0,2,'show_new_list_type_small_height','','Y','shoppingmall',1197339572),(157,0,2,'show_discount_width_percent_value','','Y','shoppingmall',1197339572),(158,0,2,'show_discount_width_pixel_value','','Y','shoppingmall',1197339572),(159,0,2,'discount_array_type','','Y','shoppingmall',1197339572),(160,0,2,'show_discount_width_division','','Y','shoppingmall',1197339572),(161,0,2,'show_small_discount_width_percent_value','','Y','shoppingmall',1197339572),(162,0,2,'show_small_discount_width_pixel_value','','Y','shoppingmall',1197339572),(163,0,2,'show_small_discount_width_set','','Y','shoppingmall',1197339572),(164,0,2,'show_big_discount_width_percent_value','','Y','shoppingmall',1197339572),(165,0,2,'show_big_discount_width_pixel_value','','Y','shoppingmall',1197339572),(166,0,2,'show_big_discount_width_set','','Y','shoppingmall',1197339572),(167,0,2,'show_discount_list_type_width','','Y','shoppingmall',1197339572),(168,0,2,'show_discount_list_type_height','','Y','shoppingmall',1197339572),(169,0,2,'show_discount_list_type_big_width','','Y','shoppingmall',1197339572),(170,0,2,'show_discount_list_type_big_height','','Y','shoppingmall',1197339572),(171,0,2,'show_discount_list_type_small_width','','Y','shoppingmall',1197339572),(172,0,2,'show_discount_list_type_small_height','','Y','shoppingmall',1197339572),(173,0,2,'show_recommend_width_percent_value','10','Y','shoppingmall',1197339572),(174,0,2,'show_recommend_width_pixel_value','','Y','shoppingmall',1197339572),(175,0,2,'recommend_array_type','001','Y','shoppingmall',1197339572),(176,0,2,'show_recommend_width_division','H','Y','shoppingmall',1197339572),(177,0,2,'show_small_recommend_width_set','percent','Y','shoppingmall',1197339572),(178,0,2,'show_small_recommend_width_percent_value','10','Y','shoppingmall',1197339572),(179,0,2,'show_small_recommend_width_pixel_value','','Y','shoppingmall',1197339572),(180,0,2,'show_big_recommend_width_set','percent','Y','shoppingmall',1197339572),(181,0,2,'show_big_recommend_width_percent_value','10','Y','shoppingmall',1197339572),(182,0,2,'show_big_recommend_width_pixel_value','','Y','shoppingmall',1197339572),(183,0,2,'show_recommend_list_type','001','Y','shoppingmall',1197339572),(184,0,2,'show_recommend_list_type_width','4','Y','shoppingmall',1197339572),(185,0,2,'show_recommend_list_type_height','4','Y','shoppingmall',1197339572),(186,0,2,'show_recommend_list_type_big_width','1','Y','shoppingmall',1197339572),(187,0,2,'show_recommend_list_type_big_height','2','Y','shoppingmall',1197339572),(188,0,2,'show_recommend_list_type_small_width','3','Y','shoppingmall',1197339572),(189,0,2,'show_recommend_list_type_small_height','3','Y','shoppingmall',1197339572),(190,0,2,'show_monopoly_width_percent_value','10','Y','shoppingmall',1197339572),(191,0,2,'show_monopoly_width_pixel_value','','Y','shoppingmall',1197339572),(192,0,2,'monopoly_array_type','001','Y','shoppingmall',1197339572),(193,0,2,'show_monopoly_width_division','H','Y','shoppingmall',1197339572),(194,0,2,'show_small_monopoly_width_set','percent','Y','shoppingmall',1197339572),(195,0,2,'show_small_monopoly_width_percent_value','10','Y','shoppingmall',1197339572),(196,0,2,'show_small_monopoly_width_pixel_value','','Y','shoppingmall',1197339572),(197,0,2,'show_big_monopoly_width_set','percent','Y','shoppingmall',1197339572),(198,0,2,'show_big_monopoly_width_percent_value','10','Y','shoppingmall',1197339572),(199,0,2,'show_big_monopoly_width_pixel_value','','Y','shoppingmall',1197339572),(200,0,2,'show_monopoly_list_type','001','Y','shoppingmall',1197339572),(201,0,2,'show_monopoly_list_type_width','4','Y','shoppingmall',1197339572),(202,0,2,'show_monopoly_list_type_height','4','Y','shoppingmall',1197339572),(203,0,2,'show_monopoly_list_type_big_width','1','Y','shoppingmall',1197339572),(204,0,2,'show_monopoly_list_type_big_height','2','Y','shoppingmall',1197339572),(205,0,2,'show_monopoly_list_type_small_width','3','Y','shoppingmall',1197339572),(206,0,2,'show_monopoly_list_type_small_height','3','Y','shoppingmall',1197339572),(207,0,2,'show_best_width_percent_value','10','Y','shoppingmall',1197339572),(208,0,2,'show_best_width_pixel_value','','Y','shoppingmall',1197339572),(209,0,2,'best_array_type','001','Y','shoppingmall',1197339572),(210,0,2,'show_best_width_division','H','Y','shoppingmall',1197339572),(211,0,2,'show_small_best_width_set','percent','Y','shoppingmall',1197339572),(212,0,2,'show_small_best_width_percent_value','10','Y','shoppingmall',1197339572),(213,0,2,'show_small_best_width_pixel_value','','Y','shoppingmall',1197339572),(214,0,2,'show_big_best_width_set','percent','Y','shoppingmall',1197339572),(215,0,2,'show_big_best_width_percent_value','10','Y','shoppingmall',1197339572),(216,0,2,'show_big_best_width_pixel_value','','Y','shoppingmall',1197339572),(217,0,2,'show_best_list_type','001','Y','shoppingmall',1197339572),(218,0,2,'show_best_list_type_width','4','Y','shoppingmall',1197339572),(219,0,2,'show_best_list_type_height','4','Y','shoppingmall',1197339572),(220,0,2,'show_best_list_type_big_width','1','Y','shoppingmall',1197339572),(221,0,2,'show_best_list_type_big_height','2','Y','shoppingmall',1197339572),(222,0,2,'show_best_list_type_small_width','3','Y','shoppingmall',1197339572),(223,0,2,'show_best_list_type_small_height','3','Y','shoppingmall',1197339572),(224,0,2,'show_arrange_width_percent_value','','Y','shoppingmall',1197339572),(225,0,2,'show_arrange_width_set','pixel','Y','shoppingmall',1197339572),(226,0,2,'show_arrange_width_pixel_value','250','Y','shoppingmall',1197339572),(227,0,2,'show_arrange_small_image_size','60x55','Y','shoppingmall',1197339572),(228,0,2,'show_arrange_middle_image_size','130x65','Y','shoppingmall',1197339572),(229,0,2,'show_arrange_big_image_size','220x110','Y','shoppingmall',1197339572),(230,0,2,'show_height_cut','BC','Y','shoppingmall',1197339572),(231,0,2,'show_width_cut','LRC','Y','shoppingmall',1197339572),(232,0,2,'show_userDemo','H','Y','shoppingmall',1197339572),(233,0,2,'show_adminDemo','H','Y','shoppingmall',1197339572),(234,0,2,'show_subject','S','Y','shoppingmall',1197339572),(235,0,2,'show_subjectHtml','N','Y','shoppingmall',1197339572),(236,0,2,'show_subjectCutLimit','20','Y','shoppingmall',1197339572),(237,0,2,'show_shotDesc','S','Y','shoppingmall',1197339572),(238,0,2,'show_shotDescHtml','N','Y','shoppingmall',1197339572),(239,0,2,'show_shotDescCutLimit','20','Y','shoppingmall',1197339572),(240,0,2,'show_content','S','Y','shoppingmall',1197339572),(241,0,2,'show_contentHtml','Y','Y','shoppingmall',1197339572),(242,0,2,'show_contentCutLimt','','Y','shoppingmall',1197339572),(243,0,2,'show_image_lineup_width','left','Y','shoppingmall',1197339572),(244,0,2,'show_image_lineup_height','top','Y','shoppingmall',1197339572),(245,0,2,'show_price','S','Y','shoppingmall',1197339572),(246,0,2,'show_sell_count','S','Y','shoppingmall',1197339572),(247,0,2,'show_download_count','S','Y','shoppingmall',1197339572),(248,0,2,'show_recommand_count','S','Y','shoppingmall',1197339572),(249,0,2,'show_hit_count','S','Y','shoppingmall',1197339572),(250,0,2,'show_preview','S','Y','shoppingmall',1197339572),(251,0,2,'show_provider','S','Y','shoppingmall',1197339572),(252,0,2,'show_homepage','S','Y','shoppingmall',1197339572),(253,0,2,'show_address','S','Y','shoppingmall',1197339572),(254,0,2,'show_phone','S','Y','shoppingmall',1197339572),(255,0,2,'show_use_new','H','Y','shoppingmall',1197339572),(256,0,2,'show_memo_count','H','Y','shoppingmall',1197339572),(257,0,2,'show_magnify','S','Y','shoppingmall',1197339572),(258,0,2,'show_magnify_close','H','Y','shoppingmall',1197339572),(259,0,2,'show_magnify_image_size','400x300','Y','shoppingmall',1197339572),(260,0,2,'show_magnify_close_image_locate','RT','Y','shoppingmall',1197339572),(261,0,2,'use_file_name','','Y','shoppingmall',1197339572),(262,0,2,'use_reg_image_1','','Y','shoppingmall',1197339572),(263,0,2,'use_reg_image_2','','Y','shoppingmall',1197339572),(264,0,2,'use_reg_image_3','','Y','shoppingmall',1197339572),(265,0,2,'use_bgimg','N','Y','shoppingmall',1197339572),(266,0,2,'show_new_width_set','percent','Y','shoppingmall',1197339572),(267,0,3,'use_arrange_small_image_size','','Y','contentsmall',1197339572),(268,0,3,'use_arrange_middle_image_size','','Y','contentsmall',1197339572),(269,0,3,'use_arrange_big_image_size','','Y','contentsmall',1197339572),(270,0,3,'use_magnify_image_size','','Y','contentsmall',1197339572),(271,0,3,'use_magnify_close_image_locaiton','','Y','contentsmall',1197339572),(272,0,3,'cate_use_part','S','Y','contentsmall',1197339572),(273,0,3,'show_new_width_percent_value','','Y','contentsmall',1197339572),(274,0,3,'show_new_width_pixel_value','','Y','contentsmall',1197339572),(275,0,3,'new_array_type','','Y','contentsmall',1197339572),(276,0,3,'show_new_width_division','','Y','contentsmall',1197339572),(277,0,3,'show_small_new_width_set','','Y','contentsmall',1197339572),(278,0,3,'show_small_new_width_percent_value','','Y','contentsmall',1197339572),(279,0,3,'show_small_new_width_pixel_value','','Y','contentsmall',1197339572),(280,0,3,'show_big_new_width_set','','Y','contentsmall',1197339572),(281,0,3,'show_big_new_width_percent_value','','Y','contentsmall',1197339572),(282,0,3,'show_big_new_width_pixel_value','','Y','contentsmall',1197339572),(283,0,3,'show_new_list_type','','Y','contentsmall',1197339572),(284,0,3,'show_new_list_type_width','','Y','contentsmall',1197339572),(285,0,3,'show_new_list_type_height','','Y','contentsmall',1197339572),(286,0,3,'show_new_list_type_big_width','','Y','contentsmall',1197339572),(287,0,3,'show_new_list_type_big_height','','Y','contentsmall',1197339572),(288,0,3,'show_new_list_type_small_width','','Y','contentsmall',1197339572),(289,0,3,'show_new_list_type_small_height','','Y','contentsmall',1197339572),(290,0,3,'show_discount_width_percent_value','','Y','contentsmall',1197339572),(291,0,3,'show_discount_width_pixel_value','','Y','contentsmall',1197339572),(292,0,3,'discount_array_type','','Y','contentsmall',1197339572),(293,0,3,'show_discount_width_division','','Y','contentsmall',1197339572),(294,0,3,'show_small_discount_width_percent_value','','Y','contentsmall',1197339572),(295,0,3,'show_small_discount_width_pixel_value','','Y','contentsmall',1197339572),(296,0,3,'show_small_discount_width_set','','Y','contentsmall',1197339572),(297,0,3,'show_big_discount_width_percent_value','','Y','contentsmall',1197339572),(298,0,3,'show_big_discount_width_pixel_value','','Y','contentsmall',1197339572),(299,0,3,'show_big_discount_width_set','','Y','contentsmall',1197339572),(300,0,3,'show_discount_list_type_width','','Y','contentsmall',1197339572),(301,0,3,'show_discount_list_type_height','','Y','contentsmall',1197339572),(302,0,3,'show_discount_list_type_big_width','','Y','contentsmall',1197339572),(303,0,3,'show_discount_list_type_big_height','','Y','contentsmall',1197339572),(304,0,3,'show_discount_list_type_small_width','','Y','contentsmall',1197339572),(305,0,3,'show_discount_list_type_small_height','','Y','contentsmall',1197339572),(306,0,3,'show_recommend_width_percent_value','10','Y','contentsmall',1197339572),(307,0,3,'show_recommend_width_pixel_value','','Y','contentsmall',1197339572),(308,0,3,'recommend_array_type','001','Y','contentsmall',1197339572),(309,0,3,'show_recommend_width_division','H','Y','contentsmall',1197339572),(310,0,3,'show_small_recommend_width_set','percent','Y','contentsmall',1197339572),(311,0,3,'show_small_recommend_width_percent_value','10','Y','contentsmall',1197339572),(312,0,3,'show_small_recommend_width_pixel_value','','Y','contentsmall',1197339572),(313,0,3,'show_big_recommend_width_set','percent','Y','contentsmall',1197339572),(314,0,3,'show_big_recommend_width_percent_value','10','Y','contentsmall',1197339572),(315,0,3,'show_big_recommend_width_pixel_value','','Y','contentsmall',1197339572),(316,0,3,'show_recommend_list_type','001','Y','contentsmall',1197339572),(317,0,3,'show_recommend_list_type_width','4','Y','contentsmall',1197339572),(318,0,3,'show_recommend_list_type_height','4','Y','contentsmall',1197339572),(319,0,3,'show_recommend_list_type_big_width','1','Y','contentsmall',1197339572),(320,0,3,'show_recommend_list_type_big_height','2','Y','contentsmall',1197339572),(321,0,3,'show_recommend_list_type_small_width','3','Y','contentsmall',1197339572),(322,0,3,'show_recommend_list_type_small_height','3','Y','contentsmall',1197339572),(323,0,3,'show_monopoly_width_percent_value','10','Y','contentsmall',1197339572),(324,0,3,'show_monopoly_width_pixel_value','','Y','contentsmall',1197339572),(325,0,3,'monopoly_array_type','001','Y','contentsmall',1197339572),(326,0,3,'show_monopoly_width_division','H','Y','contentsmall',1197339572),(327,0,3,'show_small_monopoly_width_set','percent','Y','contentsmall',1197339572),(328,0,3,'show_small_monopoly_width_percent_value','10','Y','contentsmall',1197339572),(329,0,3,'show_small_monopoly_width_pixel_value','','Y','contentsmall',1197339572),(330,0,3,'show_big_monopoly_width_set','percent','Y','contentsmall',1197339572),(331,0,3,'show_big_monopoly_width_percent_value','10','Y','contentsmall',1197339572),(332,0,3,'show_big_monopoly_width_pixel_value','','Y','contentsmall',1197339572),(333,0,3,'show_monopoly_list_type','001','Y','contentsmall',1197339572),(334,0,3,'show_monopoly_list_type_width','4','Y','contentsmall',1197339572),(335,0,3,'show_monopoly_list_type_height','4','Y','contentsmall',1197339572),(336,0,3,'show_monopoly_list_type_big_width','1','Y','contentsmall',1197339572),(337,0,3,'show_monopoly_list_type_big_height','2','Y','contentsmall',1197339572),(338,0,3,'show_monopoly_list_type_small_width','3','Y','contentsmall',1197339572),(339,0,3,'show_monopoly_list_type_small_height','3','Y','contentsmall',1197339572),(340,0,3,'show_best_width_percent_value','10','Y','contentsmall',1197339572),(341,0,3,'show_best_width_pixel_value','','Y','contentsmall',1197339572),(342,0,3,'best_array_type','001','Y','contentsmall',1197339572),(343,0,3,'show_best_width_division','H','Y','contentsmall',1197339572),(344,0,3,'show_small_best_width_set','percent','Y','contentsmall',1197339572),(345,0,3,'show_small_best_width_percent_value','10','Y','contentsmall',1197339572),(346,0,3,'show_small_best_width_pixel_value','','Y','contentsmall',1197339572),(347,0,3,'show_big_best_width_set','percent','Y','contentsmall',1197339572),(348,0,3,'show_big_best_width_percent_value','10','Y','contentsmall',1197339572),(349,0,3,'show_big_best_width_pixel_value','','Y','contentsmall',1197339572),(350,0,3,'show_best_list_type','001','Y','contentsmall',1197339572),(351,0,3,'show_best_list_type_width','4','Y','contentsmall',1197339572),(352,0,3,'show_best_list_type_height','4','Y','contentsmall',1197339572),(353,0,3,'show_best_list_type_big_width','1','Y','contentsmall',1197339572),(354,0,3,'show_best_list_type_big_height','2','Y','contentsmall',1197339572),(355,0,3,'show_best_list_type_small_width','3','Y','contentsmall',1197339572),(356,0,3,'show_best_list_type_small_height','3','Y','contentsmall',1197339572),(357,0,3,'show_arrange_width_percent_value','','Y','contentsmall',1197339572),(358,0,3,'show_arrange_width_set','pixel','Y','contentsmall',1197339572),(359,0,3,'show_arrange_width_pixel_value','250','Y','contentsmall',1197339572),(360,0,3,'show_arrange_small_image_size','60x55','Y','contentsmall',1197339572),(361,0,3,'show_arrange_middle_image_size','130x65','Y','contentsmall',1197339572),(362,0,3,'show_arrange_big_image_size','220x110','Y','contentsmall',1197339572),(363,0,3,'show_height_cut','BC','Y','contentsmall',1197339572),(364,0,3,'show_width_cut','LRC','Y','contentsmall',1197339572),(365,0,3,'show_userDemo','H','Y','contentsmall',1197339572),(366,0,3,'show_adminDemo','H','Y','contentsmall',1197339572),(367,0,3,'show_subject','S','Y','contentsmall',1197339572),(368,0,3,'show_subjectHtml','N','Y','contentsmall',1197339572),(369,0,3,'show_subjectCutLimit','20','Y','contentsmall',1197339572),(370,0,3,'show_shotDesc','S','Y','contentsmall',1197339572),(371,0,3,'show_shotDescHtml','N','Y','contentsmall',1197339572),(372,0,3,'show_shotDescCutLimit','20','Y','contentsmall',1197339572),(373,0,3,'show_content','S','Y','contentsmall',1197339572),(374,0,3,'show_contentHtml','Y','Y','contentsmall',1197339572),(375,0,3,'show_contentCutLimt','','Y','contentsmall',1197339572),(376,0,3,'show_image_lineup_width','left','Y','contentsmall',1197339572),(377,0,3,'show_image_lineup_height','top','Y','contentsmall',1197339572),(378,0,3,'show_price','S','Y','contentsmall',1197339572),(379,0,3,'show_sell_count','S','Y','contentsmall',1197339572),(380,0,3,'show_download_count','S','Y','contentsmall',1197339572),(381,0,3,'show_recommand_count','S','Y','contentsmall',1197339572),(382,0,3,'show_hit_count','S','Y','contentsmall',1197339572),(383,0,3,'show_preview','S','Y','contentsmall',1197339572),(384,0,3,'show_provider','S','Y','contentsmall',1197339572),(385,0,3,'show_homepage','S','Y','contentsmall',1197339572),(386,0,3,'show_address','S','Y','contentsmall',1197339572),(387,0,3,'show_phone','S','Y','contentsmall',1197339572),(388,0,3,'show_use_new','H','Y','contentsmall',1197339572),(389,0,3,'show_memo_count','H','Y','contentsmall',1197339572),(390,0,3,'show_magnify','S','Y','contentsmall',1197339572),(391,0,3,'show_magnify_close','H','Y','contentsmall',1197339572),(392,0,3,'show_magnify_image_size','400x300','Y','contentsmall',1197339572),(393,0,3,'show_magnify_close_image_locate','RT','Y','contentsmall',1197339572),(394,0,3,'use_file_name','','Y','contentsmall',1197339572),(395,0,3,'use_reg_image_1','','Y','contentsmall',1197339572),(396,0,3,'use_reg_image_2','','Y','contentsmall',1197339572),(397,0,3,'use_reg_image_3','','Y','contentsmall',1197339572),(398,0,3,'use_bgimg','N','Y','contentsmall',1197339572),(399,0,3,'show_new_width_set','percent','Y','contentsmall',1197339572),(400,0,4,'use_arrange_small_image_size','','Y','game',1197339572),(401,0,4,'use_arrange_middle_image_size','','Y','game',1197339572),(402,0,4,'use_arrange_big_image_size','','Y','game',1197339572),(403,0,4,'use_magnify_image_size','','Y','game',1197339572),(404,0,4,'use_magnify_close_image_locaiton','','Y','game',1197339572),(405,0,4,'cate_use_part','S','Y','game',1197339572),(406,0,4,'show_new_width_percent_value','','Y','game',1197339572),(407,0,4,'show_new_width_pixel_value','','Y','game',1197339572),(408,0,4,'new_array_type','','Y','game',1197339572),(409,0,4,'show_new_width_division','','Y','game',1197339572),(410,0,4,'show_small_new_width_set','','Y','game',1197339572),(411,0,4,'show_small_new_width_percent_value','','Y','game',1197339572),(412,0,4,'show_small_new_width_pixel_value','','Y','game',1197339572),(413,0,4,'show_big_new_width_set','','Y','game',1197339572),(414,0,4,'show_big_new_width_percent_value','','Y','game',1197339572),(415,0,4,'show_big_new_width_pixel_value','','Y','game',1197339572),(416,0,4,'show_new_list_type','','Y','game',1197339572),(417,0,4,'show_new_list_type_width','','Y','game',1197339572),(418,0,4,'show_new_list_type_height','','Y','game',1197339572),(419,0,4,'show_new_list_type_big_width','','Y','game',1197339572),(420,0,4,'show_new_list_type_big_height','','Y','game',1197339572),(421,0,4,'show_new_list_type_small_width','','Y','game',1197339572),(422,0,4,'show_new_list_type_small_height','','Y','game',1197339572),(423,0,4,'show_discount_width_percent_value','','Y','game',1197339572),(424,0,4,'show_discount_width_pixel_value','','Y','game',1197339572),(425,0,4,'discount_array_type','','Y','game',1197339572),(426,0,4,'show_discount_width_division','','Y','game',1197339572),(427,0,4,'show_small_discount_width_percent_value','','Y','game',1197339572),(428,0,4,'show_small_discount_width_pixel_value','','Y','game',1197339572),(429,0,4,'show_small_discount_width_set','','Y','game',1197339572),(430,0,4,'show_big_discount_width_percent_value','','Y','game',1197339572),(431,0,4,'show_big_discount_width_pixel_value','','Y','game',1197339572),(432,0,4,'show_big_discount_width_set','','Y','game',1197339572),(433,0,4,'show_discount_list_type_width','','Y','game',1197339572),(434,0,4,'show_discount_list_type_height','','Y','game',1197339572),(435,0,4,'show_discount_list_type_big_width','','Y','game',1197339572),(436,0,4,'show_discount_list_type_big_height','','Y','game',1197339572),(437,0,4,'show_discount_list_type_small_width','','Y','game',1197339572),(438,0,4,'show_discount_list_type_small_height','','Y','game',1197339572),(439,0,4,'show_recommend_width_percent_value','10','Y','game',1197339572),(440,0,4,'show_recommend_width_pixel_value','','Y','game',1197339572),(441,0,4,'recommend_array_type','001','Y','game',1197339572),(442,0,4,'show_recommend_width_division','H','Y','game',1197339572),(443,0,4,'show_small_recommend_width_set','percent','Y','game',1197339572),(444,0,4,'show_small_recommend_width_percent_value','10','Y','game',1197339572),(445,0,4,'show_small_recommend_width_pixel_value','','Y','game',1197339572),(446,0,4,'show_big_recommend_width_set','percent','Y','game',1197339572),(447,0,4,'show_big_recommend_width_percent_value','10','Y','game',1197339572),(448,0,4,'show_big_recommend_width_pixel_value','','Y','game',1197339572),(449,0,4,'show_recommend_list_type','001','Y','game',1197339572),(450,0,4,'show_recommend_list_type_width','4','Y','game',1197339572),(451,0,4,'show_recommend_list_type_height','4','Y','game',1197339572),(452,0,4,'show_recommend_list_type_big_width','1','Y','game',1197339572),(453,0,4,'show_recommend_list_type_big_height','2','Y','game',1197339572),(454,0,4,'show_recommend_list_type_small_width','3','Y','game',1197339572),(455,0,4,'show_recommend_list_type_small_height','3','Y','game',1197339572),(456,0,4,'show_monopoly_width_percent_value','10','Y','game',1197339572),(457,0,4,'show_monopoly_width_pixel_value','','Y','game',1197339572),(458,0,4,'monopoly_array_type','001','Y','game',1197339572),(459,0,4,'show_monopoly_width_division','H','Y','game',1197339572),(460,0,4,'show_small_monopoly_width_set','percent','Y','game',1197339572),(461,0,4,'show_small_monopoly_width_percent_value','10','Y','game',1197339572),(462,0,4,'show_small_monopoly_width_pixel_value','','Y','game',1197339572),(463,0,4,'show_big_monopoly_width_set','percent','Y','game',1197339572),(464,0,4,'show_big_monopoly_width_percent_value','10','Y','game',1197339572),(465,0,4,'show_big_monopoly_width_pixel_value','','Y','game',1197339572),(466,0,4,'show_monopoly_list_type','001','Y','game',1197339572),(467,0,4,'show_monopoly_list_type_width','4','Y','game',1197339572),(468,0,4,'show_monopoly_list_type_height','4','Y','game',1197339572),(469,0,4,'show_monopoly_list_type_big_width','1','Y','game',1197339572),(470,0,4,'show_monopoly_list_type_big_height','2','Y','game',1197339572),(471,0,4,'show_monopoly_list_type_small_width','3','Y','game',1197339572),(472,0,4,'show_monopoly_list_type_small_height','3','Y','game',1197339572),(473,0,4,'show_best_width_percent_value','10','Y','game',1197339572),(474,0,4,'show_best_width_pixel_value','','Y','game',1197339572),(475,0,4,'best_array_type','001','Y','game',1197339572),(476,0,4,'show_best_width_division','H','Y','game',1197339572),(477,0,4,'show_small_best_width_set','percent','Y','game',1197339572),(478,0,4,'show_small_best_width_percent_value','10','Y','game',1197339572),(479,0,4,'show_small_best_width_pixel_value','','Y','game',1197339572),(480,0,4,'show_big_best_width_set','percent','Y','game',1197339572),(481,0,4,'show_big_best_width_percent_value','10','Y','game',1197339572),(482,0,4,'show_big_best_width_pixel_value','','Y','game',1197339572),(483,0,4,'show_best_list_type','001','Y','game',1197339572),(484,0,4,'show_best_list_type_width','4','Y','game',1197339572),(485,0,4,'show_best_list_type_height','4','Y','game',1197339572),(486,0,4,'show_best_list_type_big_width','1','Y','game',1197339572),(487,0,4,'show_best_list_type_big_height','2','Y','game',1197339572),(488,0,4,'show_best_list_type_small_width','3','Y','game',1197339572),(489,0,4,'show_best_list_type_small_height','3','Y','game',1197339572),(490,0,4,'show_arrange_width_percent_value','','Y','game',1197339572),(491,0,4,'show_arrange_width_set','pixel','Y','game',1197339572),(492,0,4,'show_arrange_width_pixel_value','250','Y','game',1197339572),(493,0,4,'show_arrange_small_image_size','60x55','Y','game',1197339572),(494,0,4,'show_arrange_middle_image_size','130x65','Y','game',1197339572),(495,0,4,'show_arrange_big_image_size','220x110','Y','game',1197339572),(496,0,4,'show_height_cut','BC','Y','game',1197339572),(497,0,4,'show_width_cut','LRC','Y','game',1197339572),(498,0,4,'show_userDemo','H','Y','game',1197339572),(499,0,4,'show_adminDemo','H','Y','game',1197339572),(500,0,4,'show_subject','S','Y','game',1197339572),(501,0,4,'show_subjectHtml','N','Y','game',1197339572),(502,0,4,'show_subjectCutLimit','20','Y','game',1197339572),(503,0,4,'show_shotDesc','S','Y','game',1197339572),(504,0,4,'show_shotDescHtml','N','Y','game',1197339572),(505,0,4,'show_shotDescCutLimit','20','Y','game',1197339572),(506,0,4,'show_content','S','Y','game',1197339572),(507,0,4,'show_contentHtml','Y','Y','game',1197339572),(508,0,4,'show_contentCutLimt','','Y','game',1197339572),(509,0,4,'show_image_lineup_width','left','Y','game',1197339572),(510,0,4,'show_image_lineup_height','top','Y','game',1197339572),(511,0,4,'show_price','S','Y','game',1197339572),(512,0,4,'show_sell_count','S','Y','game',1197339572),(513,0,4,'show_download_count','S','Y','game',1197339572),(514,0,4,'show_recommand_count','S','Y','game',1197339572),(515,0,4,'show_hit_count','S','Y','game',1197339572),(516,0,4,'show_preview','S','Y','game',1197339572),(517,0,4,'show_provider','S','Y','game',1197339572),(518,0,4,'show_homepage','S','Y','game',1197339572),(519,0,4,'show_address','S','Y','game',1197339572),(520,0,4,'show_phone','S','Y','game',1197339572),(521,0,4,'show_use_new','H','Y','game',1197339572),(522,0,4,'show_memo_count','H','Y','game',1197339572),(523,0,4,'show_magnify','S','Y','game',1197339572),(524,0,4,'show_magnify_close','H','Y','game',1197339572),(525,0,4,'show_magnify_image_size','400x300','Y','game',1197339572),(526,0,4,'show_magnify_close_image_locate','RT','Y','game',1197339572),(527,0,4,'use_file_name','','Y','game',1197339572),(528,0,4,'use_reg_image_1','','Y','game',1197339572),(529,0,4,'use_reg_image_2','','Y','game',1197339572),(530,0,4,'use_reg_image_3','','Y','game',1197339572),(531,0,4,'use_bgimg','N','Y','game',1197339572),(532,0,4,'show_new_width_set','percent','Y','game',1197339572),(533,0,5,'use_arrange_small_image_size','','Y','custom',1197339572),(534,0,5,'use_arrange_middle_image_size','','Y','custom',1197339572),(535,0,5,'use_arrange_big_image_size','','Y','custom',1197339572),(536,0,5,'use_magnify_image_size','','Y','custom',1197339572),(537,0,5,'use_magnify_close_image_locaiton','','Y','custom',1197339572),(538,0,5,'cate_use_part','S','Y','custom',1197339572),(539,0,5,'show_new_width_percent_value','','Y','custom',1197339572),(540,0,5,'show_new_width_pixel_value','','Y','custom',1197339572),(541,0,5,'new_array_type','','Y','custom',1197339572),(542,0,5,'show_new_width_division','','Y','custom',1197339572),(543,0,5,'show_small_new_width_set','','Y','custom',1197339572),(544,0,5,'show_small_new_width_percent_value','','Y','custom',1197339572),(545,0,5,'show_small_new_width_pixel_value','','Y','custom',1197339572),(546,0,5,'show_big_new_width_set','','Y','custom',1197339572),(547,0,5,'show_big_new_width_percent_value','','Y','custom',1197339572),(548,0,5,'show_big_new_width_pixel_value','','Y','custom',1197339572),(549,0,5,'show_new_list_type','','Y','custom',1197339572),(550,0,5,'show_new_list_type_width','','Y','custom',1197339572),(551,0,5,'show_new_list_type_height','','Y','custom',1197339572),(552,0,5,'show_new_list_type_big_width','','Y','custom',1197339572),(553,0,5,'show_new_list_type_big_height','','Y','custom',1197339572),(554,0,5,'show_new_list_type_small_width','','Y','custom',1197339572),(555,0,5,'show_new_list_type_small_height','','Y','custom',1197339572),(556,0,5,'show_discount_width_percent_value','','Y','custom',1197339572),(557,0,5,'show_discount_width_pixel_value','','Y','custom',1197339572),(558,0,5,'discount_array_type','','Y','custom',1197339572),(559,0,5,'show_discount_width_division','','Y','custom',1197339572),(560,0,5,'show_small_discount_width_percent_value','','Y','custom',1197339572),(561,0,5,'show_small_discount_width_pixel_value','','Y','custom',1197339572),(562,0,5,'show_small_discount_width_set','','Y','custom',1197339572),(563,0,5,'show_big_discount_width_percent_value','','Y','custom',1197339572),(564,0,5,'show_big_discount_width_pixel_value','','Y','custom',1197339572),(565,0,5,'show_big_discount_width_set','','Y','custom',1197339572),(566,0,5,'show_discount_list_type_width','','Y','custom',1197339572),(567,0,5,'show_discount_list_type_height','','Y','custom',1197339572),(568,0,5,'show_discount_list_type_big_width','','Y','custom',1197339572),(569,0,5,'show_discount_list_type_big_height','','Y','custom',1197339572),(570,0,5,'show_discount_list_type_small_width','','Y','custom',1197339572),(571,0,5,'show_discount_list_type_small_height','','Y','custom',1197339572),(572,0,5,'show_recommend_width_percent_value','10','Y','custom',1197339572),(573,0,5,'show_recommend_width_pixel_value','','Y','custom',1197339572),(574,0,5,'recommend_array_type','001','Y','custom',1197339572),(575,0,5,'show_recommend_width_division','H','Y','custom',1197339572),(576,0,5,'show_small_recommend_width_set','percent','Y','custom',1197339572),(577,0,5,'show_small_recommend_width_percent_value','10','Y','custom',1197339572),(578,0,5,'show_small_recommend_width_pixel_value','','Y','custom',1197339572),(579,0,5,'show_big_recommend_width_set','percent','Y','custom',1197339572),(580,0,5,'show_big_recommend_width_percent_value','10','Y','custom',1197339572),(581,0,5,'show_big_recommend_width_pixel_value','','Y','custom',1197339572),(582,0,5,'show_recommend_list_type','001','Y','custom',1197339572),(583,0,5,'show_recommend_list_type_width','4','Y','custom',1197339572),(584,0,5,'show_recommend_list_type_height','4','Y','custom',1197339572),(585,0,5,'show_recommend_list_type_big_width','1','Y','custom',1197339572),(586,0,5,'show_recommend_list_type_big_height','2','Y','custom',1197339572),(587,0,5,'show_recommend_list_type_small_width','3','Y','custom',1197339572),(588,0,5,'show_recommend_list_type_small_height','3','Y','custom',1197339572),(589,0,5,'show_monopoly_width_percent_value','10','Y','custom',1197339572),(590,0,5,'show_monopoly_width_pixel_value','','Y','custom',1197339572),(591,0,5,'monopoly_array_type','001','Y','custom',1197339572),(592,0,5,'show_monopoly_width_division','H','Y','custom',1197339572),(593,0,5,'show_small_monopoly_width_set','percent','Y','custom',1197339572),(594,0,5,'show_small_monopoly_width_percent_value','10','Y','custom',1197339572),(595,0,5,'show_small_monopoly_width_pixel_value','','Y','custom',1197339572),(596,0,5,'show_big_monopoly_width_set','percent','Y','custom',1197339572),(597,0,5,'show_big_monopoly_width_percent_value','10','Y','custom',1197339572),(598,0,5,'show_big_monopoly_width_pixel_value','','Y','custom',1197339572),(599,0,5,'show_monopoly_list_type','001','Y','custom',1197339572),(600,0,5,'show_monopoly_list_type_width','4','Y','custom',1197339572),(601,0,5,'show_monopoly_list_type_height','4','Y','custom',1197339572),(602,0,5,'show_monopoly_list_type_big_width','1','Y','custom',1197339572),(603,0,5,'show_monopoly_list_type_big_height','2','Y','custom',1197339572),(604,0,5,'show_monopoly_list_type_small_width','3','Y','custom',1197339572),(605,0,5,'show_monopoly_list_type_small_height','3','Y','custom',1197339572),(606,0,5,'show_best_width_percent_value','10','Y','custom',1197339572),(607,0,5,'show_best_width_pixel_value','','Y','custom',1197339572),(608,0,5,'best_array_type','001','Y','custom',1197339572),(609,0,5,'show_best_width_division','H','Y','custom',1197339572),(610,0,5,'show_small_best_width_set','percent','Y','custom',1197339572),(611,0,5,'show_small_best_width_percent_value','10','Y','custom',1197339572),(612,0,5,'show_small_best_width_pixel_value','','Y','custom',1197339572),(613,0,5,'show_big_best_width_set','percent','Y','custom',1197339572),(614,0,5,'show_big_best_width_percent_value','10','Y','custom',1197339572),(615,0,5,'show_big_best_width_pixel_value','','Y','custom',1197339572),(616,0,5,'show_best_list_type','001','Y','custom',1197339572),(617,0,5,'show_best_list_type_width','4','Y','custom',1197339572),(618,0,5,'show_best_list_type_height','4','Y','custom',1197339572),(619,0,5,'show_best_list_type_big_width','1','Y','custom',1197339572),(620,0,5,'show_best_list_type_big_height','2','Y','custom',1197339572),(621,0,5,'show_best_list_type_small_width','3','Y','custom',1197339572),(622,0,5,'show_best_list_type_small_height','3','Y','custom',1197339572),(623,0,5,'show_arrange_width_percent_value','','Y','custom',1197339572),(624,0,5,'show_arrange_width_set','pixel','Y','custom',1197339572),(625,0,5,'show_arrange_width_pixel_value','250','Y','custom',1197339572),(626,0,5,'show_arrange_small_image_size','60x55','Y','custom',1197339572),(627,0,5,'show_arrange_middle_image_size','130x65','Y','custom',1197339572),(628,0,5,'show_arrange_big_image_size','220x110','Y','custom',1197339572),(629,0,5,'show_height_cut','BC','Y','custom',1197339572),(630,0,5,'show_width_cut','LRC','Y','custom',1197339572),(631,0,5,'show_userDemo','H','Y','custom',1197339572),(632,0,5,'show_adminDemo','H','Y','custom',1197339572),(633,0,5,'show_subject','S','Y','custom',1197339572),(634,0,5,'show_subjectHtml','N','Y','custom',1197339572),(635,0,5,'show_subjectCutLimit','20','Y','custom',1197339572),(636,0,5,'show_shotDesc','S','Y','custom',1197339572),(637,0,5,'show_shotDescHtml','N','Y','custom',1197339572),(638,0,5,'show_shotDescCutLimit','20','Y','custom',1197339572),(639,0,5,'show_content','S','Y','custom',1197339572),(640,0,5,'show_contentHtml','Y','Y','custom',1197339572),(641,0,5,'show_contentCutLimt','','Y','custom',1197339572),(642,0,5,'show_image_lineup_width','left','Y','custom',1197339572),(643,0,5,'show_image_lineup_height','top','Y','custom',1197339572),(644,0,5,'show_price','S','Y','custom',1197339572),(645,0,5,'show_sell_count','S','Y','custom',1197339572),(646,0,5,'show_download_count','S','Y','custom',1197339572),(647,0,5,'show_recommand_count','S','Y','custom',1197339572),(648,0,5,'show_hit_count','S','Y','custom',1197339572),(649,0,5,'show_preview','S','Y','custom',1197339572),(650,0,5,'show_provider','S','Y','custom',1197339572),(651,0,5,'show_homepage','S','Y','custom',1197339572),(652,0,5,'show_address','S','Y','custom',1197339572),(653,0,5,'show_phone','S','Y','custom',1197339572),(654,0,5,'show_use_new','H','Y','custom',1197339572),(655,0,5,'show_memo_count','H','Y','custom',1197339572),(656,0,5,'show_magnify','S','Y','custom',1197339572),(657,0,5,'show_magnify_close','H','Y','custom',1197339572),(658,0,5,'show_magnify_image_size','400x300','Y','custom',1197339572),(659,0,5,'show_magnify_close_image_locate','RT','Y','custom',1197339572),(660,0,5,'use_file_name','','Y','custom',1197339572),(661,0,5,'use_reg_image_1','','Y','custom',1197339572),(662,0,5,'use_reg_image_2','','Y','custom',1197339572),(663,0,5,'use_reg_image_3','','Y','custom',1197339572),(664,0,5,'use_bgimg','N','Y','custom',1197339572),(665,0,5,'show_new_width_set','percent','Y','custom',1197339572); /*!40000 ALTER TABLE `ASADAL_DISPLAY_AUTOIMAGEVIEW_ITEMS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_BASE_CONFIG` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_BASE_CONFIG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_BASE_CONFIG` ( `no` int(11) NOT NULL auto_increment, `cate_id` int(11) NOT NULL default '0', `display_service` varchar(50) NOT NULL default '0', `display_service_use` enum('Y','N') NOT NULL default 'Y', `cate_use_part` char(1) default '0', `reseller_auth_no` int(11) NOT NULL default '0', `provider_auth_no` int(11) NOT NULL default '0', `initalize` char(1) NOT NULL default '0', `initalize_cate_name` varchar(100) NOT NULL default '0', PRIMARY KEY (`no`), KEY `cate_id` (`cate_id`), KEY `display_service_use` (`display_service_use`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_BASE_CONFIG` -- LOCK TABLES `ASADAL_DISPLAY_BASE_CONFIG` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_BASE_CONFIG` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_BASE_CONFIG` VALUES (1,0,'gallery','Y','S',0,0,'Y','gallery'),(2,0,'shoppingmall','N','I',0,0,'Y','shoppingmall'),(3,0,'contentsmall','N','I',0,0,'Y','contentsmall'),(4,0,'game','N','I',0,0,'Y','game'),(5,0,'custom','N','I',0,0,'Y','custom'),(6,1,'gallery','Y','P',0,0,'N','0'),(7,2,'gallery','Y','P',0,0,'N','0'); /*!40000 ALTER TABLE `ASADAL_DISPLAY_BASE_CONFIG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_BASE_CONFIG_ITEM` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_BASE_CONFIG_ITEM`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_BASE_CONFIG_ITEM` ( `item_no` int(11) NOT NULL auto_increment, `config_id` int(11) NOT NULL default '0', `setKey` varchar(255) NOT NULL default '0', `setValue` varchar(255) NOT NULL default '0', `initialize` char(1) NOT NULL default '', `initalize_cate_name` varchar(100) NOT NULL default '', `regdate` int(11) NOT NULL default '0', PRIMARY KEY (`item_no`), KEY `config_id` (`config_id`) ) ENGINE=MyISAM AUTO_INCREMENT=146 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_BASE_CONFIG_ITEM` -- LOCK TABLES `ASADAL_DISPLAY_BASE_CONFIG_ITEM` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_BASE_CONFIG_ITEM` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_BASE_CONFIG_ITEM` VALUES (1,1,'use_listdetail_size','','Y','gallery',1197339572),(2,1,'use_thumb_size','','Y','gallery',1197339572),(3,1,'use_detailview_size','','Y','gallery',1197339572),(4,1,'use_zoom_size','','Y','gallery',1197339572),(5,1,'member_great','','Y','gallery',1197339572),(6,1,'member_normal','','Y','gallery',1197339572),(7,1,'cateTitle_Img','','Y','gallery',1197339572),(8,1,'camera_type','','Y','gallery',1197339572),(9,1,'listdetail_size','60x45','Y','gallery',1197339572),(10,1,'thumb_size','200x150','Y','gallery',1197339572),(11,1,'detailview_size','640x480','Y','gallery',1197339572),(12,1,'zoom_size','800x600','Y','gallery',1197339572),(13,1,'show_cateTitle','hide','Y','gallery',1197339572),(14,1,'use_print','Y','Y','gallery',1197339572),(15,1,'show_btn_inhwa','H','Y','gallery',1197339572),(16,1,'show_selectcateBtn','H','Y','gallery',1197339572),(17,1,'show_upcateBtn','H','Y','gallery',1197339572),(18,1,'show_upload','H','Y','gallery',1197339572),(19,1,'downLimit','H','Y','gallery',1197339572),(20,1,'use_server','asadal','Y','gallery',1197339572),(21,1,'member_state','','Y','gallery',1197339572),(22,1,'realname_auth','','Y','gallery',1197339572),(23,1,'sex','','Y','gallery',1197339572),(24,1,'age','','Y','gallery',1197339572),(25,1,'parent_agree','','Y','gallery',1197339572),(26,1,'member_kind','','Y','gallery',1197339572),(27,1,'staff','','Y','gallery',1197339572),(28,1,'admin','','Y','gallery',1197339572),(29,1,'cate_use_part','S','Y','gallery',1197339572),(30,2,'use_listdetail_size','','Y','shoppingmall',1197339572),(31,2,'use_thumb_size','','Y','shoppingmall',1197339572),(32,2,'use_detailview_size','','Y','shoppingmall',1197339572),(33,2,'use_zoom_size','','Y','shoppingmall',1197339572),(34,2,'member_great','','Y','shoppingmall',1197339572),(35,2,'member_normal','','Y','shoppingmall',1197339572),(36,2,'cateTitle_Img','','Y','shoppingmall',1197339572),(37,2,'camera_type','','Y','shoppingmall',1197339572),(38,2,'listdetail_size','60x45','Y','shoppingmall',1197339572),(39,2,'thumb_size','200x150','Y','shoppingmall',1197339572),(40,2,'detailview_size','640x480','Y','shoppingmall',1197339572),(41,2,'zoom_size','800x600','Y','shoppingmall',1197339572),(42,2,'show_cateTitle','hide','Y','shoppingmall',1197339572),(43,2,'use_print','Y','Y','shoppingmall',1197339572),(44,2,'show_btn_inhwa','H','Y','shoppingmall',1197339572),(45,2,'show_selectcateBtn','H','Y','shoppingmall',1197339572),(46,2,'show_upcateBtn','H','Y','shoppingmall',1197339572),(47,2,'show_upload','H','Y','shoppingmall',1197339572),(48,2,'downLimit','H','Y','shoppingmall',1197339572),(49,2,'use_server','asadal','Y','shoppingmall',1197339572),(50,2,'member_state','','Y','shoppingmall',1197339572),(51,2,'realname_auth','','Y','shoppingmall',1197339572),(52,2,'sex','','Y','shoppingmall',1197339572),(53,2,'age','','Y','shoppingmall',1197339572),(54,2,'parent_agree','','Y','shoppingmall',1197339572),(55,2,'member_kind','','Y','shoppingmall',1197339572),(56,2,'staff','','Y','shoppingmall',1197339572),(57,2,'admin','','Y','shoppingmall',1197339572),(58,2,'cate_use_part','S','Y','shoppingmall',1197339572),(59,3,'use_listdetail_size','','Y','contentsmall',1197339572),(60,3,'use_thumb_size','','Y','contentsmall',1197339572),(61,3,'use_detailview_size','','Y','contentsmall',1197339572),(62,3,'use_zoom_size','','Y','contentsmall',1197339572),(63,3,'member_great','','Y','contentsmall',1197339572),(64,3,'member_normal','','Y','contentsmall',1197339572),(65,3,'cateTitle_Img','','Y','contentsmall',1197339572),(66,3,'camera_type','','Y','contentsmall',1197339572),(67,3,'listdetail_size','60x45','Y','contentsmall',1197339572),(68,3,'thumb_size','200x150','Y','contentsmall',1197339572),(69,3,'detailview_size','640x480','Y','contentsmall',1197339572),(70,3,'zoom_size','800x600','Y','contentsmall',1197339572),(71,3,'show_cateTitle','hide','Y','contentsmall',1197339572),(72,3,'use_print','Y','Y','contentsmall',1197339572),(73,3,'show_btn_inhwa','H','Y','contentsmall',1197339572),(74,3,'show_selectcateBtn','H','Y','contentsmall',1197339572),(75,3,'show_upcateBtn','H','Y','contentsmall',1197339572),(76,3,'show_upload','H','Y','contentsmall',1197339572),(77,3,'downLimit','H','Y','contentsmall',1197339572),(78,3,'use_server','asadal','Y','contentsmall',1197339572),(79,3,'member_state','','Y','contentsmall',1197339572),(80,3,'realname_auth','','Y','contentsmall',1197339572),(81,3,'sex','','Y','contentsmall',1197339572),(82,3,'age','','Y','contentsmall',1197339572),(83,3,'parent_agree','','Y','contentsmall',1197339572),(84,3,'member_kind','','Y','contentsmall',1197339572),(85,3,'staff','','Y','contentsmall',1197339572),(86,3,'admin','','Y','contentsmall',1197339572),(87,3,'cate_use_part','S','Y','contentsmall',1197339572),(88,4,'use_listdetail_size','','Y','game',1197339572),(89,4,'use_thumb_size','','Y','game',1197339572),(90,4,'use_detailview_size','','Y','game',1197339572),(91,4,'use_zoom_size','','Y','game',1197339572),(92,4,'member_great','','Y','game',1197339572),(93,4,'member_normal','','Y','game',1197339572),(94,4,'cateTitle_Img','','Y','game',1197339572),(95,4,'camera_type','','Y','game',1197339572),(96,4,'listdetail_size','60x45','Y','game',1197339572),(97,4,'thumb_size','200x150','Y','game',1197339572),(98,4,'detailview_size','640x480','Y','game',1197339572),(99,4,'zoom_size','800x600','Y','game',1197339572),(100,4,'show_cateTitle','hide','Y','game',1197339572),(101,4,'use_print','Y','Y','game',1197339572),(102,4,'show_btn_inhwa','H','Y','game',1197339572),(103,4,'show_selectcateBtn','H','Y','game',1197339572),(104,4,'show_upcateBtn','H','Y','game',1197339572),(105,4,'show_upload','H','Y','game',1197339572),(106,4,'downLimit','H','Y','game',1197339572),(107,4,'use_server','asadal','Y','game',1197339572),(108,4,'member_state','','Y','game',1197339572),(109,4,'realname_auth','','Y','game',1197339572),(110,4,'sex','','Y','game',1197339572),(111,4,'age','','Y','game',1197339572),(112,4,'parent_agree','','Y','game',1197339572),(113,4,'member_kind','','Y','game',1197339572),(114,4,'staff','','Y','game',1197339572),(115,4,'admin','','Y','game',1197339572),(116,4,'cate_use_part','S','Y','game',1197339572),(117,5,'use_listdetail_size','','Y','custom',1197339572),(118,5,'use_thumb_size','','Y','custom',1197339572),(119,5,'use_detailview_size','','Y','custom',1197339572),(120,5,'use_zoom_size','','Y','custom',1197339572),(121,5,'member_great','','Y','custom',1197339572),(122,5,'member_normal','','Y','custom',1197339572),(123,5,'cateTitle_Img','','Y','custom',1197339572),(124,5,'camera_type','','Y','custom',1197339572),(125,5,'listdetail_size','60x45','Y','custom',1197339572),(126,5,'thumb_size','200x150','Y','custom',1197339572),(127,5,'detailview_size','640x480','Y','custom',1197339572),(128,5,'zoom_size','800x600','Y','custom',1197339572),(129,5,'show_cateTitle','hide','Y','custom',1197339572),(130,5,'use_print','Y','Y','custom',1197339572),(131,5,'show_btn_inhwa','H','Y','custom',1197339572),(132,5,'show_selectcateBtn','H','Y','custom',1197339572),(133,5,'show_upcateBtn','H','Y','custom',1197339572),(134,5,'show_upload','H','Y','custom',1197339572),(135,5,'downLimit','H','Y','custom',1197339572),(136,5,'use_server','asadal','Y','custom',1197339572),(137,5,'member_state','','Y','custom',1197339572),(138,5,'realname_auth','','Y','custom',1197339572),(139,5,'sex','','Y','custom',1197339572),(140,5,'age','','Y','custom',1197339572),(141,5,'parent_agree','','Y','custom',1197339572),(142,5,'member_kind','','Y','custom',1197339572),(143,5,'staff','','Y','custom',1197339572),(144,5,'admin','','Y','custom',1197339572),(145,5,'cate_use_part','S','Y','custom',1197339572); /*!40000 ALTER TABLE `ASADAL_DISPLAY_BASE_CONFIG_ITEM` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_DESIGN_ITEMS` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_DESIGN_ITEMS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_DESIGN_ITEMS` ( `list_item_no` int(11) NOT NULL auto_increment, `cate_id` int(11) NOT NULL default '0', `config_id` int(11) NOT NULL default '0', `setKey` varchar(255) NOT NULL default '0', `setValue` varchar(255) NOT NULL default '0', `initialize` char(1) NOT NULL default '0', `initalize_cate_name` varchar(100) NOT NULL default '0', `regdate` int(11) NOT NULL default '0', PRIMARY KEY (`list_item_no`), KEY `cate_id` (`cate_id`), KEY `config_id` (`config_id`) ) ENGINE=MyISAM AUTO_INCREMENT=416 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_DESIGN_ITEMS` -- LOCK TABLES `ASADAL_DISPLAY_DESIGN_ITEMS` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_DESIGN_ITEMS` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_DESIGN_ITEMS` VALUES (1,0,1,'design_color_title','#1E3565','Y','gallery',1197339573),(2,0,1,'design_color_titlebg','#E4EDFF','Y','gallery',1197339573),(3,0,1,'design_color_text','#000000','Y','gallery',1197339573),(4,0,1,'design_color_textbg','#FFFFFF','Y','gallery',1197339573),(5,0,1,'design_color_tableline','','Y','gallery',1197339573),(6,0,1,'design_color_tablebg','','Y','gallery',1197339573),(7,0,1,'design_color_infoLine','#B9CCF3','Y','gallery',1197339573),(8,0,1,'design_color_searchbg','','Y','gallery',1197339573),(9,0,1,'design_color_searchtext','#000000','Y','gallery',1197339573),(10,0,1,'design_color_searchline','','Y','gallery',1197339573),(11,0,1,'design_color_bg','#FFFFFF','Y','gallery',1197339573),(12,0,1,'design_imagecolor_bg','#FFFFFF','Y','gallery',1197339573),(13,0,1,'design_color_slidebg','','Y','gallery',1197339573),(14,0,1,'design_head_outline_top_color','','Y','gallery',1197339573),(15,0,1,'design_head_outline_bottom_color','','Y','gallery',1197339573),(16,0,1,'design_head_outline_left_color','','Y','gallery',1197339573),(17,0,1,'design_head_outline_right_color','','Y','gallery',1197339573),(18,0,1,'design_list_outline_image_color','','Y','gallery',1197339573),(19,0,1,'design_image_outline_image_color','','Y','gallery',1197339573),(20,0,1,'design_preview_outline_image_color','','Y','gallery',1197339573),(21,0,1,'design_detail_outline_image_color','#F0F0FF','Y','gallery',1197339573),(22,0,1,'design_slide_outline_image_color','','Y','gallery',1197339573),(23,0,1,'design_autoimage_outline_image_color','','Y','gallery',1197339573),(24,0,1,'design_image_outline_space_color','','Y','gallery',1197339573),(25,0,1,'cate_use_part','S','Y','gallery',1197339573),(26,0,1,'design_head_outline_top_show','S','Y','gallery',1197339573),(27,0,1,'design_head_outline_top_width','1','Y','gallery',1197339573),(28,0,1,'design_head_outline_bottom_show','S','Y','gallery',1197339573),(29,0,1,'design_head_outline_bottom_width','1','Y','gallery',1197339573),(30,0,1,'design_head_outline_left_show','S','Y','gallery',1197339573),(31,0,1,'design_head_outline_left_width','1','Y','gallery',1197339573),(32,0,1,'design_head_outline_right_show','S','Y','gallery',1197339573),(33,0,1,'design_head_outline_right_width','1','Y','gallery',1197339573),(34,0,1,'design_color_infoLine_height','3','Y','gallery',1197339573),(35,0,1,'design_list_outline_image_width','3','Y','gallery',1197339573),(36,0,1,'design_image_outline_image_width','0','Y','gallery',1197339573),(37,0,1,'design_preview_outline_image_width','3','Y','gallery',1197339573),(38,0,1,'design_detail_outline_image_width','3','Y','gallery',1197339573),(39,0,1,'design_slide_outline_image_width','3','Y','gallery',1197339573),(40,0,1,'design_autoimage_outline_image_width','3','Y','gallery',1197339573),(41,0,1,'design_image_outline_space_width','0','Y','gallery',1197339573),(42,0,1,'design_icon_no_image_small','','Y','gallery',1197339573),(43,0,1,'design_icon_no_image_big','','Y','gallery',1197339573),(44,0,1,'design_icon_hot','','Y','gallery',1197339573),(45,0,1,'design_icon_new','','Y','gallery',1197339573),(46,0,1,'design_icon_magnify','','Y','gallery',1197339573),(47,0,1,'design_icon_preview','','Y','gallery',1197339573),(48,0,1,'design_icon_prev','','Y','gallery',1197339573),(49,0,1,'design_icon_next','','Y','gallery',1197339573),(50,0,1,'design_icon_stop','','Y','gallery',1197339573),(51,0,1,'design_icon_start','','Y','gallery',1197339573),(52,0,1,'design_icon_exif','','Y','gallery',1197339573),(53,0,1,'design_icon_direct','','Y','gallery',1197339573),(54,0,1,'design_icon_cart','','Y','gallery',1197339573),(55,0,1,'design_icon_reserve','','Y','gallery',1197339573),(56,0,1,'design_icon_list','','Y','gallery',1197339573),(57,0,1,'design_icon_agreement','','Y','gallery',1197339573),(58,0,1,'design_icon_download','','Y','gallery',1197339573),(59,0,1,'design_icon_enlarge','','Y','gallery',1197339573),(60,0,1,'design_icon_demo_user','','Y','gallery',1197339573),(61,0,1,'design_icon_demo_user_b','','Y','gallery',1197339573),(62,0,1,'design_icon_demo_manager','','Y','gallery',1197339573),(63,0,1,'design_icon_demo_manager_b','','Y','gallery',1197339573),(64,0,1,'design_icon_cate','','Y','gallery',1197339573),(65,0,1,'design_icon_brand','','Y','gallery',1197339573),(66,0,1,'design_icon_list_image','','Y','gallery',1197339573),(67,0,1,'design_icon_prev_image','','Y','gallery',1197339573),(68,0,1,'design_icon_plus','','Y','gallery',1197339573),(69,0,1,'design_icon_minus','','Y','gallery',1197339573),(70,0,1,'design_icon_detailview','','Y','gallery',1197339573),(71,0,1,'design_icon_application','','Y','gallery',1197339573),(72,0,1,'design_icon_division','','Y','gallery',1197339573),(73,0,1,'design_icon_qu','','Y','gallery',1197339573),(74,0,1,'design_icon_cart_disable','','Y','gallery',1197339573),(75,0,1,'design_icon_reserve_disable','','Y','gallery',1197339573),(76,0,1,'design_icon_direct_disable','','Y','gallery',1197339573),(77,0,1,'design_icon_cd_preview','','Y','gallery',1197339573),(78,0,1,'use_file_name','','Y','gallery',1197339573),(79,0,1,'use_reg_image_1','','Y','gallery',1197339573),(80,0,1,'use_reg_image_2','','Y','gallery',1197339573),(81,0,1,'use_reg_image_3','','Y','gallery',1197339573),(82,0,1,'design_use_frameimg','N','Y','gallery',1197339573),(83,0,1,'old_cate_use_part','S','Y','gallery',1197339573),(84,0,2,'design_color_title','#1E3565','Y','shoppingmall',1197339573),(85,0,2,'design_color_titlebg','#E4EDFF','Y','shoppingmall',1197339573),(86,0,2,'design_color_text','#000000','Y','shoppingmall',1197339573),(87,0,2,'design_color_textbg','#FFFFFF','Y','shoppingmall',1197339573),(88,0,2,'design_color_tableline','','Y','shoppingmall',1197339573),(89,0,2,'design_color_tablebg','','Y','shoppingmall',1197339573),(90,0,2,'design_color_infoLine','#B9CCF3','Y','shoppingmall',1197339573),(91,0,2,'design_color_searchbg','','Y','shoppingmall',1197339573),(92,0,2,'design_color_searchtext','#000000','Y','shoppingmall',1197339573),(93,0,2,'design_color_searchline','','Y','shoppingmall',1197339573),(94,0,2,'design_color_bg','#FFFFFF','Y','shoppingmall',1197339573),(95,0,2,'design_imagecolor_bg','#FFFFFF','Y','shoppingmall',1197339573),(96,0,2,'design_color_slidebg','','Y','shoppingmall',1197339573),(97,0,2,'design_head_outline_top_color','','Y','shoppingmall',1197339573),(98,0,2,'design_head_outline_bottom_color','','Y','shoppingmall',1197339573),(99,0,2,'design_head_outline_left_color','','Y','shoppingmall',1197339573),(100,0,2,'design_head_outline_right_color','','Y','shoppingmall',1197339573),(101,0,2,'design_list_outline_image_color','','Y','shoppingmall',1197339573),(102,0,2,'design_image_outline_image_color','','Y','shoppingmall',1197339573),(103,0,2,'design_preview_outline_image_color','','Y','shoppingmall',1197339573),(104,0,2,'design_detail_outline_image_color','#F0F0FF','Y','shoppingmall',1197339573),(105,0,2,'design_slide_outline_image_color','','Y','shoppingmall',1197339573),(106,0,2,'design_autoimage_outline_image_color','','Y','shoppingmall',1197339573),(107,0,2,'design_image_outline_space_color','','Y','shoppingmall',1197339573),(108,0,2,'cate_use_part','S','Y','shoppingmall',1197339573),(109,0,2,'design_head_outline_top_show','S','Y','shoppingmall',1197339573),(110,0,2,'design_head_outline_top_width','1','Y','shoppingmall',1197339573),(111,0,2,'design_head_outline_bottom_show','S','Y','shoppingmall',1197339573),(112,0,2,'design_head_outline_bottom_width','1','Y','shoppingmall',1197339573),(113,0,2,'design_head_outline_left_show','S','Y','shoppingmall',1197339573),(114,0,2,'design_head_outline_left_width','1','Y','shoppingmall',1197339573),(115,0,2,'design_head_outline_right_show','S','Y','shoppingmall',1197339573),(116,0,2,'design_head_outline_right_width','1','Y','shoppingmall',1197339573),(117,0,2,'design_color_infoLine_height','3','Y','shoppingmall',1197339573),(118,0,2,'design_list_outline_image_width','3','Y','shoppingmall',1197339573),(119,0,2,'design_image_outline_image_width','0','Y','shoppingmall',1197339573),(120,0,2,'design_preview_outline_image_width','3','Y','shoppingmall',1197339573),(121,0,2,'design_detail_outline_image_width','3','Y','shoppingmall',1197339573),(122,0,2,'design_slide_outline_image_width','3','Y','shoppingmall',1197339573),(123,0,2,'design_autoimage_outline_image_width','3','Y','shoppingmall',1197339573),(124,0,2,'design_image_outline_space_width','0','Y','shoppingmall',1197339573),(125,0,2,'design_icon_no_image_small','','Y','shoppingmall',1197339573),(126,0,2,'design_icon_no_image_big','','Y','shoppingmall',1197339573),(127,0,2,'design_icon_hot','','Y','shoppingmall',1197339573),(128,0,2,'design_icon_new','','Y','shoppingmall',1197339573),(129,0,2,'design_icon_magnify','','Y','shoppingmall',1197339573),(130,0,2,'design_icon_preview','','Y','shoppingmall',1197339573),(131,0,2,'design_icon_prev','','Y','shoppingmall',1197339573),(132,0,2,'design_icon_next','','Y','shoppingmall',1197339573),(133,0,2,'design_icon_stop','','Y','shoppingmall',1197339573),(134,0,2,'design_icon_start','','Y','shoppingmall',1197339573),(135,0,2,'design_icon_exif','','Y','shoppingmall',1197339573),(136,0,2,'design_icon_direct','','Y','shoppingmall',1197339573),(137,0,2,'design_icon_cart','','Y','shoppingmall',1197339573),(138,0,2,'design_icon_reserve','','Y','shoppingmall',1197339573),(139,0,2,'design_icon_list','','Y','shoppingmall',1197339573),(140,0,2,'design_icon_agreement','','Y','shoppingmall',1197339573),(141,0,2,'design_icon_download','','Y','shoppingmall',1197339573),(142,0,2,'design_icon_enlarge','','Y','shoppingmall',1197339573),(143,0,2,'design_icon_demo_user','','Y','shoppingmall',1197339573),(144,0,2,'design_icon_demo_user_b','','Y','shoppingmall',1197339573),(145,0,2,'design_icon_demo_manager','','Y','shoppingmall',1197339573),(146,0,2,'design_icon_demo_manager_b','','Y','shoppingmall',1197339573),(147,0,2,'design_icon_cate','','Y','shoppingmall',1197339573),(148,0,2,'design_icon_brand','','Y','shoppingmall',1197339573),(149,0,2,'design_icon_list_image','','Y','shoppingmall',1197339573),(150,0,2,'design_icon_prev_image','','Y','shoppingmall',1197339573),(151,0,2,'design_icon_plus','','Y','shoppingmall',1197339573),(152,0,2,'design_icon_minus','','Y','shoppingmall',1197339573),(153,0,2,'design_icon_detailview','','Y','shoppingmall',1197339573),(154,0,2,'design_icon_application','','Y','shoppingmall',1197339573),(155,0,2,'design_icon_division','','Y','shoppingmall',1197339573),(156,0,2,'design_icon_qu','','Y','shoppingmall',1197339573),(157,0,2,'design_icon_cart_disable','','Y','shoppingmall',1197339573),(158,0,2,'design_icon_reserve_disable','','Y','shoppingmall',1197339573),(159,0,2,'design_icon_direct_disable','','Y','shoppingmall',1197339573),(160,0,2,'design_icon_cd_preview','','Y','shoppingmall',1197339573),(161,0,2,'use_file_name','','Y','shoppingmall',1197339573),(162,0,2,'use_reg_image_1','','Y','shoppingmall',1197339573),(163,0,2,'use_reg_image_2','','Y','shoppingmall',1197339573),(164,0,2,'use_reg_image_3','','Y','shoppingmall',1197339573),(165,0,2,'design_use_frameimg','N','Y','shoppingmall',1197339573),(166,0,2,'old_cate_use_part','S','Y','shoppingmall',1197339573),(167,0,3,'design_color_title','#1E3565','Y','contentsmall',1197339573),(168,0,3,'design_color_titlebg','#E4EDFF','Y','contentsmall',1197339573),(169,0,3,'design_color_text','#000000','Y','contentsmall',1197339573),(170,0,3,'design_color_textbg','#FFFFFF','Y','contentsmall',1197339573),(171,0,3,'design_color_tableline','','Y','contentsmall',1197339573),(172,0,3,'design_color_tablebg','','Y','contentsmall',1197339573),(173,0,3,'design_color_infoLine','#B9CCF3','Y','contentsmall',1197339573),(174,0,3,'design_color_searchbg','','Y','contentsmall',1197339573),(175,0,3,'design_color_searchtext','#000000','Y','contentsmall',1197339573),(176,0,3,'design_color_searchline','','Y','contentsmall',1197339573),(177,0,3,'design_color_bg','#FFFFFF','Y','contentsmall',1197339573),(178,0,3,'design_imagecolor_bg','#FFFFFF','Y','contentsmall',1197339573),(179,0,3,'design_color_slidebg','','Y','contentsmall',1197339573),(180,0,3,'design_head_outline_top_color','','Y','contentsmall',1197339573),(181,0,3,'design_head_outline_bottom_color','','Y','contentsmall',1197339573),(182,0,3,'design_head_outline_left_color','','Y','contentsmall',1197339573),(183,0,3,'design_head_outline_right_color','','Y','contentsmall',1197339573),(184,0,3,'design_list_outline_image_color','','Y','contentsmall',1197339573),(185,0,3,'design_image_outline_image_color','','Y','contentsmall',1197339573),(186,0,3,'design_preview_outline_image_color','','Y','contentsmall',1197339573),(187,0,3,'design_detail_outline_image_color','#F0F0FF','Y','contentsmall',1197339573),(188,0,3,'design_slide_outline_image_color','','Y','contentsmall',1197339573),(189,0,3,'design_autoimage_outline_image_color','','Y','contentsmall',1197339573),(190,0,3,'design_image_outline_space_color','','Y','contentsmall',1197339573),(191,0,3,'cate_use_part','S','Y','contentsmall',1197339573),(192,0,3,'design_head_outline_top_show','S','Y','contentsmall',1197339573),(193,0,3,'design_head_outline_top_width','1','Y','contentsmall',1197339573),(194,0,3,'design_head_outline_bottom_show','S','Y','contentsmall',1197339573),(195,0,3,'design_head_outline_bottom_width','1','Y','contentsmall',1197339573),(196,0,3,'design_head_outline_left_show','S','Y','contentsmall',1197339573),(197,0,3,'design_head_outline_left_width','1','Y','contentsmall',1197339573),(198,0,3,'design_head_outline_right_show','S','Y','contentsmall',1197339573),(199,0,3,'design_head_outline_right_width','1','Y','contentsmall',1197339573),(200,0,3,'design_color_infoLine_height','3','Y','contentsmall',1197339573),(201,0,3,'design_list_outline_image_width','3','Y','contentsmall',1197339573),(202,0,3,'design_image_outline_image_width','0','Y','contentsmall',1197339573),(203,0,3,'design_preview_outline_image_width','3','Y','contentsmall',1197339573),(204,0,3,'design_detail_outline_image_width','3','Y','contentsmall',1197339573),(205,0,3,'design_slide_outline_image_width','3','Y','contentsmall',1197339573),(206,0,3,'design_autoimage_outline_image_width','3','Y','contentsmall',1197339573),(207,0,3,'design_image_outline_space_width','0','Y','contentsmall',1197339573),(208,0,3,'design_icon_no_image_small','','Y','contentsmall',1197339573),(209,0,3,'design_icon_no_image_big','','Y','contentsmall',1197339573),(210,0,3,'design_icon_hot','','Y','contentsmall',1197339573),(211,0,3,'design_icon_new','','Y','contentsmall',1197339573),(212,0,3,'design_icon_magnify','','Y','contentsmall',1197339573),(213,0,3,'design_icon_preview','','Y','contentsmall',1197339573),(214,0,3,'design_icon_prev','','Y','contentsmall',1197339573),(215,0,3,'design_icon_next','','Y','contentsmall',1197339573),(216,0,3,'design_icon_stop','','Y','contentsmall',1197339573),(217,0,3,'design_icon_start','','Y','contentsmall',1197339573),(218,0,3,'design_icon_exif','','Y','contentsmall',1197339573),(219,0,3,'design_icon_direct','','Y','contentsmall',1197339573),(220,0,3,'design_icon_cart','','Y','contentsmall',1197339573),(221,0,3,'design_icon_reserve','','Y','contentsmall',1197339573),(222,0,3,'design_icon_list','','Y','contentsmall',1197339573),(223,0,3,'design_icon_agreement','','Y','contentsmall',1197339573),(224,0,3,'design_icon_download','','Y','contentsmall',1197339573),(225,0,3,'design_icon_enlarge','','Y','contentsmall',1197339573),(226,0,3,'design_icon_demo_user','','Y','contentsmall',1197339573),(227,0,3,'design_icon_demo_user_b','','Y','contentsmall',1197339573),(228,0,3,'design_icon_demo_manager','','Y','contentsmall',1197339573),(229,0,3,'design_icon_demo_manager_b','','Y','contentsmall',1197339573),(230,0,3,'design_icon_cate','','Y','contentsmall',1197339573),(231,0,3,'design_icon_brand','','Y','contentsmall',1197339573),(232,0,3,'design_icon_list_image','','Y','contentsmall',1197339573),(233,0,3,'design_icon_prev_image','','Y','contentsmall',1197339573),(234,0,3,'design_icon_plus','','Y','contentsmall',1197339573),(235,0,3,'design_icon_minus','','Y','contentsmall',1197339573),(236,0,3,'design_icon_detailview','','Y','contentsmall',1197339573),(237,0,3,'design_icon_application','','Y','contentsmall',1197339573),(238,0,3,'design_icon_division','','Y','contentsmall',1197339573),(239,0,3,'design_icon_qu','','Y','contentsmall',1197339573),(240,0,3,'design_icon_cart_disable','','Y','contentsmall',1197339573),(241,0,3,'design_icon_reserve_disable','','Y','contentsmall',1197339573),(242,0,3,'design_icon_direct_disable','','Y','contentsmall',1197339573),(243,0,3,'design_icon_cd_preview','','Y','contentsmall',1197339573),(244,0,3,'use_file_name','','Y','contentsmall',1197339573),(245,0,3,'use_reg_image_1','','Y','contentsmall',1197339573),(246,0,3,'use_reg_image_2','','Y','contentsmall',1197339573),(247,0,3,'use_reg_image_3','','Y','contentsmall',1197339573),(248,0,3,'design_use_frameimg','N','Y','contentsmall',1197339573),(249,0,3,'old_cate_use_part','S','Y','contentsmall',1197339573),(250,0,4,'design_color_title','#1E3565','Y','game',1197339573),(251,0,4,'design_color_titlebg','#E4EDFF','Y','game',1197339573),(252,0,4,'design_color_text','#000000','Y','game',1197339573),(253,0,4,'design_color_textbg','#FFFFFF','Y','game',1197339573),(254,0,4,'design_color_tableline','','Y','game',1197339573),(255,0,4,'design_color_tablebg','','Y','game',1197339573),(256,0,4,'design_color_infoLine','#B9CCF3','Y','game',1197339573),(257,0,4,'design_color_searchbg','','Y','game',1197339573),(258,0,4,'design_color_searchtext','#000000','Y','game',1197339573),(259,0,4,'design_color_searchline','','Y','game',1197339573),(260,0,4,'design_color_bg','#FFFFFF','Y','game',1197339573),(261,0,4,'design_imagecolor_bg','#FFFFFF','Y','game',1197339573),(262,0,4,'design_color_slidebg','','Y','game',1197339573),(263,0,4,'design_head_outline_top_color','','Y','game',1197339573),(264,0,4,'design_head_outline_bottom_color','','Y','game',1197339573),(265,0,4,'design_head_outline_left_color','','Y','game',1197339573),(266,0,4,'design_head_outline_right_color','','Y','game',1197339573),(267,0,4,'design_list_outline_image_color','','Y','game',1197339573),(268,0,4,'design_image_outline_image_color','','Y','game',1197339573),(269,0,4,'design_preview_outline_image_color','','Y','game',1197339573),(270,0,4,'design_detail_outline_image_color','#F0F0FF','Y','game',1197339573),(271,0,4,'design_slide_outline_image_color','','Y','game',1197339573),(272,0,4,'design_autoimage_outline_image_color','','Y','game',1197339573),(273,0,4,'design_image_outline_space_color','','Y','game',1197339573),(274,0,4,'cate_use_part','S','Y','game',1197339573),(275,0,4,'design_head_outline_top_show','S','Y','game',1197339573),(276,0,4,'design_head_outline_top_width','1','Y','game',1197339573),(277,0,4,'design_head_outline_bottom_show','S','Y','game',1197339573),(278,0,4,'design_head_outline_bottom_width','1','Y','game',1197339573),(279,0,4,'design_head_outline_left_show','S','Y','game',1197339573),(280,0,4,'design_head_outline_left_width','1','Y','game',1197339573),(281,0,4,'design_head_outline_right_show','S','Y','game',1197339573),(282,0,4,'design_head_outline_right_width','1','Y','game',1197339573),(283,0,4,'design_color_infoLine_height','3','Y','game',1197339573),(284,0,4,'design_list_outline_image_width','3','Y','game',1197339573),(285,0,4,'design_image_outline_image_width','0','Y','game',1197339573),(286,0,4,'design_preview_outline_image_width','3','Y','game',1197339573),(287,0,4,'design_detail_outline_image_width','3','Y','game',1197339573),(288,0,4,'design_slide_outline_image_width','3','Y','game',1197339573),(289,0,4,'design_autoimage_outline_image_width','3','Y','game',1197339573),(290,0,4,'design_image_outline_space_width','0','Y','game',1197339573),(291,0,4,'design_icon_no_image_small','','Y','game',1197339573),(292,0,4,'design_icon_no_image_big','','Y','game',1197339573),(293,0,4,'design_icon_hot','','Y','game',1197339573),(294,0,4,'design_icon_new','','Y','game',1197339573),(295,0,4,'design_icon_magnify','','Y','game',1197339573),(296,0,4,'design_icon_preview','','Y','game',1197339573),(297,0,4,'design_icon_prev','','Y','game',1197339573),(298,0,4,'design_icon_next','','Y','game',1197339573),(299,0,4,'design_icon_stop','','Y','game',1197339573),(300,0,4,'design_icon_start','','Y','game',1197339573),(301,0,4,'design_icon_exif','','Y','game',1197339573),(302,0,4,'design_icon_direct','','Y','game',1197339573),(303,0,4,'design_icon_cart','','Y','game',1197339573),(304,0,4,'design_icon_reserve','','Y','game',1197339573),(305,0,4,'design_icon_list','','Y','game',1197339573),(306,0,4,'design_icon_agreement','','Y','game',1197339573),(307,0,4,'design_icon_download','','Y','game',1197339573),(308,0,4,'design_icon_enlarge','','Y','game',1197339573),(309,0,4,'design_icon_demo_user','','Y','game',1197339573),(310,0,4,'design_icon_demo_user_b','','Y','game',1197339573),(311,0,4,'design_icon_demo_manager','','Y','game',1197339573),(312,0,4,'design_icon_demo_manager_b','','Y','game',1197339573),(313,0,4,'design_icon_cate','','Y','game',1197339573),(314,0,4,'design_icon_brand','','Y','game',1197339573),(315,0,4,'design_icon_list_image','','Y','game',1197339573),(316,0,4,'design_icon_prev_image','','Y','game',1197339573),(317,0,4,'design_icon_plus','','Y','game',1197339573),(318,0,4,'design_icon_minus','','Y','game',1197339573),(319,0,4,'design_icon_detailview','','Y','game',1197339573),(320,0,4,'design_icon_application','','Y','game',1197339573),(321,0,4,'design_icon_division','','Y','game',1197339573),(322,0,4,'design_icon_qu','','Y','game',1197339573),(323,0,4,'design_icon_cart_disable','','Y','game',1197339573),(324,0,4,'design_icon_reserve_disable','','Y','game',1197339573),(325,0,4,'design_icon_direct_disable','','Y','game',1197339573),(326,0,4,'design_icon_cd_preview','','Y','game',1197339573),(327,0,4,'use_file_name','','Y','game',1197339573),(328,0,4,'use_reg_image_1','','Y','game',1197339573),(329,0,4,'use_reg_image_2','','Y','game',1197339573),(330,0,4,'use_reg_image_3','','Y','game',1197339573),(331,0,4,'design_use_frameimg','N','Y','game',1197339573),(332,0,4,'old_cate_use_part','S','Y','game',1197339573),(333,0,5,'design_color_title','#1E3565','Y','custom',1197339573),(334,0,5,'design_color_titlebg','#E4EDFF','Y','custom',1197339573),(335,0,5,'design_color_text','#000000','Y','custom',1197339573),(336,0,5,'design_color_textbg','#FFFFFF','Y','custom',1197339573),(337,0,5,'design_color_tableline','','Y','custom',1197339573),(338,0,5,'design_color_tablebg','','Y','custom',1197339573),(339,0,5,'design_color_infoLine','#B9CCF3','Y','custom',1197339573),(340,0,5,'design_color_searchbg','','Y','custom',1197339573),(341,0,5,'design_color_searchtext','#000000','Y','custom',1197339573),(342,0,5,'design_color_searchline','','Y','custom',1197339573),(343,0,5,'design_color_bg','#FFFFFF','Y','custom',1197339573),(344,0,5,'design_imagecolor_bg','#FFFFFF','Y','custom',1197339573),(345,0,5,'design_color_slidebg','','Y','custom',1197339573),(346,0,5,'design_head_outline_top_color','','Y','custom',1197339573),(347,0,5,'design_head_outline_bottom_color','','Y','custom',1197339573),(348,0,5,'design_head_outline_left_color','','Y','custom',1197339573),(349,0,5,'design_head_outline_right_color','','Y','custom',1197339573),(350,0,5,'design_list_outline_image_color','','Y','custom',1197339573),(351,0,5,'design_image_outline_image_color','','Y','custom',1197339573),(352,0,5,'design_preview_outline_image_color','','Y','custom',1197339573),(353,0,5,'design_detail_outline_image_color','#F0F0FF','Y','custom',1197339573),(354,0,5,'design_slide_outline_image_color','','Y','custom',1197339573),(355,0,5,'design_autoimage_outline_image_color','','Y','custom',1197339573),(356,0,5,'design_image_outline_space_color','','Y','custom',1197339573),(357,0,5,'cate_use_part','S','Y','custom',1197339573),(358,0,5,'design_head_outline_top_show','S','Y','custom',1197339573),(359,0,5,'design_head_outline_top_width','1','Y','custom',1197339573),(360,0,5,'design_head_outline_bottom_show','S','Y','custom',1197339573),(361,0,5,'design_head_outline_bottom_width','1','Y','custom',1197339573),(362,0,5,'design_head_outline_left_show','S','Y','custom',1197339573),(363,0,5,'design_head_outline_left_width','1','Y','custom',1197339573),(364,0,5,'design_head_outline_right_show','S','Y','custom',1197339573),(365,0,5,'design_head_outline_right_width','1','Y','custom',1197339573),(366,0,5,'design_color_infoLine_height','3','Y','custom',1197339573),(367,0,5,'design_list_outline_image_width','3','Y','custom',1197339573),(368,0,5,'design_image_outline_image_width','0','Y','custom',1197339573),(369,0,5,'design_preview_outline_image_width','3','Y','custom',1197339573),(370,0,5,'design_detail_outline_image_width','3','Y','custom',1197339573),(371,0,5,'design_slide_outline_image_width','3','Y','custom',1197339573),(372,0,5,'design_autoimage_outline_image_width','3','Y','custom',1197339573),(373,0,5,'design_image_outline_space_width','0','Y','custom',1197339573),(374,0,5,'design_icon_no_image_small','','Y','custom',1197339573),(375,0,5,'design_icon_no_image_big','','Y','custom',1197339573),(376,0,5,'design_icon_hot','','Y','custom',1197339573),(377,0,5,'design_icon_new','','Y','custom',1197339573),(378,0,5,'design_icon_magnify','','Y','custom',1197339573),(379,0,5,'design_icon_preview','','Y','custom',1197339573),(380,0,5,'design_icon_prev','','Y','custom',1197339573),(381,0,5,'design_icon_next','','Y','custom',1197339573),(382,0,5,'design_icon_stop','','Y','custom',1197339573),(383,0,5,'design_icon_start','','Y','custom',1197339573),(384,0,5,'design_icon_exif','','Y','custom',1197339573),(385,0,5,'design_icon_direct','','Y','custom',1197339573),(386,0,5,'design_icon_cart','','Y','custom',1197339573),(387,0,5,'design_icon_reserve','','Y','custom',1197339573),(388,0,5,'design_icon_list','','Y','custom',1197339573),(389,0,5,'design_icon_agreement','','Y','custom',1197339573),(390,0,5,'design_icon_download','','Y','custom',1197339573),(391,0,5,'design_icon_enlarge','','Y','custom',1197339573),(392,0,5,'design_icon_demo_user','','Y','custom',1197339573),(393,0,5,'design_icon_demo_user_b','','Y','custom',1197339573),(394,0,5,'design_icon_demo_manager','','Y','custom',1197339573),(395,0,5,'design_icon_demo_manager_b','','Y','custom',1197339573),(396,0,5,'design_icon_cate','','Y','custom',1197339573),(397,0,5,'design_icon_brand','','Y','custom',1197339573),(398,0,5,'design_icon_list_image','','Y','custom',1197339573),(399,0,5,'design_icon_prev_image','','Y','custom',1197339573),(400,0,5,'design_icon_plus','','Y','custom',1197339573),(401,0,5,'design_icon_minus','','Y','custom',1197339573),(402,0,5,'design_icon_detailview','','Y','custom',1197339573),(403,0,5,'design_icon_application','','Y','custom',1197339573),(404,0,5,'design_icon_division','','Y','custom',1197339573),(405,0,5,'design_icon_qu','','Y','custom',1197339573),(406,0,5,'design_icon_cart_disable','','Y','custom',1197339573),(407,0,5,'design_icon_reserve_disable','','Y','custom',1197339573),(408,0,5,'design_icon_direct_disable','','Y','custom',1197339573),(409,0,5,'design_icon_cd_preview','','Y','custom',1197339573),(410,0,5,'use_file_name','','Y','custom',1197339573),(411,0,5,'use_reg_image_1','','Y','custom',1197339573),(412,0,5,'use_reg_image_2','','Y','custom',1197339573),(413,0,5,'use_reg_image_3','','Y','custom',1197339573),(414,0,5,'design_use_frameimg','N','Y','custom',1197339573),(415,0,5,'old_cate_use_part','S','Y','custom',1197339573); /*!40000 ALTER TABLE `ASADAL_DISPLAY_DESIGN_ITEMS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_DETAILIMAGE_ITEMS` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_DETAILIMAGE_ITEMS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_DETAILIMAGE_ITEMS` ( `list_item_no` int(11) NOT NULL auto_increment, `cate_id` int(11) NOT NULL default '0', `config_id` int(11) NOT NULL default '0', `setKey` varchar(255) NOT NULL default '0', `setValue` varchar(255) NOT NULL default '0', `initialize` char(1) NOT NULL default '0', `initalize_cate_name` varchar(100) NOT NULL default '0', `regdate` int(11) NOT NULL default '0', PRIMARY KEY (`list_item_no`), KEY `cate_id` (`cate_id`), KEY `config_id` (`config_id`) ) ENGINE=MyISAM AUTO_INCREMENT=246 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_DETAILIMAGE_ITEMS` -- LOCK TABLES `ASADAL_DISPLAY_DETAILIMAGE_ITEMS` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_DETAILIMAGE_ITEMS` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_DETAILIMAGE_ITEMS` VALUES (1,0,1,'use_show_image_size','','Y','gallery',1197339573),(2,0,1,'use_popup_image_size','','Y','gallery',1197339573),(3,0,1,'cate_use_part','S','Y','gallery',1197339573),(4,0,1,'show_view_type','002','Y','gallery',1197339573),(5,0,1,'show_image_size','600x450','Y','gallery',1197339573),(6,0,1,'show_exif','S','Y','gallery',1197339573),(7,0,1,'show_subject','S','Y','gallery',1197339573),(8,0,1,'show_subject_html','A','Y','gallery',1197339573),(9,0,1,'show_regdate','S','Y','gallery',1197339573),(10,0,1,'show_make_date','S','Y','gallery',1197339573),(11,0,1,'show_writer','S','Y','gallery',1197339573),(12,0,1,'show_modify_date','H','Y','gallery',1197339573),(13,0,1,'show_recommend','S','Y','gallery',1197339573),(14,0,1,'show_inquire','S','Y','gallery',1197339573),(15,0,1,'show_cart_insert','S','Y','gallery',1197339573),(16,0,1,'show_direct_buy','S','Y','gallery',1197339573),(17,0,1,'show_listview','S','Y','gallery',1197339573),(18,0,1,'show_use_rule','S','Y','gallery',1197339573),(19,0,1,'show_download','S','Y','gallery',1197339573),(20,0,1,'show_category_direct','S','Y','gallery',1197339573),(21,0,1,'show_customer_demo','S','Y','gallery',1197339573),(22,0,1,'show_admin_demo','S','Y','gallery',1197339573),(23,0,1,'show_enlarge','S','Y','gallery',1197339573),(24,0,1,'show_reserve','S','Y','gallery',1197339573),(25,0,1,'show_enlarge_link','S','Y','gallery',1197339573),(26,0,1,'show_small_list','S','Y','gallery',1197339573),(27,0,1,'show_content_qna','H','Y','gallery',1197339573),(28,0,1,'show_cd_preview','H','Y','gallery',1197339573),(29,0,1,'show_deliver','H','Y','gallery',1197339573),(30,0,1,'image_popup_image_size','800x600','Y','gallery',1197339573),(31,0,1,'image_popup_popupwidth','1000','Y','gallery',1197339573),(32,0,1,'image_popup_popupheight','600','Y','gallery',1197339573),(33,0,1,'image_popup_position','TM','Y','gallery',1197339573),(34,0,1,'image_popup_scrollbar','S','Y','gallery',1197339573),(35,0,1,'image_popup_resize','H','Y','gallery',1197339573),(36,0,1,'image_popup_menubar','H','Y','gallery',1197339573),(37,0,1,'image_popup_address_window','H','Y','gallery',1197339573),(38,0,1,'image_popup_titlebar','H','Y','gallery',1197339573),(39,0,1,'image_popup_toolbar','H','Y','gallery',1197339573),(40,0,1,'image_popup_link','H','Y','gallery',1197339573),(41,0,1,'image_popup_fullscreen','H','Y','gallery',1197339573),(42,0,1,'image_popup_window_position','UP','Y','gallery',1197339573),(43,0,1,'image_popup_statebar','H','Y','gallery',1197339573),(44,0,1,'small_list_position','R','Y','gallery',1197339573),(45,0,1,'small_list_image_array_x','1','Y','gallery',1197339573),(46,0,1,'small_list_image_array_y','6','Y','gallery',1197339573),(47,0,1,'small_list_sort','REGDATE','Y','gallery',1197339573),(48,0,1,'small_list_image_size','50','Y','gallery',1197339573),(49,0,1,'small_list_sort_method','DESC','Y','gallery',1197339573),(50,0,2,'use_show_image_size','','Y','shoppingmall',1197339573),(51,0,2,'use_popup_image_size','','Y','shoppingmall',1197339573),(52,0,2,'cate_use_part','S','Y','shoppingmall',1197339573),(53,0,2,'show_view_type','002','Y','shoppingmall',1197339573),(54,0,2,'show_image_size','600x450','Y','shoppingmall',1197339573),(55,0,2,'show_exif','S','Y','shoppingmall',1197339573),(56,0,2,'show_subject','S','Y','shoppingmall',1197339573),(57,0,2,'show_subject_html','A','Y','shoppingmall',1197339573),(58,0,2,'show_regdate','S','Y','shoppingmall',1197339573),(59,0,2,'show_make_date','S','Y','shoppingmall',1197339573),(60,0,2,'show_writer','S','Y','shoppingmall',1197339573),(61,0,2,'show_modify_date','H','Y','shoppingmall',1197339573),(62,0,2,'show_recommend','S','Y','shoppingmall',1197339573),(63,0,2,'show_inquire','S','Y','shoppingmall',1197339573),(64,0,2,'show_cart_insert','S','Y','shoppingmall',1197339573),(65,0,2,'show_direct_buy','S','Y','shoppingmall',1197339573),(66,0,2,'show_listview','S','Y','shoppingmall',1197339573),(67,0,2,'show_use_rule','S','Y','shoppingmall',1197339573),(68,0,2,'show_download','S','Y','shoppingmall',1197339573),(69,0,2,'show_category_direct','S','Y','shoppingmall',1197339573),(70,0,2,'show_customer_demo','S','Y','shoppingmall',1197339573),(71,0,2,'show_admin_demo','S','Y','shoppingmall',1197339573),(72,0,2,'show_enlarge','S','Y','shoppingmall',1197339573),(73,0,2,'show_reserve','S','Y','shoppingmall',1197339573),(74,0,2,'show_enlarge_link','S','Y','shoppingmall',1197339573),(75,0,2,'show_small_list','S','Y','shoppingmall',1197339573),(76,0,2,'show_content_qna','H','Y','shoppingmall',1197339573),(77,0,2,'show_cd_preview','H','Y','shoppingmall',1197339573),(78,0,2,'show_deliver','H','Y','shoppingmall',1197339573),(79,0,2,'image_popup_image_size','800x600','Y','shoppingmall',1197339573),(80,0,2,'image_popup_popupwidth','1000','Y','shoppingmall',1197339573),(81,0,2,'image_popup_popupheight','600','Y','shoppingmall',1197339573),(82,0,2,'image_popup_position','TM','Y','shoppingmall',1197339573),(83,0,2,'image_popup_scrollbar','S','Y','shoppingmall',1197339573),(84,0,2,'image_popup_resize','H','Y','shoppingmall',1197339573),(85,0,2,'image_popup_menubar','H','Y','shoppingmall',1197339573),(86,0,2,'image_popup_address_window','H','Y','shoppingmall',1197339573),(87,0,2,'image_popup_titlebar','H','Y','shoppingmall',1197339573),(88,0,2,'image_popup_toolbar','H','Y','shoppingmall',1197339573),(89,0,2,'image_popup_link','H','Y','shoppingmall',1197339573),(90,0,2,'image_popup_fullscreen','H','Y','shoppingmall',1197339573),(91,0,2,'image_popup_window_position','UP','Y','shoppingmall',1197339573),(92,0,2,'image_popup_statebar','H','Y','shoppingmall',1197339573),(93,0,2,'small_list_position','R','Y','shoppingmall',1197339573),(94,0,2,'small_list_image_array_x','1','Y','shoppingmall',1197339573),(95,0,2,'small_list_image_array_y','6','Y','shoppingmall',1197339573),(96,0,2,'small_list_sort','REGDATE','Y','shoppingmall',1197339573),(97,0,2,'small_list_image_size','50','Y','shoppingmall',1197339573),(98,0,2,'small_list_sort_method','DESC','Y','shoppingmall',1197339573),(99,0,3,'use_show_image_size','','Y','contentsmall',1197339573),(100,0,3,'use_popup_image_size','','Y','contentsmall',1197339573),(101,0,3,'cate_use_part','S','Y','contentsmall',1197339573),(102,0,3,'show_view_type','002','Y','contentsmall',1197339573),(103,0,3,'show_image_size','600x450','Y','contentsmall',1197339573),(104,0,3,'show_exif','S','Y','contentsmall',1197339573),(105,0,3,'show_subject','S','Y','contentsmall',1197339573),(106,0,3,'show_subject_html','A','Y','contentsmall',1197339573),(107,0,3,'show_regdate','S','Y','contentsmall',1197339573),(108,0,3,'show_make_date','S','Y','contentsmall',1197339573),(109,0,3,'show_writer','S','Y','contentsmall',1197339573),(110,0,3,'show_modify_date','H','Y','contentsmall',1197339573),(111,0,3,'show_recommend','S','Y','contentsmall',1197339573),(112,0,3,'show_inquire','S','Y','contentsmall',1197339573),(113,0,3,'show_cart_insert','S','Y','contentsmall',1197339573),(114,0,3,'show_direct_buy','S','Y','contentsmall',1197339573),(115,0,3,'show_listview','S','Y','contentsmall',1197339573),(116,0,3,'show_use_rule','S','Y','contentsmall',1197339573),(117,0,3,'show_download','S','Y','contentsmall',1197339573),(118,0,3,'show_category_direct','S','Y','contentsmall',1197339573),(119,0,3,'show_customer_demo','S','Y','contentsmall',1197339573),(120,0,3,'show_admin_demo','S','Y','contentsmall',1197339573),(121,0,3,'show_enlarge','S','Y','contentsmall',1197339573),(122,0,3,'show_reserve','S','Y','contentsmall',1197339573),(123,0,3,'show_enlarge_link','S','Y','contentsmall',1197339573),(124,0,3,'show_small_list','S','Y','contentsmall',1197339573),(125,0,3,'show_content_qna','H','Y','contentsmall',1197339573),(126,0,3,'show_cd_preview','H','Y','contentsmall',1197339573),(127,0,3,'show_deliver','H','Y','contentsmall',1197339573),(128,0,3,'image_popup_image_size','800x600','Y','contentsmall',1197339573),(129,0,3,'image_popup_popupwidth','1000','Y','contentsmall',1197339573),(130,0,3,'image_popup_popupheight','600','Y','contentsmall',1197339573),(131,0,3,'image_popup_position','TM','Y','contentsmall',1197339573),(132,0,3,'image_popup_scrollbar','S','Y','contentsmall',1197339573),(133,0,3,'image_popup_resize','H','Y','contentsmall',1197339573),(134,0,3,'image_popup_menubar','H','Y','contentsmall',1197339573),(135,0,3,'image_popup_address_window','H','Y','contentsmall',1197339573),(136,0,3,'image_popup_titlebar','H','Y','contentsmall',1197339573),(137,0,3,'image_popup_toolbar','H','Y','contentsmall',1197339573),(138,0,3,'image_popup_link','H','Y','contentsmall',1197339573),(139,0,3,'image_popup_fullscreen','H','Y','contentsmall',1197339573),(140,0,3,'image_popup_window_position','UP','Y','contentsmall',1197339573),(141,0,3,'image_popup_statebar','H','Y','contentsmall',1197339573),(142,0,3,'small_list_position','R','Y','contentsmall',1197339573),(143,0,3,'small_list_image_array_x','1','Y','contentsmall',1197339573),(144,0,3,'small_list_image_array_y','6','Y','contentsmall',1197339573),(145,0,3,'small_list_sort','REGDATE','Y','contentsmall',1197339573),(146,0,3,'small_list_image_size','50','Y','contentsmall',1197339573),(147,0,3,'small_list_sort_method','DESC','Y','contentsmall',1197339573),(148,0,4,'use_show_image_size','','Y','game',1197339573),(149,0,4,'use_popup_image_size','','Y','game',1197339573),(150,0,4,'cate_use_part','S','Y','game',1197339573),(151,0,4,'show_view_type','002','Y','game',1197339573),(152,0,4,'show_image_size','600x450','Y','game',1197339573),(153,0,4,'show_exif','S','Y','game',1197339573),(154,0,4,'show_subject','S','Y','game',1197339573),(155,0,4,'show_subject_html','A','Y','game',1197339573),(156,0,4,'show_regdate','S','Y','game',1197339573),(157,0,4,'show_make_date','S','Y','game',1197339573),(158,0,4,'show_writer','S','Y','game',1197339573),(159,0,4,'show_modify_date','H','Y','game',1197339573),(160,0,4,'show_recommend','S','Y','game',1197339573),(161,0,4,'show_inquire','S','Y','game',1197339573),(162,0,4,'show_cart_insert','S','Y','game',1197339573),(163,0,4,'show_direct_buy','S','Y','game',1197339573),(164,0,4,'show_listview','S','Y','game',1197339573),(165,0,4,'show_use_rule','S','Y','game',1197339573),(166,0,4,'show_download','S','Y','game',1197339573),(167,0,4,'show_category_direct','S','Y','game',1197339573),(168,0,4,'show_customer_demo','S','Y','game',1197339573),(169,0,4,'show_admin_demo','S','Y','game',1197339573),(170,0,4,'show_enlarge','S','Y','game',1197339573),(171,0,4,'show_reserve','S','Y','game',1197339573),(172,0,4,'show_enlarge_link','S','Y','game',1197339573),(173,0,4,'show_small_list','S','Y','game',1197339573),(174,0,4,'show_content_qna','H','Y','game',1197339573),(175,0,4,'show_cd_preview','H','Y','game',1197339573),(176,0,4,'show_deliver','H','Y','game',1197339573),(177,0,4,'image_popup_image_size','800x600','Y','game',1197339573),(178,0,4,'image_popup_popupwidth','1000','Y','game',1197339573),(179,0,4,'image_popup_popupheight','600','Y','game',1197339573),(180,0,4,'image_popup_position','TM','Y','game',1197339573),(181,0,4,'image_popup_scrollbar','S','Y','game',1197339573),(182,0,4,'image_popup_resize','H','Y','game',1197339573),(183,0,4,'image_popup_menubar','H','Y','game',1197339573),(184,0,4,'image_popup_address_window','H','Y','game',1197339573),(185,0,4,'image_popup_titlebar','H','Y','game',1197339573),(186,0,4,'image_popup_toolbar','H','Y','game',1197339573),(187,0,4,'image_popup_link','H','Y','game',1197339573),(188,0,4,'image_popup_fullscreen','H','Y','game',1197339573),(189,0,4,'image_popup_window_position','UP','Y','game',1197339573),(190,0,4,'image_popup_statebar','H','Y','game',1197339573),(191,0,4,'small_list_position','R','Y','game',1197339573),(192,0,4,'small_list_image_array_x','1','Y','game',1197339573),(193,0,4,'small_list_image_array_y','6','Y','game',1197339573),(194,0,4,'small_list_sort','REGDATE','Y','game',1197339573),(195,0,4,'small_list_image_size','50','Y','game',1197339573),(196,0,4,'small_list_sort_method','DESC','Y','game',1197339573),(197,0,5,'use_show_image_size','','Y','custom',1197339573),(198,0,5,'use_popup_image_size','','Y','custom',1197339573),(199,0,5,'cate_use_part','S','Y','custom',1197339573),(200,0,5,'show_view_type','002','Y','custom',1197339573),(201,0,5,'show_image_size','600x450','Y','custom',1197339573),(202,0,5,'show_exif','S','Y','custom',1197339573),(203,0,5,'show_subject','S','Y','custom',1197339573),(204,0,5,'show_subject_html','A','Y','custom',1197339573),(205,0,5,'show_regdate','S','Y','custom',1197339573),(206,0,5,'show_make_date','S','Y','custom',1197339573),(207,0,5,'show_writer','S','Y','custom',1197339573),(208,0,5,'show_modify_date','H','Y','custom',1197339573),(209,0,5,'show_recommend','S','Y','custom',1197339573),(210,0,5,'show_inquire','S','Y','custom',1197339573),(211,0,5,'show_cart_insert','S','Y','custom',1197339573),(212,0,5,'show_direct_buy','S','Y','custom',1197339573),(213,0,5,'show_listview','S','Y','custom',1197339573),(214,0,5,'show_use_rule','S','Y','custom',1197339573),(215,0,5,'show_download','S','Y','custom',1197339573),(216,0,5,'show_category_direct','S','Y','custom',1197339573),(217,0,5,'show_customer_demo','S','Y','custom',1197339573),(218,0,5,'show_admin_demo','S','Y','custom',1197339573),(219,0,5,'show_enlarge','S','Y','custom',1197339573),(220,0,5,'show_reserve','S','Y','custom',1197339573),(221,0,5,'show_enlarge_link','S','Y','custom',1197339573),(222,0,5,'show_small_list','S','Y','custom',1197339573),(223,0,5,'show_content_qna','H','Y','custom',1197339573),(224,0,5,'show_cd_preview','H','Y','custom',1197339573),(225,0,5,'show_deliver','H','Y','custom',1197339573),(226,0,5,'image_popup_image_size','800x600','Y','custom',1197339573),(227,0,5,'image_popup_popupwidth','1000','Y','custom',1197339573),(228,0,5,'image_popup_popupheight','600','Y','custom',1197339573),(229,0,5,'image_popup_position','TM','Y','custom',1197339573),(230,0,5,'image_popup_scrollbar','S','Y','custom',1197339573),(231,0,5,'image_popup_resize','H','Y','custom',1197339573),(232,0,5,'image_popup_menubar','H','Y','custom',1197339573),(233,0,5,'image_popup_address_window','H','Y','custom',1197339573),(234,0,5,'image_popup_titlebar','H','Y','custom',1197339573),(235,0,5,'image_popup_toolbar','H','Y','custom',1197339573),(236,0,5,'image_popup_link','H','Y','custom',1197339573),(237,0,5,'image_popup_fullscreen','H','Y','custom',1197339573),(238,0,5,'image_popup_window_position','UP','Y','custom',1197339573),(239,0,5,'image_popup_statebar','H','Y','custom',1197339573),(240,0,5,'small_list_position','R','Y','custom',1197339573),(241,0,5,'small_list_image_array_x','1','Y','custom',1197339573),(242,0,5,'small_list_image_array_y','6','Y','custom',1197339573),(243,0,5,'small_list_sort','REGDATE','Y','custom',1197339573),(244,0,5,'small_list_image_size','50','Y','custom',1197339573),(245,0,5,'small_list_sort_method','DESC','Y','custom',1197339573); /*!40000 ALTER TABLE `ASADAL_DISPLAY_DETAILIMAGE_ITEMS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_DETAIL_ITEMS` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_DETAIL_ITEMS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_DETAIL_ITEMS` ( `list_item_no` int(11) NOT NULL auto_increment, `cate_id` int(11) NOT NULL default '0', `config_id` int(11) NOT NULL default '0', `setKey` varchar(255) NOT NULL default '0', `setValue` varchar(255) NOT NULL default '0', `initialize` char(1) NOT NULL default '0', `initalize_cate_name` varchar(100) NOT NULL default '0', `regdate` int(11) NOT NULL default '0', PRIMARY KEY (`list_item_no`), KEY `cate_id` (`cate_id`), KEY `config_id` (`config_id`) ) ENGINE=MyISAM AUTO_INCREMENT=131 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_DETAIL_ITEMS` -- LOCK TABLES `ASADAL_DISPLAY_DETAIL_ITEMS` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_DETAIL_ITEMS` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_DETAIL_ITEMS` VALUES (1,0,1,'cate_use_part','S','Y','gallery',1197339572),(2,0,1,'show_width_set','percent','Y','gallery',1197339572),(3,0,1,'show_width_percent_value','95','Y','gallery',1197339572),(4,0,1,'show_width_pixel_value','700','Y','gallery',1197339572),(5,0,1,'show_brand_direct','S','Y','gallery',1197339572),(6,0,1,'show_piece_sale','S','Y','gallery',1197339572),(7,0,1,'show_event_one_plus_cd','S','Y','gallery',1197339572),(8,0,1,'show_flash_preview','N','Y','gallery',1197339572),(9,0,1,'show_cd_buy','S','Y','gallery',1197339572),(10,0,1,'show_detail_image','S','Y','gallery',1197339572),(11,0,1,'show_keyword','S','Y','gallery',1197339572),(12,0,1,'show_keyword_html','A','Y','gallery',1197339572),(13,0,1,'show_detail_explain','S','Y','gallery',1197339572),(14,0,1,'show_detail_explain_html','A','Y','gallery',1197339572),(15,0,1,'show_relative_content','S','Y','gallery',1197339572),(16,0,1,'show_reply','H','Y','gallery',1197339572),(17,0,1,'show_phone_consult','H','Y','gallery',1197339572),(18,0,1,'show_order_num','H','Y','gallery',1197339572),(19,0,1,'show_sound_listen','H','Y','gallery',1197339572),(20,0,1,'show_phone_number','','Y','gallery',1197339572),(21,0,1,'show_relate_cd','H','Y','gallery',1197339572),(22,0,1,'use_file_name','S','Y','gallery',1197339572),(23,0,1,'use_reg_image_1','','Y','gallery',1197339572),(24,0,1,'use_reg_image_2','','Y','gallery',1197339572),(25,0,1,'use_reg_image_3','','Y','gallery',1197339572),(26,0,1,'use_bgimg','N','Y','gallery',1197339572),(27,0,2,'cate_use_part','S','Y','shoppingmall',1197339572),(28,0,2,'show_width_set','percent','Y','shoppingmall',1197339572),(29,0,2,'show_width_percent_value','95','Y','shoppingmall',1197339572),(30,0,2,'show_width_pixel_value','700','Y','shoppingmall',1197339572),(31,0,2,'show_brand_direct','S','Y','shoppingmall',1197339572),(32,0,2,'show_piece_sale','S','Y','shoppingmall',1197339572),(33,0,2,'show_event_one_plus_cd','S','Y','shoppingmall',1197339572),(34,0,2,'show_flash_preview','N','Y','shoppingmall',1197339572),(35,0,2,'show_cd_buy','S','Y','shoppingmall',1197339572),(36,0,2,'show_detail_image','S','Y','shoppingmall',1197339572),(37,0,2,'show_keyword','S','Y','shoppingmall',1197339572),(38,0,2,'show_keyword_html','A','Y','shoppingmall',1197339572),(39,0,2,'show_detail_explain','S','Y','shoppingmall',1197339572),(40,0,2,'show_detail_explain_html','A','Y','shoppingmall',1197339572),(41,0,2,'show_relative_content','S','Y','shoppingmall',1197339572),(42,0,2,'show_reply','H','Y','shoppingmall',1197339572),(43,0,2,'show_phone_consult','H','Y','shoppingmall',1197339572),(44,0,2,'show_order_num','H','Y','shoppingmall',1197339572),(45,0,2,'show_sound_listen','H','Y','shoppingmall',1197339572),(46,0,2,'show_phone_number','','Y','shoppingmall',1197339572),(47,0,2,'show_relate_cd','H','Y','shoppingmall',1197339572),(48,0,2,'use_file_name','S','Y','shoppingmall',1197339572),(49,0,2,'use_reg_image_1','','Y','shoppingmall',1197339572),(50,0,2,'use_reg_image_2','','Y','shoppingmall',1197339572),(51,0,2,'use_reg_image_3','','Y','shoppingmall',1197339572),(52,0,2,'use_bgimg','N','Y','shoppingmall',1197339572),(53,0,3,'cate_use_part','S','Y','contentsmall',1197339572),(54,0,3,'show_width_set','percent','Y','contentsmall',1197339572),(55,0,3,'show_width_percent_value','95','Y','contentsmall',1197339572),(56,0,3,'show_width_pixel_value','700','Y','contentsmall',1197339572),(57,0,3,'show_brand_direct','S','Y','contentsmall',1197339572),(58,0,3,'show_piece_sale','S','Y','contentsmall',1197339572),(59,0,3,'show_event_one_plus_cd','S','Y','contentsmall',1197339572),(60,0,3,'show_flash_preview','N','Y','contentsmall',1197339572),(61,0,3,'show_cd_buy','S','Y','contentsmall',1197339572),(62,0,3,'show_detail_image','S','Y','contentsmall',1197339572),(63,0,3,'show_keyword','S','Y','contentsmall',1197339572),(64,0,3,'show_keyword_html','A','Y','contentsmall',1197339572),(65,0,3,'show_detail_explain','S','Y','contentsmall',1197339572),(66,0,3,'show_detail_explain_html','A','Y','contentsmall',1197339572),(67,0,3,'show_relative_content','S','Y','contentsmall',1197339572),(68,0,3,'show_reply','H','Y','contentsmall',1197339572),(69,0,3,'show_phone_consult','H','Y','contentsmall',1197339572),(70,0,3,'show_order_num','H','Y','contentsmall',1197339572),(71,0,3,'show_sound_listen','H','Y','contentsmall',1197339572),(72,0,3,'show_phone_number','','Y','contentsmall',1197339572),(73,0,3,'show_relate_cd','H','Y','contentsmall',1197339572),(74,0,3,'use_file_name','S','Y','contentsmall',1197339572),(75,0,3,'use_reg_image_1','','Y','contentsmall',1197339572),(76,0,3,'use_reg_image_2','','Y','contentsmall',1197339572),(77,0,3,'use_reg_image_3','','Y','contentsmall',1197339572),(78,0,3,'use_bgimg','N','Y','contentsmall',1197339572),(79,0,4,'cate_use_part','S','Y','game',1197339572),(80,0,4,'show_width_set','percent','Y','game',1197339572),(81,0,4,'show_width_percent_value','95','Y','game',1197339572),(82,0,4,'show_width_pixel_value','700','Y','game',1197339572),(83,0,4,'show_brand_direct','S','Y','game',1197339572),(84,0,4,'show_piece_sale','S','Y','game',1197339572),(85,0,4,'show_event_one_plus_cd','S','Y','game',1197339572),(86,0,4,'show_flash_preview','N','Y','game',1197339572),(87,0,4,'show_cd_buy','S','Y','game',1197339572),(88,0,4,'show_detail_image','S','Y','game',1197339572),(89,0,4,'show_keyword','S','Y','game',1197339572),(90,0,4,'show_keyword_html','A','Y','game',1197339572),(91,0,4,'show_detail_explain','S','Y','game',1197339572),(92,0,4,'show_detail_explain_html','A','Y','game',1197339572),(93,0,4,'show_relative_content','S','Y','game',1197339572),(94,0,4,'show_reply','H','Y','game',1197339572),(95,0,4,'show_phone_consult','H','Y','game',1197339572),(96,0,4,'show_order_num','H','Y','game',1197339572),(97,0,4,'show_sound_listen','H','Y','game',1197339572),(98,0,4,'show_phone_number','','Y','game',1197339572),(99,0,4,'show_relate_cd','H','Y','game',1197339572),(100,0,4,'use_file_name','S','Y','game',1197339572),(101,0,4,'use_reg_image_1','','Y','game',1197339572),(102,0,4,'use_reg_image_2','','Y','game',1197339572),(103,0,4,'use_reg_image_3','','Y','game',1197339572),(104,0,4,'use_bgimg','N','Y','game',1197339572),(105,0,5,'cate_use_part','S','Y','custom',1197339572),(106,0,5,'show_width_set','percent','Y','custom',1197339572),(107,0,5,'show_width_percent_value','95','Y','custom',1197339572),(108,0,5,'show_width_pixel_value','700','Y','custom',1197339572),(109,0,5,'show_brand_direct','S','Y','custom',1197339572),(110,0,5,'show_piece_sale','S','Y','custom',1197339572),(111,0,5,'show_event_one_plus_cd','S','Y','custom',1197339572),(112,0,5,'show_flash_preview','N','Y','custom',1197339572),(113,0,5,'show_cd_buy','S','Y','custom',1197339572),(114,0,5,'show_detail_image','S','Y','custom',1197339572),(115,0,5,'show_keyword','S','Y','custom',1197339572),(116,0,5,'show_keyword_html','A','Y','custom',1197339572),(117,0,5,'show_detail_explain','S','Y','custom',1197339572),(118,0,5,'show_detail_explain_html','A','Y','custom',1197339572),(119,0,5,'show_relative_content','S','Y','custom',1197339572),(120,0,5,'show_reply','H','Y','custom',1197339572),(121,0,5,'show_phone_consult','H','Y','custom',1197339572),(122,0,5,'show_order_num','H','Y','custom',1197339572),(123,0,5,'show_sound_listen','H','Y','custom',1197339572),(124,0,5,'show_phone_number','','Y','custom',1197339572),(125,0,5,'show_relate_cd','H','Y','custom',1197339572),(126,0,5,'use_file_name','S','Y','custom',1197339572),(127,0,5,'use_reg_image_1','','Y','custom',1197339572),(128,0,5,'use_reg_image_2','','Y','custom',1197339572),(129,0,5,'use_reg_image_3','','Y','custom',1197339572),(130,0,5,'use_bgimg','N','Y','custom',1197339572); /*!40000 ALTER TABLE `ASADAL_DISPLAY_DETAIL_ITEMS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_IMAGESAVE` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_IMAGESAVE`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_IMAGESAVE` ( `img_no` int(11) NOT NULL auto_increment, `img_name` varchar(100) NOT NULL default '', `image_id` varchar(30) default NULL, `config_name` varchar(50) NOT NULL default '', `img_use` enum('Y','N') NOT NULL default 'N', `use_type` varchar(30) NOT NULL default '', `regdate` int(11) NOT NULL default '0', `img_name_link` varchar(255) NOT NULL default '', PRIMARY KEY (`img_no`) ) ENGINE=MyISAM AUTO_INCREMENT=49 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_IMAGESAVE` -- LOCK TABLES `ASADAL_DISPLAY_IMAGESAVE` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_IMAGESAVE` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_IMAGESAVE` VALUES (1,'bg01.gif','0','detail','N','bgimage',0,''),(2,'bg02.gif','0','detail','N','bgimage',0,''),(3,'bg03.gif','0','detail','N','bgimage',0,''),(4,'bg04.gif','0','detail','N','bgimage',0,''),(5,'bg05.gif','0','detail','N','bgimage',0,''),(6,'bg06.gif','0','detail','N','bgimage',0,''),(7,'bg07.gif','0','detail','N','bgimage',0,''),(8,'bg08.gif','0','detail','N','bgimage',0,''),(9,'01.gif','0','detail','N','bgimage',0,''),(10,'02.gif','0','detail','N','bgimage',0,''),(11,'03.gif','0','detail','N','bgimage',0,''),(12,'04.gif','0','detail','N','bgimage',0,''),(13,'05.gif','0','detail','N','bgimage',0,''),(14,'06.gif','0','detail','N','bgimage',0,''),(15,'07.gif','0','detail','N','bgimage',0,''),(16,'08.gif','0','detail','N','bgimage',0,''),(17,'09.gif','0','detail','N','bgimage',0,''),(18,'10.gif','0','detail','N','bgimage',0,''),(19,'11.gif','0','detail','N','bgimage',0,''),(20,'12.gif','0','detail','N','bgimage',0,''),(21,'13.gif','0','detail','N','bgimage',0,''),(22,'14.gif','0','detail','N','bgimage',0,''),(23,'15.gif','0','detail','N','bgimage',0,''),(24,'16.gif','0','detail','N','bgimage',0,''),(25,'17.gif','0','detail','N','bgimage',0,''),(26,'18.gif','0','detail','N','bgimage',0,''),(27,'19.gif','0','detail','N','bgimage',0,''),(28,'20.gif','0','detail','N','bgimage',0,''),(29,'21.gif','0','detail','N','bgimage',0,''),(30,'22.gif','0','detail','N','bgimage',0,''),(31,'23.gif','0','detail','N','bgimage',0,''),(32,'24.gif','0','detail','N','bgimage',0,''),(33,'best_bg.gif','0','design','N','frameimage',0,''),(34,'HTML__B_130_on.gif','002','design','N','outline',0,''),(35,'NOLAYER_130_on.gif','003','design','N','outline',0,''),(36,'TEMPLATE__B_220_on.gif','004','design','N','outline',0,''),(37,'TEMPLATEFLASH_130_on.gif','005','design','N','outline',0,''),(38,'TEMPLATEFLASH2HTML2__B_130.gif','006','design','N','outline',0,''),(39,'TEMPLATEFLASH2HTML2__B_130_on.gif','007','design','N','outline',0,''),(40,'TEMPLATEFLASH2HTML2__B_220.gif','008','design','N','outline',0,''),(41,'TEMPLATEFLASH2HTML2__B_220_on.gif','009','design','N','outline',0,''),(42,'NOLAYER__B_180.gif','010','design','N','outline',0,''),(43,'NOLAYER__B_180_on.gif','011','design','N','outline',0,''),(44,'CD_1310__B_220.gif','012','design','N','outline',0,''),(45,'CD_1310__B_220_on.gif','013','design','N','outline',0,''),(46,'CD_1314__B_130.gif','014','design','N','outline',0,''),(47,'CD_1314__B_130_on.gif','015','design','N','outline',0,''),(48,'CD_1314__B_135_on.gif','016','design','N','outline',0,''); /*!40000 ALTER TABLE `ASADAL_DISPLAY_IMAGESAVE` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_IMAGEVIEW_ITEMS` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_IMAGEVIEW_ITEMS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_IMAGEVIEW_ITEMS` ( `list_item_no` int(11) NOT NULL auto_increment, `cate_id` int(11) NOT NULL default '0', `config_id` int(11) NOT NULL default '0', `setKey` varchar(255) NOT NULL default '0', `setValue` varchar(255) NOT NULL default '0', `initialize` char(1) NOT NULL default '0', `initalize_cate_name` varchar(100) NOT NULL default '0', `regdate` int(11) NOT NULL default '0', PRIMARY KEY (`list_item_no`), KEY `cate_id` (`cate_id`), KEY `config_id` (`config_id`) ) ENGINE=MyISAM AUTO_INCREMENT=411 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_IMAGEVIEW_ITEMS` -- LOCK TABLES `ASADAL_DISPLAY_IMAGEVIEW_ITEMS` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_IMAGEVIEW_ITEMS` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_IMAGEVIEW_ITEMS` VALUES (1,0,1,'use_arrange_small_image_size','','Y','gallery',1197339572),(2,0,1,'use_arrange_middle_image_size','','Y','gallery',1197339572),(3,0,1,'use_arrange_big_image_size','','Y','gallery',1197339572),(4,0,1,'cate_use_part','S','Y','gallery',1197339572),(5,0,1,'show_width_set','persent','Y','gallery',1197339572),(6,0,1,'show_width_percent_value','96','Y','gallery',1197339572),(7,0,1,'show_width_pixel_value','700','Y','gallery',1197339572),(8,0,1,'show_list_type','001','Y','gallery',1197339572),(9,0,1,'show_list_type_width','3','Y','gallery',1197339572),(10,0,1,'show_list_type_height','5','Y','gallery',1197339572),(11,0,1,'show_list_type_big_width','1','Y','gallery',1197339572),(12,0,1,'show_list_type_big_height','2','Y','gallery',1197339572),(13,0,1,'show_list_type_small_width','3','Y','gallery',1197339572),(14,0,1,'show_list_type_small_height','3','Y','gallery',1197339572),(15,0,1,'show_grade_array','S','Y','gallery',1197339572),(16,0,1,'show_array','RG','Y','gallery',1197339572),(17,0,1,'show_arrange_width_percent_value','','Y','gallery',1197339572),(18,0,1,'show_arrange_width_set','pixel','Y','gallery',1197339572),(19,0,1,'show_arrange_width_pixel_value','210','Y','gallery',1197339572),(20,0,1,'show_arrange_small_image_size','200x150','Y','gallery',1197339572),(21,0,1,'show_arrange_middle_image_size','200x150','Y','gallery',1197339572),(22,0,1,'show_arrange_big_image_size','200x150','Y','gallery',1197339572),(23,0,1,'show_width_cut','LRC','Y','gallery',1197339572),(24,0,1,'show_arrange_type','008','Y','gallery',1197339572),(25,0,1,'show_cate_cover_image','H','Y','gallery',1197339572),(26,0,1,'cateCoverImg','','Y','gallery',1197339572),(27,0,1,'show_subCateImg','H','Y','gallery',1197339572),(28,0,1,'show_cateFolderImg','S','Y','gallery',1197339572),(29,0,1,'show_userDemoImg','S','Y','gallery',1197339572),(30,0,1,'show_adminDemoImg','S','Y','gallery',1197339572),(31,0,1,'show_subject','S','Y','gallery',1197339572),(32,0,1,'show_subjectHtml','N','Y','gallery',1197339572),(33,0,1,'show_subjectCutLimit','30','Y','gallery',1197339572),(34,0,1,'show_shotDesc','S','Y','gallery',1197339572),(35,0,1,'show_shotDescHtml','N','Y','gallery',1197339572),(36,0,1,'show_shotDescCutLimit','20','Y','gallery',1197339572),(37,0,1,'show_content','S','Y','gallery',1197339572),(38,0,1,'show_contentHtml','Y','Y','gallery',1197339572),(39,0,1,'show_contentCutLimit','80','Y','gallery',1197339572),(40,0,1,'thumb_align','left','Y','gallery',1197339572),(41,0,1,'thumb_valign','top','Y','gallery',1197339572),(42,0,1,'show_price','H','Y','gallery',1197339572),(43,0,1,'show_sell_count','S','Y','gallery',1197339572),(44,0,1,'show_download_count','S','Y','gallery',1197339572),(45,0,1,'show_recommand_count','S','Y','gallery',1197339572),(46,0,1,'show_provider','H','Y','gallery',1197339572),(47,0,1,'show_homepage','S','Y','gallery',1197339572),(48,0,1,'show_address','S','Y','gallery',1197339572),(49,0,1,'show_phone','S','Y','gallery',1197339572),(50,0,1,'show_use_new','H','Y','gallery',1197339572),(51,0,1,'show_memo_count','H','Y','gallery',1197339572),(52,0,1,'show_hit_count','H','Y','gallery',1197339572),(53,0,1,'show_preview','S','Y','gallery',1197339572),(54,0,1,'show_image_linkstate','I','Y','gallery',1197339572),(55,0,1,'show_magnify','S','Y','gallery',1197339572),(56,0,1,'show_magnify_close','H','Y','gallery',1197339572),(57,0,1,'show_magnify_image_size','600x450','Y','gallery',1197339572),(58,0,1,'show_magnify_close_image_locate','bottom_center','Y','gallery',1197339572),(59,0,1,'use_file_name','','Y','gallery',1197339572),(60,0,1,'use_reg_image_1','','Y','gallery',1197339572),(61,0,1,'use_reg_image_2','','Y','gallery',1197339572),(62,0,1,'use_reg_image_3','','Y','gallery',1197339572),(63,0,1,'use_bgimg','','Y','gallery',1197339572),(64,0,1,'image_popup_popupheight','900','Y','gallery',1197339572),(65,0,1,'image_popup_popupwidth','800','Y','gallery',1197339572),(66,0,1,'image_popup_image_size','560x420','Y','gallery',1197339572),(67,0,1,'image_popup_position','TM','Y','gallery',1197339572),(68,0,1,'image_popup_scrollbar','S','Y','gallery',1197339572),(69,0,1,'image_popup_resize','H','Y','gallery',1197339572),(70,0,1,'image_popup_menubar','H','Y','gallery',1197339572),(71,0,1,'image_popup_address_window','H','Y','gallery',1197339572),(72,0,1,'image_popup_titlebar','H','Y','gallery',1197339572),(73,0,1,'image_popup_toolbar','H','Y','gallery',1197339572),(74,0,1,'image_popup_link','H','Y','gallery',1197339572),(75,0,1,'image_popup_fullscreen','H','Y','gallery',1197339572),(76,0,1,'image_popup_statebar','H','Y','gallery',1197339572),(77,0,1,'image_popup_window_position','UP','Y','gallery',1197339572),(78,0,1,'use_popup_image_size','300x200','Y','gallery',1197339572),(79,0,1,'show_array_order','ASC','Y','gallery',1197339572),(80,0,1,'show_height_cut','BC','Y','gallery',1197339572),(81,0,1,'use_magnify_image_size','','Y','gallery',1197339572),(82,0,1,'show_magnify_view_type','over','Y','gallery',1197339572),(83,0,2,'use_arrange_small_image_size','','Y','shoppingmall',1197339572),(84,0,2,'use_arrange_middle_image_size','','Y','shoppingmall',1197339572),(85,0,2,'use_arrange_big_image_size','','Y','shoppingmall',1197339572),(86,0,2,'cate_use_part','S','Y','shoppingmall',1197339572),(87,0,2,'show_width_set','persent','Y','shoppingmall',1197339572),(88,0,2,'show_width_percent_value','96','Y','shoppingmall',1197339572),(89,0,2,'show_width_pixel_value','700','Y','shoppingmall',1197339572),(90,0,2,'show_list_type','001','Y','shoppingmall',1197339572),(91,0,2,'show_list_type_width','3','Y','shoppingmall',1197339572),(92,0,2,'show_list_type_height','5','Y','shoppingmall',1197339572),(93,0,2,'show_list_type_big_width','1','Y','shoppingmall',1197339572),(94,0,2,'show_list_type_big_height','2','Y','shoppingmall',1197339572),(95,0,2,'show_list_type_small_width','3','Y','shoppingmall',1197339572),(96,0,2,'show_list_type_small_height','3','Y','shoppingmall',1197339572),(97,0,2,'show_grade_array','S','Y','shoppingmall',1197339572),(98,0,2,'show_array','RG','Y','shoppingmall',1197339572),(99,0,2,'show_arrange_width_percent_value','','Y','shoppingmall',1197339572),(100,0,2,'show_arrange_width_set','pixel','Y','shoppingmall',1197339572),(101,0,2,'show_arrange_width_pixel_value','210','Y','shoppingmall',1197339572),(102,0,2,'show_arrange_small_image_size','200x150','Y','shoppingmall',1197339572),(103,0,2,'show_arrange_middle_image_size','200x150','Y','shoppingmall',1197339572),(104,0,2,'show_arrange_big_image_size','200x150','Y','shoppingmall',1197339572),(105,0,2,'show_width_cut','LRC','Y','shoppingmall',1197339572),(106,0,2,'show_arrange_type','008','Y','shoppingmall',1197339572),(107,0,2,'show_cate_cover_image','H','Y','shoppingmall',1197339572),(108,0,2,'cateCoverImg','','Y','shoppingmall',1197339572),(109,0,2,'show_subCateImg','H','Y','shoppingmall',1197339572),(110,0,2,'show_cateFolderImg','S','Y','shoppingmall',1197339572),(111,0,2,'show_userDemoImg','S','Y','shoppingmall',1197339572),(112,0,2,'show_adminDemoImg','S','Y','shoppingmall',1197339572),(113,0,2,'show_subject','S','Y','shoppingmall',1197339572),(114,0,2,'show_subjectHtml','N','Y','shoppingmall',1197339572),(115,0,2,'show_subjectCutLimit','30','Y','shoppingmall',1197339572),(116,0,2,'show_shotDesc','S','Y','shoppingmall',1197339572),(117,0,2,'show_shotDescHtml','N','Y','shoppingmall',1197339572),(118,0,2,'show_shotDescCutLimit','20','Y','shoppingmall',1197339572),(119,0,2,'show_content','S','Y','shoppingmall',1197339572),(120,0,2,'show_contentHtml','Y','Y','shoppingmall',1197339572),(121,0,2,'show_contentCutLimit','80','Y','shoppingmall',1197339572),(122,0,2,'thumb_align','left','Y','shoppingmall',1197339572),(123,0,2,'thumb_valign','top','Y','shoppingmall',1197339572),(124,0,2,'show_price','H','Y','shoppingmall',1197339572),(125,0,2,'show_sell_count','S','Y','shoppingmall',1197339572),(126,0,2,'show_download_count','S','Y','shoppingmall',1197339572),(127,0,2,'show_recommand_count','S','Y','shoppingmall',1197339572),(128,0,2,'show_provider','H','Y','shoppingmall',1197339572),(129,0,2,'show_homepage','S','Y','shoppingmall',1197339572),(130,0,2,'show_address','S','Y','shoppingmall',1197339572),(131,0,2,'show_phone','S','Y','shoppingmall',1197339572),(132,0,2,'show_use_new','H','Y','shoppingmall',1197339572),(133,0,2,'show_memo_count','H','Y','shoppingmall',1197339572),(134,0,2,'show_hit_count','H','Y','shoppingmall',1197339572),(135,0,2,'show_preview','S','Y','shoppingmall',1197339572),(136,0,2,'show_image_linkstate','I','Y','shoppingmall',1197339572),(137,0,2,'show_magnify','S','Y','shoppingmall',1197339572),(138,0,2,'show_magnify_close','H','Y','shoppingmall',1197339572),(139,0,2,'show_magnify_image_size','600x450','Y','shoppingmall',1197339572),(140,0,2,'show_magnify_close_image_locate','bottom_center','Y','shoppingmall',1197339572),(141,0,2,'use_file_name','','Y','shoppingmall',1197339572),(142,0,2,'use_reg_image_1','','Y','shoppingmall',1197339572),(143,0,2,'use_reg_image_2','','Y','shoppingmall',1197339572),(144,0,2,'use_reg_image_3','','Y','shoppingmall',1197339572),(145,0,2,'use_bgimg','','Y','shoppingmall',1197339572),(146,0,2,'image_popup_popupheight','900','Y','shoppingmall',1197339572),(147,0,2,'image_popup_popupwidth','800','Y','shoppingmall',1197339572),(148,0,2,'image_popup_image_size','560x420','Y','shoppingmall',1197339572),(149,0,2,'image_popup_position','TM','Y','shoppingmall',1197339572),(150,0,2,'image_popup_scrollbar','S','Y','shoppingmall',1197339572),(151,0,2,'image_popup_resize','H','Y','shoppingmall',1197339572),(152,0,2,'image_popup_menubar','H','Y','shoppingmall',1197339572),(153,0,2,'image_popup_address_window','H','Y','shoppingmall',1197339572),(154,0,2,'image_popup_titlebar','H','Y','shoppingmall',1197339572),(155,0,2,'image_popup_toolbar','H','Y','shoppingmall',1197339572),(156,0,2,'image_popup_link','H','Y','shoppingmall',1197339572),(157,0,2,'image_popup_fullscreen','H','Y','shoppingmall',1197339572),(158,0,2,'image_popup_statebar','H','Y','shoppingmall',1197339572),(159,0,2,'image_popup_window_position','UP','Y','shoppingmall',1197339572),(160,0,2,'use_popup_image_size','300x200','Y','shoppingmall',1197339572),(161,0,2,'show_array_order','ASC','Y','shoppingmall',1197339572),(162,0,2,'show_height_cut','BC','Y','shoppingmall',1197339572),(163,0,2,'use_magnify_image_size','','Y','shoppingmall',1197339572),(164,0,2,'show_magnify_view_type','over','Y','shoppingmall',1197339572),(165,0,3,'use_arrange_small_image_size','','Y','contentsmall',1197339572),(166,0,3,'use_arrange_middle_image_size','','Y','contentsmall',1197339572),(167,0,3,'use_arrange_big_image_size','','Y','contentsmall',1197339572),(168,0,3,'cate_use_part','S','Y','contentsmall',1197339572),(169,0,3,'show_width_set','persent','Y','contentsmall',1197339572),(170,0,3,'show_width_percent_value','96','Y','contentsmall',1197339572),(171,0,3,'show_width_pixel_value','700','Y','contentsmall',1197339572),(172,0,3,'show_list_type','001','Y','contentsmall',1197339572),(173,0,3,'show_list_type_width','3','Y','contentsmall',1197339572),(174,0,3,'show_list_type_height','5','Y','contentsmall',1197339572),(175,0,3,'show_list_type_big_width','1','Y','contentsmall',1197339572),(176,0,3,'show_list_type_big_height','2','Y','contentsmall',1197339572),(177,0,3,'show_list_type_small_width','3','Y','contentsmall',1197339572),(178,0,3,'show_list_type_small_height','3','Y','contentsmall',1197339572),(179,0,3,'show_grade_array','S','Y','contentsmall',1197339572),(180,0,3,'show_array','RG','Y','contentsmall',1197339572),(181,0,3,'show_arrange_width_percent_value','','Y','contentsmall',1197339572),(182,0,3,'show_arrange_width_set','pixel','Y','contentsmall',1197339572),(183,0,3,'show_arrange_width_pixel_value','210','Y','contentsmall',1197339572),(184,0,3,'show_arrange_small_image_size','200x150','Y','contentsmall',1197339572),(185,0,3,'show_arrange_middle_image_size','200x150','Y','contentsmall',1197339572),(186,0,3,'show_arrange_big_image_size','200x150','Y','contentsmall',1197339572),(187,0,3,'show_width_cut','LRC','Y','contentsmall',1197339572),(188,0,3,'show_arrange_type','008','Y','contentsmall',1197339572),(189,0,3,'show_cate_cover_image','H','Y','contentsmall',1197339572),(190,0,3,'cateCoverImg','','Y','contentsmall',1197339572),(191,0,3,'show_subCateImg','H','Y','contentsmall',1197339572),(192,0,3,'show_cateFolderImg','S','Y','contentsmall',1197339572),(193,0,3,'show_userDemoImg','S','Y','contentsmall',1197339572),(194,0,3,'show_adminDemoImg','S','Y','contentsmall',1197339572),(195,0,3,'show_subject','S','Y','contentsmall',1197339572),(196,0,3,'show_subjectHtml','N','Y','contentsmall',1197339572),(197,0,3,'show_subjectCutLimit','30','Y','contentsmall',1197339572),(198,0,3,'show_shotDesc','S','Y','contentsmall',1197339572),(199,0,3,'show_shotDescHtml','N','Y','contentsmall',1197339572),(200,0,3,'show_shotDescCutLimit','20','Y','contentsmall',1197339572),(201,0,3,'show_content','S','Y','contentsmall',1197339572),(202,0,3,'show_contentHtml','Y','Y','contentsmall',1197339572),(203,0,3,'show_contentCutLimit','80','Y','contentsmall',1197339572),(204,0,3,'thumb_align','left','Y','contentsmall',1197339572),(205,0,3,'thumb_valign','top','Y','contentsmall',1197339572),(206,0,3,'show_price','H','Y','contentsmall',1197339572),(207,0,3,'show_sell_count','S','Y','contentsmall',1197339572),(208,0,3,'show_download_count','S','Y','contentsmall',1197339572),(209,0,3,'show_recommand_count','S','Y','contentsmall',1197339572),(210,0,3,'show_provider','H','Y','contentsmall',1197339572),(211,0,3,'show_homepage','S','Y','contentsmall',1197339572),(212,0,3,'show_address','S','Y','contentsmall',1197339572),(213,0,3,'show_phone','S','Y','contentsmall',1197339572),(214,0,3,'show_use_new','H','Y','contentsmall',1197339572),(215,0,3,'show_memo_count','H','Y','contentsmall',1197339572),(216,0,3,'show_hit_count','H','Y','contentsmall',1197339572),(217,0,3,'show_preview','S','Y','contentsmall',1197339572),(218,0,3,'show_image_linkstate','I','Y','contentsmall',1197339572),(219,0,3,'show_magnify','S','Y','contentsmall',1197339572),(220,0,3,'show_magnify_close','H','Y','contentsmall',1197339572),(221,0,3,'show_magnify_image_size','600x450','Y','contentsmall',1197339572),(222,0,3,'show_magnify_close_image_locate','bottom_center','Y','contentsmall',1197339572),(223,0,3,'use_file_name','','Y','contentsmall',1197339572),(224,0,3,'use_reg_image_1','','Y','contentsmall',1197339572),(225,0,3,'use_reg_image_2','','Y','contentsmall',1197339572),(226,0,3,'use_reg_image_3','','Y','contentsmall',1197339572),(227,0,3,'use_bgimg','','Y','contentsmall',1197339572),(228,0,3,'image_popup_popupheight','900','Y','contentsmall',1197339572),(229,0,3,'image_popup_popupwidth','800','Y','contentsmall',1197339572),(230,0,3,'image_popup_image_size','560x420','Y','contentsmall',1197339572),(231,0,3,'image_popup_position','TM','Y','contentsmall',1197339572),(232,0,3,'image_popup_scrollbar','S','Y','contentsmall',1197339572),(233,0,3,'image_popup_resize','H','Y','contentsmall',1197339572),(234,0,3,'image_popup_menubar','H','Y','contentsmall',1197339572),(235,0,3,'image_popup_address_window','H','Y','contentsmall',1197339572),(236,0,3,'image_popup_titlebar','H','Y','contentsmall',1197339572),(237,0,3,'image_popup_toolbar','H','Y','contentsmall',1197339572),(238,0,3,'image_popup_link','H','Y','contentsmall',1197339572),(239,0,3,'image_popup_fullscreen','H','Y','contentsmall',1197339572),(240,0,3,'image_popup_statebar','H','Y','contentsmall',1197339572),(241,0,3,'image_popup_window_position','UP','Y','contentsmall',1197339572),(242,0,3,'use_popup_image_size','300x200','Y','contentsmall',1197339572),(243,0,3,'show_array_order','ASC','Y','contentsmall',1197339572),(244,0,3,'show_height_cut','BC','Y','contentsmall',1197339572),(245,0,3,'use_magnify_image_size','','Y','contentsmall',1197339572),(246,0,3,'show_magnify_view_type','over','Y','contentsmall',1197339572),(247,0,4,'use_arrange_small_image_size','','Y','game',1197339572),(248,0,4,'use_arrange_middle_image_size','','Y','game',1197339572),(249,0,4,'use_arrange_big_image_size','','Y','game',1197339572),(250,0,4,'cate_use_part','S','Y','game',1197339572),(251,0,4,'show_width_set','persent','Y','game',1197339572),(252,0,4,'show_width_percent_value','96','Y','game',1197339572),(253,0,4,'show_width_pixel_value','700','Y','game',1197339572),(254,0,4,'show_list_type','001','Y','game',1197339572),(255,0,4,'show_list_type_width','3','Y','game',1197339572),(256,0,4,'show_list_type_height','5','Y','game',1197339572),(257,0,4,'show_list_type_big_width','1','Y','game',1197339572),(258,0,4,'show_list_type_big_height','2','Y','game',1197339572),(259,0,4,'show_list_type_small_width','3','Y','game',1197339572),(260,0,4,'show_list_type_small_height','3','Y','game',1197339572),(261,0,4,'show_grade_array','S','Y','game',1197339572),(262,0,4,'show_array','RG','Y','game',1197339572),(263,0,4,'show_arrange_width_percent_value','','Y','game',1197339572),(264,0,4,'show_arrange_width_set','pixel','Y','game',1197339572),(265,0,4,'show_arrange_width_pixel_value','210','Y','game',1197339572),(266,0,4,'show_arrange_small_image_size','200x150','Y','game',1197339572),(267,0,4,'show_arrange_middle_image_size','200x150','Y','game',1197339572),(268,0,4,'show_arrange_big_image_size','200x150','Y','game',1197339572),(269,0,4,'show_width_cut','LRC','Y','game',1197339572),(270,0,4,'show_arrange_type','008','Y','game',1197339572),(271,0,4,'show_cate_cover_image','H','Y','game',1197339572),(272,0,4,'cateCoverImg','','Y','game',1197339572),(273,0,4,'show_subCateImg','H','Y','game',1197339572),(274,0,4,'show_cateFolderImg','S','Y','game',1197339572),(275,0,4,'show_userDemoImg','S','Y','game',1197339572),(276,0,4,'show_adminDemoImg','S','Y','game',1197339572),(277,0,4,'show_subject','S','Y','game',1197339572),(278,0,4,'show_subjectHtml','N','Y','game',1197339572),(279,0,4,'show_subjectCutLimit','30','Y','game',1197339572),(280,0,4,'show_shotDesc','S','Y','game',1197339572),(281,0,4,'show_shotDescHtml','N','Y','game',1197339572),(282,0,4,'show_shotDescCutLimit','20','Y','game',1197339572),(283,0,4,'show_content','S','Y','game',1197339572),(284,0,4,'show_contentHtml','Y','Y','game',1197339572),(285,0,4,'show_contentCutLimit','80','Y','game',1197339572),(286,0,4,'thumb_align','left','Y','game',1197339572),(287,0,4,'thumb_valign','top','Y','game',1197339572),(288,0,4,'show_price','H','Y','game',1197339572),(289,0,4,'show_sell_count','S','Y','game',1197339572),(290,0,4,'show_download_count','S','Y','game',1197339572),(291,0,4,'show_recommand_count','S','Y','game',1197339572),(292,0,4,'show_provider','H','Y','game',1197339572),(293,0,4,'show_homepage','S','Y','game',1197339572),(294,0,4,'show_address','S','Y','game',1197339572),(295,0,4,'show_phone','S','Y','game',1197339572),(296,0,4,'show_use_new','H','Y','game',1197339572),(297,0,4,'show_memo_count','H','Y','game',1197339572),(298,0,4,'show_hit_count','H','Y','game',1197339572),(299,0,4,'show_preview','S','Y','game',1197339572),(300,0,4,'show_image_linkstate','I','Y','game',1197339572),(301,0,4,'show_magnify','S','Y','game',1197339572),(302,0,4,'show_magnify_close','H','Y','game',1197339572),(303,0,4,'show_magnify_image_size','600x450','Y','game',1197339572),(304,0,4,'show_magnify_close_image_locate','bottom_center','Y','game',1197339572),(305,0,4,'use_file_name','','Y','game',1197339572),(306,0,4,'use_reg_image_1','','Y','game',1197339572),(307,0,4,'use_reg_image_2','','Y','game',1197339572),(308,0,4,'use_reg_image_3','','Y','game',1197339572),(309,0,4,'use_bgimg','','Y','game',1197339572),(310,0,4,'image_popup_popupheight','900','Y','game',1197339572),(311,0,4,'image_popup_popupwidth','800','Y','game',1197339572),(312,0,4,'image_popup_image_size','560x420','Y','game',1197339572),(313,0,4,'image_popup_position','TM','Y','game',1197339572),(314,0,4,'image_popup_scrollbar','S','Y','game',1197339572),(315,0,4,'image_popup_resize','H','Y','game',1197339572),(316,0,4,'image_popup_menubar','H','Y','game',1197339572),(317,0,4,'image_popup_address_window','H','Y','game',1197339572),(318,0,4,'image_popup_titlebar','H','Y','game',1197339572),(319,0,4,'image_popup_toolbar','H','Y','game',1197339572),(320,0,4,'image_popup_link','H','Y','game',1197339572),(321,0,4,'image_popup_fullscreen','H','Y','game',1197339572),(322,0,4,'image_popup_statebar','H','Y','game',1197339572),(323,0,4,'image_popup_window_position','UP','Y','game',1197339572),(324,0,4,'use_popup_image_size','300x200','Y','game',1197339572),(325,0,4,'show_array_order','ASC','Y','game',1197339572),(326,0,4,'show_height_cut','BC','Y','game',1197339572),(327,0,4,'use_magnify_image_size','','Y','game',1197339572),(328,0,4,'show_magnify_view_type','over','Y','game',1197339572),(329,0,5,'use_arrange_small_image_size','','Y','custom',1197339572),(330,0,5,'use_arrange_middle_image_size','','Y','custom',1197339572),(331,0,5,'use_arrange_big_image_size','','Y','custom',1197339572),(332,0,5,'cate_use_part','S','Y','custom',1197339572),(333,0,5,'show_width_set','persent','Y','custom',1197339572),(334,0,5,'show_width_percent_value','96','Y','custom',1197339572),(335,0,5,'show_width_pixel_value','700','Y','custom',1197339572),(336,0,5,'show_list_type','001','Y','custom',1197339572),(337,0,5,'show_list_type_width','3','Y','custom',1197339572),(338,0,5,'show_list_type_height','5','Y','custom',1197339572),(339,0,5,'show_list_type_big_width','1','Y','custom',1197339572),(340,0,5,'show_list_type_big_height','2','Y','custom',1197339572),(341,0,5,'show_list_type_small_width','3','Y','custom',1197339572),(342,0,5,'show_list_type_small_height','3','Y','custom',1197339572),(343,0,5,'show_grade_array','S','Y','custom',1197339572),(344,0,5,'show_array','RG','Y','custom',1197339572),(345,0,5,'show_arrange_width_percent_value','','Y','custom',1197339572),(346,0,5,'show_arrange_width_set','pixel','Y','custom',1197339572),(347,0,5,'show_arrange_width_pixel_value','210','Y','custom',1197339572),(348,0,5,'show_arrange_small_image_size','200x150','Y','custom',1197339572),(349,0,5,'show_arrange_middle_image_size','200x150','Y','custom',1197339572),(350,0,5,'show_arrange_big_image_size','200x150','Y','custom',1197339572),(351,0,5,'show_width_cut','LRC','Y','custom',1197339572),(352,0,5,'show_arrange_type','008','Y','custom',1197339572),(353,0,5,'show_cate_cover_image','H','Y','custom',1197339572),(354,0,5,'cateCoverImg','','Y','custom',1197339572),(355,0,5,'show_subCateImg','H','Y','custom',1197339572),(356,0,5,'show_cateFolderImg','S','Y','custom',1197339572),(357,0,5,'show_userDemoImg','S','Y','custom',1197339572),(358,0,5,'show_adminDemoImg','S','Y','custom',1197339572),(359,0,5,'show_subject','S','Y','custom',1197339572),(360,0,5,'show_subjectHtml','N','Y','custom',1197339572),(361,0,5,'show_subjectCutLimit','30','Y','custom',1197339572),(362,0,5,'show_shotDesc','S','Y','custom',1197339572),(363,0,5,'show_shotDescHtml','N','Y','custom',1197339572),(364,0,5,'show_shotDescCutLimit','20','Y','custom',1197339572),(365,0,5,'show_content','S','Y','custom',1197339572),(366,0,5,'show_contentHtml','Y','Y','custom',1197339572),(367,0,5,'show_contentCutLimit','80','Y','custom',1197339572),(368,0,5,'thumb_align','left','Y','custom',1197339572),(369,0,5,'thumb_valign','top','Y','custom',1197339572),(370,0,5,'show_price','H','Y','custom',1197339572),(371,0,5,'show_sell_count','S','Y','custom',1197339572),(372,0,5,'show_download_count','S','Y','custom',1197339572),(373,0,5,'show_recommand_count','S','Y','custom',1197339572),(374,0,5,'show_provider','H','Y','custom',1197339572),(375,0,5,'show_homepage','S','Y','custom',1197339572),(376,0,5,'show_address','S','Y','custom',1197339572),(377,0,5,'show_phone','S','Y','custom',1197339572),(378,0,5,'show_use_new','H','Y','custom',1197339572),(379,0,5,'show_memo_count','H','Y','custom',1197339572),(380,0,5,'show_hit_count','H','Y','custom',1197339572),(381,0,5,'show_preview','S','Y','custom',1197339572),(382,0,5,'show_image_linkstate','I','Y','custom',1197339572),(383,0,5,'show_magnify','S','Y','custom',1197339572),(384,0,5,'show_magnify_close','H','Y','custom',1197339572),(385,0,5,'show_magnify_image_size','600x450','Y','custom',1197339572),(386,0,5,'show_magnify_close_image_locate','bottom_center','Y','custom',1197339572),(387,0,5,'use_file_name','','Y','custom',1197339572),(388,0,5,'use_reg_image_1','','Y','custom',1197339572),(389,0,5,'use_reg_image_2','','Y','custom',1197339572),(390,0,5,'use_reg_image_3','','Y','custom',1197339572),(391,0,5,'use_bgimg','','Y','custom',1197339572),(392,0,5,'image_popup_popupheight','900','Y','custom',1197339572),(393,0,5,'image_popup_popupwidth','800','Y','custom',1197339572),(394,0,5,'image_popup_image_size','560x420','Y','custom',1197339572),(395,0,5,'image_popup_position','TM','Y','custom',1197339572),(396,0,5,'image_popup_scrollbar','S','Y','custom',1197339572),(397,0,5,'image_popup_resize','H','Y','custom',1197339572),(398,0,5,'image_popup_menubar','H','Y','custom',1197339572),(399,0,5,'image_popup_address_window','H','Y','custom',1197339572),(400,0,5,'image_popup_titlebar','H','Y','custom',1197339572),(401,0,5,'image_popup_toolbar','H','Y','custom',1197339572),(402,0,5,'image_popup_link','H','Y','custom',1197339572),(403,0,5,'image_popup_fullscreen','H','Y','custom',1197339572),(404,0,5,'image_popup_statebar','H','Y','custom',1197339572),(405,0,5,'image_popup_window_position','UP','Y','custom',1197339572),(406,0,5,'use_popup_image_size','300x200','Y','custom',1197339572),(407,0,5,'show_array_order','ASC','Y','custom',1197339572),(408,0,5,'show_height_cut','BC','Y','custom',1197339572),(409,0,5,'use_magnify_image_size','','Y','custom',1197339572),(410,0,5,'show_magnify_view_type','over','Y','custom',1197339572); /*!40000 ALTER TABLE `ASADAL_DISPLAY_IMAGEVIEW_ITEMS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_LISTVIEW_ITEMS` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_LISTVIEW_ITEMS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_LISTVIEW_ITEMS` ( `list_item_no` int(11) NOT NULL auto_increment, `cate_id` int(11) NOT NULL default '0', `config_id` int(11) NOT NULL default '0', `setKey` varchar(255) NOT NULL default '0', `setValue` varchar(255) NOT NULL default '0', `initialize` char(1) NOT NULL default '0', `initalize_cate_name` varchar(100) NOT NULL default '0', `regdate` int(11) NOT NULL default '0', PRIMARY KEY (`list_item_no`), KEY `cate_id` (`cate_id`), KEY `config_id` (`config_id`) ) ENGINE=MyISAM AUTO_INCREMENT=211 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_LISTVIEW_ITEMS` -- LOCK TABLES `ASADAL_DISPLAY_LISTVIEW_ITEMS` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_LISTVIEW_ITEMS` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_LISTVIEW_ITEMS` VALUES (1,0,1,'use_listdetail_size','','Y','gallery',1197339572),(2,0,1,'cate_use_part','S','Y','gallery',1197339572),(3,0,1,'listdetail_size','60x45','Y','gallery',1197339572),(4,0,1,'height_cut','BC','Y','gallery',1197339572),(5,0,1,'width_cut','LC','Y','gallery',1197339572),(6,0,1,'show_listdetail_num','S','Y','gallery',1197339572),(7,0,1,'show_listdetail_subject','S','Y','gallery',1197339572),(8,0,1,'show_listdetail_writer','S','Y','gallery',1197339572),(9,0,1,'show_listdetail_view','S','Y','gallery',1197339572),(10,0,1,'show_listdetail_date','S','Y','gallery',1197339572),(11,0,1,'show_listdetail_pic_date','S','Y','gallery',1197339572),(12,0,1,'show_listdetail_datetime','H','Y','gallery',1197339572),(13,0,1,'show_listdetail_pic_datetime','H','Y','gallery',1197339572),(14,0,1,'show_vote_listdetail','S','Y','gallery',1197339572),(15,0,1,'show_mod_date_listdetail','H','Y','gallery',1197339572),(16,0,1,'use_new_listdetail','S','Y','gallery',1197339572),(17,0,1,'newlimit','1','Y','gallery',1197339572),(18,0,1,'show_listdetail_memo','S','Y','gallery',1197339572),(19,0,1,'use_hot_listdetail','H','Y','gallery',1197339572),(20,0,1,'hotlimit','20','Y','gallery',1197339572),(21,0,1,'row_per_page_listdetail','30','Y','gallery',1197339572),(22,0,1,'show_division_line','H','Y','gallery',1197339572),(23,0,1,'show_checkbox','S','Y','gallery',1197339572),(24,0,1,'listList_show','©ö©ª??-??©ö???-??¢¬?-¡¾?¨ú¢¥??-??¡¤???-¨ù??¢´??-???¨¬©ø?-?¢Ò?¢¬¨ù?-¢¥?¡¾?-?©¬??¨ù?','Y','gallery',1197339572),(25,0,1,'show_diagram_size_x','5','Y','gallery',1197339572),(26,0,1,'show_diagram_size_y','7','Y','gallery',1197339572),(27,0,1,'show_diagram_per_page_size','','Y','gallery',1197339572),(28,0,1,'show_diagram_model','S','Y','gallery',1197339572),(29,0,1,'show_diagram_cpu','S','Y','gallery',1197339572),(30,0,1,'show_diagram_memory','S','Y','gallery',1197339572),(31,0,1,'show_diagram_hdd','S','Y','gallery',1197339572),(32,0,1,'show_diagram_size','S','Y','gallery',1197339572),(33,0,1,'show_diagram_price','S','Y','gallery',1197339572),(34,0,1,'show_diagram_rent_price','S','Y','gallery',1197339572),(35,0,1,'show_diagram_detail_image','S','Y','gallery',1197339572),(36,0,1,'show_diagram_application_image','S','Y','gallery',1197339572),(37,0,1,'diagram_listList_show','','Y','gallery',1197339572),(38,0,1,'use_file_name','bg03.gif','Y','gallery',1197339572),(39,0,1,'use_reg_image_1','','Y','gallery',1197339572),(40,0,1,'use_reg_image_2','','Y','gallery',1197339572),(41,0,1,'use_reg_image_3','','Y','gallery',1197339572),(42,0,1,'use_bgimg','N','Y','gallery',1197339572),(43,0,2,'use_listdetail_size','','Y','shoppingmall',1197339572),(44,0,2,'cate_use_part','S','Y','shoppingmall',1197339572),(45,0,2,'listdetail_size','60x45','Y','shoppingmall',1197339572),(46,0,2,'height_cut','BC','Y','shoppingmall',1197339572),(47,0,2,'width_cut','LC','Y','shoppingmall',1197339572),(48,0,2,'show_listdetail_num','S','Y','shoppingmall',1197339572),(49,0,2,'show_listdetail_subject','S','Y','shoppingmall',1197339572),(50,0,2,'show_listdetail_writer','S','Y','shoppingmall',1197339572),(51,0,2,'show_listdetail_view','S','Y','shoppingmall',1197339572),(52,0,2,'show_listdetail_date','S','Y','shoppingmall',1197339572),(53,0,2,'show_listdetail_pic_date','S','Y','shoppingmall',1197339572),(54,0,2,'show_listdetail_datetime','H','Y','shoppingmall',1197339572),(55,0,2,'show_listdetail_pic_datetime','H','Y','shoppingmall',1197339572),(56,0,2,'show_vote_listdetail','S','Y','shoppingmall',1197339572),(57,0,2,'show_mod_date_listdetail','H','Y','shoppingmall',1197339572),(58,0,2,'use_new_listdetail','S','Y','shoppingmall',1197339572),(59,0,2,'newlimit','1','Y','shoppingmall',1197339572),(60,0,2,'show_listdetail_memo','S','Y','shoppingmall',1197339572),(61,0,2,'use_hot_listdetail','H','Y','shoppingmall',1197339572),(62,0,2,'hotlimit','20','Y','shoppingmall',1197339572),(63,0,2,'row_per_page_listdetail','30','Y','shoppingmall',1197339572),(64,0,2,'show_division_line','H','Y','shoppingmall',1197339572),(65,0,2,'show_checkbox','S','Y','shoppingmall',1197339572),(66,0,2,'listList_show','©ö©ª??-??©ö???-??¢¬?-¡¾?¨ú¢¥??-??¡¤???-¨ù??¢´??-???¨¬©ø?-?¢Ò?¢¬¨ù?-¢¥?¡¾?-?©¬??¨ù?','Y','shoppingmall',1197339572),(67,0,2,'show_diagram_size_x','5','Y','shoppingmall',1197339572),(68,0,2,'show_diagram_size_y','7','Y','shoppingmall',1197339572),(69,0,2,'show_diagram_per_page_size','','Y','shoppingmall',1197339572),(70,0,2,'show_diagram_model','S','Y','shoppingmall',1197339572),(71,0,2,'show_diagram_cpu','S','Y','shoppingmall',1197339572),(72,0,2,'show_diagram_memory','S','Y','shoppingmall',1197339572),(73,0,2,'show_diagram_hdd','S','Y','shoppingmall',1197339572),(74,0,2,'show_diagram_size','S','Y','shoppingmall',1197339572),(75,0,2,'show_diagram_price','S','Y','shoppingmall',1197339572),(76,0,2,'show_diagram_rent_price','S','Y','shoppingmall',1197339572),(77,0,2,'show_diagram_detail_image','S','Y','shoppingmall',1197339572),(78,0,2,'show_diagram_application_image','S','Y','shoppingmall',1197339572),(79,0,2,'diagram_listList_show','','Y','shoppingmall',1197339572),(80,0,2,'use_file_name','bg03.gif','Y','shoppingmall',1197339572),(81,0,2,'use_reg_image_1','','Y','shoppingmall',1197339572),(82,0,2,'use_reg_image_2','','Y','shoppingmall',1197339572),(83,0,2,'use_reg_image_3','','Y','shoppingmall',1197339572),(84,0,2,'use_bgimg','N','Y','shoppingmall',1197339572),(85,0,3,'use_listdetail_size','','Y','contentsmall',1197339572),(86,0,3,'cate_use_part','S','Y','contentsmall',1197339572),(87,0,3,'listdetail_size','60x45','Y','contentsmall',1197339572),(88,0,3,'height_cut','BC','Y','contentsmall',1197339572),(89,0,3,'width_cut','LC','Y','contentsmall',1197339572),(90,0,3,'show_listdetail_num','S','Y','contentsmall',1197339572),(91,0,3,'show_listdetail_subject','S','Y','contentsmall',1197339572),(92,0,3,'show_listdetail_writer','S','Y','contentsmall',1197339572),(93,0,3,'show_listdetail_view','S','Y','contentsmall',1197339572),(94,0,3,'show_listdetail_date','S','Y','contentsmall',1197339572),(95,0,3,'show_listdetail_pic_date','S','Y','contentsmall',1197339572),(96,0,3,'show_listdetail_datetime','H','Y','contentsmall',1197339572),(97,0,3,'show_listdetail_pic_datetime','H','Y','contentsmall',1197339572),(98,0,3,'show_vote_listdetail','S','Y','contentsmall',1197339572),(99,0,3,'show_mod_date_listdetail','H','Y','contentsmall',1197339572),(100,0,3,'use_new_listdetail','S','Y','contentsmall',1197339572),(101,0,3,'newlimit','1','Y','contentsmall',1197339572),(102,0,3,'show_listdetail_memo','S','Y','contentsmall',1197339572),(103,0,3,'use_hot_listdetail','H','Y','contentsmall',1197339572),(104,0,3,'hotlimit','20','Y','contentsmall',1197339572),(105,0,3,'row_per_page_listdetail','30','Y','contentsmall',1197339572),(106,0,3,'show_division_line','H','Y','contentsmall',1197339572),(107,0,3,'show_checkbox','S','Y','contentsmall',1197339572),(108,0,3,'listList_show','©ö©ª??-??©ö???-??¢¬?-¡¾?¨ú¢¥??-??¡¤???-¨ù??¢´??-???¨¬©ø?-?¢Ò?¢¬¨ù?-¢¥?¡¾?-?©¬??¨ù?','Y','contentsmall',1197339572),(109,0,3,'show_diagram_size_x','5','Y','contentsmall',1197339572),(110,0,3,'show_diagram_size_y','7','Y','contentsmall',1197339572),(111,0,3,'show_diagram_per_page_size','','Y','contentsmall',1197339572),(112,0,3,'show_diagram_model','S','Y','contentsmall',1197339572),(113,0,3,'show_diagram_cpu','S','Y','contentsmall',1197339572),(114,0,3,'show_diagram_memory','S','Y','contentsmall',1197339572),(115,0,3,'show_diagram_hdd','S','Y','contentsmall',1197339572),(116,0,3,'show_diagram_size','S','Y','contentsmall',1197339572),(117,0,3,'show_diagram_price','S','Y','contentsmall',1197339572),(118,0,3,'show_diagram_rent_price','S','Y','contentsmall',1197339572),(119,0,3,'show_diagram_detail_image','S','Y','contentsmall',1197339572),(120,0,3,'show_diagram_application_image','S','Y','contentsmall',1197339572),(121,0,3,'diagram_listList_show','','Y','contentsmall',1197339572),(122,0,3,'use_file_name','bg03.gif','Y','contentsmall',1197339572),(123,0,3,'use_reg_image_1','','Y','contentsmall',1197339572),(124,0,3,'use_reg_image_2','','Y','contentsmall',1197339572),(125,0,3,'use_reg_image_3','','Y','contentsmall',1197339572),(126,0,3,'use_bgimg','N','Y','contentsmall',1197339572),(127,0,4,'use_listdetail_size','','Y','game',1197339572),(128,0,4,'cate_use_part','S','Y','game',1197339572),(129,0,4,'listdetail_size','60x45','Y','game',1197339572),(130,0,4,'height_cut','BC','Y','game',1197339572),(131,0,4,'width_cut','LC','Y','game',1197339572),(132,0,4,'show_listdetail_num','S','Y','game',1197339572),(133,0,4,'show_listdetail_subject','S','Y','game',1197339572),(134,0,4,'show_listdetail_writer','S','Y','game',1197339572),(135,0,4,'show_listdetail_view','S','Y','game',1197339572),(136,0,4,'show_listdetail_date','S','Y','game',1197339572),(137,0,4,'show_listdetail_pic_date','S','Y','game',1197339572),(138,0,4,'show_listdetail_datetime','H','Y','game',1197339572),(139,0,4,'show_listdetail_pic_datetime','H','Y','game',1197339572),(140,0,4,'show_vote_listdetail','S','Y','game',1197339572),(141,0,4,'show_mod_date_listdetail','H','Y','game',1197339572),(142,0,4,'use_new_listdetail','S','Y','game',1197339572),(143,0,4,'newlimit','1','Y','game',1197339572),(144,0,4,'show_listdetail_memo','S','Y','game',1197339572),(145,0,4,'use_hot_listdetail','H','Y','game',1197339572),(146,0,4,'hotlimit','20','Y','game',1197339572),(147,0,4,'row_per_page_listdetail','30','Y','game',1197339572),(148,0,4,'show_division_line','H','Y','game',1197339572),(149,0,4,'show_checkbox','S','Y','game',1197339572),(150,0,4,'listList_show','©ö©ª??-??©ö???-??¢¬?-¡¾?¨ú¢¥??-??¡¤???-¨ù??¢´??-???¨¬©ø?-?¢Ò?¢¬¨ù?-¢¥?¡¾?-?©¬??¨ù?','Y','game',1197339572),(151,0,4,'show_diagram_size_x','5','Y','game',1197339572),(152,0,4,'show_diagram_size_y','7','Y','game',1197339572),(153,0,4,'show_diagram_per_page_size','','Y','game',1197339572),(154,0,4,'show_diagram_model','S','Y','game',1197339572),(155,0,4,'show_diagram_cpu','S','Y','game',1197339572),(156,0,4,'show_diagram_memory','S','Y','game',1197339572),(157,0,4,'show_diagram_hdd','S','Y','game',1197339572),(158,0,4,'show_diagram_size','S','Y','game',1197339572),(159,0,4,'show_diagram_price','S','Y','game',1197339572),(160,0,4,'show_diagram_rent_price','S','Y','game',1197339572),(161,0,4,'show_diagram_detail_image','S','Y','game',1197339572),(162,0,4,'show_diagram_application_image','S','Y','game',1197339572),(163,0,4,'diagram_listList_show','','Y','game',1197339572),(164,0,4,'use_file_name','bg03.gif','Y','game',1197339572),(165,0,4,'use_reg_image_1','','Y','game',1197339572),(166,0,4,'use_reg_image_2','','Y','game',1197339572),(167,0,4,'use_reg_image_3','','Y','game',1197339572),(168,0,4,'use_bgimg','N','Y','game',1197339572),(169,0,5,'use_listdetail_size','','Y','custom',1197339572),(170,0,5,'cate_use_part','S','Y','custom',1197339572),(171,0,5,'listdetail_size','60x45','Y','custom',1197339572),(172,0,5,'height_cut','BC','Y','custom',1197339572),(173,0,5,'width_cut','LC','Y','custom',1197339572),(174,0,5,'show_listdetail_num','S','Y','custom',1197339572),(175,0,5,'show_listdetail_subject','S','Y','custom',1197339572),(176,0,5,'show_listdetail_writer','S','Y','custom',1197339572),(177,0,5,'show_listdetail_view','S','Y','custom',1197339572),(178,0,5,'show_listdetail_date','S','Y','custom',1197339572),(179,0,5,'show_listdetail_pic_date','S','Y','custom',1197339572),(180,0,5,'show_listdetail_datetime','H','Y','custom',1197339572),(181,0,5,'show_listdetail_pic_datetime','H','Y','custom',1197339572),(182,0,5,'show_vote_listdetail','S','Y','custom',1197339572),(183,0,5,'show_mod_date_listdetail','H','Y','custom',1197339572),(184,0,5,'use_new_listdetail','S','Y','custom',1197339572),(185,0,5,'newlimit','1','Y','custom',1197339572),(186,0,5,'show_listdetail_memo','S','Y','custom',1197339572),(187,0,5,'use_hot_listdetail','H','Y','custom',1197339572),(188,0,5,'hotlimit','20','Y','custom',1197339572),(189,0,5,'row_per_page_listdetail','30','Y','custom',1197339572),(190,0,5,'show_division_line','H','Y','custom',1197339572),(191,0,5,'show_checkbox','S','Y','custom',1197339572),(192,0,5,'listList_show','©ö©ª??-??©ö???-??¢¬?-¡¾?¨ú¢¥??-??¡¤???-¨ù??¢´??-???¨¬©ø?-?¢Ò?¢¬¨ù?-¢¥?¡¾?-?©¬??¨ù?','Y','custom',1197339572),(193,0,5,'show_diagram_size_x','5','Y','custom',1197339572),(194,0,5,'show_diagram_size_y','7','Y','custom',1197339572),(195,0,5,'show_diagram_per_page_size','','Y','custom',1197339572),(196,0,5,'show_diagram_model','S','Y','custom',1197339572),(197,0,5,'show_diagram_cpu','S','Y','custom',1197339572),(198,0,5,'show_diagram_memory','S','Y','custom',1197339572),(199,0,5,'show_diagram_hdd','S','Y','custom',1197339572),(200,0,5,'show_diagram_size','S','Y','custom',1197339572),(201,0,5,'show_diagram_price','S','Y','custom',1197339572),(202,0,5,'show_diagram_rent_price','S','Y','custom',1197339572),(203,0,5,'show_diagram_detail_image','S','Y','custom',1197339572),(204,0,5,'show_diagram_application_image','S','Y','custom',1197339572),(205,0,5,'diagram_listList_show','','Y','custom',1197339572),(206,0,5,'use_file_name','bg03.gif','Y','custom',1197339572),(207,0,5,'use_reg_image_1','','Y','custom',1197339572),(208,0,5,'use_reg_image_2','','Y','custom',1197339572),(209,0,5,'use_reg_image_3','','Y','custom',1197339572),(210,0,5,'use_bgimg','N','Y','custom',1197339572); /*!40000 ALTER TABLE `ASADAL_DISPLAY_LISTVIEW_ITEMS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_PREVIEW_ITEMS` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_PREVIEW_ITEMS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_PREVIEW_ITEMS` ( `list_item_no` int(11) NOT NULL auto_increment, `cate_id` int(11) NOT NULL default '0', `config_id` int(11) NOT NULL default '0', `setKey` varchar(255) NOT NULL default '0', `setValue` varchar(255) NOT NULL default '0', `initialize` char(1) NOT NULL default '0', `initalize_cate_name` varchar(100) NOT NULL default '0', `regdate` int(11) NOT NULL default '0', PRIMARY KEY (`list_item_no`), KEY `cate_id` (`cate_id`), KEY `config_id` (`config_id`) ) ENGINE=MyISAM AUTO_INCREMENT=456 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_PREVIEW_ITEMS` -- LOCK TABLES `ASADAL_DISPLAY_PREVIEW_ITEMS` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_PREVIEW_ITEMS` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_PREVIEW_ITEMS` VALUES (1,0,1,'use_show_image_size','','Y','gallery',1197339573),(2,0,1,'cate_use_part','S','Y','gallery',1197339573),(3,0,1,'show_width_set','percent','Y','gallery',1197339573),(4,0,1,'show_width_percent_value','100','Y','gallery',1197339573),(5,0,1,'show_width_pixel_value','','Y','gallery',1197339573),(6,0,1,'show_close_btn','S','Y','gallery',1197339573),(7,0,1,'show_close_btn_position','RB','Y','gallery',1197339573),(8,0,1,'show_popupwidth','900','Y','gallery',1197339573),(9,0,1,'show_popupheight','800','Y','gallery',1197339573),(10,0,1,'show_popupposition','SM','Y','gallery',1197339573),(11,0,1,'show_scrollbar','H','Y','gallery',1197339573),(12,0,1,'show_resize','H','Y','gallery',1197339573),(13,0,1,'show_menubar','H','Y','gallery',1197339573),(14,0,1,'show_address_window','H','Y','gallery',1197339573),(15,0,1,'show_titlebar','H','Y','gallery',1197339573),(16,0,1,'show_toolbar','H','Y','gallery',1197339573),(17,0,1,'show_link','H','Y','gallery',1197339573),(18,0,1,'show_fullscreen','H','Y','gallery',1197339573),(19,0,1,'show_window_position','DOWN','Y','gallery',1197339573),(20,0,1,'show_statebar','H','Y','gallery',1197339573),(21,0,1,'show_view_type','002','Y','gallery',1197339573),(22,0,1,'show_image_size','600x450','Y','gallery',1197339573),(23,0,1,'show_exif','S','Y','gallery',1197339573),(24,0,1,'show_subject','S','Y','gallery',1197339573),(25,0,1,'show_subject_html','Y','Y','gallery',1197339573),(26,0,1,'show_regdate','S','Y','gallery',1197339573),(27,0,1,'show_make_date','S','Y','gallery',1197339573),(28,0,1,'show_writer','S','Y','gallery',1197339573),(29,0,1,'show_modify_date','S','Y','gallery',1197339573),(30,0,1,'show_recommend','S','Y','gallery',1197339573),(31,0,1,'show_inquire','S','Y','gallery',1197339573),(32,0,1,'show_cart_insert','S','Y','gallery',1197339573),(33,0,1,'show_direct_buy','S','Y','gallery',1197339573),(34,0,1,'show_listview','S','Y','gallery',1197339573),(35,0,1,'show_use_rule','S','Y','gallery',1197339573),(36,0,1,'show_download','S','Y','gallery',1197339573),(37,0,1,'show_category_direct','S','Y','gallery',1197339573),(38,0,1,'show_customer_demo','S','Y','gallery',1197339573),(39,0,1,'show_admin_demo','S','Y','gallery',1197339573),(40,0,1,'show_enlarge','S','Y','gallery',1197339573),(41,0,1,'show_reserve','S','Y','gallery',1197339573),(42,0,1,'show_enlarge_link','S','Y','gallery',1197339573),(43,0,1,'show_small_list','S','Y','gallery',1197339573),(44,0,1,'show_brandshop_direct','S','Y','gallery',1197339573),(45,0,1,'show_piece_sale','S','Y','gallery',1197339573),(46,0,1,'show_event_one_plus_cd','S','Y','gallery',1197339573),(47,0,1,'show_flash_preview','N','Y','gallery',1197339573),(48,0,1,'show_cd_buy','S','Y','gallery',1197339573),(49,0,1,'show_detail_image','S','Y','gallery',1197339573),(50,0,1,'show_keyword','S','Y','gallery',1197339573),(51,0,1,'show_keyword_html','A','Y','gallery',1197339573),(52,0,1,'show_detail_explain','S','Y','gallery',1197339573),(53,0,1,'show_detail_explain_html','A','Y','gallery',1197339573),(54,0,1,'show_relative_content','S','Y','gallery',1197339573),(55,0,1,'show_reply','H','Y','gallery',1197339573),(56,0,1,'show_phone_consult','H','Y','gallery',1197339573),(57,0,1,'show_order_num','H','Y','gallery',1197339573),(58,0,1,'show_content_qna','H','Y','gallery',1197339573),(59,0,1,'show_sound_listen','H','Y','gallery',1197339573),(60,0,1,'show_cd_preview','H','Y','gallery',1197339573),(61,0,1,'show_phone_number','','Y','gallery',1197339573),(62,0,1,'user_demo_close_btn','H','Y','gallery',1197339573),(63,0,1,'user_demo_close_btn_position','RT','Y','gallery',1197339573),(64,0,1,'user_demo_popupwidth','500','Y','gallery',1197339573),(65,0,1,'user_demo_popupheight','600','Y','gallery',1197339573),(66,0,1,'user_demo_popupposition','SM','Y','gallery',1197339573),(67,0,1,'user_demo_scrollbar','H','Y','gallery',1197339573),(68,0,1,'user_demo_resize','H','Y','gallery',1197339573),(69,0,1,'user_demo_menubar','H','Y','gallery',1197339573),(70,0,1,'user_demo_address_window','H','Y','gallery',1197339573),(71,0,1,'user_demo_titlebar','H','Y','gallery',1197339573),(72,0,1,'user_demo_toolbar','H','Y','gallery',1197339573),(73,0,1,'user_demo_link','H','Y','gallery',1197339573),(74,0,1,'user_demo_fullscreen','H','Y','gallery',1197339573),(75,0,1,'user_demo_window_position','UP','Y','gallery',1197339573),(76,0,1,'user_demo_statebar','H','Y','gallery',1197339573),(77,0,1,'admin_demo_close_btn','H','Y','gallery',1197339573),(78,0,1,'admin_demo_close_btn_position','RT','Y','gallery',1197339573),(79,0,1,'admin_demo_popupwidth','500','Y','gallery',1197339573),(80,0,1,'admin_demo_popupheight','600','Y','gallery',1197339573),(81,0,1,'admin_demo_popupposition','SM','Y','gallery',1197339573),(82,0,1,'admin_demo_scrollbar','H','Y','gallery',1197339573),(83,0,1,'admin_demo_resize','H','Y','gallery',1197339573),(84,0,1,'admin_demo_menubar','H','Y','gallery',1197339573),(85,0,1,'admin_demo_address_window','H','Y','gallery',1197339573),(86,0,1,'admin_demo_titlebar','H','Y','gallery',1197339573),(87,0,1,'admin_demo_toolbar','H','Y','gallery',1197339573),(88,0,1,'admin_demo_link','H','Y','gallery',1197339573),(89,0,1,'admin_demo_fullscreen','H','Y','gallery',1197339573),(90,0,1,'admin_demo_window_position','UP','Y','gallery',1197339573),(91,0,1,'admin_demo_statebar','H','Y','gallery',1197339573),(92,0,2,'use_show_image_size','','Y','shoppingmall',1197339573),(93,0,2,'cate_use_part','S','Y','shoppingmall',1197339573),(94,0,2,'show_width_set','percent','Y','shoppingmall',1197339573),(95,0,2,'show_width_percent_value','100','Y','shoppingmall',1197339573),(96,0,2,'show_width_pixel_value','','Y','shoppingmall',1197339573),(97,0,2,'show_close_btn','S','Y','shoppingmall',1197339573),(98,0,2,'show_close_btn_position','RB','Y','shoppingmall',1197339573),(99,0,2,'show_popupwidth','900','Y','shoppingmall',1197339573),(100,0,2,'show_popupheight','800','Y','shoppingmall',1197339573),(101,0,2,'show_popupposition','SM','Y','shoppingmall',1197339573),(102,0,2,'show_scrollbar','H','Y','shoppingmall',1197339573),(103,0,2,'show_resize','H','Y','shoppingmall',1197339573),(104,0,2,'show_menubar','H','Y','shoppingmall',1197339573),(105,0,2,'show_address_window','H','Y','shoppingmall',1197339573),(106,0,2,'show_titlebar','H','Y','shoppingmall',1197339573),(107,0,2,'show_toolbar','H','Y','shoppingmall',1197339573),(108,0,2,'show_link','H','Y','shoppingmall',1197339573),(109,0,2,'show_fullscreen','H','Y','shoppingmall',1197339573),(110,0,2,'show_window_position','DOWN','Y','shoppingmall',1197339573),(111,0,2,'show_statebar','H','Y','shoppingmall',1197339573),(112,0,2,'show_view_type','002','Y','shoppingmall',1197339573),(113,0,2,'show_image_size','600x450','Y','shoppingmall',1197339573),(114,0,2,'show_exif','S','Y','shoppingmall',1197339573),(115,0,2,'show_subject','S','Y','shoppingmall',1197339573),(116,0,2,'show_subject_html','Y','Y','shoppingmall',1197339573),(117,0,2,'show_regdate','S','Y','shoppingmall',1197339573),(118,0,2,'show_make_date','S','Y','shoppingmall',1197339573),(119,0,2,'show_writer','S','Y','shoppingmall',1197339573),(120,0,2,'show_modify_date','S','Y','shoppingmall',1197339573),(121,0,2,'show_recommend','S','Y','shoppingmall',1197339573),(122,0,2,'show_inquire','S','Y','shoppingmall',1197339573),(123,0,2,'show_cart_insert','S','Y','shoppingmall',1197339573),(124,0,2,'show_direct_buy','S','Y','shoppingmall',1197339573),(125,0,2,'show_listview','S','Y','shoppingmall',1197339573),(126,0,2,'show_use_rule','S','Y','shoppingmall',1197339573),(127,0,2,'show_download','S','Y','shoppingmall',1197339573),(128,0,2,'show_category_direct','S','Y','shoppingmall',1197339573),(129,0,2,'show_customer_demo','S','Y','shoppingmall',1197339573),(130,0,2,'show_admin_demo','S','Y','shoppingmall',1197339573),(131,0,2,'show_enlarge','S','Y','shoppingmall',1197339573),(132,0,2,'show_reserve','S','Y','shoppingmall',1197339573),(133,0,2,'show_enlarge_link','S','Y','shoppingmall',1197339573),(134,0,2,'show_small_list','S','Y','shoppingmall',1197339573),(135,0,2,'show_brandshop_direct','S','Y','shoppingmall',1197339573),(136,0,2,'show_piece_sale','S','Y','shoppingmall',1197339573),(137,0,2,'show_event_one_plus_cd','S','Y','shoppingmall',1197339573),(138,0,2,'show_flash_preview','N','Y','shoppingmall',1197339573),(139,0,2,'show_cd_buy','S','Y','shoppingmall',1197339573),(140,0,2,'show_detail_image','S','Y','shoppingmall',1197339573),(141,0,2,'show_keyword','S','Y','shoppingmall',1197339573),(142,0,2,'show_keyword_html','A','Y','shoppingmall',1197339573),(143,0,2,'show_detail_explain','S','Y','shoppingmall',1197339573),(144,0,2,'show_detail_explain_html','A','Y','shoppingmall',1197339573),(145,0,2,'show_relative_content','S','Y','shoppingmall',1197339573),(146,0,2,'show_reply','H','Y','shoppingmall',1197339573),(147,0,2,'show_phone_consult','H','Y','shoppingmall',1197339573),(148,0,2,'show_order_num','H','Y','shoppingmall',1197339573),(149,0,2,'show_content_qna','H','Y','shoppingmall',1197339573),(150,0,2,'show_sound_listen','H','Y','shoppingmall',1197339573),(151,0,2,'show_cd_preview','H','Y','shoppingmall',1197339573),(152,0,2,'show_phone_number','','Y','shoppingmall',1197339573),(153,0,2,'user_demo_close_btn','H','Y','shoppingmall',1197339573),(154,0,2,'user_demo_close_btn_position','RT','Y','shoppingmall',1197339573),(155,0,2,'user_demo_popupwidth','500','Y','shoppingmall',1197339573),(156,0,2,'user_demo_popupheight','600','Y','shoppingmall',1197339573),(157,0,2,'user_demo_popupposition','SM','Y','shoppingmall',1197339573),(158,0,2,'user_demo_scrollbar','H','Y','shoppingmall',1197339573),(159,0,2,'user_demo_resize','H','Y','shoppingmall',1197339573),(160,0,2,'user_demo_menubar','H','Y','shoppingmall',1197339573),(161,0,2,'user_demo_address_window','H','Y','shoppingmall',1197339573),(162,0,2,'user_demo_titlebar','H','Y','shoppingmall',1197339573),(163,0,2,'user_demo_toolbar','H','Y','shoppingmall',1197339573),(164,0,2,'user_demo_link','H','Y','shoppingmall',1197339573),(165,0,2,'user_demo_fullscreen','H','Y','shoppingmall',1197339573),(166,0,2,'user_demo_window_position','UP','Y','shoppingmall',1197339573),(167,0,2,'user_demo_statebar','H','Y','shoppingmall',1197339573),(168,0,2,'admin_demo_close_btn','H','Y','shoppingmall',1197339573),(169,0,2,'admin_demo_close_btn_position','RT','Y','shoppingmall',1197339573),(170,0,2,'admin_demo_popupwidth','500','Y','shoppingmall',1197339573),(171,0,2,'admin_demo_popupheight','600','Y','shoppingmall',1197339573),(172,0,2,'admin_demo_popupposition','SM','Y','shoppingmall',1197339573),(173,0,2,'admin_demo_scrollbar','H','Y','shoppingmall',1197339573),(174,0,2,'admin_demo_resize','H','Y','shoppingmall',1197339573),(175,0,2,'admin_demo_menubar','H','Y','shoppingmall',1197339573),(176,0,2,'admin_demo_address_window','H','Y','shoppingmall',1197339573),(177,0,2,'admin_demo_titlebar','H','Y','shoppingmall',1197339573),(178,0,2,'admin_demo_toolbar','H','Y','shoppingmall',1197339573),(179,0,2,'admin_demo_link','H','Y','shoppingmall',1197339573),(180,0,2,'admin_demo_fullscreen','H','Y','shoppingmall',1197339573),(181,0,2,'admin_demo_window_position','UP','Y','shoppingmall',1197339573),(182,0,2,'admin_demo_statebar','H','Y','shoppingmall',1197339573),(183,0,3,'use_show_image_size','','Y','contentsmall',1197339573),(184,0,3,'cate_use_part','S','Y','contentsmall',1197339573),(185,0,3,'show_width_set','percent','Y','contentsmall',1197339573),(186,0,3,'show_width_percent_value','100','Y','contentsmall',1197339573),(187,0,3,'show_width_pixel_value','','Y','contentsmall',1197339573),(188,0,3,'show_close_btn','S','Y','contentsmall',1197339573),(189,0,3,'show_close_btn_position','RB','Y','contentsmall',1197339573),(190,0,3,'show_popupwidth','900','Y','contentsmall',1197339573),(191,0,3,'show_popupheight','800','Y','contentsmall',1197339573),(192,0,3,'show_popupposition','SM','Y','contentsmall',1197339573),(193,0,3,'show_scrollbar','H','Y','contentsmall',1197339573),(194,0,3,'show_resize','H','Y','contentsmall',1197339573),(195,0,3,'show_menubar','H','Y','contentsmall',1197339573),(196,0,3,'show_address_window','H','Y','contentsmall',1197339573),(197,0,3,'show_titlebar','H','Y','contentsmall',1197339573),(198,0,3,'show_toolbar','H','Y','contentsmall',1197339573),(199,0,3,'show_link','H','Y','contentsmall',1197339573),(200,0,3,'show_fullscreen','H','Y','contentsmall',1197339573),(201,0,3,'show_window_position','DOWN','Y','contentsmall',1197339573),(202,0,3,'show_statebar','H','Y','contentsmall',1197339573),(203,0,3,'show_view_type','002','Y','contentsmall',1197339573),(204,0,3,'show_image_size','600x450','Y','contentsmall',1197339573),(205,0,3,'show_exif','S','Y','contentsmall',1197339573),(206,0,3,'show_subject','S','Y','contentsmall',1197339573),(207,0,3,'show_subject_html','Y','Y','contentsmall',1197339573),(208,0,3,'show_regdate','S','Y','contentsmall',1197339573),(209,0,3,'show_make_date','S','Y','contentsmall',1197339573),(210,0,3,'show_writer','S','Y','contentsmall',1197339573),(211,0,3,'show_modify_date','S','Y','contentsmall',1197339573),(212,0,3,'show_recommend','S','Y','contentsmall',1197339573),(213,0,3,'show_inquire','S','Y','contentsmall',1197339573),(214,0,3,'show_cart_insert','S','Y','contentsmall',1197339573),(215,0,3,'show_direct_buy','S','Y','contentsmall',1197339573),(216,0,3,'show_listview','S','Y','contentsmall',1197339573),(217,0,3,'show_use_rule','S','Y','contentsmall',1197339573),(218,0,3,'show_download','S','Y','contentsmall',1197339573),(219,0,3,'show_category_direct','S','Y','contentsmall',1197339573),(220,0,3,'show_customer_demo','S','Y','contentsmall',1197339573),(221,0,3,'show_admin_demo','S','Y','contentsmall',1197339573),(222,0,3,'show_enlarge','S','Y','contentsmall',1197339573),(223,0,3,'show_reserve','S','Y','contentsmall',1197339573),(224,0,3,'show_enlarge_link','S','Y','contentsmall',1197339573),(225,0,3,'show_small_list','S','Y','contentsmall',1197339573),(226,0,3,'show_brandshop_direct','S','Y','contentsmall',1197339573),(227,0,3,'show_piece_sale','S','Y','contentsmall',1197339573),(228,0,3,'show_event_one_plus_cd','S','Y','contentsmall',1197339573),(229,0,3,'show_flash_preview','N','Y','contentsmall',1197339573),(230,0,3,'show_cd_buy','S','Y','contentsmall',1197339573),(231,0,3,'show_detail_image','S','Y','contentsmall',1197339573),(232,0,3,'show_keyword','S','Y','contentsmall',1197339573),(233,0,3,'show_keyword_html','A','Y','contentsmall',1197339573),(234,0,3,'show_detail_explain','S','Y','contentsmall',1197339573),(235,0,3,'show_detail_explain_html','A','Y','contentsmall',1197339573),(236,0,3,'show_relative_content','S','Y','contentsmall',1197339573),(237,0,3,'show_reply','H','Y','contentsmall',1197339573),(238,0,3,'show_phone_consult','H','Y','contentsmall',1197339573),(239,0,3,'show_order_num','H','Y','contentsmall',1197339573),(240,0,3,'show_content_qna','H','Y','contentsmall',1197339573),(241,0,3,'show_sound_listen','H','Y','contentsmall',1197339573),(242,0,3,'show_cd_preview','H','Y','contentsmall',1197339573),(243,0,3,'show_phone_number','','Y','contentsmall',1197339573),(244,0,3,'user_demo_close_btn','H','Y','contentsmall',1197339573),(245,0,3,'user_demo_close_btn_position','RT','Y','contentsmall',1197339573),(246,0,3,'user_demo_popupwidth','500','Y','contentsmall',1197339573),(247,0,3,'user_demo_popupheight','600','Y','contentsmall',1197339573),(248,0,3,'user_demo_popupposition','SM','Y','contentsmall',1197339573),(249,0,3,'user_demo_scrollbar','H','Y','contentsmall',1197339573),(250,0,3,'user_demo_resize','H','Y','contentsmall',1197339573),(251,0,3,'user_demo_menubar','H','Y','contentsmall',1197339573),(252,0,3,'user_demo_address_window','H','Y','contentsmall',1197339573),(253,0,3,'user_demo_titlebar','H','Y','contentsmall',1197339573),(254,0,3,'user_demo_toolbar','H','Y','contentsmall',1197339573),(255,0,3,'user_demo_link','H','Y','contentsmall',1197339573),(256,0,3,'user_demo_fullscreen','H','Y','contentsmall',1197339573),(257,0,3,'user_demo_window_position','UP','Y','contentsmall',1197339573),(258,0,3,'user_demo_statebar','H','Y','contentsmall',1197339573),(259,0,3,'admin_demo_close_btn','H','Y','contentsmall',1197339573),(260,0,3,'admin_demo_close_btn_position','RT','Y','contentsmall',1197339573),(261,0,3,'admin_demo_popupwidth','500','Y','contentsmall',1197339573),(262,0,3,'admin_demo_popupheight','600','Y','contentsmall',1197339573),(263,0,3,'admin_demo_popupposition','SM','Y','contentsmall',1197339573),(264,0,3,'admin_demo_scrollbar','H','Y','contentsmall',1197339573),(265,0,3,'admin_demo_resize','H','Y','contentsmall',1197339573),(266,0,3,'admin_demo_menubar','H','Y','contentsmall',1197339573),(267,0,3,'admin_demo_address_window','H','Y','contentsmall',1197339573),(268,0,3,'admin_demo_titlebar','H','Y','contentsmall',1197339573),(269,0,3,'admin_demo_toolbar','H','Y','contentsmall',1197339573),(270,0,3,'admin_demo_link','H','Y','contentsmall',1197339573),(271,0,3,'admin_demo_fullscreen','H','Y','contentsmall',1197339573),(272,0,3,'admin_demo_window_position','UP','Y','contentsmall',1197339573),(273,0,3,'admin_demo_statebar','H','Y','contentsmall',1197339573),(274,0,4,'use_show_image_size','','Y','game',1197339573),(275,0,4,'cate_use_part','S','Y','game',1197339573),(276,0,4,'show_width_set','percent','Y','game',1197339573),(277,0,4,'show_width_percent_value','100','Y','game',1197339573),(278,0,4,'show_width_pixel_value','','Y','game',1197339573),(279,0,4,'show_close_btn','S','Y','game',1197339573),(280,0,4,'show_close_btn_position','RB','Y','game',1197339573),(281,0,4,'show_popupwidth','900','Y','game',1197339573),(282,0,4,'show_popupheight','800','Y','game',1197339573),(283,0,4,'show_popupposition','SM','Y','game',1197339573),(284,0,4,'show_scrollbar','H','Y','game',1197339573),(285,0,4,'show_resize','H','Y','game',1197339573),(286,0,4,'show_menubar','H','Y','game',1197339573),(287,0,4,'show_address_window','H','Y','game',1197339573),(288,0,4,'show_titlebar','H','Y','game',1197339573),(289,0,4,'show_toolbar','H','Y','game',1197339573),(290,0,4,'show_link','H','Y','game',1197339573),(291,0,4,'show_fullscreen','H','Y','game',1197339573),(292,0,4,'show_window_position','DOWN','Y','game',1197339573),(293,0,4,'show_statebar','H','Y','game',1197339573),(294,0,4,'show_view_type','002','Y','game',1197339573),(295,0,4,'show_image_size','600x450','Y','game',1197339573),(296,0,4,'show_exif','S','Y','game',1197339573),(297,0,4,'show_subject','S','Y','game',1197339573),(298,0,4,'show_subject_html','Y','Y','game',1197339573),(299,0,4,'show_regdate','S','Y','game',1197339573),(300,0,4,'show_make_date','S','Y','game',1197339573),(301,0,4,'show_writer','S','Y','game',1197339573),(302,0,4,'show_modify_date','S','Y','game',1197339573),(303,0,4,'show_recommend','S','Y','game',1197339573),(304,0,4,'show_inquire','S','Y','game',1197339573),(305,0,4,'show_cart_insert','S','Y','game',1197339573),(306,0,4,'show_direct_buy','S','Y','game',1197339573),(307,0,4,'show_listview','S','Y','game',1197339573),(308,0,4,'show_use_rule','S','Y','game',1197339573),(309,0,4,'show_download','S','Y','game',1197339573),(310,0,4,'show_category_direct','S','Y','game',1197339573),(311,0,4,'show_customer_demo','S','Y','game',1197339573),(312,0,4,'show_admin_demo','S','Y','game',1197339573),(313,0,4,'show_enlarge','S','Y','game',1197339573),(314,0,4,'show_reserve','S','Y','game',1197339573),(315,0,4,'show_enlarge_link','S','Y','game',1197339573),(316,0,4,'show_small_list','S','Y','game',1197339573),(317,0,4,'show_brandshop_direct','S','Y','game',1197339573),(318,0,4,'show_piece_sale','S','Y','game',1197339573),(319,0,4,'show_event_one_plus_cd','S','Y','game',1197339573),(320,0,4,'show_flash_preview','N','Y','game',1197339573),(321,0,4,'show_cd_buy','S','Y','game',1197339573),(322,0,4,'show_detail_image','S','Y','game',1197339573),(323,0,4,'show_keyword','S','Y','game',1197339573),(324,0,4,'show_keyword_html','A','Y','game',1197339573),(325,0,4,'show_detail_explain','S','Y','game',1197339573),(326,0,4,'show_detail_explain_html','A','Y','game',1197339573),(327,0,4,'show_relative_content','S','Y','game',1197339573),(328,0,4,'show_reply','H','Y','game',1197339573),(329,0,4,'show_phone_consult','H','Y','game',1197339573),(330,0,4,'show_order_num','H','Y','game',1197339573),(331,0,4,'show_content_qna','H','Y','game',1197339573),(332,0,4,'show_sound_listen','H','Y','game',1197339573),(333,0,4,'show_cd_preview','H','Y','game',1197339573),(334,0,4,'show_phone_number','','Y','game',1197339573),(335,0,4,'user_demo_close_btn','H','Y','game',1197339573),(336,0,4,'user_demo_close_btn_position','RT','Y','game',1197339573),(337,0,4,'user_demo_popupwidth','500','Y','game',1197339573),(338,0,4,'user_demo_popupheight','600','Y','game',1197339573),(339,0,4,'user_demo_popupposition','SM','Y','game',1197339573),(340,0,4,'user_demo_scrollbar','H','Y','game',1197339573),(341,0,4,'user_demo_resize','H','Y','game',1197339573),(342,0,4,'user_demo_menubar','H','Y','game',1197339573),(343,0,4,'user_demo_address_window','H','Y','game',1197339573),(344,0,4,'user_demo_titlebar','H','Y','game',1197339573),(345,0,4,'user_demo_toolbar','H','Y','game',1197339573),(346,0,4,'user_demo_link','H','Y','game',1197339573),(347,0,4,'user_demo_fullscreen','H','Y','game',1197339573),(348,0,4,'user_demo_window_position','UP','Y','game',1197339573),(349,0,4,'user_demo_statebar','H','Y','game',1197339573),(350,0,4,'admin_demo_close_btn','H','Y','game',1197339573),(351,0,4,'admin_demo_close_btn_position','RT','Y','game',1197339573),(352,0,4,'admin_demo_popupwidth','500','Y','game',1197339573),(353,0,4,'admin_demo_popupheight','600','Y','game',1197339573),(354,0,4,'admin_demo_popupposition','SM','Y','game',1197339573),(355,0,4,'admin_demo_scrollbar','H','Y','game',1197339573),(356,0,4,'admin_demo_resize','H','Y','game',1197339573),(357,0,4,'admin_demo_menubar','H','Y','game',1197339573),(358,0,4,'admin_demo_address_window','H','Y','game',1197339573),(359,0,4,'admin_demo_titlebar','H','Y','game',1197339573),(360,0,4,'admin_demo_toolbar','H','Y','game',1197339573),(361,0,4,'admin_demo_link','H','Y','game',1197339573),(362,0,4,'admin_demo_fullscreen','H','Y','game',1197339573),(363,0,4,'admin_demo_window_position','UP','Y','game',1197339573),(364,0,4,'admin_demo_statebar','H','Y','game',1197339573),(365,0,5,'use_show_image_size','','Y','custom',1197339573),(366,0,5,'cate_use_part','S','Y','custom',1197339573),(367,0,5,'show_width_set','percent','Y','custom',1197339573),(368,0,5,'show_width_percent_value','100','Y','custom',1197339573),(369,0,5,'show_width_pixel_value','','Y','custom',1197339573),(370,0,5,'show_close_btn','S','Y','custom',1197339573),(371,0,5,'show_close_btn_position','RB','Y','custom',1197339573),(372,0,5,'show_popupwidth','900','Y','custom',1197339573),(373,0,5,'show_popupheight','800','Y','custom',1197339573),(374,0,5,'show_popupposition','SM','Y','custom',1197339573),(375,0,5,'show_scrollbar','H','Y','custom',1197339573),(376,0,5,'show_resize','H','Y','custom',1197339573),(377,0,5,'show_menubar','H','Y','custom',1197339573),(378,0,5,'show_address_window','H','Y','custom',1197339573),(379,0,5,'show_titlebar','H','Y','custom',1197339573),(380,0,5,'show_toolbar','H','Y','custom',1197339573),(381,0,5,'show_link','H','Y','custom',1197339573),(382,0,5,'show_fullscreen','H','Y','custom',1197339573),(383,0,5,'show_window_position','DOWN','Y','custom',1197339573),(384,0,5,'show_statebar','H','Y','custom',1197339573),(385,0,5,'show_view_type','002','Y','custom',1197339573),(386,0,5,'show_image_size','600x450','Y','custom',1197339573),(387,0,5,'show_exif','S','Y','custom',1197339573),(388,0,5,'show_subject','S','Y','custom',1197339573),(389,0,5,'show_subject_html','Y','Y','custom',1197339573),(390,0,5,'show_regdate','S','Y','custom',1197339573),(391,0,5,'show_make_date','S','Y','custom',1197339573),(392,0,5,'show_writer','S','Y','custom',1197339573),(393,0,5,'show_modify_date','S','Y','custom',1197339573),(394,0,5,'show_recommend','S','Y','custom',1197339573),(395,0,5,'show_inquire','S','Y','custom',1197339573),(396,0,5,'show_cart_insert','S','Y','custom',1197339573),(397,0,5,'show_direct_buy','S','Y','custom',1197339573),(398,0,5,'show_listview','S','Y','custom',1197339573),(399,0,5,'show_use_rule','S','Y','custom',1197339573),(400,0,5,'show_download','S','Y','custom',1197339573),(401,0,5,'show_category_direct','S','Y','custom',1197339573),(402,0,5,'show_customer_demo','S','Y','custom',1197339573),(403,0,5,'show_admin_demo','S','Y','custom',1197339573),(404,0,5,'show_enlarge','S','Y','custom',1197339573),(405,0,5,'show_reserve','S','Y','custom',1197339573),(406,0,5,'show_enlarge_link','S','Y','custom',1197339573),(407,0,5,'show_small_list','S','Y','custom',1197339573),(408,0,5,'show_brandshop_direct','S','Y','custom',1197339573),(409,0,5,'show_piece_sale','S','Y','custom',1197339573),(410,0,5,'show_event_one_plus_cd','S','Y','custom',1197339573),(411,0,5,'show_flash_preview','N','Y','custom',1197339573),(412,0,5,'show_cd_buy','S','Y','custom',1197339573),(413,0,5,'show_detail_image','S','Y','custom',1197339573),(414,0,5,'show_keyword','S','Y','custom',1197339573),(415,0,5,'show_keyword_html','A','Y','custom',1197339573),(416,0,5,'show_detail_explain','S','Y','custom',1197339573),(417,0,5,'show_detail_explain_html','A','Y','custom',1197339573),(418,0,5,'show_relative_content','S','Y','custom',1197339573),(419,0,5,'show_reply','H','Y','custom',1197339573),(420,0,5,'show_phone_consult','H','Y','custom',1197339573),(421,0,5,'show_order_num','H','Y','custom',1197339573),(422,0,5,'show_content_qna','H','Y','custom',1197339573),(423,0,5,'show_sound_listen','H','Y','custom',1197339573),(424,0,5,'show_cd_preview','H','Y','custom',1197339573),(425,0,5,'show_phone_number','','Y','custom',1197339573),(426,0,5,'user_demo_close_btn','H','Y','custom',1197339573),(427,0,5,'user_demo_close_btn_position','RT','Y','custom',1197339573),(428,0,5,'user_demo_popupwidth','500','Y','custom',1197339573),(429,0,5,'user_demo_popupheight','600','Y','custom',1197339573),(430,0,5,'user_demo_popupposition','SM','Y','custom',1197339573),(431,0,5,'user_demo_scrollbar','H','Y','custom',1197339573),(432,0,5,'user_demo_resize','H','Y','custom',1197339573),(433,0,5,'user_demo_menubar','H','Y','custom',1197339573),(434,0,5,'user_demo_address_window','H','Y','custom',1197339573),(435,0,5,'user_demo_titlebar','H','Y','custom',1197339573),(436,0,5,'user_demo_toolbar','H','Y','custom',1197339573),(437,0,5,'user_demo_link','H','Y','custom',1197339573),(438,0,5,'user_demo_fullscreen','H','Y','custom',1197339573),(439,0,5,'user_demo_window_position','UP','Y','custom',1197339573),(440,0,5,'user_demo_statebar','H','Y','custom',1197339573),(441,0,5,'admin_demo_close_btn','H','Y','custom',1197339573),(442,0,5,'admin_demo_close_btn_position','RT','Y','custom',1197339573),(443,0,5,'admin_demo_popupwidth','500','Y','custom',1197339573),(444,0,5,'admin_demo_popupheight','600','Y','custom',1197339573),(445,0,5,'admin_demo_popupposition','SM','Y','custom',1197339573),(446,0,5,'admin_demo_scrollbar','H','Y','custom',1197339573),(447,0,5,'admin_demo_resize','H','Y','custom',1197339573),(448,0,5,'admin_demo_menubar','H','Y','custom',1197339573),(449,0,5,'admin_demo_address_window','H','Y','custom',1197339573),(450,0,5,'admin_demo_titlebar','H','Y','custom',1197339573),(451,0,5,'admin_demo_toolbar','H','Y','custom',1197339573),(452,0,5,'admin_demo_link','H','Y','custom',1197339573),(453,0,5,'admin_demo_fullscreen','H','Y','custom',1197339573),(454,0,5,'admin_demo_window_position','UP','Y','custom',1197339573),(455,0,5,'admin_demo_statebar','H','Y','custom',1197339573); /*!40000 ALTER TABLE `ASADAL_DISPLAY_PREVIEW_ITEMS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_SLIDE_ITEMS` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_SLIDE_ITEMS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_SLIDE_ITEMS` ( `list_item_no` int(11) NOT NULL auto_increment, `cate_id` int(11) NOT NULL default '0', `config_id` int(11) NOT NULL default '0', `setKey` varchar(255) NOT NULL default '0', `setValue` varchar(255) NOT NULL default '0', `initialize` char(1) NOT NULL default '0', `initalize_cate_name` varchar(100) NOT NULL default '0', `regdate` int(11) NOT NULL default '0', PRIMARY KEY (`list_item_no`), KEY `cate_id` (`cate_id`), KEY `config_id` (`config_id`) ) ENGINE=MyISAM AUTO_INCREMENT=141 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_SLIDE_ITEMS` -- LOCK TABLES `ASADAL_DISPLAY_SLIDE_ITEMS` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_SLIDE_ITEMS` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_SLIDE_ITEMS` VALUES (1,0,1,'photo_tablebg','#F2F2F2','Y','gallery',1197339573),(2,0,1,'photo_tableline','#ECECEC','Y','gallery',1197339573),(3,0,1,'photo_imgbg','','Y','gallery',1197339573),(4,0,1,'photo_imgline','white','Y','gallery',1197339573),(5,0,1,'photo_textcolor','black','Y','gallery',1197339573),(6,0,1,'photo_view_nums_all','','Y','gallery',1197339573),(7,0,1,'slide_image_kind','image','Y','gallery',1197339573),(8,0,1,'cate_use_part','S','Y','gallery',1197339573),(9,0,1,'use_slidelist','Y','Y','gallery',1197339573),(10,0,1,'slidelist_pos','F','Y','gallery',1197339573),(11,0,1,'slidelist_imgType','800x600','Y','gallery',1197339573),(12,0,1,'showSlideUI','S','Y','gallery',1197339573),(13,0,1,'use_slideauto','A','Y','gallery',1197339573),(14,0,1,'slideTime','3','Y','gallery',1197339573),(15,0,1,'photo_direct','left','Y','gallery',1197339573),(16,0,1,'photo_slide_time','40','Y','gallery',1197339573),(17,0,1,'photo_tablewidth','252','Y','gallery',1197339573),(18,0,1,'photo_tableheight','93','Y','gallery',1197339573),(19,0,1,'photo_tablelinewidth','1','Y','gallery',1197339573),(20,0,1,'photo_img_type','200x150','Y','gallery',1197339573),(21,0,1,'photo_img_gap','15','Y','gallery',1197339573),(22,0,1,'photo_img_size','60','Y','gallery',1197339573),(23,0,1,'photo_imglinewidth','3','Y','gallery',1197339573),(24,0,1,'photo_textsize','11','Y','gallery',1197339573),(25,0,1,'photo_title_cut','20','Y','gallery',1197339573),(26,0,1,'photo_view_nums','10','Y','gallery',1197339573),(27,0,1,'photo_link_type','detailimage','Y','gallery',1197339573),(28,0,1,'photo_link_target','P','Y','gallery',1197339573),(29,0,2,'photo_tablebg','#F2F2F2','Y','shoppingmall',1197339573),(30,0,2,'photo_tableline','#ECECEC','Y','shoppingmall',1197339573),(31,0,2,'photo_imgbg','','Y','shoppingmall',1197339573),(32,0,2,'photo_imgline','white','Y','shoppingmall',1197339573),(33,0,2,'photo_textcolor','black','Y','shoppingmall',1197339573),(34,0,2,'photo_view_nums_all','','Y','shoppingmall',1197339573),(35,0,2,'slide_image_kind','image','Y','shoppingmall',1197339573),(36,0,2,'cate_use_part','S','Y','shoppingmall',1197339573),(37,0,2,'use_slidelist','Y','Y','shoppingmall',1197339573),(38,0,2,'slidelist_pos','F','Y','shoppingmall',1197339573),(39,0,2,'slidelist_imgType','800x600','Y','shoppingmall',1197339573),(40,0,2,'showSlideUI','S','Y','shoppingmall',1197339573),(41,0,2,'use_slideauto','A','Y','shoppingmall',1197339573),(42,0,2,'slideTime','3','Y','shoppingmall',1197339573),(43,0,2,'photo_direct','left','Y','shoppingmall',1197339573),(44,0,2,'photo_slide_time','40','Y','shoppingmall',1197339573),(45,0,2,'photo_tablewidth','252','Y','shoppingmall',1197339573),(46,0,2,'photo_tableheight','93','Y','shoppingmall',1197339573),(47,0,2,'photo_tablelinewidth','1','Y','shoppingmall',1197339573),(48,0,2,'photo_img_type','200x150','Y','shoppingmall',1197339573),(49,0,2,'photo_img_gap','15','Y','shoppingmall',1197339573),(50,0,2,'photo_img_size','60','Y','shoppingmall',1197339573),(51,0,2,'photo_imglinewidth','3','Y','shoppingmall',1197339573),(52,0,2,'photo_textsize','11','Y','shoppingmall',1197339573),(53,0,2,'photo_title_cut','20','Y','shoppingmall',1197339573),(54,0,2,'photo_view_nums','10','Y','shoppingmall',1197339573),(55,0,2,'photo_link_type','detailimage','Y','shoppingmall',1197339573),(56,0,2,'photo_link_target','P','Y','shoppingmall',1197339573),(57,0,3,'photo_tablebg','#F2F2F2','Y','contentsmall',1197339573),(58,0,3,'photo_tableline','#ECECEC','Y','contentsmall',1197339573),(59,0,3,'photo_imgbg','','Y','contentsmall',1197339573),(60,0,3,'photo_imgline','white','Y','contentsmall',1197339573),(61,0,3,'photo_textcolor','black','Y','contentsmall',1197339573),(62,0,3,'photo_view_nums_all','','Y','contentsmall',1197339573),(63,0,3,'slide_image_kind','image','Y','contentsmall',1197339573),(64,0,3,'cate_use_part','S','Y','contentsmall',1197339573),(65,0,3,'use_slidelist','Y','Y','contentsmall',1197339573),(66,0,3,'slidelist_pos','F','Y','contentsmall',1197339573),(67,0,3,'slidelist_imgType','800x600','Y','contentsmall',1197339573),(68,0,3,'showSlideUI','S','Y','contentsmall',1197339573),(69,0,3,'use_slideauto','A','Y','contentsmall',1197339573),(70,0,3,'slideTime','3','Y','contentsmall',1197339573),(71,0,3,'photo_direct','left','Y','contentsmall',1197339573),(72,0,3,'photo_slide_time','40','Y','contentsmall',1197339573),(73,0,3,'photo_tablewidth','252','Y','contentsmall',1197339573),(74,0,3,'photo_tableheight','93','Y','contentsmall',1197339573),(75,0,3,'photo_tablelinewidth','1','Y','contentsmall',1197339573),(76,0,3,'photo_img_type','200x150','Y','contentsmall',1197339573),(77,0,3,'photo_img_gap','15','Y','contentsmall',1197339573),(78,0,3,'photo_img_size','60','Y','contentsmall',1197339573),(79,0,3,'photo_imglinewidth','3','Y','contentsmall',1197339573),(80,0,3,'photo_textsize','11','Y','contentsmall',1197339573),(81,0,3,'photo_title_cut','20','Y','contentsmall',1197339573),(82,0,3,'photo_view_nums','10','Y','contentsmall',1197339573),(83,0,3,'photo_link_type','detailimage','Y','contentsmall',1197339573),(84,0,3,'photo_link_target','P','Y','contentsmall',1197339573),(85,0,4,'photo_tablebg','#F2F2F2','Y','game',1197339573),(86,0,4,'photo_tableline','#ECECEC','Y','game',1197339573),(87,0,4,'photo_imgbg','','Y','game',1197339573),(88,0,4,'photo_imgline','white','Y','game',1197339573),(89,0,4,'photo_textcolor','black','Y','game',1197339573),(90,0,4,'photo_view_nums_all','','Y','game',1197339573),(91,0,4,'slide_image_kind','image','Y','game',1197339573),(92,0,4,'cate_use_part','S','Y','game',1197339573),(93,0,4,'use_slidelist','Y','Y','game',1197339573),(94,0,4,'slidelist_pos','F','Y','game',1197339573),(95,0,4,'slidelist_imgType','800x600','Y','game',1197339573),(96,0,4,'showSlideUI','S','Y','game',1197339573),(97,0,4,'use_slideauto','A','Y','game',1197339573),(98,0,4,'slideTime','3','Y','game',1197339573),(99,0,4,'photo_direct','left','Y','game',1197339573),(100,0,4,'photo_slide_time','40','Y','game',1197339573),(101,0,4,'photo_tablewidth','252','Y','game',1197339573),(102,0,4,'photo_tableheight','93','Y','game',1197339573),(103,0,4,'photo_tablelinewidth','1','Y','game',1197339573),(104,0,4,'photo_img_type','200x150','Y','game',1197339573),(105,0,4,'photo_img_gap','15','Y','game',1197339573),(106,0,4,'photo_img_size','60','Y','game',1197339573),(107,0,4,'photo_imglinewidth','3','Y','game',1197339573),(108,0,4,'photo_textsize','11','Y','game',1197339573),(109,0,4,'photo_title_cut','20','Y','game',1197339573),(110,0,4,'photo_view_nums','10','Y','game',1197339573),(111,0,4,'photo_link_type','detailimage','Y','game',1197339573),(112,0,4,'photo_link_target','P','Y','game',1197339573),(113,0,5,'photo_tablebg','#F2F2F2','Y','custom',1197339573),(114,0,5,'photo_tableline','#ECECEC','Y','custom',1197339573),(115,0,5,'photo_imgbg','','Y','custom',1197339573),(116,0,5,'photo_imgline','white','Y','custom',1197339573),(117,0,5,'photo_textcolor','black','Y','custom',1197339573),(118,0,5,'photo_view_nums_all','','Y','custom',1197339573),(119,0,5,'slide_image_kind','image','Y','custom',1197339573),(120,0,5,'cate_use_part','S','Y','custom',1197339573),(121,0,5,'use_slidelist','Y','Y','custom',1197339573),(122,0,5,'slidelist_pos','F','Y','custom',1197339573),(123,0,5,'slidelist_imgType','800x600','Y','custom',1197339573),(124,0,5,'showSlideUI','S','Y','custom',1197339573),(125,0,5,'use_slideauto','A','Y','custom',1197339573),(126,0,5,'slideTime','3','Y','custom',1197339573),(127,0,5,'photo_direct','left','Y','custom',1197339573),(128,0,5,'photo_slide_time','40','Y','custom',1197339573),(129,0,5,'photo_tablewidth','252','Y','custom',1197339573),(130,0,5,'photo_tableheight','93','Y','custom',1197339573),(131,0,5,'photo_tablelinewidth','1','Y','custom',1197339573),(132,0,5,'photo_img_type','200x150','Y','custom',1197339573),(133,0,5,'photo_img_gap','15','Y','custom',1197339573),(134,0,5,'photo_img_size','60','Y','custom',1197339573),(135,0,5,'photo_imglinewidth','3','Y','custom',1197339573),(136,0,5,'photo_textsize','11','Y','custom',1197339573),(137,0,5,'photo_title_cut','20','Y','custom',1197339573),(138,0,5,'photo_view_nums','10','Y','custom',1197339573),(139,0,5,'photo_link_type','detailimage','Y','custom',1197339573),(140,0,5,'photo_link_target','P','Y','custom',1197339573); /*!40000 ALTER TABLE `ASADAL_DISPLAY_SLIDE_ITEMS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_USE_INFO` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_USE_INFO`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_USE_INFO` ( `no` int(11) NOT NULL auto_increment, `base_config_no` int(11) default '0', `base_config_id` int(11) default '0', `list_config_id` int(11) default '0', `image_config_id` int(11) default '0', `preview_config_id` int(11) default '0', `detail_config_id` int(11) default '0', `detailimage_config_id` int(11) default '0', `slide_config_id` int(11) default '0', `autoimage_config_id` int(11) default '0', `design_config_id` int(11) default '0', `words_config_id` int(11) default '0', `item_config_id` int(11) default '0', `base_config_filename` varchar(255) NOT NULL default '', `list_config_filename` varchar(255) NOT NULL default '', `image_config_filename` varchar(255) NOT NULL default '', `preview_config_filename` varchar(255) NOT NULL default '', `detail_config_filename` varchar(255) NOT NULL default '', `detailimage_config_filename` varchar(255) NOT NULL default '', `slide_config_filename` varchar(255) NOT NULL default '', `autoimage_config_filename` varchar(255) NOT NULL default '', `design_config_filename` varchar(255) NOT NULL default '', `words_config_filename` varchar(255) NOT NULL default '', `item_config_filename` varchar(255) NOT NULL default '', PRIMARY KEY (`no`), KEY `base_config_no` (`base_config_no`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_USE_INFO` -- LOCK TABLES `ASADAL_DISPLAY_USE_INFO` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_USE_INFO` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_USE_INFO` VALUES (1,6,1,1,1,1,1,1,1,1,1,1,1,'','','','','','','','','','',''),(2,7,1,1,1,1,1,1,1,1,1,1,1,'','','','','','','','','','',''); /*!40000 ALTER TABLE `ASADAL_DISPLAY_USE_INFO` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_USE_TYPE` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_USE_TYPE`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_USE_TYPE` ( `use_no` int(11) NOT NULL auto_increment, `use_name` varchar(100) NOT NULL default '', `original_name` varchar(255) NOT NULL default '', `use_eng_name` varchar(100) NOT NULL default '', `use_explain` varchar(255) NOT NULL default '', `use_service` varchar(50) NOT NULL default '', `regdate` int(11) NOT NULL default '0', PRIMARY KEY (`use_no`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_USE_TYPE` -- LOCK TABLES `ASADAL_DISPLAY_USE_TYPE` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_USE_TYPE` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_USE_TYPE` VALUES (1,'?©£??¡¾?¨¬???','?©£?? ¡¾?¨¬???','gallery_0','?©£???¨¢??¢¬¨­¢Ò? ???©ª ¡¾?¨¬???','gallery',0),(2,'?©£??800','?©£?? 800','gallery_1','?©£???¨¢??¢¬¨­¢Ò? ???©ª 800 ?????? ?¡©¢¬?¢¯?','gallery',0),(3,'?©£??1024','?©£?? 1024','gallery_3','?©£???¨¢??¢¬¨­¢Ò? ???©ª 1024 ?????? ¨ö¨ö¢Ò???¨ö¨¬ ¨ù? ¨¬¢¬¡¾?','gallery',0),(4,'??¢¯????¢´??','??¢¯????¢´??','gallery_4','?????? ¢¯??? ¢¯?¢¯¢® ??¢¯???¡Æ¢® ???¢´?? ¢¯???','gallery',0); /*!40000 ALTER TABLE `ASADAL_DISPLAY_USE_TYPE` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_DISPLAY_WORDS_ITEMS` -- DROP TABLE IF EXISTS `ASADAL_DISPLAY_WORDS_ITEMS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_DISPLAY_WORDS_ITEMS` ( `list_item_no` int(11) NOT NULL auto_increment, `cate_id` int(11) NOT NULL default '0', `config_id` int(11) NOT NULL default '0', `setKey` varchar(255) NOT NULL default '0', `setValue` varchar(255) NOT NULL default '0', `initialize` char(1) NOT NULL default '0', `initalize_cate_name` varchar(100) NOT NULL default '0', `regdate` int(11) NOT NULL default '0', PRIMARY KEY (`list_item_no`), KEY `cate_id` (`cate_id`), KEY `config_id` (`config_id`) ) ENGINE=MyISAM AUTO_INCREMENT=426 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_DISPLAY_WORDS_ITEMS` -- LOCK TABLES `ASADAL_DISPLAY_WORDS_ITEMS` WRITE; /*!40000 ALTER TABLE `ASADAL_DISPLAY_WORDS_ITEMS` DISABLE KEYS */; INSERT INTO `ASADAL_DISPLAY_WORDS_ITEMS` VALUES (1,0,1,'cate_use_part','S','Y','gallery',1197339573),(2,0,1,'common_content_name','?????¡À¢¬?','Y','gallery',1197339573),(3,0,1,'common_brand_name','¨¬?¡¤???¢¬?','Y','gallery',1197339573),(4,0,1,'common_number_name','©ö©ª??','Y','gallery',1197339573),(5,0,1,'common_image_name','??©ö???','Y','gallery',1197339573),(6,0,1,'common_writer_name','¡¾?¨ú¢¥??','Y','gallery',1197339573),(7,0,1,'common_reply_name','¢¥?¡¾?','Y','gallery',1197339573),(8,0,1,'common_price_sign_name','¡Æ¢®¡Æ?¡¾???','Y','gallery',1197339573),(9,0,1,'common_price_name','¡Æ¢®¡Æ?','Y','gallery',1197339573),(10,0,1,'common_provider_name','¡Æ©ª¡¾¨­??','Y','gallery',1197339573),(11,0,1,'common_maker_name','???¢Ò??','Y','gallery',1197339573),(12,0,1,'common_subject_name','??¢¬?','Y','gallery',1197339573),(13,0,1,'common_homepage_name','?¡§¨¡?????','Y','gallery',1197339573),(14,0,1,'common_location_name','¨ù?????','Y','gallery',1197339573),(15,0,1,'common_phone_name','???¡©©ö©ª??','Y','gallery',1197339573),(16,0,1,'common_category_name','¨¬¨¢¡¤?','Y','gallery',1197339573),(17,0,1,'common_genre_name','??¢¬?','Y','gallery',1197339573),(18,0,1,'common_execuite_number_name','¨ö????¢¬¨ù?','Y','gallery',1197339573),(19,0,1,'common_rotation_name','?¢¬??','Y','gallery',1197339573),(20,0,1,'common_regist_date_name','¢¯?¢¬¡Æ ©ø???','Y','gallery',1197339573),(21,0,1,'common_make_date_name','???¨¬ ©ø???','Y','gallery',1197339573),(22,0,1,'common_file_name','¨¡???','Y','gallery',1197339573),(23,0,1,'common_password_name','¨ú???','Y','gallery',1197339573),(24,0,1,'common_list_name','¢¬?¡¤??¢¬¡¤?','Y','gallery',1197339573),(25,0,1,'common_return_name','?©ö¨ú¨¡¡Æ¢®¡¾?','Y','gallery',1197339573),(26,0,1,'common_pre_name','????','Y','gallery',1197339573),(27,0,1,'common_next_name','¢¥??¨ö','Y','gallery',1197339573),(28,0,1,'common_save_name','??????¡¾?','Y','gallery',1197339573),(29,0,1,'common_delete_name','??????¡¾?','Y','gallery',1197339573),(30,0,1,'common_category_manage_name','¨¬¨¢¡¤?¡Æ?¢¬?','Y','gallery',1197339573),(31,0,1,'common_category_choice_name','¨¬¨¢¡¤?¨ù¡¾??','Y','gallery',1197339573),(32,0,1,'common_total_view_name','???¨ù¨¬¢¬¡¾?','Y','gallery',1197339573),(33,0,1,'common_subcategory_name','???¡×¨¬¨¢¡¤?','Y','gallery',1197339573),(34,0,1,'common_search_name','¡Æ???','Y','gallery',1197339573),(35,0,1,'common_modify_date_name','¡Æ??? ©ø???','Y','gallery',1197339573),(36,0,1,'common_total_name','???¨ù','Y','gallery',1197339573),(37,0,1,'common_start_date_name','¨ö?????','Y','gallery',1197339573),(38,0,1,'common_inquire_name','?¢Ò?¢¬','Y','gallery',1197339573),(39,0,1,'common_recommend_name','?©¬??','Y','gallery',1197339573),(40,0,1,'common_body_sentance','¨¬?©ö?','Y','gallery',1197339573),(41,0,1,'common_checkbox_name','?¨ù??','Y','gallery',1197339573),(42,0,1,'imageview_sale_name','¨¡?¢¬?','Y','gallery',1197339573),(43,0,1,'imageview_download_name','¢¥?¢¯???','Y','gallery',1197339573),(44,0,1,'imageview_recommend_name','?©¬??','Y','gallery',1197339573),(45,0,1,'imageview_inquire_name','?¢Ò?¢¬¨ù?','Y','gallery',1197339573),(46,0,1,'detailinfo_sale_number_name','¨¡?¢¬?¨ù?','Y','gallery',1197339573),(47,0,1,'detailinfo_download_number_name','¢¥?¢¯?¡¤???¨ù?','Y','gallery',1197339573),(48,0,1,'detailinfo_recommend_number_name','?©¬??¨ù?','Y','gallery',1197339573),(49,0,1,'detailinfo_inquire_number_name','?¢Ò?¢¬¨ù?','Y','gallery',1197339573),(50,0,1,'detailinfo_price_name','¡Æ¢®¡Æ?','Y','gallery',1197339573),(51,0,1,'detailinfo_buy_info_name','¡¾¢¬¢¬??¢´¨¬¢¬','Y','gallery',1197339573),(52,0,1,'detailinfo_buy_quantity_name','??©ö?¨ù?¡¤?','Y','gallery',1197339573),(53,0,1,'detailinfo_deposit_money_name','??¢¬©ø¡¾?','Y','gallery',1197339573),(54,0,1,'detailinfo_choice_name','¨ù¡¾??','Y','gallery',1197339573),(55,0,1,'detailinfo_division_name','¡¾¢¬¨¬¨¢','Y','gallery',1197339573),(56,0,1,'detailinfo_license_name','¢Ò???¨ù¡¾¨ö¨¬','Y','gallery',1197339573),(57,0,1,'detailinfo_format_name','¨¡¡À¢¬?','Y','gallery',1197339573),(58,0,1,'detailinfo_use_tool_name','??¢¯??©ª','Y','gallery',1197339573),(59,0,1,'detailinfo_os_name','OS','Y','gallery',1197339573),(60,0,1,'detailinfo_use_language_name','??¢¯?¨ú©£¨ú?','Y','gallery',1197339573),(61,0,1,'detailinfo_db_name','DB','Y','gallery',1197339573),(62,0,1,'detailinfo_color_mode_name','??¢Ò?¢¬©£??','Y','gallery',1197339573),(63,0,1,'detailinfo_resolution_name','?¨ª????','Y','gallery',1197339573),(64,0,1,'detailinfo_quantity_name','¨¬¨¢¡¤?','Y','gallery',1197339573),(65,0,1,'detailinfo_volume_name','¢¯?¡¤?','Y','gallery',1197339573),(66,0,1,'detailinfo_size_name','??????','Y','gallery',1197339573),(67,0,1,'detailinfo_normal_price_name','?¢´??¡Æ¢®','Y','gallery',1197339573),(68,0,1,'detailinfo_discount_price_name','????¡Æ¢®','Y','gallery',1197339573),(69,0,1,'detailinfo_point_name','¨¡¡À??¨¡?','Y','gallery',1197339573),(70,0,1,'detailinfo_ready_sentence','','Y','gallery',1197339573),(71,0,1,'slide_show_name','¨ö¨ö¢Ò?????¨ù?','Y','gallery',1197339573),(72,0,1,'slide_photo_modify_name','???©ª¨ù??¢´','Y','gallery',1197339573),(73,0,1,'slide_speed_name','¨ù???','Y','gallery',1197339573),(74,0,1,'slide_maximum_speed_name','??¢¥??? ?¢®¢¬?','Y','gallery',1197339573),(75,0,1,'slide_second_name','??','Y','gallery',1197339573),(76,0,1,'slide_category_choice_name','¨¬¨¢¡¤?¨ù¡¾??','Y','gallery',1197339573),(77,0,1,'slide_writer_name','¡¾?¨ú¢¥??','Y','gallery',1197339573),(78,0,1,'slide_opinion_name','??¡Æ©¬','Y','gallery',1197339573),(79,0,1,'diagram_model_name','','Y','gallery',1197339573),(80,0,1,'diagram_cpu_name','','Y','gallery',1197339573),(81,0,1,'diagram_memory_name','','Y','gallery',1197339573),(82,0,1,'diagram_hdd_name','','Y','gallery',1197339573),(83,0,1,'diagram_size_name','','Y','gallery',1197339573),(84,0,1,'diagram_buy_price','','Y','gallery',1197339573),(85,0,1,'diagram_rent_price','','Y','gallery',1197339573),(86,0,2,'cate_use_part','S','Y','shoppingmall',1197339573),(87,0,2,'common_content_name','?????¡À¢¬?','Y','shoppingmall',1197339573),(88,0,2,'common_brand_name','¨¬?¡¤???¢¬?','Y','shoppingmall',1197339573),(89,0,2,'common_number_name','©ö©ª??','Y','shoppingmall',1197339573),(90,0,2,'common_image_name','??©ö???','Y','shoppingmall',1197339573),(91,0,2,'common_writer_name','¡¾?¨ú¢¥??','Y','shoppingmall',1197339573),(92,0,2,'common_reply_name','¢¥?¡¾?','Y','shoppingmall',1197339573),(93,0,2,'common_price_sign_name','¡Æ¢®¡Æ?¡¾???','Y','shoppingmall',1197339573),(94,0,2,'common_price_name','¡Æ¢®¡Æ?','Y','shoppingmall',1197339573),(95,0,2,'common_provider_name','¡Æ©ª¡¾¨­??','Y','shoppingmall',1197339573),(96,0,2,'common_maker_name','???¢Ò??','Y','shoppingmall',1197339573),(97,0,2,'common_subject_name','??¢¬?','Y','shoppingmall',1197339573),(98,0,2,'common_homepage_name','?¡§¨¡?????','Y','shoppingmall',1197339573),(99,0,2,'common_location_name','¨ù?????','Y','shoppingmall',1197339573),(100,0,2,'common_phone_name','???¡©©ö©ª??','Y','shoppingmall',1197339573),(101,0,2,'common_category_name','¨¬¨¢¡¤?','Y','shoppingmall',1197339573),(102,0,2,'common_genre_name','??¢¬?','Y','shoppingmall',1197339573),(103,0,2,'common_execuite_number_name','¨ö????¢¬¨ù?','Y','shoppingmall',1197339573),(104,0,2,'common_rotation_name','?¢¬??','Y','shoppingmall',1197339573),(105,0,2,'common_regist_date_name','¢¯?¢¬¡Æ ©ø???','Y','shoppingmall',1197339573),(106,0,2,'common_make_date_name','???¨¬ ©ø???','Y','shoppingmall',1197339573),(107,0,2,'common_file_name','¨¡???','Y','shoppingmall',1197339573),(108,0,2,'common_password_name','¨ú???','Y','shoppingmall',1197339573),(109,0,2,'common_list_name','¢¬?¡¤??¢¬¡¤?','Y','shoppingmall',1197339573),(110,0,2,'common_return_name','?©ö¨ú¨¡¡Æ¢®¡¾?','Y','shoppingmall',1197339573),(111,0,2,'common_pre_name','????','Y','shoppingmall',1197339573),(112,0,2,'common_next_name','¢¥??¨ö','Y','shoppingmall',1197339573),(113,0,2,'common_save_name','??????¡¾?','Y','shoppingmall',1197339573),(114,0,2,'common_delete_name','??????¡¾?','Y','shoppingmall',1197339573),(115,0,2,'common_category_manage_name','¨¬¨¢¡¤?¡Æ?¢¬?','Y','shoppingmall',1197339573),(116,0,2,'common_category_choice_name','¨¬¨¢¡¤?¨ù¡¾??','Y','shoppingmall',1197339573),(117,0,2,'common_total_view_name','???¨ù¨¬¢¬¡¾?','Y','shoppingmall',1197339573),(118,0,2,'common_subcategory_name','???¡×¨¬¨¢¡¤?','Y','shoppingmall',1197339573),(119,0,2,'common_search_name','¡Æ???','Y','shoppingmall',1197339573),(120,0,2,'common_modify_date_name','¡Æ??? ©ø???','Y','shoppingmall',1197339573),(121,0,2,'common_total_name','???¨ù','Y','shoppingmall',1197339573),(122,0,2,'common_start_date_name','¨ö?????','Y','shoppingmall',1197339573),(123,0,2,'common_inquire_name','?¢Ò?¢¬','Y','shoppingmall',1197339573),(124,0,2,'common_recommend_name','?©¬??','Y','shoppingmall',1197339573),(125,0,2,'common_body_sentance','¨¬?©ö?','Y','shoppingmall',1197339573),(126,0,2,'common_checkbox_name','?¨ù??','Y','shoppingmall',1197339573),(127,0,2,'imageview_sale_name','¨¡?¢¬?','Y','shoppingmall',1197339573),(128,0,2,'imageview_download_name','¢¥?¢¯???','Y','shoppingmall',1197339573),(129,0,2,'imageview_recommend_name','?©¬??','Y','shoppingmall',1197339573),(130,0,2,'imageview_inquire_name','?¢Ò?¢¬¨ù?','Y','shoppingmall',1197339573),(131,0,2,'detailinfo_sale_number_name','¨¡?¢¬?¨ù?','Y','shoppingmall',1197339573),(132,0,2,'detailinfo_download_number_name','¢¥?¢¯?¡¤???¨ù?','Y','shoppingmall',1197339573),(133,0,2,'detailinfo_recommend_number_name','?©¬??¨ù?','Y','shoppingmall',1197339573),(134,0,2,'detailinfo_inquire_number_name','?¢Ò?¢¬¨ù?','Y','shoppingmall',1197339573),(135,0,2,'detailinfo_price_name','¡Æ¢®¡Æ?','Y','shoppingmall',1197339573),(136,0,2,'detailinfo_buy_info_name','¡¾¢¬¢¬??¢´¨¬¢¬','Y','shoppingmall',1197339573),(137,0,2,'detailinfo_buy_quantity_name','??©ö?¨ù?¡¤?','Y','shoppingmall',1197339573),(138,0,2,'detailinfo_deposit_money_name','??¢¬©ø¡¾?','Y','shoppingmall',1197339573),(139,0,2,'detailinfo_choice_name','¨ù¡¾??','Y','shoppingmall',1197339573),(140,0,2,'detailinfo_division_name','¡¾¢¬¨¬¨¢','Y','shoppingmall',1197339573),(141,0,2,'detailinfo_license_name','¢Ò???¨ù¡¾¨ö¨¬','Y','shoppingmall',1197339573),(142,0,2,'detailinfo_format_name','¨¡¡À¢¬?','Y','shoppingmall',1197339573),(143,0,2,'detailinfo_use_tool_name','??¢¯??©ª','Y','shoppingmall',1197339573),(144,0,2,'detailinfo_os_name','OS','Y','shoppingmall',1197339573),(145,0,2,'detailinfo_use_language_name','??¢¯?¨ú©£¨ú?','Y','shoppingmall',1197339573),(146,0,2,'detailinfo_db_name','DB','Y','shoppingmall',1197339573),(147,0,2,'detailinfo_color_mode_name','??¢Ò?¢¬©£??','Y','shoppingmall',1197339573),(148,0,2,'detailinfo_resolution_name','?¨ª????','Y','shoppingmall',1197339573),(149,0,2,'detailinfo_quantity_name','¨¬¨¢¡¤?','Y','shoppingmall',1197339573),(150,0,2,'detailinfo_volume_name','¢¯?¡¤?','Y','shoppingmall',1197339573),(151,0,2,'detailinfo_size_name','??????','Y','shoppingmall',1197339573),(152,0,2,'detailinfo_normal_price_name','?¢´??¡Æ¢®','Y','shoppingmall',1197339573),(153,0,2,'detailinfo_discount_price_name','????¡Æ¢®','Y','shoppingmall',1197339573),(154,0,2,'detailinfo_point_name','¨¡¡À??¨¡?','Y','shoppingmall',1197339573),(155,0,2,'detailinfo_ready_sentence','','Y','shoppingmall',1197339573),(156,0,2,'slide_show_name','¨ö¨ö¢Ò?????¨ù?','Y','shoppingmall',1197339573),(157,0,2,'slide_photo_modify_name','???©ª¨ù??¢´','Y','shoppingmall',1197339573),(158,0,2,'slide_speed_name','¨ù???','Y','shoppingmall',1197339573),(159,0,2,'slide_maximum_speed_name','??¢¥??? ?¢®¢¬?','Y','shoppingmall',1197339573),(160,0,2,'slide_second_name','??','Y','shoppingmall',1197339573),(161,0,2,'slide_category_choice_name','¨¬¨¢¡¤?¨ù¡¾??','Y','shoppingmall',1197339573),(162,0,2,'slide_writer_name','¡¾?¨ú¢¥??','Y','shoppingmall',1197339573),(163,0,2,'slide_opinion_name','??¡Æ©¬','Y','shoppingmall',1197339573),(164,0,2,'diagram_model_name','','Y','shoppingmall',1197339573),(165,0,2,'diagram_cpu_name','','Y','shoppingmall',1197339573),(166,0,2,'diagram_memory_name','','Y','shoppingmall',1197339573),(167,0,2,'diagram_hdd_name','','Y','shoppingmall',1197339573),(168,0,2,'diagram_size_name','','Y','shoppingmall',1197339573),(169,0,2,'diagram_buy_price','','Y','shoppingmall',1197339573),(170,0,2,'diagram_rent_price','','Y','shoppingmall',1197339573),(171,0,3,'cate_use_part','S','Y','contentsmall',1197339573),(172,0,3,'common_content_name','?????¡À¢¬?','Y','contentsmall',1197339573),(173,0,3,'common_brand_name','¨¬?¡¤???¢¬?','Y','contentsmall',1197339573),(174,0,3,'common_number_name','©ö©ª??','Y','contentsmall',1197339573),(175,0,3,'common_image_name','??©ö???','Y','contentsmall',1197339573),(176,0,3,'common_writer_name','¡¾?¨ú¢¥??','Y','contentsmall',1197339573),(177,0,3,'common_reply_name','¢¥?¡¾?','Y','contentsmall',1197339573),(178,0,3,'common_price_sign_name','¡Æ¢®¡Æ?¡¾???','Y','contentsmall',1197339573),(179,0,3,'common_price_name','¡Æ¢®¡Æ?','Y','contentsmall',1197339573),(180,0,3,'common_provider_name','¡Æ©ª¡¾¨­??','Y','contentsmall',1197339573),(181,0,3,'common_maker_name','???¢Ò??','Y','contentsmall',1197339573),(182,0,3,'common_subject_name','??¢¬?','Y','contentsmall',1197339573),(183,0,3,'common_homepage_name','?¡§¨¡?????','Y','contentsmall',1197339573),(184,0,3,'common_location_name','¨ù?????','Y','contentsmall',1197339573),(185,0,3,'common_phone_name','???¡©©ö©ª??','Y','contentsmall',1197339573),(186,0,3,'common_category_name','¨¬¨¢¡¤?','Y','contentsmall',1197339573),(187,0,3,'common_genre_name','??¢¬?','Y','contentsmall',1197339573),(188,0,3,'common_execuite_number_name','¨ö????¢¬¨ù?','Y','contentsmall',1197339573),(189,0,3,'common_rotation_name','?¢¬??','Y','contentsmall',1197339573),(190,0,3,'common_regist_date_name','¢¯?¢¬¡Æ ©ø???','Y','contentsmall',1197339573),(191,0,3,'common_make_date_name','???¨¬ ©ø???','Y','contentsmall',1197339573),(192,0,3,'common_file_name','¨¡???','Y','contentsmall',1197339573),(193,0,3,'common_password_name','¨ú???','Y','contentsmall',1197339573),(194,0,3,'common_list_name','¢¬?¡¤??¢¬¡¤?','Y','contentsmall',1197339573),(195,0,3,'common_return_name','?©ö¨ú¨¡¡Æ¢®¡¾?','Y','contentsmall',1197339573),(196,0,3,'common_pre_name','????','Y','contentsmall',1197339573),(197,0,3,'common_next_name','¢¥??¨ö','Y','contentsmall',1197339573),(198,0,3,'common_save_name','??????¡¾?','Y','contentsmall',1197339573),(199,0,3,'common_delete_name','??????¡¾?','Y','contentsmall',1197339573),(200,0,3,'common_category_manage_name','¨¬¨¢¡¤?¡Æ?¢¬?','Y','contentsmall',1197339573),(201,0,3,'common_category_choice_name','¨¬¨¢¡¤?¨ù¡¾??','Y','contentsmall',1197339573),(202,0,3,'common_total_view_name','???¨ù¨¬¢¬¡¾?','Y','contentsmall',1197339573),(203,0,3,'common_subcategory_name','???¡×¨¬¨¢¡¤?','Y','contentsmall',1197339573),(204,0,3,'common_search_name','¡Æ???','Y','contentsmall',1197339573),(205,0,3,'common_modify_date_name','¡Æ??? ©ø???','Y','contentsmall',1197339573),(206,0,3,'common_total_name','???¨ù','Y','contentsmall',1197339573),(207,0,3,'common_start_date_name','¨ö?????','Y','contentsmall',1197339573),(208,0,3,'common_inquire_name','?¢Ò?¢¬','Y','contentsmall',1197339573),(209,0,3,'common_recommend_name','?©¬??','Y','contentsmall',1197339573),(210,0,3,'common_body_sentance','¨¬?©ö?','Y','contentsmall',1197339573),(211,0,3,'common_checkbox_name','?¨ù??','Y','contentsmall',1197339573),(212,0,3,'imageview_sale_name','¨¡?¢¬?','Y','contentsmall',1197339573),(213,0,3,'imageview_download_name','¢¥?¢¯???','Y','contentsmall',1197339573),(214,0,3,'imageview_recommend_name','?©¬??','Y','contentsmall',1197339573),(215,0,3,'imageview_inquire_name','?¢Ò?¢¬¨ù?','Y','contentsmall',1197339573),(216,0,3,'detailinfo_sale_number_name','¨¡?¢¬?¨ù?','Y','contentsmall',1197339573),(217,0,3,'detailinfo_download_number_name','¢¥?¢¯?¡¤???¨ù?','Y','contentsmall',1197339573),(218,0,3,'detailinfo_recommend_number_name','?©¬??¨ù?','Y','contentsmall',1197339573),(219,0,3,'detailinfo_inquire_number_name','?¢Ò?¢¬¨ù?','Y','contentsmall',1197339573),(220,0,3,'detailinfo_price_name','¡Æ¢®¡Æ?','Y','contentsmall',1197339573),(221,0,3,'detailinfo_buy_info_name','¡¾¢¬¢¬??¢´¨¬¢¬','Y','contentsmall',1197339573),(222,0,3,'detailinfo_buy_quantity_name','??©ö?¨ù?¡¤?','Y','contentsmall',1197339573),(223,0,3,'detailinfo_deposit_money_name','??¢¬©ø¡¾?','Y','contentsmall',1197339573),(224,0,3,'detailinfo_choice_name','¨ù¡¾??','Y','contentsmall',1197339573),(225,0,3,'detailinfo_division_name','¡¾¢¬¨¬¨¢','Y','contentsmall',1197339573),(226,0,3,'detailinfo_license_name','¢Ò???¨ù¡¾¨ö¨¬','Y','contentsmall',1197339573),(227,0,3,'detailinfo_format_name','¨¡¡À¢¬?','Y','contentsmall',1197339573),(228,0,3,'detailinfo_use_tool_name','??¢¯??©ª','Y','contentsmall',1197339573),(229,0,3,'detailinfo_os_name','OS','Y','contentsmall',1197339573),(230,0,3,'detailinfo_use_language_name','??¢¯?¨ú©£¨ú?','Y','contentsmall',1197339573),(231,0,3,'detailinfo_db_name','DB','Y','contentsmall',1197339573),(232,0,3,'detailinfo_color_mode_name','??¢Ò?¢¬©£??','Y','contentsmall',1197339573),(233,0,3,'detailinfo_resolution_name','?¨ª????','Y','contentsmall',1197339573),(234,0,3,'detailinfo_quantity_name','¨¬¨¢¡¤?','Y','contentsmall',1197339573),(235,0,3,'detailinfo_volume_name','¢¯?¡¤?','Y','contentsmall',1197339573),(236,0,3,'detailinfo_size_name','??????','Y','contentsmall',1197339573),(237,0,3,'detailinfo_normal_price_name','?¢´??¡Æ¢®','Y','contentsmall',1197339573),(238,0,3,'detailinfo_discount_price_name','????¡Æ¢®','Y','contentsmall',1197339573),(239,0,3,'detailinfo_point_name','¨¡¡À??¨¡?','Y','contentsmall',1197339573),(240,0,3,'detailinfo_ready_sentence','','Y','contentsmall',1197339573),(241,0,3,'slide_show_name','¨ö¨ö¢Ò?????¨ù?','Y','contentsmall',1197339573),(242,0,3,'slide_photo_modify_name','???©ª¨ù??¢´','Y','contentsmall',1197339573),(243,0,3,'slide_speed_name','¨ù???','Y','contentsmall',1197339573),(244,0,3,'slide_maximum_speed_name','??¢¥??? ?¢®¢¬?','Y','contentsmall',1197339573),(245,0,3,'slide_second_name','??','Y','contentsmall',1197339573),(246,0,3,'slide_category_choice_name','¨¬¨¢¡¤?¨ù¡¾??','Y','contentsmall',1197339573),(247,0,3,'slide_writer_name','¡¾?¨ú¢¥??','Y','contentsmall',1197339573),(248,0,3,'slide_opinion_name','??¡Æ©¬','Y','contentsmall',1197339573),(249,0,3,'diagram_model_name','','Y','contentsmall',1197339573),(250,0,3,'diagram_cpu_name','','Y','contentsmall',1197339573),(251,0,3,'diagram_memory_name','','Y','contentsmall',1197339573),(252,0,3,'diagram_hdd_name','','Y','contentsmall',1197339573),(253,0,3,'diagram_size_name','','Y','contentsmall',1197339573),(254,0,3,'diagram_buy_price','','Y','contentsmall',1197339573),(255,0,3,'diagram_rent_price','','Y','contentsmall',1197339573),(256,0,4,'cate_use_part','S','Y','game',1197339573),(257,0,4,'common_content_name','?????¡À¢¬?','Y','game',1197339573),(258,0,4,'common_brand_name','¨¬?¡¤???¢¬?','Y','game',1197339573),(259,0,4,'common_number_name','©ö©ª??','Y','game',1197339573),(260,0,4,'common_image_name','??©ö???','Y','game',1197339573),(261,0,4,'common_writer_name','¡¾?¨ú¢¥??','Y','game',1197339573),(262,0,4,'common_reply_name','¢¥?¡¾?','Y','game',1197339573),(263,0,4,'common_price_sign_name','¡Æ¢®¡Æ?¡¾???','Y','game',1197339573),(264,0,4,'common_price_name','¡Æ¢®¡Æ?','Y','game',1197339573),(265,0,4,'common_provider_name','¡Æ©ª¡¾¨­??','Y','game',1197339573),(266,0,4,'common_maker_name','???¢Ò??','Y','game',1197339573),(267,0,4,'common_subject_name','??¢¬?','Y','game',1197339573),(268,0,4,'common_homepage_name','?¡§¨¡?????','Y','game',1197339573),(269,0,4,'common_location_name','¨ù?????','Y','game',1197339573),(270,0,4,'common_phone_name','???¡©©ö©ª??','Y','game',1197339573),(271,0,4,'common_category_name','¨¬¨¢¡¤?','Y','game',1197339573),(272,0,4,'common_genre_name','??¢¬?','Y','game',1197339573),(273,0,4,'common_execuite_number_name','¨ö????¢¬¨ù?','Y','game',1197339573),(274,0,4,'common_rotation_name','?¢¬??','Y','game',1197339573),(275,0,4,'common_regist_date_name','¢¯?¢¬¡Æ ©ø???','Y','game',1197339573),(276,0,4,'common_make_date_name','???¨¬ ©ø???','Y','game',1197339573),(277,0,4,'common_file_name','¨¡???','Y','game',1197339573),(278,0,4,'common_password_name','¨ú???','Y','game',1197339573),(279,0,4,'common_list_name','¢¬?¡¤??¢¬¡¤?','Y','game',1197339573),(280,0,4,'common_return_name','?©ö¨ú¨¡¡Æ¢®¡¾?','Y','game',1197339573),(281,0,4,'common_pre_name','????','Y','game',1197339573),(282,0,4,'common_next_name','¢¥??¨ö','Y','game',1197339573),(283,0,4,'common_save_name','??????¡¾?','Y','game',1197339573),(284,0,4,'common_delete_name','??????¡¾?','Y','game',1197339573),(285,0,4,'common_category_manage_name','¨¬¨¢¡¤?¡Æ?¢¬?','Y','game',1197339573),(286,0,4,'common_category_choice_name','¨¬¨¢¡¤?¨ù¡¾??','Y','game',1197339573),(287,0,4,'common_total_view_name','???¨ù¨¬¢¬¡¾?','Y','game',1197339573),(288,0,4,'common_subcategory_name','???¡×¨¬¨¢¡¤?','Y','game',1197339573),(289,0,4,'common_search_name','¡Æ???','Y','game',1197339573),(290,0,4,'common_modify_date_name','¡Æ??? ©ø???','Y','game',1197339573),(291,0,4,'common_total_name','???¨ù','Y','game',1197339573),(292,0,4,'common_start_date_name','¨ö?????','Y','game',1197339573),(293,0,4,'common_inquire_name','?¢Ò?¢¬','Y','game',1197339573),(294,0,4,'common_recommend_name','?©¬??','Y','game',1197339573),(295,0,4,'common_body_sentance','¨¬?©ö?','Y','game',1197339573),(296,0,4,'common_checkbox_name','?¨ù??','Y','game',1197339573),(297,0,4,'imageview_sale_name','¨¡?¢¬?','Y','game',1197339573),(298,0,4,'imageview_download_name','¢¥?¢¯???','Y','game',1197339573),(299,0,4,'imageview_recommend_name','?©¬??','Y','game',1197339573),(300,0,4,'imageview_inquire_name','?¢Ò?¢¬¨ù?','Y','game',1197339573),(301,0,4,'detailinfo_sale_number_name','¨¡?¢¬?¨ù?','Y','game',1197339573),(302,0,4,'detailinfo_download_number_name','¢¥?¢¯?¡¤???¨ù?','Y','game',1197339573),(303,0,4,'detailinfo_recommend_number_name','?©¬??¨ù?','Y','game',1197339573),(304,0,4,'detailinfo_inquire_number_name','?¢Ò?¢¬¨ù?','Y','game',1197339573),(305,0,4,'detailinfo_price_name','¡Æ¢®¡Æ?','Y','game',1197339573),(306,0,4,'detailinfo_buy_info_name','¡¾¢¬¢¬??¢´¨¬¢¬','Y','game',1197339573),(307,0,4,'detailinfo_buy_quantity_name','??©ö?¨ù?¡¤?','Y','game',1197339573),(308,0,4,'detailinfo_deposit_money_name','??¢¬©ø¡¾?','Y','game',1197339573),(309,0,4,'detailinfo_choice_name','¨ù¡¾??','Y','game',1197339573),(310,0,4,'detailinfo_division_name','¡¾¢¬¨¬¨¢','Y','game',1197339573),(311,0,4,'detailinfo_license_name','¢Ò???¨ù¡¾¨ö¨¬','Y','game',1197339573),(312,0,4,'detailinfo_format_name','¨¡¡À¢¬?','Y','game',1197339573),(313,0,4,'detailinfo_use_tool_name','??¢¯??©ª','Y','game',1197339573),(314,0,4,'detailinfo_os_name','OS','Y','game',1197339573),(315,0,4,'detailinfo_use_language_name','??¢¯?¨ú©£¨ú?','Y','game',1197339573),(316,0,4,'detailinfo_db_name','DB','Y','game',1197339573),(317,0,4,'detailinfo_color_mode_name','??¢Ò?¢¬©£??','Y','game',1197339573),(318,0,4,'detailinfo_resolution_name','?¨ª????','Y','game',1197339573),(319,0,4,'detailinfo_quantity_name','¨¬¨¢¡¤?','Y','game',1197339573),(320,0,4,'detailinfo_volume_name','¢¯?¡¤?','Y','game',1197339573),(321,0,4,'detailinfo_size_name','??????','Y','game',1197339573),(322,0,4,'detailinfo_normal_price_name','?¢´??¡Æ¢®','Y','game',1197339573),(323,0,4,'detailinfo_discount_price_name','????¡Æ¢®','Y','game',1197339573),(324,0,4,'detailinfo_point_name','¨¡¡À??¨¡?','Y','game',1197339573),(325,0,4,'detailinfo_ready_sentence','','Y','game',1197339573),(326,0,4,'slide_show_name','¨ö¨ö¢Ò?????¨ù?','Y','game',1197339573),(327,0,4,'slide_photo_modify_name','???©ª¨ù??¢´','Y','game',1197339573),(328,0,4,'slide_speed_name','¨ù???','Y','game',1197339573),(329,0,4,'slide_maximum_speed_name','??¢¥??? ?¢®¢¬?','Y','game',1197339573),(330,0,4,'slide_second_name','??','Y','game',1197339573),(331,0,4,'slide_category_choice_name','¨¬¨¢¡¤?¨ù¡¾??','Y','game',1197339573),(332,0,4,'slide_writer_name','¡¾?¨ú¢¥??','Y','game',1197339573),(333,0,4,'slide_opinion_name','??¡Æ©¬','Y','game',1197339573),(334,0,4,'diagram_model_name','','Y','game',1197339573),(335,0,4,'diagram_cpu_name','','Y','game',1197339573),(336,0,4,'diagram_memory_name','','Y','game',1197339573),(337,0,4,'diagram_hdd_name','','Y','game',1197339573),(338,0,4,'diagram_size_name','','Y','game',1197339573),(339,0,4,'diagram_buy_price','','Y','game',1197339573),(340,0,4,'diagram_rent_price','','Y','game',1197339573),(341,0,5,'cate_use_part','S','Y','custom',1197339573),(342,0,5,'common_content_name','?????¡À¢¬?','Y','custom',1197339573),(343,0,5,'common_brand_name','¨¬?¡¤???¢¬?','Y','custom',1197339573),(344,0,5,'common_number_name','©ö©ª??','Y','custom',1197339573),(345,0,5,'common_image_name','??©ö???','Y','custom',1197339573),(346,0,5,'common_writer_name','¡¾?¨ú¢¥??','Y','custom',1197339573),(347,0,5,'common_reply_name','¢¥?¡¾?','Y','custom',1197339573),(348,0,5,'common_price_sign_name','¡Æ¢®¡Æ?¡¾???','Y','custom',1197339573),(349,0,5,'common_price_name','¡Æ¢®¡Æ?','Y','custom',1197339573),(350,0,5,'common_provider_name','¡Æ©ª¡¾¨­??','Y','custom',1197339573),(351,0,5,'common_maker_name','???¢Ò??','Y','custom',1197339573),(352,0,5,'common_subject_name','??¢¬?','Y','custom',1197339573),(353,0,5,'common_homepage_name','?¡§¨¡?????','Y','custom',1197339573),(354,0,5,'common_location_name','¨ù?????','Y','custom',1197339573),(355,0,5,'common_phone_name','???¡©©ö©ª??','Y','custom',1197339573),(356,0,5,'common_category_name','¨¬¨¢¡¤?','Y','custom',1197339573),(357,0,5,'common_genre_name','??¢¬?','Y','custom',1197339573),(358,0,5,'common_execuite_number_name','¨ö????¢¬¨ù?','Y','custom',1197339573),(359,0,5,'common_rotation_name','?¢¬??','Y','custom',1197339573),(360,0,5,'common_regist_date_name','¢¯?¢¬¡Æ ©ø???','Y','custom',1197339573),(361,0,5,'common_make_date_name','???¨¬ ©ø???','Y','custom',1197339573),(362,0,5,'common_file_name','¨¡???','Y','custom',1197339573),(363,0,5,'common_password_name','¨ú???','Y','custom',1197339573),(364,0,5,'common_list_name','¢¬?¡¤??¢¬¡¤?','Y','custom',1197339573),(365,0,5,'common_return_name','?©ö¨ú¨¡¡Æ¢®¡¾?','Y','custom',1197339573),(366,0,5,'common_pre_name','????','Y','custom',1197339573),(367,0,5,'common_next_name','¢¥??¨ö','Y','custom',1197339573),(368,0,5,'common_save_name','??????¡¾?','Y','custom',1197339573),(369,0,5,'common_delete_name','??????¡¾?','Y','custom',1197339573),(370,0,5,'common_category_manage_name','¨¬¨¢¡¤?¡Æ?¢¬?','Y','custom',1197339573),(371,0,5,'common_category_choice_name','¨¬¨¢¡¤?¨ù¡¾??','Y','custom',1197339573),(372,0,5,'common_total_view_name','???¨ù¨¬¢¬¡¾?','Y','custom',1197339573),(373,0,5,'common_subcategory_name','???¡×¨¬¨¢¡¤?','Y','custom',1197339573),(374,0,5,'common_search_name','¡Æ???','Y','custom',1197339573),(375,0,5,'common_modify_date_name','¡Æ??? ©ø???','Y','custom',1197339573),(376,0,5,'common_total_name','???¨ù','Y','custom',1197339573),(377,0,5,'common_start_date_name','¨ö?????','Y','custom',1197339573),(378,0,5,'common_inquire_name','?¢Ò?¢¬','Y','custom',1197339573),(379,0,5,'common_recommend_name','?©¬??','Y','custom',1197339573),(380,0,5,'common_body_sentance','¨¬?©ö?','Y','custom',1197339573),(381,0,5,'common_checkbox_name','?¨ù??','Y','custom',1197339573),(382,0,5,'imageview_sale_name','¨¡?¢¬?','Y','custom',1197339573),(383,0,5,'imageview_download_name','¢¥?¢¯???','Y','custom',1197339573),(384,0,5,'imageview_recommend_name','?©¬??','Y','custom',1197339573),(385,0,5,'imageview_inquire_name','?¢Ò?¢¬¨ù?','Y','custom',1197339573),(386,0,5,'detailinfo_sale_number_name','¨¡?¢¬?¨ù?','Y','custom',1197339573),(387,0,5,'detailinfo_download_number_name','¢¥?¢¯?¡¤???¨ù?','Y','custom',1197339573),(388,0,5,'detailinfo_recommend_number_name','?©¬??¨ù?','Y','custom',1197339573),(389,0,5,'detailinfo_inquire_number_name','?¢Ò?¢¬¨ù?','Y','custom',1197339573),(390,0,5,'detailinfo_price_name','¡Æ¢®¡Æ?','Y','custom',1197339573),(391,0,5,'detailinfo_buy_info_name','¡¾¢¬¢¬??¢´¨¬¢¬','Y','custom',1197339573),(392,0,5,'detailinfo_buy_quantity_name','??©ö?¨ù?¡¤?','Y','custom',1197339573),(393,0,5,'detailinfo_deposit_money_name','??¢¬©ø¡¾?','Y','custom',1197339573),(394,0,5,'detailinfo_choice_name','¨ù¡¾??','Y','custom',1197339573),(395,0,5,'detailinfo_division_name','¡¾¢¬¨¬¨¢','Y','custom',1197339573),(396,0,5,'detailinfo_license_name','¢Ò???¨ù¡¾¨ö¨¬','Y','custom',1197339573),(397,0,5,'detailinfo_format_name','¨¡¡À¢¬?','Y','custom',1197339573),(398,0,5,'detailinfo_use_tool_name','??¢¯??©ª','Y','custom',1197339573),(399,0,5,'detailinfo_os_name','OS','Y','custom',1197339573),(400,0,5,'detailinfo_use_language_name','??¢¯?¨ú©£¨ú?','Y','custom',1197339573),(401,0,5,'detailinfo_db_name','DB','Y','custom',1197339573),(402,0,5,'detailinfo_color_mode_name','??¢Ò?¢¬©£??','Y','custom',1197339573),(403,0,5,'detailinfo_resolution_name','?¨ª????','Y','custom',1197339573),(404,0,5,'detailinfo_quantity_name','¨¬¨¢¡¤?','Y','custom',1197339573),(405,0,5,'detailinfo_volume_name','¢¯?¡¤?','Y','custom',1197339573),(406,0,5,'detailinfo_size_name','??????','Y','custom',1197339573),(407,0,5,'detailinfo_normal_price_name','?¢´??¡Æ¢®','Y','custom',1197339573),(408,0,5,'detailinfo_discount_price_name','????¡Æ¢®','Y','custom',1197339573),(409,0,5,'detailinfo_point_name','¨¡¡À??¨¡?','Y','custom',1197339573),(410,0,5,'detailinfo_ready_sentence','','Y','custom',1197339573),(411,0,5,'slide_show_name','¨ö¨ö¢Ò?????¨ù?','Y','custom',1197339573),(412,0,5,'slide_photo_modify_name','???©ª¨ù??¢´','Y','custom',1197339573),(413,0,5,'slide_speed_name','¨ù???','Y','custom',1197339573),(414,0,5,'slide_maximum_speed_name','??¢¥??? ?¢®¢¬?','Y','custom',1197339573),(415,0,5,'slide_second_name','??','Y','custom',1197339573),(416,0,5,'slide_category_choice_name','¨¬¨¢¡¤?¨ù¡¾??','Y','custom',1197339573),(417,0,5,'slide_writer_name','¡¾?¨ú¢¥??','Y','custom',1197339573),(418,0,5,'slide_opinion_name','??¡Æ©¬','Y','custom',1197339573),(419,0,5,'diagram_model_name','','Y','custom',1197339573),(420,0,5,'diagram_cpu_name','','Y','custom',1197339573),(421,0,5,'diagram_memory_name','','Y','custom',1197339573),(422,0,5,'diagram_hdd_name','','Y','custom',1197339573),(423,0,5,'diagram_size_name','','Y','custom',1197339573),(424,0,5,'diagram_buy_price','','Y','custom',1197339573),(425,0,5,'diagram_rent_price','','Y','custom',1197339573); /*!40000 ALTER TABLE `ASADAL_DISPLAY_WORDS_ITEMS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_INI_BOARD` -- DROP TABLE IF EXISTS `ASADAL_INI_BOARD`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_INI_BOARD` ( `pk` int(11) NOT NULL auto_increment, `control` varchar(20) default NULL, `control_auth` text, `rowsPerAPage` int(2) NOT NULL default '0', `nPageNvgt` int(2) NOT NULL default '0', `isReply` int(1) NOT NULL default '0', `isHOTICON` int(1) NOT NULL default '0', `cdtOfHOTICON` int(3) default NULL, `isNEWICON` int(1) NOT NULL default '0', `isFILEICON` int(1) NOT NULL default '0', `isLineNumSorting` int(1) NOT NULL default '0', `isWriter` int(1) NOT NULL default '0', `isDate` int(1) NOT NULL default '0', `isCounter` int(1) NOT NULL default '0', `isRecommend` int(1) NOT NULL default '0', `isNO` int(1) NOT NULL default '0', `isHTML` int(1) NOT NULL default '0', `isEMAIL` int(1) NOT NULL default '0', `isFileUpLoad` int(1) NOT NULL default '0', `fileUpLoadSize` int(1) NOT NULL default '0', `heightOfRead` int(2) default NULL, `isRelation` int(1) NOT NULL default '0', `rstIP` int(1) NOT NULL default '0', `rstWords` int(1) NOT NULL default '0', `header` text NOT NULL, `footer` text NOT NULL, `email` text, `ip` text, `words` text, `emailHeader` text, `allPageWidth` varchar(50) default NULL, `isListAll` int(1) NOT NULL default '0', `textIndent` int(2) default NULL, `skinName` varchar(100) NOT NULL default '', `isBegin` int(1) NOT NULL default '1', `isEnd` int(1) NOT NULL default '1', `isPub` int(1) NOT NULL default '0', `pubName` varchar(10) default NULL, `nPubs` int(1) NOT NULL default '1', `isPubBold` int(1) default '0', `whereSkin` int(1) default '0', `mouseOverColor` varchar(20) default '#FFFFFF', `isShowBgImage` int(1) default '1', `asadalName` varchar(50) default NULL, `isAsadal` int(1) default '0', `antiSpam` int(1) default '0', `isCheckview` int(1) NOT NULL default '0', `tableType` tinyint(1) NOT NULL default '0', `isPw_r` tinyint(1) NOT NULL default '0', `fileUpLoadCnt` int(3) NOT NULL default '1', `isFileInfo` tinyint(1) NOT NULL default '0', `commName` varchar(100) NOT NULL default '', `isStop` tinyint(1) NOT NULL default '0', `ip_hide` tinyint(1) NOT NULL default '0', `writer_edit_not` tinyint(1) NOT NULL default '1', `writerType` tinyint(1) default '1', `whisper_hide` tinyint(1) NOT NULL default '0', `asaedit_hide` tinyint(1) NOT NULL default '0', `search_hide` tinyint(1) NOT NULL default '1', `writebox_dtext` text NOT NULL, `allcount_hide` tinyint(1) NOT NULL default '1', `count_hide` tinyint(1) NOT NULL default '1', `backcolor` varchar(50) NOT NULL default '', `downFiles` varchar(255) NOT NULL default '', `adminimg_hide` tinyint(1) NOT NULL default '1', `isMEMO` int(1) NOT NULL default '0', `textColorOfMEMO` varchar(50) default NULL, `borderColorOfMEMO` varchar(50) default NULL, `textFontSizeOfMEMO` varchar(50) default NULL, `textFontFmlOfMEMO` varchar(50) default NULL, `bgColorOfMEMO` varchar(100) default NULL, `isMarkMEMO` tinyint(1) default '0', `writerMEMO` tinyint(1) default '1', `isBadMEMO` tinyint(1) default '0', `memoOrderby` tinyint(1) NOT NULL default '0', `isDateMemo` tinyint(1) default '1', `writerEditMemo` tinyint(1) default '1', `memoAdminEmail` varchar(50) default NULL, `isRecomGraph` tinyint(1) default '1', `graphGood` varchar(10) default '1', `graphBad` varchar(10) default '2', `isCategory` tinyint(1) NOT NULL default '0', `categorySelectbox` tinyint(1) NOT NULL default '1', `categoryPos` tinyint(1) NOT NULL default '1', `loginType` tinyint(1) default '2', `loginPage` tinyint(1) default '1', `sorting` varchar(10) default 'number', `sort_order` varchar(5) default 'desc', `new_date` int(2) default '1', `isAsadal2` int(1) default '0', `asadalName2` varchar(50) default NULL, `isAsadal3` int(1) default '0', `asadalName3` varchar(50) default NULL, `adminPass` varchar(100) default NULL, `tableAlign` varchar(10) default '0', `awhereIsAsaBoard` varchar(250) default '/asapro/board', `anewTarget` char(1) default '0', `anewTarget_name` varchar(250) default '_blank', `afrontPageWidth` varchar(5) default '100%', `ashowMore` char(1) default '1', `ashowSign` char(1) default '1', `awhereIsSign` varchar(250) default NULL, `ashowLine` char(1) default '1', `awhereIsLine` varchar(250) default NULL, `ashowReply` char(1) default '1', `ashowpub` char(1) default '0', `ashownewicon` char(1) default '0', `ashowDate` char(1) default '0', `ashowTime` char(1) default '0', `acategory_v` varchar(4) default '0', `ashowCategroy` char(1) default '0', `anLine` int(4) default '5', `ahide_subject` char(1) default '0', `asubject_textIndent` varchar(4) default '13', `asubject_fontFamily` varchar(50) default NULL, `asubject_fontSize` varchar(4) default NULL, `asubject_textBold` varchar(5) default NULL, `asubject_fontColor` varchar(10) default NULL, `asubject_bgColor` varchar(10) default NULL, `asubject_margin` varchar(4) default NULL, `ashowUDF` varchar(10) default '0', `acontents_textIndent` varchar(4) default '0', `ashowImage` char(1) default '0', `aimageWidth` varchar(4) default '120', `aimageHeight` varchar(4) default '80', `acontents_fontSize` varchar(4) default NULL, `acontents_fontFamily` varchar(50) default NULL, `acontents_fontColor` varchar(10) default NULL, `acontents_bgColor` varchar(10) default NULL, `acontents_lineHeight` varchar(4) default NULL, `acontents_margin` varchar(4) default NULL, `acategory_link` char(1) default '0', `is_autoskin` tinyint(4) NOT NULL default '1', `autoboard_use` varchar(10) default 'auto', PRIMARY KEY (`pk`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_INI_BOARD` -- LOCK TABLES `ASADAL_INI_BOARD` WRITE; /*!40000 ALTER TABLE `ASADAL_INI_BOARD` DISABLE KEYS */; INSERT INTO `ASADAL_INI_BOARD` VALUES (1,'||','||',30,10,1,1,100,1,0,0,1,1,1,0,1,1,0,0,1,20,1,0,0,'','','','','','','100%',1,0,'hEmbossBlue',1,1,0,'¡Æ©ª??',1,1,0,'#FFFFFF',1,'',0,0,0,2,1,5,0,'',0,1,1,1,0,0,1,'',1,1,'','txt/gif/doc/hwp/jpg/ppt/pdf/htm/html/php/inc/alz',1,0,'#545555','','9','gulim','',0,1,0,0,1,1,'',0,'1','2',0,1,1,2,1,'number','desc',1,0,'',0,'','*1F7ACFF79C195938A232DA88E72B4767F4770A13','0','/asapro/board','0','_blank','100%','1','1','','1','','1','0','0','0','0','0','0',0,'0','13','','','','','','','0','0','0','120','80','','','','','','','0',1,'auto'); /*!40000 ALTER TABLE `ASADAL_INI_BOARD` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_INI_BOARD_AUTO` -- DROP TABLE IF EXISTS `ASADAL_INI_BOARD_AUTO`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_INI_BOARD_AUTO` ( `pk` int(11) NOT NULL auto_increment, `newTarget` char(1) default '0', `newTarget_name` varchar(250) default '_blank', `frontPageWidth` varchar(5) default '100%', `showMore` char(1) default '1', `showSign` char(1) default '1', `whereIsSign` varchar(250) default NULL, `showLine` char(1) default '1', `whereIsLine` varchar(250) default NULL, `showReply` char(1) default '1', `showpub` char(1) default '0', `shownewicon` char(1) default '0', `showDate` char(1) default '0', `showTime` char(1) default '0', `category_v` varchar(4) default '0', `showCategroy` char(1) default '0', `nLine` int(4) default '5', `hide_subject` char(1) default '0', `subject_textIndent` varchar(4) default '13', `subject_fontFamily` varchar(50) default NULL, `subject_fontSize` varchar(4) default NULL, `subject_textBold` varchar(5) default NULL, `subject_fontColor` varchar(10) default NULL, `subject_bgColor` varchar(10) default NULL, `subject_margin` varchar(4) default NULL, `showUDF` varchar(10) default '0', `contents_textIndent` varchar(4) default '0', `showImage` char(1) default '0', `imageAlign` int(1) default '0', `imageWidth` varchar(4) default '120', `imageHeight` varchar(4) default '80', `contents_fontSize` varchar(4) default NULL, `contents_fontFamily` varchar(50) default NULL, `contents_fontColor` varchar(10) default NULL, `contents_bgColor` varchar(10) default NULL, `contents_lineHeight` varchar(4) default NULL, `contents_margin` varchar(4) default NULL, `category_link` char(1) default '0', `autoboard_use` varchar(10) default 'auto', PRIMARY KEY (`pk`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_INI_BOARD_AUTO` -- LOCK TABLES `ASADAL_INI_BOARD_AUTO` WRITE; /*!40000 ALTER TABLE `ASADAL_INI_BOARD_AUTO` DISABLE KEYS */; INSERT INTO `ASADAL_INI_BOARD_AUTO` VALUES (1,'0','_blank','100%','1','1','/board/image/sign.gif','1','/board/image/line.gif','1','1','1','0','0','','0',5,'0','13','¡¾¨ù¢¬©÷','9pt','0','','','','0','0','0',0,'120','80','9pt','¡¾¨ù¢¬©÷','','','','','0','auto'); /*!40000 ALTER TABLE `ASADAL_INI_BOARD_AUTO` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_INI_MEMBER` -- DROP TABLE IF EXISTS `ASADAL_INI_MEMBER`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_INI_MEMBER` ( `groups` char(2) default NULL, `auths` varchar(100) default NULL ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_INI_MEMBER` -- LOCK TABLES `ASADAL_INI_MEMBER` WRITE; /*!40000 ALTER TABLE `ASADAL_INI_MEMBER` DISABLE KEYS */; INSERT INTO `ASADAL_INI_MEMBER` VALUES ('',''); /*!40000 ALTER TABLE `ASADAL_INI_MEMBER` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_INI_SITE` -- DROP TABLE IF EXISTS `ASADAL_INI_SITE`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_INI_SITE` ( `num` int(11) unsigned NOT NULL auto_increment, `ftp_host` varchar(50) default NULL, `ftp_id` varchar(30) default NULL, `ftp_pw` varchar(30) default NULL, `logo_img` varchar(100) default NULL, `home_url` varchar(250) default NULL, `home_title` varchar(250) default NULL, `copyright` varchar(250) default NULL, PRIMARY KEY (`num`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_INI_SITE` -- LOCK TABLES `ASADAL_INI_SITE` WRITE; /*!40000 ALTER TABLE `ASADAL_INI_SITE` DISABLE KEYS */; INSERT INTO `ASADAL_INI_SITE` VALUES (1,'localhost','dstore','destor12','','plusapple.com','plusapple.com','Copyright ¡§? plusapple.com All rights reserved.'); /*!40000 ALTER TABLE `ASADAL_INI_SITE` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_INI_STAT` -- DROP TABLE IF EXISTS `ASADAL_INI_STAT`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_INI_STAT` ( `no` tinyint(4) NOT NULL auto_increment, `control` varchar(20) default NULL, `control_auth` text, PRIMARY KEY (`no`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_INI_STAT` -- LOCK TABLES `ASADAL_INI_STAT` WRITE; /*!40000 ALTER TABLE `ASADAL_INI_STAT` DISABLE KEYS */; INSERT INTO `ASADAL_INI_STAT` VALUES (1,'',''); /*!40000 ALTER TABLE `ASADAL_INI_STAT` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_IPFILTER_ACCESSNAME` -- DROP TABLE IF EXISTS `ASADAL_IPFILTER_ACCESSNAME`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_IPFILTER_ACCESSNAME` ( `num` int(10) NOT NULL auto_increment, `id` varchar(20) NOT NULL default '', `name` varchar(20) NOT NULL default '', `date` datetime NOT NULL default '0000-00-00 00:00:00', `SETUP_NUM` int(10) NOT NULL, PRIMARY KEY (`num`), KEY `SETUP_NUM` (`SETUP_NUM`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_IPFILTER_ACCESSNAME` -- LOCK TABLES `ASADAL_IPFILTER_ACCESSNAME` WRITE; /*!40000 ALTER TABLE `ASADAL_IPFILTER_ACCESSNAME` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_IPFILTER_ACCESSNAME` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_IPFILTER_LIST` -- DROP TABLE IF EXISTS `ASADAL_IPFILTER_LIST`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_IPFILTER_LIST` ( `seq` int(10) unsigned NOT NULL auto_increment, `pk` int(10) unsigned NOT NULL default '1', `ip` varchar(30) NOT NULL default '', `iptype` tinyint(3) unsigned NOT NULL default '1', `regdate` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`seq`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_IPFILTER_LIST` -- LOCK TABLES `ASADAL_IPFILTER_LIST` WRITE; /*!40000 ALTER TABLE `ASADAL_IPFILTER_LIST` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_IPFILTER_LIST` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_IPFILTER_SETUP` -- DROP TABLE IF EXISTS `ASADAL_IPFILTER_SETUP`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_IPFILTER_SETUP` ( `seq` int(10) unsigned NOT NULL auto_increment, `title` varchar(127) NOT NULL default '', `isuse` tinyint(3) unsigned NOT NULL default '1', `memo` varchar(127) NOT NULL default '', `category` varchar(50) NOT NULL default 'mail', `sub_category` varchar(50) default NULL, PRIMARY KEY (`seq`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_IPFILTER_SETUP` -- LOCK TABLES `ASADAL_IPFILTER_SETUP` WRITE; /*!40000 ALTER TABLE `ASADAL_IPFILTER_SETUP` DISABLE KEYS */; INSERT INTO `ASADAL_IPFILTER_SETUP` VALUES (1,'??¢¬¨­?? ¨ú¨¡???? ¨ù©ø?¢´',0,'??¢¬¨­?? ¨ú¨¡???? ¨ù©ø?¢´','mail',''); /*!40000 ALTER TABLE `ASADAL_IPFILTER_SETUP` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMBER_AUTH` -- DROP TABLE IF EXISTS `ASADAL_MEMBER_AUTH`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMBER_AUTH` ( `num` int(11) unsigned NOT NULL auto_increment, `status` char(1) default NULL, `parent` int(11) NOT NULL default '0', `auto` tinyint(1) NOT NULL default '0', `name` varchar(50) character set euckr collate euckr_bin default NULL, `content` varchar(100) default NULL, `kind` varchar(50) default NULL, `mdate` date NOT NULL default '0000-00-00', `rangking` mediumint(8) unsigned default '99', PRIMARY KEY (`num`) ) ENGINE=MyISAM AUTO_INCREMENT=41 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMBER_AUTH` -- LOCK TABLES `ASADAL_MEMBER_AUTH` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMBER_AUTH` DISABLE KEYS */; INSERT INTO `ASADAL_MEMBER_AUTH` VALUES (9,'y',0,1,'ȸ¿ø¿©ºÎ','?¢¬¢¯©ª¢¯?¨¬? ¨ù©ø¢¬?',NULL,'2006-09-04',1),(10,'y',9,1,'¡Û','?¢¬¢¯©ª?? ¡Æ©¡¢¯?',NULL,'2006-09-04',0),(12,'y',0,1,'ȸ¿øµî±Þ','?¢¬¢¯©ª??¡¾¨­',NULL,'2006-09-04',7),(15,'y',12,1,'ÁØÈ¸¿ø','?¨ª?¢¬¢¯©ª ¡¾???',NULL,'2006-09-04',0),(13,'y',12,1,'ÀϹÝȸ¿ø','??©ö??¢¬¢¯©ª ¡¾???',NULL,'2006-09-04',0),(14,'y',12,1,'¿ì¼öȸ¿ø','¢¯?¨ù??¢¬¢¯©ª ¡¾???',NULL,'2006-09-04',0),(19,'y',0,1,'ȸ¿øÁ¾·ù','?¢¬¢¯©ª?¨ú¡¤?',NULL,'2006-09-04',6),(20,'y',19,1,'°³ÀÎȸ¿ø','¡Æ©ø???¢¬¢¯©ª',NULL,'2006-09-04',0),(21,'y',19,1,'±â¾÷ȸ¿ø','¡¾?¨ú¡À?¢¬¢¯©ª',NULL,'2006-09-04',0),(22,'y',0,1,'¼ºº°','¨ù¨¬¨¬¡Æ',NULL,'2006-09-04',3),(23,'y',22,1,'³²','©ø©÷?? ?¢¬¢¯©ª',NULL,'2006-09-04',0),(24,'y',22,1,'¿©','¢¯??? ?¢¬¢¯©ª',NULL,'2006-09-04',0),(25,'y',0,1,'¿¬·É','¢¯?¡¤?',NULL,'2006-09-04',4),(26,'y',25,1,'14¼¼ÀÌ»ó','14¨ù¨ù????',NULL,'2006-09-04',0),(27,'y',25,1,'19¼¼ÀÌ»ó','19¨ù¨ù????',NULL,'2006-09-04',0),(31,'y',0,1,'½Ç¸íÀÎÁõ','¨ö?¢¬?????',NULL,'2006-09-04',2),(32,'y',31,1,'¡Û','¨ö?¢¬????? ??¢¯? ¨ö?',NULL,'2006-09-04',0),(33,'y',0,1,'ºÎ¸ðµ¿ÀÇ','¨¬?¢¬©£?¢¯??',NULL,'2006-09-04',5),(34,'y',33,1,'¡Û','¨¬?¢¬©£?¢¯?? ??¢¯? ¨ö?',NULL,'2006-09-04',0),(35,'n',0,1,'À¯·á','??¡¤?',NULL,'2006-09-04',8),(36,'n',35,1,'¡Û','??¡¤??¢¬¢¯©ª',NULL,'2006-09-04',0),(39,'y',0,1,'°ü¸®ÀÚ','¡Æ?¢¬???',NULL,'2006-09-04',10),(40,'y',39,1,'¡Û','¡Æ?¢¬???',NULL,'2006-09-04',0); /*!40000 ALTER TABLE `ASADAL_MEMBER_AUTH` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMBER_CFG` -- DROP TABLE IF EXISTS `ASADAL_MEMBER_CFG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMBER_CFG` ( `num` int(2) unsigned NOT NULL auto_increment, `adminEmail` varchar(100) default NULL, `companyName` varchar(50) default NULL, `afterLoginNow` int(1) default '0', `afterLogin` varchar(100) default NULL, `ftarget_in` varchar(50) default NULL, `afterLogoutNow` int(1) default '0', `afterLogout` varchar(100) default NULL, `ftarget_out` varchar(50) default NULL, `afterApply` varchar(100) default NULL, `ftarget_apply` varchar(50) default NULL, `ftarget_1` varchar(50) default NULL, `asamemberFileName` varchar(100) default NULL, `ftarget_name` varchar(50) default NULL, `cash_use` tinyint(1) default NULL, `cash_scope` varchar(20) default NULL, `cash_term` varchar(10) default NULL, `cash_amount` varchar(255) default NULL, `cash_kind` varchar(30) default NULL, `bank_info` text, `card_company` varchar(50) default NULL, `card_id1` varchar(50) default NULL, `card_id2` varchar(50) default NULL, `account_company` varchar(50) default NULL, `account_id1` varchar(50) default NULL, `account_id2` varchar(50) default NULL, `mobile_company` varchar(50) default NULL, `mobile_id1` varchar(50) default NULL, `mobile_id2` varchar(50) default NULL, `rtLogin` tinyint(1) default NULL, `rtAgree_use` tinyint(1) default NULL, `rtNameCheck_use` tinyint(1) default NULL, `rtNameCheck_fail` tinyint(1) default '0', `rtNameCheck_state` tinyint(1) default '0', `consent_method` varchar(20) default NULL, `consent_memo` varchar(100) default NULL, `namecheck_company` varchar(50) default NULL, `namecheck_id1` varchar(50) default NULL, `namecheck_id2` varchar(100) default NULL, `namecheck_id3` varchar(100) default NULL, `namecheck_id4` varchar(100) default NULL, `selectMailSend` enum('y','n') default 'n', `listAddUse` enum('y','n') default 'n', `listAdd` text, `listMemberAdd` text, `listMember` varchar(200) default NULL, `listMemberSearch` varchar(100) default NULL, `listList` varchar(200) default NULL, `listSearch` varchar(100) default NULL, `avata_use` char(1) default NULL, `isMileage` char(1) default NULL, `applyMileage` int(10) unsigned default NULL, `isDeposit` char(1) default NULL, `applyDeposit` int(10) unsigned default NULL, `addFile` varchar(100) default NULL, `memberskin` varchar(12) default NULL, `location` varchar(15) default NULL, `isHTML` int(1) default NULL, `isMailToNew` int(1) default NULL, `isMailToBlackList` tinyint(1) default NULL, `mailHeader01` text, `mailFooter01` text, `mailHeader02` text, `mailFooter02` text, `mail_shape` char(1) default NULL, `control_name` varchar(20) default NULL, `control` varchar(20) default NULL, `control_auth` text, `member_convert_use` int(1) NOT NULL default '0', `member_db_host` varchar(30) default NULL, `member_db_name` varchar(30) default NULL, `member_db_user` varchar(30) default NULL, `member_db_pass` varchar(30) default NULL, `member_table_name` varchar(30) default NULL, `member_field_id` varchar(30) default NULL, `member_field_pass` varchar(30) default NULL, `member_field_name` varchar(30) default NULL, `member_field_mail` varchar(30) default NULL, `member_field_num1` varchar(30) default NULL, `member_field_num2` varchar(30) default NULL, `member_field_complete` varchar(30) default NULL, `useravata_use` char(1) default NULL, `Depositcard_company` varchar(50) default NULL, `Depositcard_id1` varchar(50) default NULL, `Depositcard_id2` varchar(50) default NULL, `Depositaccount_company` varchar(50) default NULL, `Depositaccount_id1` varchar(50) default NULL, `Depositaccount_id2` varchar(50) default NULL, `Depositmobile_company` varchar(50) default NULL, `Depositmobile_id1` varchar(50) default NULL, `Depositmobile_id2` varchar(50) default NULL, `isAdminMemo` char(1) default '0', `isUserMemo` char(1) default '0', `reg_date_type` char(1) default '0', `DepositCash_kind` varchar(250) default NULL, `DepositBank_info` text, `isExcelDepositUser` tinyint(1) default '0', `isExcelDepositAdmin` tinyint(1) default '0', `isExcelMileUser` tinyint(1) default '0', `isExcelMileAdmin` tinyint(1) default '0', `isExcelMListUser` tinyint(1) default '0', `isExcelMListAdmin` tinyint(1) default '0', `isSaveID` tinyint(1) default '0', `isSavePW` tinyint(1) default '0', `saveTerm` int(10) unsigned default '48', `isSecureLog` tinyint(1) default '0', `isWelcome` tinyint(1) default '0', `secure_jumin` enum('y','n') NOT NULL default 'n', PRIMARY KEY (`num`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMBER_CFG` -- LOCK TABLES `ASADAL_MEMBER_CFG` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMBER_CFG` DISABLE KEYS */; INSERT INTO `ASADAL_MEMBER_CFG` VALUES (1,'','',1,'/','',0,'/','','/','','','/','',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,1,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','n',NULL,NULL,'num-reg_date-name-id-jumin-type-phone','name-id-jumin-email','num-id-name-reg_date','id-name','1','1',0,'0',0,'','shapeLength','::3:5:4:1',NULL,NULL,NULL,'\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n
    ¨ú?©ø???¨ù¨ù¢¯?. ?¢¬¢¯©ª¢¯?¡¤?¨¬¨¢!!
    \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

    \r\n\r\n\r\n
    ','
    \r\n

    \r\n

    \r\n

    copyright ¡§? plusapple.com all rights reserved.

    ','\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n
    ¨ú?©ø???¨ù¨ù¢¯?. ?¢¬¢¯©ª¢¯?¡¤?¨¬¨¢!!
    \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

    \r\n\r\n\r\n
    ','
    \r\n

    \r\n

    \r\n

    copyright ¡§? plusapple.com all rights reserved.

    ',NULL,NULL,'auth||auth','40:1||40:1',0,'','','','','','','','','','','','','1','','','','','','','','','','0','0','0','','',0,0,0,0,0,0,0,0,48,0,1,'n'); /*!40000 ALTER TABLE `ASADAL_MEMBER_CFG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMBER_DEPOSIT_LOG` -- DROP TABLE IF EXISTS `ASADAL_MEMBER_DEPOSIT_LOG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMBER_DEPOSIT_LOG` ( `num` int(10) unsigned NOT NULL auto_increment, `Mkey` int(11) NOT NULL default '0', `id` varchar(20) NOT NULL default '', `name` varchar(30) NOT NULL default '', `service` varchar(15) NOT NULL default '', `service_contents` text NOT NULL, `deposit` int(11) NOT NULL default '0', `type` tinyint(4) NOT NULL default '0', `cancle_reason` tinytext NOT NULL, `status` tinyint(4) NOT NULL default '0', `refer` tinytext NOT NULL, `regdate` varchar(14) NOT NULL default '20030101000000', `pay_type` tinyint(2) default NULL, `bank_account` varchar(100) default NULL, `request_date` int(10) unsigned default NULL, `plan_date` int(10) unsigned default NULL, `refund_regdate` int(10) unsigned default NULL, `refund_date` int(10) unsigned default NULL, `memo` text, `waste` char(1) NOT NULL default '0', PRIMARY KEY (`num`), KEY `Mkey` (`Mkey`,`type`,`regdate`), KEY `type` (`type`,`regdate`), KEY `regdate` (`regdate`), KEY `regdate_2` (`regdate`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMBER_DEPOSIT_LOG` -- LOCK TABLES `ASADAL_MEMBER_DEPOSIT_LOG` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMBER_DEPOSIT_LOG` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_MEMBER_DEPOSIT_LOG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMBER_FORMADD` -- DROP TABLE IF EXISTS `ASADAL_MEMBER_FORMADD`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMBER_FORMADD` ( `num` int(2) unsigned NOT NULL auto_increment, `addform` text NOT NULL, `addsql` text NOT NULL, `fwdate` date NOT NULL default '0000-00-00', PRIMARY KEY (`num`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMBER_FORMADD` -- LOCK TABLES `ASADAL_MEMBER_FORMADD` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMBER_FORMADD` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_MEMBER_FORMADD` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMBER_FORMDATUM` -- DROP TABLE IF EXISTS `ASADAL_MEMBER_FORMDATUM`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMBER_FORMDATUM` ( `num` int(11) unsigned NOT NULL auto_increment, `type` varchar(100) default NULL, `level` varchar(100) default NULL, `id` varchar(100) default NULL, `pw` varchar(100) default NULL, `email` varchar(100) default NULL, `name` varchar(100) default NULL, `nameChinese` varchar(100) default NULL, `nameEnglish` varchar(100) default NULL, `nickname` varchar(100) default NULL, `avata` varchar(100) default NULL, `jumin` varchar(100) default NULL, `company` varchar(100) default NULL, `ceo` varchar(100) default NULL, `business_no` varchar(100) default NULL, `business_type` varchar(100) default NULL, `business_status` varchar(100) default NULL, `post` varchar(100) default NULL, `birthday` varchar(100) default NULL, `birthday_type` varchar(100) default NULL, `birthday_yun` varchar(100) default NULL, `office_tel` varchar(100) default NULL, `home_tel` varchar(100) default NULL, `phone` varchar(100) default NULL, `fax` varchar(100) default NULL, `zipcode` varchar(100) default NULL, `addr1` varchar(100) default NULL, `addr2` varchar(100) default NULL, `comzipcode` varchar(100) default NULL, `comaddr1` varchar(100) default NULL, `comaddr2` varchar(100) default NULL, `mail_chk` varchar(100) default NULL, `sex` varchar(100) default NULL, `job` varchar(100) default NULL, `education` varchar(100) default NULL, `school` varchar(100) default NULL, `income` varchar(100) default NULL, `wedding` varchar(100) default NULL, `login_page` varchar(100) default NULL, `list_datanum` varchar(100) default NULL, `hobby` varchar(100) default NULL, `udf01` varchar(100) default NULL, `udf02` varchar(100) default NULL, `udf03` varchar(100) default NULL, `type_item` varchar(100) default NULL, `level_item` varchar(100) default NULL, `business_type_item` varchar(100) default NULL, `business_status_item` varchar(100) default NULL, `job_item` varchar(100) default NULL, `education_item` varchar(100) default NULL, `school_item` varchar(100) default NULL, `income_item` varchar(100) default NULL, `wedding_item` varchar(100) default NULL, `mail_chk_item` varchar(100) default NULL, `udf01_item` varchar(100) default NULL, `udf02_item` varchar(100) default NULL, `udf03_item` varchar(100) default NULL, `fbgColor` varchar(20) default NULL, `fTextColor` varchar(20) default NULL, `fTextFont` varchar(20) default NULL, `fTextSize` varchar(20) default NULL, `gbgColor` varchar(20) default NULL, `gTextColor` varchar(20) default NULL, `gTextFont` varchar(20) default NULL, `gTextSize` varchar(20) default NULL, `bgColor` varchar(20) default NULL, `borderColor` varchar(20) default NULL, `listList` text, `listType` text, `textIndent` char(2) default NULL, `exColor` varchar(20) default NULL, `formHeader` text, `formFooter` text, `mileage` varchar(100) default NULL, `deposit` varchar(100) default NULL, `idChange` tinyint(1) default '0', `nickChange` tinyint(1) default '0', `jobposition` varchar(100) default NULL, PRIMARY KEY (`num`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMBER_FORMDATUM` -- LOCK TABLES `ASADAL_MEMBER_FORMDATUM` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMBER_FORMDATUM` DISABLE KEYS */; INSERT INTO `ASADAL_MEMBER_FORMDATUM` VALUES (1,'?¢¬¢¯©ª?¨ú¡¤?:radio:1:1:¢¯©ö) ??©ø¨£¢¬? ¨ù¡¾??','','¨ú¨¡???©£::1:1:¢¯©ö) gdhong','¨ú???:password:1:1:¢¯©ö) 4~15?? ¨ú??? ??¡¤?','??¢¬¨­??::1:1:¢¯©ö) hong@domain.com','??¢¬¡×::1:1:¢¯©ö) ??¡¾©¡?¢¯','??©ö???¢¬¡×::::¢¯©ö) ??????','¢¯?©ö???¢¬¡×::::¢¯©ö) Hong, Gil Dong','¨¬¡Æ¢¬?::1::¢¯©ö) ??¡¾©¡?¢¯',NULL,'??©ö???¡¤?©ö©ª??:text:1:1:¢¯©ö) 800101-1234567','?¢¬??¢¬?::1::¢¯©ö) (??)¨ù¨ù?¨ú¡¾?¨ù?','¢¥?????¢¬?::::¢¯©ö) ??¡¾©¡?¢¯','??¨ú¡À????¡¤?©ö©ª??::1::¢¯©ö) 123-45-67890','¨ú¡À?¨ú::::¢¯©ö) ¨ù¡©¨¬?¨ö¨¬¨ú¡À','¨ú¡À??::::¢¯©ö) ¡¾??©ö¨¬?','¢¥?¢¥?¨¬?¨ù¡©::1::','??©ø?¢¯???::1::¢¯©ö) 1980©ø? 01¢¯? 01??','¨ú?¡¤?/?¨ö¡¤?::::','¨¡?¢¥¨­/?¡¾¢¥¨­::::','?¡À?????¡©©ö©ª??::1::¢¯©ö) 02-123-1234','???????¡©©ö©ª??::1::¢¯©ö) 02-123-1234','?¨­¢¥?¨¡?::1::¢¯©ö) 011-123-1234','¨¡?¨ö¨¬::1::¢¯©ö) 02-123-1234','¢¯?¨¡?©ö©ª??::1::¢¯©ö) 123-456','??¨ù?::1::¢¯©ö) ¨ù¡©¢¯?¨ö? ¡Æ¢®©ø¨£¡¾¢¬ ¢¥?¢Ò??¢¯','©ø¨£¢¬?????¨ù?::1::¢¯©ö) 123-45©ö©ª?? ??¨¬©ö¨ú¨¡¨¡?¨¡? 1?¢¯ 301??','?¡À??¢¯?¨¡?©ö©ª??::::¢¯©ö) 123-456','?¡À????¨ù?::::¢¯©ö) ¨ù¡©¢¯?¨ö? ¡Æ¢®©ø¨£¡¾¢¬ ¢¥?¢Ò??¢¯','?¡À?? ??¨ù¨ù??¨ù?::::¢¯©ö) 123-41©ö©ª?? ¡Æ¢®©ø¨£¢¥?¨¬??? 8?©­','¢¬¨­??¨ù?¨ö?:radio:1::','¨ù¨¬¨¬¡Æ::::','?¡À¨ú¡À:text:::','?¨¢¡¤?:text:::','?¨¢¡¾©ø:text:::','¨ù??©¡¨ù??¨ª:text:::','¡Æ???¢¯?¨¬?:radio:::','¡¤?¡¾¡¿?? ?? ¨¡?????:text:1::¢¯©ö) /myinfo/list.htm','¢¬?¡¤??? ?? ¨ù?:text:::¢¯©ö) 30',NULL,NULL,NULL,NULL,'¡Æ©ø??/¡¾?¨ú¡À','','','','','',NULL,'','/','©ö¨­?¨ö/©ö¨­?? ¨ú??¨ö',NULL,NULL,NULL,'E0EAFF','1E3565','?¢¬¢¯?','9','FFFFFF','','?¢¬¢¯?','9','FFFFFF','B9CCF3','id-pw-type-name-nameChinese-nameEnglish-nickname-jumin-birthday-sex-email-company-ceo-business_no-business_type-business_status-post-jobposition-addr1-home_tel-phone-comaddr1-office_tel-fax-education-school-job-wedding-udf01-udf02-udf03-list_datanum-login_page-mail_chk',':company-business_no-post','4','737A88','','','¨¡¡À??¨¡?:text:1::','¢¯©ö?¢®¡¾?:text:1::',0,0,'?¡À??::::'); /*!40000 ALTER TABLE `ASADAL_MEMBER_FORMDATUM` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMBER_GROUP` -- DROP TABLE IF EXISTS `ASADAL_MEMBER_GROUP`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMBER_GROUP` ( `num` int(11) unsigned NOT NULL auto_increment, `status` char(1) default NULL, `parent` int(11) NOT NULL default '0', `name` varchar(50) NOT NULL default '', `menuAuth` text NOT NULL, `content` varchar(100) default NULL, `kind` varchar(50) default NULL, `gdate` date NOT NULL default '0000-00-00', PRIMARY KEY (`num`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMBER_GROUP` -- LOCK TABLES `ASADAL_MEMBER_GROUP` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMBER_GROUP` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_MEMBER_GROUP` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMBER_MEMBER` -- DROP TABLE IF EXISTS `ASADAL_MEMBER_MEMBER`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMBER_MEMBER` ( `num` int(10) unsigned NOT NULL auto_increment, `type` tinyint(1) NOT NULL default '0', `level` tinyint(1) NOT NULL default '0', `visible` tinyint(1) NOT NULL default '0', `isAdmin` tinyint(1) NOT NULL default '0', `memberAdmin` tinyint(1) NOT NULL default '0', `onlyAdmin` enum('0','1') NOT NULL default '0', `namecheck` enum('y','e','f','n') default 'n', `staff` tinyint(1) unsigned default '0', `parents_info` varchar(100) NOT NULL default '', `id` varchar(20) NOT NULL default '', `pw` varchar(100) character set euckr collate euckr_bin NOT NULL default '', `pw_temp` varchar(100) character set euckr collate euckr_bin default NULL, `name` varchar(30) NOT NULL default '', `nameChinese` varchar(50) default NULL, `nameEnglish` varchar(60) default NULL, `nickname` varchar(50) NOT NULL default '', `avata` varchar(20) NOT NULL default '', `company` varchar(100) NOT NULL default '', `ceo` varchar(20) NOT NULL default '', `business_no` varchar(20) NOT NULL default '', `business_type` varchar(50) NOT NULL default '', `business_status` varchar(100) NOT NULL default '', `post` varchar(50) NOT NULL default '', `jumin` varchar(14) NOT NULL default '', `birthday` date NOT NULL default '0000-00-00', `birthday_type` tinyint(1) default '1', `birthday_yun` tinyint(1) default '1', `office_tel` varchar(20) NOT NULL default '', `home_tel` varchar(20) NOT NULL default '', `phone` varchar(20) NOT NULL default '', `fax` varchar(20) NOT NULL default '', `email` varchar(50) NOT NULL default '', `zipcode` varchar(20) NOT NULL default '', `addr1` varchar(150) NOT NULL default '', `addr2` varchar(150) NOT NULL default '', `comzipcode` varchar(20) default NULL, `comaddr1` varchar(150) default NULL, `comaddr2` varchar(150) default NULL, `mail_chk` tinyint(1) default '1', `sex` tinyint(1) NOT NULL default '1', `job` varchar(50) default NULL, `education` varchar(30) default NULL, `school` tinytext, `income` varchar(30) default NULL, `wedding` tinyint(1) NOT NULL default '0', `login_page` varchar(100) NOT NULL default '', `list_datanum` varchar(100) NOT NULL default '', `hobby` varchar(100) default NULL, `cash_method` varchar(10) default NULL, `cash_amount` int(10) unsigned default NULL, `bank_info` varchar(100) default NULL, `cash_date` int(11) default NULL, `cash_success` varchar(10) default 'no', `mileage` int(10) unsigned NOT NULL default '0', `status` tinyint(1) NOT NULL default '0', `reg_date` int(11) NOT NULL default '0', `last_login` int(11) NOT NULL default '0', `leave_date` int(11) NOT NULL default '0', `leave_pw` varchar(20) NOT NULL default '', `leave_reason` tinytext NOT NULL, `udf01` varchar(100) default NULL, `udf02` varchar(100) default NULL, `udf03` varchar(100) default NULL, `deposit` int(10) unsigned NOT NULL default '0', `admin_reg` date default NULL, `jobposition` varchar(50) default NULL, `adminMemo` text, `userMemo` text, `idpw_nochange` tinyint(1) NOT NULL default '0', `isWebmail` char(1) default '0', `isAlias` char(1) default '0', PRIMARY KEY (`num`), UNIQUE KEY `id` (`id`), KEY `isAdmin` (`isAdmin`), KEY `name` (`name`), KEY `jumin` (`jumin`), KEY `email` (`email`), KEY `reg_date` (`reg_date`), KEY `staff` (`staff`), KEY `nickname` (`nickname`), KEY `status` (`status`), KEY `business_no` (`business_no`), KEY `addr1` (`addr1`), KEY `visible` (`visible`), KEY `mail_chk` (`mail_chk`), KEY `type` (`type`), KEY `admin_reg` (`admin_reg`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMBER_MEMBER` -- LOCK TABLES `ASADAL_MEMBER_MEMBER` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMBER_MEMBER` DISABLE KEYS */; INSERT INTO `ASADAL_MEMBER_MEMBER` VALUES (1,1,0,2,1,1,'0','n',0,'','dstore','*1F7ACFF79C195938A232DA88E72B4767F4770A13','','dstore','','','','','','','','','','','','2006-09-04',0,0,'','','','','dstore@plusapple.com','','','','','','',1,0,'','','','',-1,'','','',NULL,NULL,NULL,0,NULL,0,0,1157358322,1227145504,0,'','','','','',0,'2006-09-04','','','',0,'1','0'); /*!40000 ALTER TABLE `ASADAL_MEMBER_MEMBER` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMBER_MILEAGE_LOG` -- DROP TABLE IF EXISTS `ASADAL_MEMBER_MILEAGE_LOG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMBER_MILEAGE_LOG` ( `num` int(11) unsigned NOT NULL auto_increment, `Mkey` int(10) NOT NULL default '0', `id` varchar(20) NOT NULL default '', `name` varchar(30) default NULL, `service` varchar(15) default NULL, `service_contents` text, `mileage` int(11) NOT NULL default '0', `type` tinyint(1) NOT NULL default '0', `cancel_reason` tinytext, `status` tinyint(1) default '0', `refer` tinytext, `regdate` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`num`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMBER_MILEAGE_LOG` -- LOCK TABLES `ASADAL_MEMBER_MILEAGE_LOG` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMBER_MILEAGE_LOG` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_MEMBER_MILEAGE_LOG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMBER_NAMECHECK_LOG` -- DROP TABLE IF EXISTS `ASADAL_MEMBER_NAMECHECK_LOG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMBER_NAMECHECK_LOG` ( `pk` int(11) unsigned NOT NULL auto_increment, `id` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `jumin` varchar(14) NOT NULL default '', `status` enum('y','n') NOT NULL default 'n', `expire_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`pk`), KEY `idx_name_jumin` (`name`,`jumin`), KEY `id` (`id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMBER_NAMECHECK_LOG` -- LOCK TABLES `ASADAL_MEMBER_NAMECHECK_LOG` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMBER_NAMECHECK_LOG` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_MEMBER_NAMECHECK_LOG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMBER_OUT` -- DROP TABLE IF EXISTS `ASADAL_MEMBER_OUT`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMBER_OUT` ( `num` int(10) unsigned NOT NULL auto_increment, `type` tinyint(1) NOT NULL default '0', `level` tinyint(1) NOT NULL default '0', `visible` tinyint(1) NOT NULL default '0', `isAdmin` tinyint(1) NOT NULL default '0', `memberAdmin` tinyint(1) NOT NULL default '0', `onlyAdmin` enum('0','1') NOT NULL default '0', `namecheck` enum('y','e','f','n') default 'n', `staff` tinyint(1) unsigned default '0', `parents_info` varchar(100) NOT NULL default '', `id` varchar(20) NOT NULL default '', `pw` varchar(100) character set euckr collate euckr_bin NOT NULL default '', `pw_temp` varchar(100) character set euckr collate euckr_bin default NULL, `name` varchar(30) NOT NULL default '', `nameChinese` varchar(50) default NULL, `nameEnglish` varchar(60) default NULL, `nickname` varchar(50) NOT NULL default '', `avata` varchar(20) NOT NULL default '', `company` varchar(100) NOT NULL default '', `ceo` varchar(20) NOT NULL default '', `business_no` varchar(20) NOT NULL default '', `business_type` varchar(50) NOT NULL default '', `business_status` varchar(100) NOT NULL default '', `post` varchar(50) NOT NULL default '', `jumin` varchar(14) NOT NULL default '', `birthday` date NOT NULL default '0000-00-00', `birthday_type` tinyint(1) default '1', `birthday_yun` tinyint(1) default '1', `office_tel` varchar(20) NOT NULL default '', `home_tel` varchar(20) NOT NULL default '', `phone` varchar(20) NOT NULL default '', `fax` varchar(20) NOT NULL default '', `email` varchar(50) NOT NULL default '', `zipcode` varchar(20) NOT NULL default '', `addr1` varchar(150) NOT NULL default '', `addr2` varchar(150) NOT NULL default '', `comzipcode` varchar(20) default NULL, `comaddr1` varchar(150) default NULL, `comaddr2` varchar(150) default NULL, `mail_chk` tinyint(1) default '1', `sex` tinyint(1) NOT NULL default '1', `job` varchar(50) default NULL, `education` varchar(30) default NULL, `school` tinytext, `income` varchar(30) default NULL, `wedding` tinyint(1) NOT NULL default '0', `login_page` varchar(100) NOT NULL default '', `list_datanum` varchar(100) NOT NULL default '', `hobby` varchar(100) default NULL, `cash_method` varchar(10) default NULL, `cash_amount` int(10) unsigned default NULL, `bank_info` varchar(100) default NULL, `cash_date` int(11) default NULL, `cash_success` varchar(10) default 'no', `mileage` int(10) unsigned NOT NULL default '0', `status` tinyint(1) NOT NULL default '0', `reg_date` int(11) NOT NULL default '0', `last_login` int(11) NOT NULL default '0', `leave_date` int(11) NOT NULL default '0', `leave_pw` varchar(20) NOT NULL default '', `leave_reason` tinytext NOT NULL, `udf01` varchar(100) default NULL, `udf02` varchar(100) default NULL, `udf03` varchar(100) default NULL, `deposit` int(10) unsigned NOT NULL default '0', `admin_reg` date default NULL, `jobposition` varchar(50) default NULL, `adminMemo` text, `userMemo` text, PRIMARY KEY (`num`), KEY `isAdmin` (`isAdmin`), KEY `name` (`name`), KEY `email` (`email`), KEY `reg_date` (`reg_date`), KEY `staff` (`staff`), KEY `nickname` (`nickname`), KEY `status` (`status`), KEY `business_no` (`business_no`), KEY `addr1` (`addr1`), KEY `visible` (`visible`), KEY `mail_chk` (`mail_chk`), KEY `type` (`type`), KEY `admin_reg` (`admin_reg`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMBER_OUT` -- LOCK TABLES `ASADAL_MEMBER_OUT` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMBER_OUT` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_MEMBER_OUT` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMBER_SOLUTIONAUTH` -- DROP TABLE IF EXISTS `ASADAL_MEMBER_SOLUTIONAUTH`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMBER_SOLUTIONAUTH` ( `pk` int(10) unsigned NOT NULL auto_increment, `num` int(10) unsigned NOT NULL default '0', `kind` varchar(10) NOT NULL default '', `kindCode` varchar(100) NOT NULL default '0', `auth` varchar(10) default NULL, `community` enum('y','n') default 'n', PRIMARY KEY (`pk`), KEY `solutonNum` (`num`), KEY `solutonKind` (`kind`), KEY `solutonCommunity` (`community`), KEY `kindCode` (`kindCode`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMBER_SOLUTIONAUTH` -- LOCK TABLES `ASADAL_MEMBER_SOLUTIONAUTH` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMBER_SOLUTIONAUTH` DISABLE KEYS */; INSERT INTO `ASADAL_MEMBER_SOLUTIONAUTH` VALUES (1,1,'auth','10::23::34::20::40::13','1','n'); /*!40000 ALTER TABLE `ASADAL_MEMBER_SOLUTIONAUTH` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMBER_VIRTUAL` -- DROP TABLE IF EXISTS `ASADAL_MEMBER_VIRTUAL`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMBER_VIRTUAL` ( `num` int(10) unsigned NOT NULL auto_increment, `member_num` int(10) unsigned NOT NULL default '0', `vid` varchar(50) NOT NULL default '', `vpw` varchar(100) NOT NULL default '', `vname` varchar(50) default NULL, `voption` varchar(10) default NULL, `vmemo` varchar(10) default NULL, `vusemail` char(1) default '0', `reg_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`num`), KEY `member_num` (`member_num`), KEY `vid` (`vid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMBER_VIRTUAL` -- LOCK TABLES `ASADAL_MEMBER_VIRTUAL` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMBER_VIRTUAL` DISABLE KEYS */; INSERT INTO `ASADAL_MEMBER_VIRTUAL` VALUES (1,1,'dstore','368d7bfa01796739ff76c856be3cce82','dstore','webmail','0|1','1','2010-09-08 18:41:00'); /*!40000 ALTER TABLE `ASADAL_MEMBER_VIRTUAL` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMO_BOARD` -- DROP TABLE IF EXISTS `ASADAL_MEMO_BOARD`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMO_BOARD` ( `pk` int(11) NOT NULL auto_increment, `fk` varchar(50) default '', `pw` varchar(100) NOT NULL default '', `writer` varchar(50) NOT NULL default '', `member_num` varchar(32) default NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `memo` varchar(255) NOT NULL default '', `code` varchar(50) NOT NULL default '', `marks` char(2) default '', `recom` char(2) default '', `ip` varchar(50) NOT NULL default '', `id` varchar(20) NOT NULL default '', `domain` varchar(255) default NULL, `category` varchar(100) NOT NULL default '', PRIMARY KEY (`pk`), KEY `memo_fk` (`fk`), KEY `memo_code` (`code`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMO_BOARD` -- LOCK TABLES `ASADAL_MEMO_BOARD` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMO_BOARD` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_MEMO_BOARD` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MEMO_CFG` -- DROP TABLE IF EXISTS `ASADAL_MEMO_CFG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MEMO_CFG` ( `pk` int(11) NOT NULL auto_increment, `memoName` varchar(100) NOT NULL default '', `category` varchar(100) NOT NULL default '', `isMEMO` int(1) NOT NULL default '0', `textColorOfMEMO` varchar(50) default NULL, `borderColorOfMEMO` varchar(50) default NULL, `textFontSizeOfMEMO` varchar(50) default NULL, `textFontFmlOfMEMO` varchar(50) default NULL, `bgColorOfMEMO` varchar(100) default NULL, `isMarkMEMO` tinyint(1) default '0', `writerMEMO` tinyint(1) default '1', `isBadMEMO` tinyint(1) default '0', `memoOrderby` tinyint(1) NOT NULL default '0', `isDateMemo` tinyint(1) default '1', `writerEditMemo` tinyint(1) default '1', `memoAdminEmail` varchar(50) default NULL, `isRecomGraph` tinyint(1) default '1', `graphGood` varchar(10) default '1', `graphBad` varchar(10) default '2', PRIMARY KEY (`pk`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MEMO_CFG` -- LOCK TABLES `ASADAL_MEMO_CFG` WRITE; /*!40000 ALTER TABLE `ASADAL_MEMO_CFG` DISABLE KEYS */; INSERT INTO `ASADAL_MEMO_CFG` VALUES (1,'ASADAL_MEMO_BOARD','notice',0,'#545555','','9','gulim','',0,1,0,0,1,1,'',0,'1','2'),(2,'ASADAL_MEMO_BOARD','board',0,'#545555','','9','gulim','',0,1,0,0,1,1,'',0,'1','2'),(3,'mall_memo','',1,'','','','','',1,1,0,0,1,1,'',1,'1','2'),(4,'ASADAL_PHOTO_MEMO','',1,'','','','','',0,1,0,0,1,1,'',0,'1','2'); /*!40000 ALTER TABLE `ASADAL_MEMO_CFG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_MYPHOTO_USER` -- DROP TABLE IF EXISTS `ASADAL_MYPHOTO_USER`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_MYPHOTO_USER` ( `num` int(10) unsigned NOT NULL auto_increment, `cnt` int(3) unsigned default '0', `photo` text, `photoPath` text, PRIMARY KEY (`num`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_MYPHOTO_USER` -- LOCK TABLES `ASADAL_MYPHOTO_USER` WRITE; /*!40000 ALTER TABLE `ASADAL_MYPHOTO_USER` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_MYPHOTO_USER` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_PHOTO_CATEGORY` -- DROP TABLE IF EXISTS `ASADAL_PHOTO_CATEGORY`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_PHOTO_CATEGORY` ( `code` varchar(26) NOT NULL default '', `tree_code` varchar(26) NOT NULL default '', `category_name` varchar(100) character set euckr collate euckr_bin NOT NULL default '', `category_ename` varchar(100) NOT NULL default '', `image_name` varchar(40) NOT NULL default '', `image_main_name` varchar(40) NOT NULL default '', `chk_use` char(1) NOT NULL default 'y', `max_images` tinyint(4) NOT NULL default '20', `main_type` char(1) NOT NULL default 'A', `row_per_page` tinyint(4) NOT NULL default '5', `num_per_line` tinyint(4) NOT NULL default '3', `show_cateTitle` tinyint(4) NOT NULL default '1', `cateTitle_Img` varchar(250) NOT NULL default '', `show_subject` tinyint(4) NOT NULL default '1', `show_contents` tinyint(4) NOT NULL default '1', `show_memo_count` tinyint(4) NOT NULL default '1', `show_date` tinyint(4) NOT NULL default '1', `show_pic_date` tinyint(4) NOT NULL default '0', `show_writer` tinyint(4) NOT NULL default '1', `show_view` tinyint(4) NOT NULL default '1', `show_subCate` tinyint(4) NOT NULL default '1', `listsort` varchar(4) NOT NULL default 'DESC', `show_date_view` tinyint(4) NOT NULL default '1', `show_pic_date_view` tinyint(4) NOT NULL default '1', `show_writer_view` tinyint(4) NOT NULL default '1', `show_view_view` tinyint(4) NOT NULL default '1', `use_tag` tinyint(4) NOT NULL default '1', `use_search` tinyint(4) NOT NULL default '1', `pos_search` tinyint(4) NOT NULL default '2', `use_eFile` tinyint(4) NOT NULL default '1', `use_HangulImgName` tinyint(4) NOT NULL default '2', `show_originalImg_view` tinyint(4) NOT NULL default '1', `use_slidelist` tinyint(4) NOT NULL default '1', `slidelist_imgType` varchar(50) NOT NULL default 'vImagePath', `slidelist_pos` tinyint(4) NOT NULL default '2', `showSlideUI` tinyint(4) NOT NULL default '1', `use_slideauto` tinyint(4) NOT NULL default '1', `slideTime` tinyint(4) NOT NULL default '3', `thumb_width` smallint(6) NOT NULL default '200', `thumb_height` smallint(6) NOT NULL default '150', `thumb_align` varchar(20) NOT NULL default 'center', `thumb_valign` varchar(20) NOT NULL default 'middle', `listdetail_width` smallint(6) NOT NULL default '80', `listdetail_height` smallint(6) NOT NULL default '60', `show_listdetail_num` tinyint(4) NOT NULL default '1', `show_listdetail_subject` tinyint(4) NOT NULL default '1', `show_listdetail_writer` tinyint(4) NOT NULL default '1', `show_listdetail_date` tinyint(4) NOT NULL default '1', `show_listdetail_pic_date` tinyint(4) NOT NULL default '0', `show_listdetail_view` tinyint(4) NOT NULL default '1', `show_listdetail_memo` tinyint(4) NOT NULL default '1', `view_width` smallint(6) NOT NULL default '800', `write_free_subject` tinyint(4) NOT NULL default '1', `write_free_contents` tinyint(4) NOT NULL default '1', `title_cutLimit` smallint(6) NOT NULL default '20', `view_height` smallint(6) NOT NULL default '600', `imagecolor_bg` varchar(7) NOT NULL default '#efefef', `imagecolor_line` varchar(7) NOT NULL default '#000000', `imagecolor_line_width` tinyint(4) NOT NULL default '3', `use_cateUp` tinyint(4) NOT NULL default '2', `use_cateUpAuto` tinyint(4) NOT NULL default '2', `control` varchar(10) NOT NULL default '', `control_auth` text NOT NULL, `admin_auth` smallint(6) NOT NULL default '0', `use_begin` tinyint(4) NOT NULL default '1', `use_end` tinyint(4) NOT NULL default '1', `use_innerbegin` tinyint(4) NOT NULL default '1', `use_innerend` tinyint(4) NOT NULL default '1', `header` text, `footer` text, `btn_list` varchar(250) NOT NULL default '', `btn_prev` varchar(250) NOT NULL default '', `btn_next` varchar(250) NOT NULL default '', `btn_slide` varchar(250) NOT NULL default '', `btn_print` varchar(250) NOT NULL default '', `btn_modify` varchar(250) NOT NULL default '', `btn_upload` varchar(250) NOT NULL default '', `btn_delete` varchar(250) NOT NULL default '', `btn_back` varchar(250) NOT NULL default '', `btn_cate` varchar(250) NOT NULL default '', `btn_vlist` varchar(250) NOT NULL default '', `btn_hlist` varchar(250) NOT NULL default '', `btn_stop` varchar(250) NOT NULL default '', `btn_start` varchar(250) NOT NULL default '', `btn_upload2` varchar(250) NOT NULL default '', `btn_prev2` varchar(250) NOT NULL default '', `btn_next2` varchar(250) NOT NULL default '', `btn_new` varchar(250) NOT NULL default '', `btn_hot` varchar(250) NOT NULL default '', `newlimit` tinyint(4) NOT NULL default '1', `use_new` tinyint(4) NOT NULL default '1', `use_new_listdetail` tinyint(4) NOT NULL default '1', `hotlimit` tinyint(4) NOT NULL default '20', `use_hot` tinyint(4) NOT NULL default '1', `use_hot_listdetail` tinyint(4) NOT NULL default '1', `show_cateFolderImg` tinyint(4) NOT NULL default '1', `use_print` tinyint(4) NOT NULL default '1', `sort_field` varchar(50) NOT NULL default 'num', `use_bgimg` tinyint(4) NOT NULL default '0', `img_bg` varchar(250) NOT NULL default '', `img_bg_user` varchar(250) NOT NULL default '', `color_bg` varchar(20) NOT NULL default '#EBE7DD', `color_titlebg` varchar(20) NOT NULL default '#F7F4ED', `color_title` varchar(20) NOT NULL default '#000000', `color_textbg` varchar(20) NOT NULL default '#FFFFFF', `color_text` varchar(20) NOT NULL default '#000000', `show_vote` tinyint(4) NOT NULL default '1', `show_vote_listdetail` tinyint(4) NOT NULL default '1', `show_vote_view` tinyint(4) NOT NULL default '1', `btn_vote` varchar(250) NOT NULL default '', `btn_save` varchar(250) NOT NULL default '', `btn_upcate` varchar(250) NOT NULL default '', `view_type` char(1) NOT NULL default 'A', `use_AsaEdit` tinyint(4) NOT NULL default '1', `use_zoomimg` tinyint(4) NOT NULL default '2', `zoom_width` smallint(6) NOT NULL default '800', `zoom_height` smallint(6) NOT NULL default '600', `listList` varchar(200) NOT NULL default '', `downLimit` tinyint(4) NOT NULL default '2', `write_use_rotate` tinyint(4) NOT NULL default '1', `write_resize_cut` tinyint(4) NOT NULL default '1', `write_use_filter` tinyint(4) NOT NULL default '1', `write_use_pic_date` tinyint(4) NOT NULL default '1', `use_search_listdetail` tinyint(4) NOT NULL default '1', `pos_search_listdetail` tinyint(4) NOT NULL default '2', `row_per_page_listdetail` tinyint(4) NOT NULL default '20', `color_searchbg` varchar(20) NOT NULL default '', `show_upload` tinyint(4) NOT NULL default '1', `color_infoLine` varchar(20) NOT NULL default '#000000', `color_infoLine_height` tinyint(4) NOT NULL default '4', `view_content_show` tinyint(4) NOT NULL default '1', `view_content_align` varchar(15) NOT NULL default 'left', `show_mod_date_listdetail` tinyint(4) NOT NULL default '0', `show_mod_date_view` tinyint(4) NOT NULL default '0', `show_selectcateBtn` tinyint(4) NOT NULL default '1', `show_upcateBtn` tinyint(4) NOT NULL default '2', `color_searchline` varchar(20) NOT NULL default '', `color_searchtext` varchar(20) NOT NULL default '#000000', `color_tableline` varchar(20) NOT NULL default '', `color_tablebg` varchar(20) NOT NULL default '', `color_slidebg` varchar(20) NOT NULL default '', `photo_direct` varchar(20) NOT NULL default 'left', `photo_view_nums` varchar(5) NOT NULL default '10', `photo_slide_time` smallint(5) unsigned NOT NULL default '40', `photo_img_type` varchar(10) NOT NULL default 'medium', `photo_img_size` tinyint(3) unsigned NOT NULL default '60', `photo_tablewidth` smallint(5) unsigned NOT NULL default '528', `photo_tableheight` smallint(5) unsigned NOT NULL default '145', `photo_tablebg` varchar(20) NOT NULL default '#F2F2F2', `photo_tableline` varchar(20) NOT NULL default '#ECECEC', `photo_tablelinewidth` tinyint(3) unsigned NOT NULL default '1', `photo_imgbg` varchar(20) NOT NULL default '', `photo_imgline` varchar(20) NOT NULL default 'white', `photo_imglinewidth` tinyint(3) unsigned NOT NULL default '3', `photo_textsize` tinyint(3) unsigned NOT NULL default '11', `photo_textcolor` varchar(20) NOT NULL default 'black', `photo_title_cut` tinyint(3) unsigned NOT NULL default '20', `photo_img_gap` tinyint(3) unsigned NOT NULL default '15', `photo_link_type` varchar(20) NOT NULL default 'view', `photo_link_target` tinyint(3) unsigned NOT NULL default '2', `save_original` tinyint(4) NOT NULL default '1', `view_list` tinyint(4) NOT NULL default '1', `use_userfilename` tinyint(4) NOT NULL default '2', `view_exif` tinyint(4) NOT NULL default '1', `view_minilist` tinyint(4) NOT NULL default '3', `view_minilist_sortfld` varchar(20) NOT NULL default 'num', `view_minilist_x` tinyint(4) NOT NULL default '1', `view_minilist_y` tinyint(4) NOT NULL default '6', `view_minilist_page` tinyint(4) NOT NULL default '1', `view_minilist_sizerate` tinyint(4) NOT NULL default '50', `view_minilist_sort` varchar(20) NOT NULL default 'DESC', `btn_exifmore` varchar(255) NOT NULL default '', `btn_inhwa` varchar(255) NOT NULL default '', `show_btn_inhwa` tinyint(4) NOT NULL default '1', PRIMARY KEY (`code`), KEY `tree_code` (`tree_code`), KEY `category_name` (`category_name`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_PHOTO_CATEGORY` -- LOCK TABLES `ASADAL_PHOTO_CATEGORY` WRITE; /*!40000 ALTER TABLE `ASADAL_PHOTO_CATEGORY` DISABLE KEYS */; INSERT INTO `ASADAL_PHOTO_CATEGORY` VALUES ('1','c','»çÁø','phototop','','','y',20,'A',5,3,3,'',1,1,1,1,2,1,1,2,'ASC',1,1,1,1,1,1,1,1,2,2,1,'vImagePath',2,2,2,3,200,150,'center','middle',80,60,1,1,1,1,2,1,1,800,1,1,20,600,'#efefef','#000000',3,2,2,'auth||','40:1||',99,2,2,1,1,'','','','','','','','','','','','','','','','','','','','','',1,1,1,20,1,1,1,1,'num',2,'','','','#F7F4ED','#000000','#FFFFFF','#000000',1,1,1,'','','','A',1,1,800,600,'num-dImagePath-subject-writer-reg_date-pic_date-view-memo_count-vote',2,1,1,1,1,1,2,20,'#FFFFFF',1,'#000000',4,1,'left',2,2,2,2,'','#000000','','','','left','10',40,'medium',60,528,145,'#F2F2F2','#ECECEC',1,'','white',3,11,'black',20,15,'view',2,1,1,2,1,3,'num',1,6,1,50,'DESC','','',1),('AS1158844023','c01','Á¦Ç°¼Ò°³','product','','','y',10,'A',5,3,3,'/home/asapro/asapro/photo/product/1049179131.gif',1,1,2,2,2,2,2,2,'ASC',1,1,1,1,1,1,1,2,2,1,1,'zImagePath',3,1,1,3,200,150,'center','middle',60,45,1,1,1,1,1,1,1,480,1,1,30,360,'#FFFFFF','',0,2,2,'auth||','40:1||',104,1,1,1,1,'','','','','','','','','','','','','','','','','','','','','',1,1,2,20,1,2,1,1,'num',2,'','','#FFFFFF','#E4EDFF','#1E3565','#FFFFFF','#000000',2,1,1,'','','','A',1,1,800,600,'num-dImagePath-subject-writer-reg_date-mod_date-pic_date-view-memo_count-vote',2,1,2,2,1,1,1,30,'',1,'#B9CCF3',3,1,'center',2,2,1,2,'','#000000','','','','left','10',40,'medium',50,252,93,'#F2F2F2','#ECECEC',1,'','white',3,11,'black',20,15,'view',2,1,1,2,1,3,'num',1,6,1,50,'DESC','','',1); /*!40000 ALTER TABLE `ASADAL_PHOTO_CATEGORY` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_PHOTO_CATEGORY4` -- DROP TABLE IF EXISTS `ASADAL_PHOTO_CATEGORY4`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_PHOTO_CATEGORY4` ( `cate_no` int(11) NOT NULL auto_increment, `code_no` int(11) NOT NULL default '0', `cate_code` varchar(26) NOT NULL default '', `cate_treecode` varchar(255) NOT NULL default '', `cate_name` varchar(100) NOT NULL default '', `cate_ename` varchar(100) NOT NULL default '', `image_name` varchar(40) NOT NULL default '', `image_main_name` varchar(40) NOT NULL default '', `cate_service` enum('y','n') NOT NULL default 'n', `cate_keyword` mediumtext NOT NULL, `cate_use` char(1) NOT NULL default 'y', `chk_use` char(1) NOT NULL default 'y', `max_images` tinyint(4) NOT NULL default '20', `main_type` char(1) NOT NULL default 'A', `row_per_page` tinyint(4) NOT NULL default '5', `num_per_line` tinyint(4) NOT NULL default '3', `show_cateTitle` tinyint(4) NOT NULL default '1', `cateTitle_Img` varchar(250) NOT NULL default '', `show_subject` tinyint(4) NOT NULL default '1', `show_contents` tinyint(4) NOT NULL default '1', `show_memo_count` tinyint(4) NOT NULL default '1', `show_date` tinyint(4) NOT NULL default '1', `show_pic_date` tinyint(4) NOT NULL default '0', `show_writer` tinyint(4) NOT NULL default '1', `show_view` tinyint(4) NOT NULL default '1', `show_subCate` tinyint(4) NOT NULL default '1', `listsort` varchar(4) NOT NULL default 'DESC', `show_date_view` tinyint(4) NOT NULL default '1', `show_pic_date_view` tinyint(4) NOT NULL default '1', `show_writer_view` tinyint(4) NOT NULL default '1', `show_view_view` tinyint(4) NOT NULL default '1', `use_tag` tinyint(4) NOT NULL default '1', `use_search` tinyint(4) NOT NULL default '1', `pos_search` tinyint(4) NOT NULL default '2', `use_eFile` tinyint(4) NOT NULL default '1', `use_HangulImgName` tinyint(4) NOT NULL default '2', `show_originalImg_view` tinyint(4) NOT NULL default '1', `use_slidelist` tinyint(4) NOT NULL default '1', `slidelist_imgType` varchar(50) NOT NULL default 'vImagePath', `slidelist_pos` tinyint(4) NOT NULL default '2', `showSlideUI` tinyint(4) NOT NULL default '1', `use_slideauto` tinyint(4) NOT NULL default '1', `slideTime` tinyint(4) NOT NULL default '3', `thumb_width` smallint(6) NOT NULL default '200', `thumb_height` smallint(6) NOT NULL default '150', `thumb_align` varchar(20) NOT NULL default 'center', `thumb_valign` varchar(20) NOT NULL default 'middle', `listdetail_width` smallint(6) NOT NULL default '80', `listdetail_height` smallint(6) NOT NULL default '60', `show_listdetail_num` tinyint(4) NOT NULL default '1', `show_listdetail_subject` tinyint(4) NOT NULL default '1', `show_listdetail_writer` tinyint(4) NOT NULL default '1', `show_listdetail_date` tinyint(4) NOT NULL default '1', `show_listdetail_pic_date` tinyint(4) NOT NULL default '0', `show_listdetail_view` tinyint(4) NOT NULL default '1', `show_listdetail_memo` tinyint(4) NOT NULL default '1', `view_width` smallint(6) NOT NULL default '800', `write_free_subject` tinyint(4) NOT NULL default '1', `write_free_contents` tinyint(4) NOT NULL default '1', `title_cutLimit` smallint(6) NOT NULL default '20', `view_height` smallint(6) NOT NULL default '600', `imagecolor_bg` varchar(7) NOT NULL default '#efefef', `imagecolor_line` varchar(7) NOT NULL default '#000000', `imagecolor_line_width` tinyint(4) NOT NULL default '3', `use_cateUp` tinyint(4) NOT NULL default '2', `use_cateUpAuto` tinyint(4) NOT NULL default '2', `control` varchar(10) NOT NULL default '', `control_auth` mediumtext NOT NULL, `admin_auth` smallint(6) NOT NULL default '0', `use_begin` tinyint(4) NOT NULL default '1', `use_end` tinyint(4) NOT NULL default '1', `use_innerbegin` tinyint(4) NOT NULL default '1', `use_innerend` tinyint(4) NOT NULL default '1', `header` mediumtext, `footer` mediumtext, `btn_list` varchar(250) NOT NULL default '', `btn_prev` varchar(250) NOT NULL default '', `btn_next` varchar(250) NOT NULL default '', `btn_slide` varchar(250) NOT NULL default '', `btn_print` varchar(250) NOT NULL default '', `btn_modify` varchar(250) NOT NULL default '', `btn_upload` varchar(250) NOT NULL default '', `btn_delete` varchar(250) NOT NULL default '', `btn_back` varchar(250) NOT NULL default '', `btn_cate` varchar(250) NOT NULL default '', `btn_vlist` varchar(250) NOT NULL default '', `btn_hlist` varchar(250) NOT NULL default '', `btn_stop` varchar(250) NOT NULL default '', `btn_start` varchar(250) NOT NULL default '', `btn_upload2` varchar(250) NOT NULL default '', `btn_prev2` varchar(250) NOT NULL default '', `btn_next2` varchar(250) NOT NULL default '', `btn_new` varchar(250) NOT NULL default '', `btn_hot` varchar(250) NOT NULL default '', `newlimit` tinyint(4) NOT NULL default '1', `use_new` tinyint(4) NOT NULL default '1', `use_new_listdetail` tinyint(4) NOT NULL default '1', `hotlimit` tinyint(4) NOT NULL default '20', `use_hot` tinyint(4) NOT NULL default '1', `use_hot_listdetail` tinyint(4) NOT NULL default '1', `show_cateFolderImg` tinyint(4) NOT NULL default '1', `use_print` tinyint(4) NOT NULL default '1', `sort_field` varchar(50) NOT NULL default 'num', `use_bgimg` tinyint(4) NOT NULL default '0', `img_bg` varchar(250) NOT NULL default '', `img_bg_user` varchar(250) NOT NULL default '', `color_bg` varchar(20) NOT NULL default '#EBE7DD', `color_titlebg` varchar(20) NOT NULL default '#F7F4ED', `color_title` varchar(20) NOT NULL default '#000000', `color_textbg` varchar(20) NOT NULL default '#FFFFFF', `color_text` varchar(20) NOT NULL default '#000000', `show_vote` tinyint(4) NOT NULL default '1', `show_vote_listdetail` tinyint(4) NOT NULL default '1', `show_vote_view` tinyint(4) NOT NULL default '1', `btn_vote` varchar(250) NOT NULL default '', `btn_save` varchar(250) NOT NULL default '', `btn_upcate` varchar(250) NOT NULL default '', `view_type` char(1) NOT NULL default 'A', `use_AsaEdit` tinyint(4) NOT NULL default '1', `use_zoomimg` tinyint(4) NOT NULL default '2', `zoom_width` smallint(6) NOT NULL default '800', `zoom_height` smallint(6) NOT NULL default '600', `listList` varchar(200) NOT NULL default '', `downLimit` tinyint(4) NOT NULL default '2', `write_use_rotate` tinyint(4) NOT NULL default '1', `write_resize_cut` tinyint(4) NOT NULL default '1', `write_use_filter` tinyint(4) NOT NULL default '1', `write_use_pic_date` tinyint(4) NOT NULL default '1', `use_search_listdetail` tinyint(4) NOT NULL default '1', `pos_search_listdetail` tinyint(4) NOT NULL default '2', `row_per_page_listdetail` tinyint(4) NOT NULL default '20', `color_searchbg` varchar(20) NOT NULL default '', `show_upload` tinyint(4) NOT NULL default '1', `color_infoLine` varchar(20) NOT NULL default '#000000', `color_infoLine_height` tinyint(4) NOT NULL default '4', `view_content_show` tinyint(4) NOT NULL default '1', `view_content_align` varchar(15) NOT NULL default 'left', `show_mod_date_listdetail` tinyint(4) NOT NULL default '0', `show_mod_date_view` tinyint(4) NOT NULL default '0', `show_selectcateBtn` tinyint(4) NOT NULL default '1', `show_upcateBtn` tinyint(4) NOT NULL default '2', `color_searchline` varchar(20) NOT NULL default '', `color_slidebg` varchar(20) NOT NULL default '', `color_searchtext` varchar(20) NOT NULL default '#000000', `color_tableline` varchar(20) NOT NULL default '', `color_tablebg` varchar(20) NOT NULL default '', `photo_direct` varchar(20) NOT NULL default 'left', `photo_view_nums` varchar(5) NOT NULL default '10', `photo_slide_time` smallint(5) unsigned NOT NULL default '40', `photo_img_type` varchar(10) NOT NULL default 'medium', `photo_img_size` tinyint(3) unsigned NOT NULL default '60', `photo_tablewidth` smallint(5) unsigned NOT NULL default '528', `photo_tableheight` smallint(5) unsigned NOT NULL default '145', `photo_tablebg` varchar(20) NOT NULL default '#F2F2F2', `photo_tableline` varchar(20) NOT NULL default '#ECECEC', `photo_tablelinewidth` tinyint(3) unsigned NOT NULL default '1', `photo_imgbg` varchar(20) NOT NULL default '', `photo_imgline` varchar(20) NOT NULL default 'white', `photo_imglinewidth` tinyint(3) unsigned NOT NULL default '3', `photo_textsize` tinyint(3) unsigned NOT NULL default '11', `photo_textcolor` varchar(20) NOT NULL default 'black', `photo_title_cut` tinyint(3) unsigned NOT NULL default '20', `photo_img_gap` tinyint(3) unsigned NOT NULL default '15', `photo_link_type` varchar(20) NOT NULL default 'view', `photo_link_target` tinyint(3) unsigned NOT NULL default '2', `save_original` tinyint(4) NOT NULL default '2', `view_list` tinyint(4) NOT NULL default '2', `use_userfilename` tinyint(4) NOT NULL default '2', `view_exif` tinyint(4) NOT NULL default '1', `view_minilist` tinyint(4) NOT NULL default '3', `view_minilist_sortfld` varchar(20) NOT NULL default 'num', `view_minilist_x` tinyint(4) NOT NULL default '1', `view_minilist_y` tinyint(4) NOT NULL default '6', `view_minilist_page` tinyint(4) NOT NULL default '1', `view_minilist_sizerate` tinyint(4) NOT NULL default '50', `view_minilist_sort` varchar(20) NOT NULL default 'DESC', `btn_exifmore` varchar(255) NOT NULL default '', `btn_inhwa` varchar(255) NOT NULL default '', `show_btn_inhwa` tinyint(4) NOT NULL default '1', PRIMARY KEY (`cate_no`), KEY `tree_code` (`cate_treecode`), KEY `category_name` (`cate_name`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_PHOTO_CATEGORY4` -- LOCK TABLES `ASADAL_PHOTO_CATEGORY4` WRITE; /*!40000 ALTER TABLE `ASADAL_PHOTO_CATEGORY4` DISABLE KEYS */; INSERT INTO `ASADAL_PHOTO_CATEGORY4` VALUES (1,0,'1','c','???©ª','phototop','','','n','','y','y',20,'A',5,3,3,'',1,1,1,1,2,1,1,2,'ASC',1,1,1,1,1,1,1,1,2,2,1,'vImagePath',2,2,2,3,200,150,'center','middle',80,60,1,1,1,1,2,1,1,800,1,1,20,600,'#efefef','#000000',3,2,2,'auth||','40:1||',99,2,2,1,1,'','','','','','','','','','','','','','','','','','','','','',1,1,1,20,1,1,1,1,'num',2,'','','','#F7F4ED','#000000','#FFFFFF','#000000',1,1,1,'','','','A',1,1,800,600,'num-dImagePath-subject-writer-reg_date-pic_date-view-memo_count-vote',2,1,1,1,1,1,2,20,'#FFFFFF',1,'#000000',4,1,'left',2,2,2,2,'','','#000000','','','left','10',40,'medium',60,528,145,'#F2F2F2','#ECECEC',1,'','white',3,11,'black',20,15,'view',2,1,1,2,1,3,'num',1,6,1,50,'DESC','','',1),(2,0,'AS1158844023','c0001','???¡Æ¨ù?¡Æ©ø','product','','','n','','y','y',10,'A',5,3,3,'/home/testasapro/asapro/photo/product/1049179131.gif',1,1,2,2,2,2,2,2,'ASC',1,1,1,1,1,1,1,2,2,1,1,'zImagePath',3,1,1,3,200,150,'center','middle',60,45,1,1,1,1,1,1,1,480,1,1,30,360,'#FFFFFF','',0,2,2,'auth||','40:1||',104,1,1,1,1,'','','','','','','','','','','','','','','','','','','','','',1,1,2,20,1,2,1,1,'num',2,'','','#FFFFFF','#E4EDFF','#1E3565','#FFFFFF','#000000',2,1,1,'','','','A',1,1,800,600,'num-dImagePath-subject-writer-reg_date-mod_date-pic_date-view-memo_count-vote',2,1,2,2,1,1,1,30,'',1,'#B9CCF3',3,1,'center',2,2,1,2,'','','#000000','','','left','10',40,'medium',50,252,93,'#F2F2F2','#ECECEC',1,'','white',3,11,'black',20,15,'view',2,1,1,2,1,3,'num',1,6,1,50,'DESC','','',1); /*!40000 ALTER TABLE `ASADAL_PHOTO_CATEGORY4` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_PHOTO_CATEGORY_V2` -- DROP TABLE IF EXISTS `ASADAL_PHOTO_CATEGORY_V2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_PHOTO_CATEGORY_V2` ( `cate_no` int(11) NOT NULL auto_increment, `code_no` int(11) NOT NULL default '0', `cate_code` varchar(26) NOT NULL default '', `cate_treecode` varchar(255) NOT NULL default '', `cate_name` varchar(100) NOT NULL default '', `cate_ename` varchar(100) NOT NULL default '', `image_name` varchar(40) NOT NULL default '', `image_main_name` varchar(40) NOT NULL default '', `cate_service` enum('y','n') NOT NULL default 'n', `cate_keyword` mediumtext NOT NULL, `cate_use` char(1) NOT NULL default 'y', `chk_use` char(1) NOT NULL default 'y', `cate_use_part` enum('P','S') NOT NULL default 'P', `conf_cate_no` int(11) NOT NULL default '0', `max_images` tinyint(4) NOT NULL default '20', `main_type` char(1) NOT NULL default 'A', `row_per_page` tinyint(4) NOT NULL default '5', `num_per_line` tinyint(4) NOT NULL default '3', `show_cateTitle` tinyint(4) NOT NULL default '1', `cateTitle_Img` varchar(250) NOT NULL default '', `show_subject` tinyint(4) NOT NULL default '1', `show_contents` tinyint(4) NOT NULL default '1', `show_memo_count` tinyint(4) NOT NULL default '1', `show_date` tinyint(4) NOT NULL default '1', `show_pic_date` tinyint(4) NOT NULL default '0', `show_writer` tinyint(4) NOT NULL default '1', `show_view` tinyint(4) NOT NULL default '1', `show_subCate` tinyint(4) NOT NULL default '1', `listsort` varchar(4) NOT NULL default 'DESC', `show_date_view` tinyint(4) NOT NULL default '1', `show_pic_date_view` tinyint(4) NOT NULL default '1', `show_writer_view` tinyint(4) NOT NULL default '1', `show_view_view` tinyint(4) NOT NULL default '1', `use_tag` tinyint(4) NOT NULL default '1', `use_search` tinyint(4) NOT NULL default '1', `pos_search` tinyint(4) NOT NULL default '2', `use_eFile` tinyint(4) NOT NULL default '1', `use_HangulImgName` tinyint(4) NOT NULL default '2', `show_originalImg_view` tinyint(4) NOT NULL default '1', `use_slidelist` tinyint(4) NOT NULL default '1', `slidelist_imgType` varchar(50) NOT NULL default 'vImagePath', `slidelist_pos` tinyint(4) NOT NULL default '2', `showSlideUI` tinyint(4) NOT NULL default '1', `use_slideauto` tinyint(4) NOT NULL default '1', `slideTime` tinyint(4) NOT NULL default '3', `thumb_width` smallint(6) NOT NULL default '200', `thumb_height` smallint(6) NOT NULL default '150', `thumb_align` varchar(20) NOT NULL default 'center', `thumb_valign` varchar(20) NOT NULL default 'middle', `listdetail_width` smallint(6) NOT NULL default '80', `listdetail_height` smallint(6) NOT NULL default '60', `show_listdetail_num` tinyint(4) NOT NULL default '1', `show_listdetail_subject` tinyint(4) NOT NULL default '1', `show_listdetail_writer` tinyint(4) NOT NULL default '1', `show_listdetail_date` tinyint(4) NOT NULL default '1', `show_listdetail_pic_date` tinyint(4) NOT NULL default '0', `show_listdetail_view` tinyint(4) NOT NULL default '1', `show_listdetail_memo` tinyint(4) NOT NULL default '1', `view_width` smallint(6) NOT NULL default '800', `write_free_subject` tinyint(4) NOT NULL default '1', `write_free_contents` tinyint(4) NOT NULL default '1', `title_cutLimit` smallint(6) NOT NULL default '20', `view_height` smallint(6) NOT NULL default '600', `imagecolor_bg` varchar(7) NOT NULL default '#efefef', `imagecolor_line` varchar(7) NOT NULL default '#000000', `imagecolor_line_width` tinyint(4) NOT NULL default '3', `use_cateUp` tinyint(4) NOT NULL default '2', `use_cateUpAuto` tinyint(4) NOT NULL default '2', `control` varchar(10) NOT NULL default '', `control_auth` mediumtext NOT NULL, `admin_auth` smallint(6) NOT NULL default '0', `use_begin` tinyint(4) NOT NULL default '1', `use_end` tinyint(4) NOT NULL default '1', `use_innerbegin` tinyint(4) NOT NULL default '1', `use_innerend` tinyint(4) NOT NULL default '1', `header` mediumtext, `footer` mediumtext, `btn_list` varchar(250) NOT NULL default '', `btn_prev` varchar(250) NOT NULL default '', `btn_next` varchar(250) NOT NULL default '', `btn_slide` varchar(250) NOT NULL default '', `btn_print` varchar(250) NOT NULL default '', `btn_modify` varchar(250) NOT NULL default '', `btn_upload` varchar(250) NOT NULL default '', `btn_delete` varchar(250) NOT NULL default '', `btn_back` varchar(250) NOT NULL default '', `btn_cate` varchar(250) NOT NULL default '', `btn_vlist` varchar(250) NOT NULL default '', `btn_hlist` varchar(250) NOT NULL default '', `btn_stop` varchar(250) NOT NULL default '', `btn_start` varchar(250) NOT NULL default '', `btn_upload2` varchar(250) NOT NULL default '', `btn_prev2` varchar(250) NOT NULL default '', `btn_next2` varchar(250) NOT NULL default '', `btn_new` varchar(250) NOT NULL default '', `btn_hot` varchar(250) NOT NULL default '', `newlimit` tinyint(4) NOT NULL default '1', `use_new` tinyint(4) NOT NULL default '1', `use_new_listdetail` tinyint(4) NOT NULL default '1', `hotlimit` tinyint(4) NOT NULL default '20', `use_hot` tinyint(4) NOT NULL default '1', `use_hot_listdetail` tinyint(4) NOT NULL default '1', `show_cateFolderImg` tinyint(4) NOT NULL default '1', `use_print` tinyint(4) NOT NULL default '1', `sort_field` varchar(50) NOT NULL default 'num', `use_bgimg` tinyint(4) NOT NULL default '0', `img_bg` varchar(250) NOT NULL default '', `img_bg_user` varchar(250) NOT NULL default '', `color_bg` varchar(20) NOT NULL default '#EBE7DD', `color_titlebg` varchar(20) NOT NULL default '#F7F4ED', `color_title` varchar(20) NOT NULL default '#000000', `color_textbg` varchar(20) NOT NULL default '#FFFFFF', `color_text` varchar(20) NOT NULL default '#000000', `show_vote` tinyint(4) NOT NULL default '1', `show_vote_listdetail` tinyint(4) NOT NULL default '1', `show_vote_view` tinyint(4) NOT NULL default '1', `btn_vote` varchar(250) NOT NULL default '', `btn_save` varchar(250) NOT NULL default '', `btn_upcate` varchar(250) NOT NULL default '', `view_type` char(1) NOT NULL default 'A', `use_AsaEdit` tinyint(4) NOT NULL default '1', `use_zoomimg` tinyint(4) NOT NULL default '2', `zoom_width` smallint(6) NOT NULL default '800', `zoom_height` smallint(6) NOT NULL default '600', `listList` varchar(200) NOT NULL default '', `downLimit` tinyint(4) NOT NULL default '2', `write_use_rotate` tinyint(4) NOT NULL default '1', `write_resize_cut` tinyint(4) NOT NULL default '1', `write_use_filter` tinyint(4) NOT NULL default '1', `write_use_pic_date` tinyint(4) NOT NULL default '1', `use_search_listdetail` tinyint(4) NOT NULL default '1', `pos_search_listdetail` tinyint(4) NOT NULL default '2', `row_per_page_listdetail` tinyint(4) NOT NULL default '20', `color_searchbg` varchar(20) NOT NULL default '', `show_upload` tinyint(4) NOT NULL default '1', `color_infoLine` varchar(20) NOT NULL default '#000000', `color_infoLine_height` tinyint(4) NOT NULL default '4', `view_content_show` tinyint(4) NOT NULL default '1', `view_content_align` varchar(15) NOT NULL default 'left', `show_mod_date_listdetail` tinyint(4) NOT NULL default '0', `show_mod_date_view` tinyint(4) NOT NULL default '0', `show_selectcateBtn` tinyint(4) NOT NULL default '1', `show_upcateBtn` tinyint(4) NOT NULL default '2', `color_searchline` varchar(20) NOT NULL default '', `color_slidebg` varchar(20) NOT NULL default '', `color_searchtext` varchar(20) NOT NULL default '#000000', `color_tableline` varchar(20) NOT NULL default '', `color_tablebg` varchar(20) NOT NULL default '', `photo_direct` varchar(20) NOT NULL default 'left', `photo_view_nums` varchar(5) NOT NULL default '10', `photo_slide_time` smallint(5) unsigned NOT NULL default '40', `photo_img_type` varchar(10) NOT NULL default 'medium', `photo_img_size` tinyint(3) unsigned NOT NULL default '60', `photo_tablewidth` smallint(5) unsigned NOT NULL default '528', `photo_tableheight` smallint(5) unsigned NOT NULL default '145', `photo_tablebg` varchar(20) NOT NULL default '#F2F2F2', `photo_tableline` varchar(20) NOT NULL default '#ECECEC', `photo_tablelinewidth` tinyint(3) unsigned NOT NULL default '1', `photo_imgbg` varchar(20) NOT NULL default '', `photo_imgline` varchar(20) NOT NULL default 'white', `photo_imglinewidth` tinyint(3) unsigned NOT NULL default '3', `photo_textsize` tinyint(3) unsigned NOT NULL default '11', `photo_textcolor` varchar(20) NOT NULL default 'black', `photo_title_cut` tinyint(3) unsigned NOT NULL default '20', `photo_img_gap` tinyint(3) unsigned NOT NULL default '15', `photo_link_type` varchar(20) NOT NULL default 'view', `photo_link_target` tinyint(3) unsigned NOT NULL default '2', `save_original` tinyint(4) NOT NULL default '2', `view_list` tinyint(4) NOT NULL default '2', `use_userfilename` tinyint(4) NOT NULL default '2', `view_exif` tinyint(4) NOT NULL default '1', `view_minilist` tinyint(4) NOT NULL default '3', `view_minilist_sortfld` varchar(20) NOT NULL default 'num', `view_minilist_x` tinyint(4) NOT NULL default '1', `view_minilist_y` tinyint(4) NOT NULL default '6', `view_minilist_page` tinyint(4) NOT NULL default '1', `view_minilist_sizerate` tinyint(4) NOT NULL default '50', `view_minilist_sort` varchar(20) NOT NULL default 'DESC', `btn_exifmore` varchar(255) NOT NULL default '', `btn_inhwa` varchar(255) NOT NULL default '', `show_btn_inhwa` tinyint(4) NOT NULL default '1', PRIMARY KEY (`cate_no`), KEY `tree_code` (`cate_treecode`), KEY `category_name` (`cate_name`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_PHOTO_CATEGORY_V2` -- LOCK TABLES `ASADAL_PHOTO_CATEGORY_V2` WRITE; /*!40000 ALTER TABLE `ASADAL_PHOTO_CATEGORY_V2` DISABLE KEYS */; INSERT INTO `ASADAL_PHOTO_CATEGORY_V2` VALUES (1,0,'1','c','???©ª','phototop','','','n','','y','y','P',0,20,'A',5,3,3,'',1,1,1,1,2,1,1,2,'ASC',1,1,1,1,1,1,1,1,2,2,1,'vImagePath',2,2,2,3,200,150,'center','middle',80,60,1,1,1,1,2,1,1,800,1,1,20,600,'#efefef','#000000',3,2,2,'auth||','40:1||',99,2,2,1,1,'','','','','','','','','','','','','','','','','','','','','',1,1,1,20,1,1,1,1,'num',2,'','','','#F7F4ED','#000000','#FFFFFF','#000000',1,1,1,'','','','A',1,1,800,600,'num-dImagePath-subject-writer-reg_date-pic_date-view-memo_count-vote',2,1,1,1,1,1,2,20,'#FFFFFF',1,'#000000',4,1,'left',2,2,2,2,'','','#000000','','','left','10',40,'medium',60,528,145,'#F2F2F2','#ECECEC',1,'','white',3,11,'black',20,15,'view',2,1,1,2,1,3,'num',1,6,1,50,'DESC','','',1),(2,0,'AS1158844023','c0001','???¡Æ¨ù?¡Æ©ø','product','','','n','','y','y','S',0,10,'A',5,3,3,'/home/testasapro/asapro/photo/product/1049179131.gif',1,1,2,2,2,2,2,2,'ASC',1,1,1,1,1,1,1,2,2,1,1,'zImagePath',3,1,1,3,200,150,'center','middle',60,45,1,1,1,1,1,1,1,480,1,1,30,360,'#FFFFFF','',0,2,2,'auth||','40:1||',104,1,1,1,1,'','','','','','','','','','','','','','','','','','','','','',1,1,2,20,1,2,1,1,'num',2,'','','#FFFFFF','#E4EDFF','#1E3565','#FFFFFF','#000000',2,1,1,'','','','A',1,1,800,600,'num-dImagePath-subject-writer-reg_date-mod_date-pic_date-view-memo_count-vote',2,1,2,2,1,1,1,30,'',1,'#B9CCF3',3,1,'center',2,2,1,2,'','','#000000','','','left','10',40,'medium',50,252,93,'#F2F2F2','#ECECEC',1,'','white',3,11,'black',20,15,'view',2,1,1,2,1,3,'num',1,6,1,50,'DESC','','',1); /*!40000 ALTER TABLE `ASADAL_PHOTO_CATEGORY_V2` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_PHOTO_CATEGORY_V2_CONFIG` -- DROP TABLE IF EXISTS `ASADAL_PHOTO_CATEGORY_V2_CONFIG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_PHOTO_CATEGORY_V2_CONFIG` ( `config_no` int(11) NOT NULL auto_increment, `cate_no` int(11) NOT NULL default '0', `set_type` varchar(255) NOT NULL, `set_name` varchar(255) NOT NULL, `set_value` varchar(255) NOT NULL, PRIMARY KEY (`config_no`), KEY `cate_no` (`cate_no`) ) ENGINE=MyISAM AUTO_INCREMENT=101 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_PHOTO_CATEGORY_V2_CONFIG` -- LOCK TABLES `ASADAL_PHOTO_CATEGORY_V2_CONFIG` WRITE; /*!40000 ALTER TABLE `ASADAL_PHOTO_CATEGORY_V2_CONFIG` DISABLE KEYS */; INSERT INTO `ASADAL_PHOTO_CATEGORY_V2_CONFIG` VALUES (1,0,'config','cate_unlimit_use','false'),(2,0,'config','tree_step','5'),(3,0,'config','cate_limit','21'),(4,0,'config','merge_use','false'),(5,0,'config','cate_show_hidden','true'),(6,0,'config','last_cate_select','true'),(7,0,'config','cate_open_num','2'),(8,0,'config','keyword_use','false'),(9,0,'config','check_use','false'),(10,0,'config','folder_use','true'),(11,0,'config','image_use','false'),(12,0,'config','img_cate1_size1','150'),(13,0,'config','img_cate1_size2','150'),(14,0,'config','img_cate2_size1','150'),(15,0,'config','img_cate2_size2','150'),(16,0,'config','resize_use','false'),(17,0,'config','loc_data_dir','/home/plusapple.com/www/asapro/photo'),(18,0,'config','image_url','/~plusapple.com/www/asapro/photo'),(19,0,'config','ftp_num','1'),(20,0,'config','title_name','¨¬¨¢¡¤?'),(21,0,'config','title_word','¨¬¨¢¡¤?¢¬?'),(22,0,'config','title_eng_word','¨¡?¢¥?¢¬?(¢¯?©ö?)'),(23,0,'config','title_cmm_keyword','¡Æ©ª?? ?¡Æ¢¯???'),(24,0,'config','title_single_keyword','¡Æ©ø¨¬¡Æ ?¡Æ¢¯???'),(25,0,'config','title_cate1_image','¢¥??? ??©ö???'),(26,0,'config','title_cate2_image','¨ö©¡©ø¡¿?? ??©ö???'),(27,0,'config','title_adult_cert','¨ù¨¬??????'),(28,0,'config','title_cate_use','??¢¯?¢¯?¨¬?'),(29,0,'config','title_edit_cate','¨ù??¢´?? ¨¬¨¢¡¤?'),(30,0,'config','title_new_cate','??¡¤?¢¯? ¨¬¨¢¡¤?'),(31,0,'config','title_move_cate','???¢¯¨ö??©ø ¨¬¨¢¡¤?'),(32,0,'config','title_input_guid','??¡¤??¨ª ??¨ù¨ù¢¯?.'),(33,0,'config','title_select_guid','¨ù¡¾???¨ª ??¨ù¨ù¢¯?.'),(34,0,'config','title_select_error_guid','¨ù¡¾?????? ¢¬¢Ò¨ö?¨ö?¢¯?.'),(35,0,'config','title_delete_guid','??????¨ö? ¡Æ©¡¢¯? ???¡×¨¬¨¢¡¤??? ??????¢¥?¢¥?. {¨¬¨¢¡¤?¢¬?} ¨¬¨¢¡¤?¢¬? ??????¨ö?¡Æ?¨ö?¢¥?¡¾??'),(36,0,'config','img_folder_part','D'),(37,0,'config','img_minus_part','D'),(38,0,'config','img_default_part','D'),(39,0,'config','img_hline_part','D'),(40,0,'config','img_modify_part','D'),(41,0,'config','img_del_part','D'),(42,0,'config','img_move_part','D'),(43,0,'config','img_add_part','D'),(44,0,'config','img_loading_part','D'),(45,0,'config','ftp_data_use','false'),(46,0,'config','cmm_cate1_no','1'),(47,0,'config','cmm_cate2_no','1'),(48,0,'config','ftp_info1',''),(49,0,'config','ftp_info2',''),(50,0,'config','ftp_info3',''),(51,0,'config','ftp_info4',''),(52,0,'config','ftp_info5',''),(53,0,'config','cmm_cate3_no','1'),(55,0,'config','img_plus_part','D'),(56,0,'config','img_cate4_size2','150'),(57,0,'config','img_cate4_size1','150'),(58,0,'config','img_cate3_size2','150'),(59,0,'config','img_cate3_size1','150'),(60,0,'config','cmm_cate4_no','1'),(61,0,'config','search_cate_select','false'),(62,0,'config','product_cate_select','true'),(63,0,'config','bgcolor_table_td','#E6EFFF'),(64,0,'config','bgcolor_table_line','#9AB6E4'),(65,0,'config','title_cate_image1','??©ö???1'),(66,0,'config','title_cate_image2','??©ö???2'),(67,0,'config','title_cate_image3','??©ö???3'),(68,0,'config','title_cate_image4','??©ö???4'),(69,2,'config','check_use','false'),(70,2,'config','image_use','false'),(71,2,'config','keyword_use','false'),(72,2,'config','img_cate1_size1','150'),(73,2,'config','img_cate1_size2','150'),(74,2,'config','img_cate2_size1','150'),(75,2,'config','img_cate2_size2','150'),(76,2,'config','resize_use','false'),(77,2,'config','ftp_num','1'),(78,2,'config','ftp_data_use','false'),(79,2,'config','ftp_info1','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(80,2,'config','ftp_info2','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(81,2,'config','ftp_info3','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(82,2,'config','ftp_info4','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(83,2,'config','ftp_info5','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(84,2,'config','img_cate4_size2','150'),(85,2,'config','img_cate4_size1','150'),(86,2,'config','img_cate3_size2','150'),(87,2,'config','img_cate3_size1','150'),(88,2,'config','search_cate_select','false'),(89,2,'config','product_cate_select','true'),(90,2,'config','bgcolor_table_td','#E6EFFF'),(91,2,'config','bgcolor_table_line','#9AB6E4'),(92,2,'config','cate_unlimit_use','false'),(93,2,'config','tree_step','5'),(94,2,'config','merge_use','false'),(95,2,'config','folder_use','true'),(96,2,'config','cate_open_num','2'),(97,2,'config','title_cate_image1','??©ö???1'),(98,2,'config','title_cate_image2','??©ö???2'),(99,2,'config','title_cate_image3','??©ö???3'),(100,2,'config','title_cate_image4','??©ö???4'); /*!40000 ALTER TABLE `ASADAL_PHOTO_CATEGORY_V2_CONFIG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_PHOTO_FTP` -- DROP TABLE IF EXISTS `ASADAL_PHOTO_FTP`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_PHOTO_FTP` ( `num` int(11) NOT NULL auto_increment, `host` varchar(100) NOT NULL default '', `id` varchar(100) NOT NULL default '', `pw` varchar(100) NOT NULL default '', `port` tinyint(4) NOT NULL default '21', `install_url` varchar(100) NOT NULL default '', `upper_dir` varchar(100) NOT NULL default '', `home_dir` varchar(100) NOT NULL default '', `code` tinytext NOT NULL, PRIMARY KEY (`num`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_PHOTO_FTP` -- LOCK TABLES `ASADAL_PHOTO_FTP` WRITE; /*!40000 ALTER TABLE `ASADAL_PHOTO_FTP` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_PHOTO_FTP` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_PHOTO_LIST` -- DROP TABLE IF EXISTS `ASADAL_PHOTO_LIST`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_PHOTO_LIST` ( `num` int(11) NOT NULL auto_increment, `code` varchar(26) NOT NULL default '', `tree_code` varchar(26) NOT NULL default '', `status` tinyint(4) NOT NULL default '1', `mkey` int(11) NOT NULL default '0', `userid` varchar(20) NOT NULL default '', `writer` varchar(20) NOT NULL default '', `pw` varchar(20) NOT NULL default '', `exe_user` varchar(20) NOT NULL default '', `subject` varchar(100) NOT NULL default '', `contents` text NOT NULL, `contents_type` tinyint(4) NOT NULL default '0', `dImagePath` varchar(250) NOT NULL default '', `mImagePath` varchar(250) NOT NULL default '', `vImagePath` varchar(250) NOT NULL default '', `imagePath` text NOT NULL, `eFilePath` varchar(250) NOT NULL default '', `view` smallint(6) NOT NULL default '0', `reg_date` varchar(14) NOT NULL default '20031231235959', `memo_count` smallint(6) NOT NULL default '0', `is_cover` tinyint(4) NOT NULL default '0', `gray` tinyint(4) NOT NULL default '0', `vote` smallint(6) NOT NULL default '0', `pic_date` varchar(20) NOT NULL default '', `zImagePath` varchar(250) NOT NULL default '', `mod_date` varchar(20) NOT NULL default '', `exif_info` text NOT NULL, PRIMARY KEY (`num`), KEY `code` (`code`), KEY `tree_code` (`tree_code`), KEY `subject` (`subject`), KEY `status` (`status`) ) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_PHOTO_LIST` -- LOCK TABLES `ASADAL_PHOTO_LIST` WRITE; /*!40000 ALTER TABLE `ASADAL_PHOTO_LIST` DISABLE KEYS */; INSERT INTO `ASADAL_PHOTO_LIST` VALUES (18,'AS1158844023','',1,1,'asapro','¡¾?¨¬?¡Æ?¢¬???','','1','©ø?¨¡?¨¬?','',1,'/home/asapro/asapro/photo/product/small/1210585865.jpg','/home/asapro/asapro/photo/product/medium/1210585865.jpg','/home/asapro/asapro/photo/product/big/1210585865.jpg','/home/asapro/asapro/photo/product/original/1210585865.jpg','',1,'20061018095454',0,0,0,0,'2006-02-02','/home/asapro/asapro/photo/product/zoom/1210585865.jpg','',''),(19,'AS1158844023','',1,1,'asapro','¡¾?¨¬?¡Æ?¢¬???','','1','???©ª¡¾?1','',1,'/home/asapro/asapro/photo/product/small/579253478.jpg','/home/asapro/asapro/photo/product/medium/579253478.jpg','/home/asapro/asapro/photo/product/big/579253478.jpg','/home/asapro/asapro/photo/product/original/579253478.jpg','',1,'20061018095454',0,0,0,0,'2006-02-02','/home/asapro/asapro/photo/product/zoom/579253478.jpg','',''),(20,'AS1158844023','',1,1,'asapro','¡¾?¨¬?¡Æ?¢¬???','','1','???©ª¡¾?2','',1,'/home/asapro/asapro/photo/product/small/1922561911.jpg','/home/asapro/asapro/photo/product/medium/1922561911.jpg','/home/asapro/asapro/photo/product/big/1922561911.jpg','/home/asapro/asapro/photo/product/original/1922561911.jpg','',0,'20061018095454',0,0,0,0,'2006-02-02','/home/asapro/asapro/photo/product/zoom/1922561911.jpg','',''),(21,'AS1158844023','',1,1,'asapro','¡¾?¨¬?¡Æ?¢¬???','','1','¢¬¢Ò¢¯?¨ö¨¬','',1,'/home/asapro/asapro/photo/product/small/567553373.jpg','/home/asapro/asapro/photo/product/medium/567553373.jpg','/home/asapro/asapro/photo/product/big/567553373.jpg','/home/asapro/asapro/photo/product/original/567553373.jpg','',1,'20061018095454',0,0,0,0,'2006-02-02','/home/asapro/asapro/photo/product/zoom/567553373.jpg','',''),(22,'AS1158844023','',1,1,'asapro','¡¾?¨¬?¡Æ?¢¬???','','1','¨ö¨¬???¢¯','',1,'/home/asapro/asapro/photo/product/small/1294942031.jpg','/home/asapro/asapro/photo/product/medium/1294942031.jpg','/home/asapro/asapro/photo/product/big/1294942031.jpg','/home/asapro/asapro/photo/product/original/1294942031.jpg','',1,'20061018095454',0,1,0,0,'2006-02-02','/home/asapro/asapro/photo/product/zoom/1294942031.jpg','',''); /*!40000 ALTER TABLE `ASADAL_PHOTO_LIST` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_PHOTO_MEMO` -- DROP TABLE IF EXISTS `ASADAL_PHOTO_MEMO`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_PHOTO_MEMO` ( `pk` int(11) NOT NULL auto_increment, `fk` varchar(50) default '', `pw` varchar(100) NOT NULL default '', `writer` varchar(50) NOT NULL default '', `member_num` varchar(32) default NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `memo` varchar(255) NOT NULL default '', `code` varchar(50) NOT NULL default '', `marks` char(2) default '', `recom` char(2) default '', `ip` varchar(50) NOT NULL default '', `id` varchar(20) NOT NULL default '', PRIMARY KEY (`pk`), KEY `memo_fk` (`fk`), KEY `memo_code` (`code`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_PHOTO_MEMO` -- LOCK TABLES `ASADAL_PHOTO_MEMO` WRITE; /*!40000 ALTER TABLE `ASADAL_PHOTO_MEMO` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_PHOTO_MEMO` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_PHOTO_SETUP` -- DROP TABLE IF EXISTS `ASADAL_PHOTO_SETUP`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_PHOTO_SETUP` ( `num` int(11) NOT NULL auto_increment, `imagecolor_bg` varchar(7) NOT NULL default '#efefef', `imagecolor_line` varchar(7) NOT NULL default '#000000', `imagecolor_line_width` tinyint(4) NOT NULL default '3', `thumb_width` smallint(6) NOT NULL default '200', `thumb_height` smallint(6) NOT NULL default '150', `thumb_align` varchar(20) NOT NULL default 'center', `thumb_valign` varchar(20) NOT NULL default 'middle', `listdetail_width` smallint(6) NOT NULL default '80', `listdetail_height` smallint(6) NOT NULL default '60', `view_width` smallint(6) NOT NULL default '800', `view_height` smallint(6) NOT NULL default '600', `chk_use` char(1) NOT NULL default 'y', `max_images` tinyint(4) NOT NULL default '20', `main_type` char(1) NOT NULL default 'A', `row_per_page` tinyint(4) NOT NULL default '5', `num_per_line` tinyint(4) NOT NULL default '3', `show_cateTitle` tinyint(4) NOT NULL default '1', `show_subject` tinyint(4) NOT NULL default '1', `show_contents` tinyint(4) NOT NULL default '1', `show_memo_count` tinyint(4) NOT NULL default '1', `show_date` tinyint(4) NOT NULL default '1', `show_pic_date` tinyint(4) NOT NULL default '0', `show_writer` tinyint(4) NOT NULL default '1', `show_view` tinyint(4) NOT NULL default '1', `show_subCate` tinyint(4) NOT NULL default '1', `listsort` varchar(4) NOT NULL default 'DESC', `show_date_view` tinyint(4) NOT NULL default '1', `show_pic_date_view` tinyint(4) NOT NULL default '1', `show_writer_view` tinyint(4) NOT NULL default '1', `show_view_view` tinyint(4) NOT NULL default '1', `use_tag` tinyint(4) NOT NULL default '1', `use_search` tinyint(4) NOT NULL default '1', `pos_search` tinyint(4) NOT NULL default '2', `use_eFile` tinyint(4) NOT NULL default '1', `use_HangulImgName` tinyint(4) NOT NULL default '2', `show_originalImg_view` tinyint(4) NOT NULL default '1', `use_slidelist` tinyint(4) NOT NULL default '1', `slidelist_imgType` varchar(50) NOT NULL default 'vImagePath', `slidelist_pos` tinyint(4) NOT NULL default '2', `showSlideUI` tinyint(4) NOT NULL default '1', `use_slideauto` tinyint(4) NOT NULL default '1', `slideTime` tinyint(4) NOT NULL default '3', `show_listdetail_num` tinyint(4) NOT NULL default '1', `show_listdetail_subject` tinyint(4) NOT NULL default '1', `show_listdetail_writer` tinyint(4) NOT NULL default '1', `show_listdetail_date` tinyint(4) NOT NULL default '1', `show_listdetail_pic_date` tinyint(4) NOT NULL default '1', `show_listdetail_view` tinyint(4) NOT NULL default '1', `show_listdetail_memo` tinyint(4) NOT NULL default '1', `write_free_subject` tinyint(4) NOT NULL default '1', `write_free_contents` tinyint(4) NOT NULL default '1', `title_cutLimit` smallint(6) NOT NULL default '20', `use_cateUp` tinyint(4) NOT NULL default '2', `use_cateUpAuto` tinyint(4) NOT NULL default '2', `control` varchar(10) NOT NULL default '', `control_auth` text NOT NULL, `use_begin` tinyint(4) NOT NULL default '1', `use_end` tinyint(4) NOT NULL default '1', `use_innerbegin` tinyint(4) NOT NULL default '1', `use_innerend` tinyint(4) NOT NULL default '1', `header` text, `footer` text, `btn_list` varchar(250) NOT NULL default '', `btn_prev` varchar(250) NOT NULL default '', `btn_next` varchar(250) NOT NULL default '', `btn_slide` varchar(250) NOT NULL default '', `btn_print` varchar(250) NOT NULL default '', `btn_modify` varchar(250) NOT NULL default '', `btn_upload` varchar(250) NOT NULL default '', `btn_delete` varchar(250) NOT NULL default '', `btn_back` varchar(250) NOT NULL default '', `btn_cate` varchar(250) NOT NULL default '', `btn_vlist` varchar(250) NOT NULL default '', `btn_hlist` varchar(250) NOT NULL default '', `btn_stop` varchar(250) NOT NULL default '', `btn_start` varchar(250) NOT NULL default '', `btn_upload2` varchar(250) NOT NULL default '', `btn_prev2` varchar(250) NOT NULL default '', `btn_next2` varchar(250) NOT NULL default '', `btn_new` varchar(250) NOT NULL default '', `btn_hot` varchar(250) NOT NULL default '', `btn_vote` varchar(250) NOT NULL default '', `btn_save` varchar(250) NOT NULL default '', `btn_upcate` varchar(250) NOT NULL default '', `newlimit` tinyint(4) NOT NULL default '1', `use_new` tinyint(4) NOT NULL default '1', `use_new_listdetail` tinyint(4) NOT NULL default '1', `hotlimit` tinyint(4) NOT NULL default '20', `use_hot` tinyint(4) NOT NULL default '1', `use_hot_listdetail` tinyint(4) NOT NULL default '1', `show_cateFolderImg` tinyint(4) NOT NULL default '1', `use_print` tinyint(4) NOT NULL default '1', `sort_field` varchar(50) NOT NULL default 'num', `use_bgimg` tinyint(4) NOT NULL default '0', `img_bg` varchar(250) NOT NULL default '', `img_bg_user` varchar(250) NOT NULL default '', `color_bg` varchar(20) NOT NULL default '#EBE7DD', `color_titlebg` varchar(20) NOT NULL default '#F7F4ED', `color_title` varchar(20) NOT NULL default '#000000', `color_textbg` varchar(20) NOT NULL default '#FFFFFF', `color_text` varchar(20) NOT NULL default '#000000', `show_vote` tinyint(4) NOT NULL default '1', `show_vote_listdetail` tinyint(4) NOT NULL default '1', `show_vote_view` tinyint(4) NOT NULL default '1', `view_type` char(1) NOT NULL default 'A', `use_AsaEdit` tinyint(4) NOT NULL default '1', `use_zoomimg` tinyint(4) NOT NULL default '2', `zoom_width` smallint(6) NOT NULL default '800', `zoom_height` smallint(6) NOT NULL default '600', `listList` varchar(200) NOT NULL default 'num-dImagePath-subject-writer-reg_date-pic_date-vote-view-memo_count', `downLimit` tinyint(4) NOT NULL default '2', `write_use_rotate` tinyint(4) NOT NULL default '1', `write_resize_cut` tinyint(4) NOT NULL default '1', `write_use_filter` tinyint(4) NOT NULL default '1', `write_use_pic_date` tinyint(4) NOT NULL default '1', `use_search_listdetail` tinyint(4) NOT NULL default '1', `pos_search_listdetail` tinyint(4) NOT NULL default '2', `row_per_page_listdetail` tinyint(4) NOT NULL default '20', `color_searchbg` varchar(20) NOT NULL default '', `show_upload` tinyint(4) NOT NULL default '1', `color_infoLine` varchar(20) NOT NULL default '#000000', `color_infoLine_height` tinyint(4) NOT NULL default '4', `view_content_show` tinyint(4) NOT NULL default '1', `view_content_align` varchar(15) NOT NULL default 'left', `show_mod_date_listdetail` tinyint(4) NOT NULL default '0', `show_mod_date_view` tinyint(4) NOT NULL default '0', `show_selectcateBtn` tinyint(4) NOT NULL default '1', `show_upcateBtn` tinyint(4) NOT NULL default '2', `color_searchline` varchar(20) NOT NULL default '', `color_searchtext` varchar(20) NOT NULL default '#000000', `color_tableline` varchar(20) NOT NULL default '', `color_tablebg` varchar(20) NOT NULL default '', `color_slidebg` varchar(20) NOT NULL default '', `photo_direct` varchar(20) NOT NULL default 'left', `photo_view_nums` varchar(5) NOT NULL default '10', `photo_slide_time` smallint(5) unsigned NOT NULL default '40', `photo_img_type` varchar(10) NOT NULL default 'medium', `photo_img_size` tinyint(3) unsigned NOT NULL default '60', `photo_tablewidth` smallint(5) unsigned NOT NULL default '528', `photo_tableheight` smallint(5) unsigned NOT NULL default '145', `photo_tablebg` varchar(20) NOT NULL default '#F2F2F2', `photo_tableline` varchar(20) NOT NULL default '#ECECEC', `photo_tablelinewidth` tinyint(3) unsigned NOT NULL default '1', `photo_imgbg` varchar(20) NOT NULL default '', `photo_imgline` varchar(20) NOT NULL default 'white', `photo_imglinewidth` tinyint(3) unsigned NOT NULL default '3', `photo_textsize` tinyint(3) unsigned NOT NULL default '11', `photo_textcolor` varchar(20) NOT NULL default 'black', `photo_title_cut` tinyint(3) unsigned NOT NULL default '20', `photo_img_gap` tinyint(3) unsigned NOT NULL default '15', `photo_link_type` varchar(20) NOT NULL default 'view', `photo_link_target` tinyint(3) unsigned NOT NULL default '2', `save_original` tinyint(4) NOT NULL default '1', `view_list` tinyint(4) NOT NULL default '1', `use_userfilename` tinyint(4) NOT NULL default '2', `view_exif` tinyint(4) NOT NULL default '1', `view_minilist` tinyint(4) NOT NULL default '3', `view_minilist_sortfld` varchar(20) NOT NULL default 'num', `view_minilist_x` tinyint(4) NOT NULL default '1', `view_minilist_y` tinyint(4) NOT NULL default '6', `view_minilist_page` tinyint(4) NOT NULL default '1', `view_minilist_sizerate` tinyint(4) NOT NULL default '50', `view_minilist_sort` varchar(20) NOT NULL default 'DESC', `btn_exifmore` varchar(255) NOT NULL default '', `btn_inhwa` varchar(255) NOT NULL default '', `show_btn_inhwa` tinyint(4) NOT NULL default '1', PRIMARY KEY (`num`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_PHOTO_SETUP` -- LOCK TABLES `ASADAL_PHOTO_SETUP` WRITE; /*!40000 ALTER TABLE `ASADAL_PHOTO_SETUP` DISABLE KEYS */; INSERT INTO `ASADAL_PHOTO_SETUP` VALUES (1,'#FFFFFF','',0,200,150,'center','middle',60,45,640,480,'y',10,'A',5,3,3,1,1,2,2,2,2,2,2,'ASC',1,1,1,1,1,1,1,2,2,1,1,'zImagePath',3,1,1,3,1,1,1,1,1,1,1,1,1,30,2,2,'auth||','40:1||',1,1,1,1,'','','','','','','','','','','','','','','','','','','','','','','','',1,2,2,20,2,2,1,1,'num',2,'','','#FFFFFF','#E4EDFF','#1E3565','#FFFFFF','#000000',2,1,1,'A',1,1,800,600,'num-dImagePath-subject-writer-reg_date-mod_date-pic_date-view-memo_count-vote',2,1,2,2,1,1,1,30,'',1,'#B9CCF3',3,1,'center',2,2,1,2,'','#000000','','','','left','10',40,'medium',60,528,145,'#F2F2F2','#ECECEC',1,'','white',3,11,'black',20,15,'view',2,1,1,2,1,3,'num',1,6,1,50,'DESC','','',1); /*!40000 ALTER TABLE `ASADAL_PHOTO_SETUP` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_PHOTO_USE` -- DROP TABLE IF EXISTS `ASADAL_PHOTO_USE`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_PHOTO_USE` ( `num` int(11) NOT NULL auto_increment, `name` varchar(100) NOT NULL default '', `comment` varchar(250) NOT NULL default '', `imgsize` varchar(250) NOT NULL default '', PRIMARY KEY (`num`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_PHOTO_USE` -- LOCK TABLES `ASADAL_PHOTO_USE` WRITE; /*!40000 ALTER TABLE `ASADAL_PHOTO_USE` DISABLE KEYS */; INSERT INTO `ASADAL_PHOTO_USE` VALUES (1,'?©£?? ¡¾?¨¬???','?©£???¨¢??¢¬¨­¢Ò? ???©ª ¡¾?¨¬???','60 x 45|200 x 150|640 x 480|800 x 600'),(2,'?©£?? 800','?©£???¨¢??¢¬¨­¢Ò? ???©ª 800 ?????? ?¡©¢¬?¢¯?','60 x 45|160 x 120|560 x 420|800 x 600'),(3,'?©£?? 1024','?©£???¨¢??¢¬¨­¢Ò? ???©ª 1024 ?????? ¨ö¨ö¢Ò???¨ö¨¬ ¨ù? ¨¬¢¬¡¾?','60 x 45|200 x 150|640 x 480|1024 x 768'); /*!40000 ALTER TABLE `ASADAL_PHOTO_USE` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_POLL_CATEGORY` -- DROP TABLE IF EXISTS `ASADAL_POLL_CATEGORY`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_POLL_CATEGORY` ( `code` int(11) unsigned NOT NULL auto_increment, `category_value` varchar(30) NOT NULL default '', `category_man` varchar(100) NOT NULL default '', `auth_seq` int(11) default '0', `regist_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`code`), KEY `category_code` (`code`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_POLL_CATEGORY` -- LOCK TABLES `ASADAL_POLL_CATEGORY` WRITE; /*!40000 ALTER TABLE `ASADAL_POLL_CATEGORY` DISABLE KEYS */; INSERT INTO `ASADAL_POLL_CATEGORY` VALUES (1,'poll','¡¾?¨¬? ¨ù©ø©ö??¢Ò??',100,'2006-09-04 17:25:22'); /*!40000 ALTER TABLE `ASADAL_POLL_CATEGORY` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_POLL_CFG` -- DROP TABLE IF EXISTS `ASADAL_POLL_CFG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_POLL_CFG` ( `code` int(11) unsigned NOT NULL auto_increment, `multi_check_yn` char(3) NOT NULL default '', `multi_alert_yn` char(3) NOT NULL default '', `etc_yn` char(3) NOT NULL default '', `result_view_yn` char(3) NOT NULL default '', `window_yn` char(3) NOT NULL default '', `admin_link_yn` char(3) NOT NULL default 'n', `period` varchar(10) NOT NULL default '', `control` varchar(20) default NULL, `control_auth` text, `window_width` varchar(10) NOT NULL default '', `extend` int(4) unsigned NOT NULL default '0', `num_list` int(4) unsigned NOT NULL default '0', `num_page` int(4) unsigned NOT NULL default '0', `begin` text, `end` text, `graph0` varchar(10) NOT NULL default '', `graph1` varchar(10) NOT NULL default '', `graph2` varchar(10) NOT NULL default '', `graph3` varchar(10) NOT NULL default '', `graph4` varchar(10) NOT NULL default '', `graph5` varchar(10) NOT NULL default '', `graph6` varchar(10) NOT NULL default '', `graph7` varchar(10) NOT NULL default '', `graph8` varchar(10) NOT NULL default '', `graph9` varchar(10) NOT NULL default '', `tablej_girth` varchar(30) NOT NULL default '', `tablej_submain` varchar(30) NOT NULL default '', `tablej_main` varchar(30) NOT NULL default '', `tablej_Tfont` varchar(30) NOT NULL default '', `tablej_font` varchar(30) NOT NULL default '', `tablel_girth` varchar(30) NOT NULL default '', `tablel_submain` varchar(30) NOT NULL default '', `tablel_main` varchar(30) NOT NULL default '', `tablel_mouse` varchar(30) NOT NULL default '', `tablel_font` varchar(30) NOT NULL default '', `title_view_yn` char(3) NOT NULL default 'y', PRIMARY KEY (`code`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_POLL_CFG` -- LOCK TABLES `ASADAL_POLL_CFG` WRITE; /*!40000 ALTER TABLE `ASADAL_POLL_CFG` DISABLE KEYS */; INSERT INTO `ASADAL_POLL_CFG` VALUES (1,'n','n','n','y','y','y','date','||','||14:1','555',15,5,10,'','','bar1','bar2','bar3','bar4','bar5','bar6','bar7','bar8','bar9','bar10','#D2DADF','#F1F4F6','#FFFFFF','#525252','#000000','#B9CCF3','#E0EAFF','#FFFFFF','#F0F5FF','#1E3565','y'); /*!40000 ALTER TABLE `ASADAL_POLL_CFG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_POLL_ETC` -- DROP TABLE IF EXISTS `ASADAL_POLL_ETC`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_POLL_ETC` ( `asp_etc_code` int(11) unsigned NOT NULL auto_increment, `content` varchar(200) NOT NULL default '', `ip` varchar(30) NOT NULL default '', `reg_date` datetime NOT NULL default '0000-00-00 00:00:00', `asp_code` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`asp_etc_code`), KEY `asp_code` (`asp_code`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_POLL_ETC` -- LOCK TABLES `ASADAL_POLL_ETC` WRITE; /*!40000 ALTER TABLE `ASADAL_POLL_ETC` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_POLL_ETC` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_POLL_ITEM` -- DROP TABLE IF EXISTS `ASADAL_POLL_ITEM`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_POLL_ITEM` ( `asp_item_code` int(11) unsigned NOT NULL auto_increment, `content` varchar(200) NOT NULL default '', `num` int(11) unsigned NOT NULL default '0', `reg_date` datetime NOT NULL default '0000-00-00 00:00:00', `asp_code` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`asp_item_code`), KEY `asp_code` (`asp_code`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_POLL_ITEM` -- LOCK TABLES `ASADAL_POLL_ITEM` WRITE; /*!40000 ALTER TABLE `ASADAL_POLL_ITEM` DISABLE KEYS */; INSERT INTO `ASADAL_POLL_ITEM` VALUES (1,'?¢¬???? ?©¬???¢¬¡¤?',0,'2006-09-04 17:25:22',1),(2,'¡Æ???????¨¡?¢¬? ???¨ª¨ù¡©',0,'2006-09-04 17:25:22',1),(3,'¢¯©ª¡¤¢® ¨ú?¡Æ? ??¨ú??¨ö',0,'2006-09-04 17:25:22',1),(4,'??¨ù¡©????¢¥?¡Æ¢® ¢¯?¢¯??¡À',0,'2006-09-04 17:25:22',1),(5,'??¢¬¨­???? ???¨ª¨ù¡©',0,'2006-09-04 17:25:22',1); /*!40000 ALTER TABLE `ASADAL_POLL_ITEM` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_POLL_REGISTRY` -- DROP TABLE IF EXISTS `ASADAL_POLL_REGISTRY`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_POLL_REGISTRY` ( `asp_code` int(11) unsigned NOT NULL auto_increment, `subject` text, `start_date` datetime NOT NULL default '0000-00-00 00:00:00', `end_date` datetime NOT NULL default '0000-00-00 00:00:00', `multi_check_yn` char(3) NOT NULL default '', `multi_alert_yn` char(3) NOT NULL default '', `etc_yn` char(3) NOT NULL default '', `result_view_yn` char(3) NOT NULL default '', `window_yn` char(3) NOT NULL default '', `window_width` varchar(10) NOT NULL default '', `admin_link_yn` char(3) NOT NULL default 'n', `period` varchar(10) NOT NULL default '', `control` varchar(20) default NULL, `control_auth` text, `category_code` int(11) unsigned NOT NULL default '0', `title_view_yn` char(3) NOT NULL default 'y', PRIMARY KEY (`asp_code`), KEY `category_code` (`category_code`), KEY `start_date` (`start_date`), KEY `end_date` (`end_date`), FULLTEXT KEY `subject` (`subject`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_POLL_REGISTRY` -- LOCK TABLES `ASADAL_POLL_REGISTRY` WRITE; /*!40000 ALTER TABLE `ASADAL_POLL_REGISTRY` DISABLE KEYS */; INSERT INTO `ASADAL_POLL_REGISTRY` VALUES (1,'¨ú¨¡??¢¥¨­?? ¨ú?¢Ò?¡Æ? ¨ú?¡Æ? ¢¯?¨ù?©ø¨£¢¯??','2006-09-04 17:25:22','2014-02-10 23:59:59','n','n','n','y','y','555','y','date','||','||',1,'y'); /*!40000 ALTER TABLE `ASADAL_POLL_REGISTRY` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_POLL_SETUP` -- DROP TABLE IF EXISTS `ASADAL_POLL_SETUP`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_POLL_SETUP` ( `code` int(11) unsigned NOT NULL auto_increment, `asp_code` int(11) unsigned NOT NULL default '0', `extend` int(4) unsigned NOT NULL default '0', `num_list` int(4) unsigned NOT NULL default '0', `num_page` int(4) unsigned NOT NULL default '0', `begin` text, `end` text, `graph0` varchar(10) NOT NULL default '', `graph1` varchar(10) NOT NULL default '', `graph2` varchar(10) NOT NULL default '', `graph3` varchar(10) NOT NULL default '', `graph4` varchar(10) NOT NULL default '', `graph5` varchar(10) NOT NULL default '', `graph6` varchar(10) NOT NULL default '', `graph7` varchar(10) NOT NULL default '', `graph8` varchar(10) NOT NULL default '', `graph9` varchar(10) NOT NULL default '', `tablej_girth` varchar(30) NOT NULL default '', `tablej_submain` varchar(30) NOT NULL default '', `tablej_main` varchar(30) NOT NULL default '', `tablej_Tfont` varchar(30) NOT NULL default '', `tablej_font` varchar(30) NOT NULL default '', `tablel_girth` varchar(30) NOT NULL default '', `tablel_submain` varchar(30) NOT NULL default '', `tablel_main` varchar(30) NOT NULL default '', `tablel_mouse` varchar(30) NOT NULL default '', `tablel_font` varchar(30) NOT NULL default '', PRIMARY KEY (`code`), KEY `asp_code` (`asp_code`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_POLL_SETUP` -- LOCK TABLES `ASADAL_POLL_SETUP` WRITE; /*!40000 ALTER TABLE `ASADAL_POLL_SETUP` DISABLE KEYS */; INSERT INTO `ASADAL_POLL_SETUP` VALUES (1,1,15,5,10,'','','bar1','bar2','bar3','bar4','bar5','bar6','bar7','bar8','bar9','bar10','#D2DADF','#F1F4F6','#FFFFFF','#525252','#000000','#B9CCF3','#E0EAFF','#FFFFFF','#F0F5FF','#1E3565'); /*!40000 ALTER TABLE `ASADAL_POLL_SETUP` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_SCHEDULE` -- DROP TABLE IF EXISTS `ASADAL_SCHEDULE`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_SCHEDULE` ( `schedule_no` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `period_start_date` datetime NOT NULL default '0000-00-00 00:00:00', `period_end_date` datetime NOT NULL default '0000-00-00 00:00:00', `share` enum('Y','N') NOT NULL default 'N', `schedule_type` char(1) NOT NULL default '', `writer_name` varchar(20) NOT NULL default '', `writer_no` int(11) NOT NULL default '0', `writer_ip` varchar(15) NOT NULL default '', `write_date` datetime NOT NULL default '0000-00-00 00:00:00', `leader` varchar(200) default NULL, `attender` varchar(200) default NULL, `schedule_comment` mediumtext NOT NULL, `repeat_measure` char(1) NOT NULL default '', `repeat_period` int(11) NOT NULL default '0', `repeat_end_date` datetime NOT NULL default '0000-00-00 00:00:00', `last_modify_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`schedule_no`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_SCHEDULE` -- LOCK TABLES `ASADAL_SCHEDULE` WRITE; /*!40000 ALTER TABLE `ASADAL_SCHEDULE` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_SCHEDULE` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_SCHEDULE_CONFIG` -- DROP TABLE IF EXISTS `ASADAL_SCHEDULE_CONFIG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_SCHEDULE_CONFIG` ( `schedule_config_no` int(11) NOT NULL auto_increment, `set_name` varchar(60) NOT NULL default '', `set_value` varchar(255) NOT NULL default '', PRIMARY KEY (`schedule_config_no`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_SCHEDULE_CONFIG` -- LOCK TABLES `ASADAL_SCHEDULE_CONFIG` WRITE; /*!40000 ALTER TABLE `ASADAL_SCHEDULE_CONFIG` DISABLE KEYS */; INSERT INTO `ASADAL_SCHEDULE_CONFIG` VALUES (1,'bordercolor','#abd0bc'),(2,'backgroundcolor','#d8e6c3'),(3,'livecolor','#E6FFFF'),(4,'leader_use','yes'),(5,'attender_use','yes'),(6,'writer_use','yes'); /*!40000 ALTER TABLE `ASADAL_SCHEDULE_CONFIG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_SCHEDULE_FILES` -- DROP TABLE IF EXISTS `ASADAL_SCHEDULE_FILES`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_SCHEDULE_FILES` ( `schedule_files_no` int(11) NOT NULL auto_increment, `schedule_no` int(11) NOT NULL default '0', `file_owner` varchar(20) NOT NULL default '', `file_path` varchar(100) NOT NULL default '', `file_name` varchar(200) NOT NULL default '', `file_size` int(11) NOT NULL default '0', `real_file_name` varchar(200) NOT NULL default '', `reg_date` datetime NOT NULL default '0000-00-00 00:00:00', `ext_type` char(3) NOT NULL default '', `file_code` varchar(64) NOT NULL default '', PRIMARY KEY (`schedule_files_no`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_SCHEDULE_FILES` -- LOCK TABLES `ASADAL_SCHEDULE_FILES` WRITE; /*!40000 ALTER TABLE `ASADAL_SCHEDULE_FILES` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_SCHEDULE_FILES` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_SEARCH_DATE` -- DROP TABLE IF EXISTS `ASADAL_SEARCH_DATE`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_SEARCH_DATE` ( `search_date_no` int(255) NOT NULL auto_increment, `today_use` enum('y','n') NOT NULL default 'n', `this_week_use` enum('y','n') NOT NULL default 'n', `this_month_use` enum('y','n') NOT NULL default 'n', `this_year_use` enum('y','n') NOT NULL default 'n', `user_define` enum('y','n') NOT NULL default 'n', `default_date` varchar(20) NOT NULL, `refer` varchar(255) NOT NULL, `modify_date` date NOT NULL, PRIMARY KEY (`search_date_no`), KEY `refer` (`refer`) ) ENGINE=MyISAM AUTO_INCREMENT=102 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_SEARCH_DATE` -- LOCK TABLES `ASADAL_SEARCH_DATE` WRITE; /*!40000 ALTER TABLE `ASADAL_SEARCH_DATE` DISABLE KEYS */; INSERT INTO `ASADAL_SEARCH_DATE` VALUES (1,'y','y','y','y','y','this_month_use','','2009-11-04'),(11,'y','y','y','y','y','this_month_use','','2009-11-04'),(101,'y','y','y','y','y','this_month_use','','2009-11-04'); /*!40000 ALTER TABLE `ASADAL_SEARCH_DATE` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_SEARCH_DATE_DETAIL` -- DROP TABLE IF EXISTS `ASADAL_SEARCH_DATE_DETAIL`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_SEARCH_DATE_DETAIL` ( `search_date_detail_no` int(255) NOT NULL auto_increment, `search_date_no` int(255) NOT NULL, `set_name` varchar(255) NOT NULL, `set_value` varchar(255) NOT NULL, PRIMARY KEY (`search_date_detail_no`), KEY `search_date_no` (`search_date_no`) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_SEARCH_DATE_DETAIL` -- LOCK TABLES `ASADAL_SEARCH_DATE_DETAIL` WRITE; /*!40000 ALTER TABLE `ASADAL_SEARCH_DATE_DETAIL` DISABLE KEYS */; INSERT INTO `ASADAL_SEARCH_DATE_DETAIL` VALUES (1,1,'TEXT_today','¢¯?¢¥?'),(2,1,'TEXT_this_week','??©ö©ª??'),(3,1,'TEXT_this_month','??©ö©ª¢¥¨­'),(4,1,'TEXT_this_year','¢¯??¨ª'),(5,1,'TEXT_use_search','©ø???¡Æ???¢¯?¨¬?'),(6,1,'TEXT_define','©ø??????¢´'),(7,1,'TEXT_year','©ø?'),(8,1,'TEXT_month','¢¯?'),(9,1,'TEXT_day','??'),(10,11,'TEXT_today','¢¯?¢¥?'),(11,11,'TEXT_this_week','??©ö©ª??'),(12,11,'TEXT_this_month','??©ö©ª¢¥¨­'),(13,11,'TEXT_this_year','¢¯??¨ª'),(14,11,'TEXT_use_search','©ø???¡Æ???¢¯?¨¬?'),(15,11,'TEXT_define','©ø??????¢´'),(16,11,'TEXT_year','©ø?'),(17,11,'TEXT_month','¢¯?'),(18,11,'TEXT_day','??'),(19,101,'TEXT_today','¢¯?¢¥?'),(20,101,'TEXT_this_week','??©ö©ª??'),(21,101,'TEXT_this_month','??©ö©ª¢¥¨­'),(22,101,'TEXT_this_year','¢¯??¨ª'),(23,101,'TEXT_use_search','©ø???¡Æ???¢¯?¨¬?'),(24,101,'TEXT_define','©ø??????¢´'),(25,101,'TEXT_year','©ø?'),(26,101,'TEXT_month','¢¯?'),(27,101,'TEXT_day','??'); /*!40000 ALTER TABLE `ASADAL_SEARCH_DATE_DETAIL` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_SEND_MAIL` -- DROP TABLE IF EXISTS `ASADAL_SEND_MAIL`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_SEND_MAIL` ( `code` int(11) unsigned NOT NULL auto_increment, `kind` varchar(20) NOT NULL default '', `status` char(1) NOT NULL default '', `type` char(1) NOT NULL default '', `name` varchar(50) character set euckr collate euckr_bin NOT NULL default '', `email` varchar(60) NOT NULL default '', `subject` varchar(225) character set euckr collate euckr_bin default NULL, `content` text NOT NULL, `content_prod` text, `content_bottom` text, PRIMARY KEY (`code`), KEY `kind` (`kind`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_SEND_MAIL` -- LOCK TABLES `ASADAL_SEND_MAIL` WRITE; /*!40000 ALTER TABLE `ASADAL_SEND_MAIL` DISABLE KEYS */; INSERT INTO `ASADAL_SEND_MAIL` VALUES (1,'memberapply','n','h','°ü¸®ÀÚ','dstore@plusapple.com','ȸ¿ø °¡ÀÔÀ» ÃàÇÏÇÕ´Ï´Ù.','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

    \r\n\r\n\r\n
    \r\n

     

    \r\n

    ¨ú?©ø???¨ö?¢¥?¡¾??

    \r\n

    ?¢¬¢¯©ª?¢¬¡¤? ¡Æ¢®???¨ª ??¨ù?¨ù¡© ¡Æ¡§????¢¥?¢¥?.
    ¢¥??¨ö ¨ú¨¡???©£¢¯? ¨ú???¢¬? ??¢¯???¢¯? ??????¨¡?¢¯¢® ¡¤?¡¾¡¿???¨ª ??¨ö?¡¾? ©ö?¢Ò©ª¢¥?¢¥?.

    \r\n
      \r\n
    • ¨ú¨¡???©£ : {¨ú¨¡???©£} \r\n
    • ??¢¬¨­?? : {??¢¬¨­??} \r\n
    • ??¨ù? : http://plusapple.com
    ¨ú¨¡???©£¢¯? ¨ú???¢¥? ¢¥?¢¬? ??¢Ò¡À?? ¨ú? ¨ù? ¨ú©ª??¡¤? ¨ú????? ¡Æ¡À¢¯¢® ¨¬¢¬¡Æ???¨ö?¡Æ?, ¨¬¢¬¨ú??? ?¡×??¢¯? ???? ¨¬?¡Æ©¡?¨ª ??¨ö?¡¾? ©ö?¢Ò©ª¢¥?¢¥?.

    ¡Æ¡§????¢¥?¢¥?.

    \r\n

     

    \r\n

    Copyright ¡§? plusapple.com All rights reserved.

    ',NULL,NULL),(2,'memberconfirm','n','h','°ü¸®ÀÚ','dstore@plusapple.com','ȸ¿øÀÎÁõÀÌ Ã³¸®µÇ¾ú½À´Ï´Ù.','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

    \r\n\r\n\r\n
    \r\n

     

    \r\n

    ¨ú?©ø???¨ö?¢¥?¡¾??

    \r\n

     

    \r\n

    ?¢¬¢¯©ª¢¥??? ????¡Æ¢® {¡¾??¢¬????}???? ¢¯¢®¨ù¡©{¨¬?¡Æ©¡????}????¡¤? ¨¬?¡Æ©¡??¨ú?¨ö?¢¥?¢¥?.

    \r\n

     

    \r\n

    ¨ú??¢¬¡¤? ¢¬©ö?¨¬ ??¢¯? ¨¬??©ö??¢¬©ø¢¥?¢¥?.

    \r\n

     

    \r\n

    ????¨¡?¢¯¢® ¡¤?¡¾¡¿???? ¨ú? ??¡Æ?©ø¨£ ?????? ??¢¥? ¡Æ©¡¢¯? ????¨¡? ¡Æ?¢¬???¢¯¢®¡Æ? ©ö????¨ª ??¨ö?¡¾? ©ö?¢Ò©ª¢¥?¢¥?.

    \r\n


    ¡Æ¡§????¢¥?¢¥?.

    \r\n

    \r\n

     

    \r\n

    Copyright ¡§? plusapple.com All rights reserved.

    ',NULL,NULL),(3,'memberout','n','h','°ü¸®ÀÚ','dstore@plusapple.com','ȸ¿øÅ»Åð°¡ ¿Ï·áµÇ¾ú½À´Ï´Ù.','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

    \r\n\r\n\r\n
    \r\n

     

    \r\n

    ?¢¬¢¯©ª ???©£ ?©ø¢¬?¡Æ¢® ¢¯?¡¤???¨ú?¨ö?¢¥?¢¥?.

    \r\n

    ¡Æ©ø???¢´¨¬¢¬ ¨¬¢¬???¢´??¢¯¢® ??¢Ò? ?¢¬¢¯©ª¢¥??? ?¢´¨¬¢¬¢¥? ¢¥? ???? ¨¬¢¬¡Æ????? ¨ú?¡Æ? ?????? ¢¯©ö?¢´??¢¥?¢¥?.

    \r\n
      \r\n
    • ?¢¬¢¯©ª¢¬? : {?¢¬¢¯©ª¢¬?} \r\n
    • ¨ú¨¡???©£ : {¨ú¨¡???©£} \r\n
    • ??¢¬¨­?? : {??¢¬¨­??} \r\n
    • ??¨ù? : http://plusapple.com
    \r\n

    ¢¬¢¬¨ú? ¨ö?¨ù?¡¤? ?¢¬¢¯©ª ???©£ ?©ø¢¬?¡Æ¢® ??¨ú?¢¥?¢¬?, ??¡¤? ?¢¬¢¯©ª¡Æ¢®???? ¨ö????¨ª ??¨ö?¡¾? ©ö?¢Ò©ª¢¥?¢¥?.

    ¡¾¡¿?¢¯¨ú? ???? ????¨¡?¢¬? \r\n??¢¯??¨ª ??¨ù?¨ù¡© ¡Æ¡§????¢¥?¢¥?.

    \r\n

     

    \r\n

    Copyright ¡§? plusapple.com All rights reserved.

    ',NULL,NULL),(4,'memberidloss','y','h','°ü¸®ÀÚ','dstore@plusapple.com','¿äûÇϽŠȸ¿ø ¾ÆÀ̵ðÀÔ´Ï´Ù.','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

    \r\n\r\n\r\n
    \r\n

     

    \r\n

    \r\n\r\n\r\n

    ¨ú?©ø???¨ö?¢¥?¡¾??

    {?¢¬¢¯©ª¢¬?}¢¥?©÷©÷¨ù¡© ¨¬¨¢¨ö???¨ö? ¨ú¨¡???©£¢¥? ¨ú¨¡¡¤¢®¢¯? ¡Æ¡Æ¨ö?¢¥?¢¥?.

    \r\n
      \r\n
    • ?¢¬¢¯©ª¢¬? : {?¢¬¢¯©ª¢¬?} \r\n
    • ¨ú¨¡???©£ : {¨ú¨¡???©£} \r\n
    • ??¨ù? : http://plusapple.com
    ¡Æ¡§????¢¥?¢¥?. \r\n

    \r\n

    \r\n

     

    \r\n

    Copyright ¡§? plusapple.com All rights reserved.

    ',NULL,NULL),(5,'memberpwloss','y','h','°ü¸®ÀÚ','dstore@plusapple.com','¿äûÇϽоÏÈ£ÀÔ´Ï´Ù.','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

    \r\n\r\n\r\n
    \r\n

     

    \r\n

    \r\n\r\n \r\n
    \r\n


    ¨ú?©ø???¨ö?¢¥?¡¾??

    ?¢¬¢¯©ª ¡¤?¡¾¡¿?? ¨ú???¢¬? ¨¬¨¢¨ö??? ¡Æ©¡¢¯?¢¯¢® ©ö©¬¡¾¨­??¢¥? ??¨ö?¨ú?????¢¥?¢¥?.

    \r\n

    ¡¤?¡¾¡¿?? ¨ö? ¨ú¨¡¡¤¢®?? ¨ú¨¡???©£, ¨ú???¡¤? ¡¤?¡¾¡¿????¨ö?¢¬? ??¢¥?¢¥?.
    ¡¤?¡¾¡¿?? ??¨ö? ??¢¯¢®¢¥? ©ö???¨ö? ?¢¬¢¯©ª ?¢´¨¬¢¬¨ù??¢´¢¯¢®¨ù¡© \r\n¨ú???¢¬? ¨¬?¡Æ©¡?¨ª ??¨ö?¡¾? ©ö?¢Ò©ª¢¥?¢¥?.

    \r\n
      \r\n
    • ¨ú¨¡???©£ : {¨ú¨¡???©£} \r\n
    • ??¨ö?¨ú??? : {??¨ö?¨ú???} \r\n
    • ??¨ù? :  http://plusapple.com
    \r\n

    ?¡× ??¨ö?¨ú???¢¥? ??¡¤? ¨¬¢¬¡Æ??? ??¢¯?¡Æ¢® ¨ú©ª?¢¬©ö?¡¤?, ??¢¯? ?? ?????¨ª ??¨ö?¨ö?¢¯?.

    ¡Æ¡§????¢¥?¢¥?. \r\n

    \r\n

     

    \r\n

    Copyright ¡§? plusapple.com All rights reserved.

    ',NULL,NULL),(6,'memberagree','n','h','°ü¸®ÀÚ','dstore@plusapple.com','±ÍÇÏÀÇ Àڳడ ȸ¿ø µî·ÏÇÏ´Â °ÍÀ» µ¿ÀÇÇմϱî?','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

    \r\n\r\n\r\n
    \r\n

     

    \r\n

    \r\n\r\n\r\n

    ¨ú?©ø???¨ö?¢¥?¡¾?? \r\n

    ¨¬?¢¬©£¢¥??? ??©ø?¡Æ¢® ?¢¬¢¯©ª¡Æ¢®???? ¨ö????©¬¨ö?¢¥?¢¥?.

    \r\n

    ¨ú¨¡¡¤¢®?? ???¡¿¢¯¢® ?¢¯????¨ö?¢¬? ¨ú¨¡¡¤¢®?? ?¢¯????¢¥?¢¥? ¢¬? ??¢¬??¨ª ??¨ö?¨ö?¢¯?.

    \r\n


    {?¢¯??©ö?¨¡¡Æ}

    \r\n

     

    \r\n

    \r\n

    ?¢¯????¢¥?¢¥? ¢¬? ??¢¬??? ?? ??¢¯??? ?¢´¨¬¢¬¢¬? ??¡¤???¨ö?¢¬? ?¢¬¢¯©ª¡Æ¢®???? ¢¯?¡¤???¢¥?¢¥?.

    \r\n

    ---------------------------------------------------------------

    ¨¬????¨¬ \r\n¨¬????? ??©ø?¡Æ¢® ?¢¬¢¯©ª ??¡¤???¢¥? ¡Æ??? ?¢¯????¢¥?¢¥?.

    1. ?¢¬¢¯©ª ??¡¤??? ¢¯©ª??¢¥? ??©ø?

    \r\n


       ?? ¢¬¡× : {??©ø?¢¬?}
       ??©ö???¡¤?©ö©ª?? : \r\n{??©ø???©ö???¡¤?©ö©ª??}

    \r\n



    2. ??©ø??? ?¢¬¢¯©ª??¡¤??? ?¢¯????¢¥? ©ö??¢´ ¢¥?¢¬???(¨¬¢¬????)

    \r\n


       ?? ¢¬¡× : {¨¬?¢¬©£¢¥?¢¬?}
       ¨¬¢¬???? ??©ö???¡¤?©ö©ª?? : \r\n{¨¬?¢¬©£¢¥???©ö???¡¤?©ö©ª??}
       ¨¬¢¬???? ¢¯?¢Ò??©ø : {¨¬?¢¬©£¢¥?¢¯?¢Ò??©ø}

    \r\n


    {?¢¯??©ö?¨¡¡Æ} \r\n

    \r\n

     

    \r\n

    Copyright ¡§? plusapple.com All rights reserved.

    ',NULL,NULL),(7,'memberagreeok','n','h','°ü¸®ÀÚ','dstore@plusapple.com','¹ýÁ¤´ë¸®ÀÎ(ºÎ¸ð´Ô)ÀÌ º¸³»½Å µ¿ÀǼ­ È®ÀÎÀÌ µÇ¾ú½À´Ï´Ù.','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n

    \r\n\r\n\r\n
    \r\n

     

    \r\n

    \r\n\r\n\r\n
    \r\n


    ¨ú?©ø???¨ö?¢¥?¡¾??

    \r\n


    ©ö??¢´¢¥?¢¬???(¨¬?¢¬©£¢¥?)?? ¨¬¢¬©ø?¨ö? ?¢¯??¨ù¡© ?????? ??¨ú?¨ö?¢¥?¢¥?.


    1. ?¢¬¢¯©ª ??¡¤??? \r\n¢¯©ª??¢¥? ??©ø?

       ?? ¢¬¡× : {??©ø?¢¬?}
       \r\n??©ö???¡¤?©ö©ª?? : {??©ø???©ö???¡¤?©ö©ª??}


    2. ??©ø??? ?¢¬¢¯©ª??¡¤??? ?¢¯????¢¥? ©ö??¢´ ¢¥?¢¬???(¨¬¢¬????) \r\n

       ?? ¢¬¡× : {¨¬?¢¬©£¢¥?¢¬?}
       ¨¬¢¬???? ??©ö???¡¤?©ö©ª?? \r\n: {¨¬?¢¬©£¢¥???©ö???¡¤?©ö©ª??}
       ¨¬¢¬????¢¯?¢Ò??©ø : {¨¬?¢¬©£¢¥?¢¯?¢Ò??©ø}


    ?¡× \r\n©ø?¢¯??? ¢¬??¢¬¢¬?, ??©ø??? ?¢¬¢¯©ª??¡¤??? ¢¯©ª??¨ö?¢¬?, ¨ú¨¡¡¤¢® ¡Æ¢®????¡¾? ¡¾???¢¬? ??¢¬??¨ª ??¨ö?¡¾? ©ö?¢Ò©ª¢¥?¢¥?. \r\n

    \r\n

    {¡Æ¢®??©ö?¨¡¡Æ}

    \r\n

     

    \r\n

    Copyright ¡§? plusapple.com All rights reserved.

    ',NULL,NULL); /*!40000 ALTER TABLE `ASADAL_SEND_MAIL` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_SMS_LOGO` -- DROP TABLE IF EXISTS `ASADAL_SMS_LOGO`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_SMS_LOGO` ( `num` int(11) NOT NULL auto_increment, `log_id` varchar(255) NOT NULL default '', `phon` varchar(255) NOT NULL default '', `name` varchar(255) default NULL, `regdate` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`num`), KEY `log_id` (`log_id`), KEY `log_id_2` (`log_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_SMS_LOGO` -- LOCK TABLES `ASADAL_SMS_LOGO` WRITE; /*!40000 ALTER TABLE `ASADAL_SMS_LOGO` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_SMS_LOGO` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_STAFF_MEMBER` -- DROP TABLE IF EXISTS `ASADAL_STAFF_MEMBER`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_STAFF_MEMBER` ( `num` int(10) unsigned NOT NULL auto_increment, `type` tinyint(1) NOT NULL default '0', `level` tinyint(1) NOT NULL default '0', `visible` tinyint(1) NOT NULL default '0', `isAdmin` tinyint(1) NOT NULL default '0', `memberAdmin` tinyint(1) NOT NULL default '0', `onlyAdmin` enum('0','1') NOT NULL default '0', `namecheck` enum('y','e','f','n') default 'n', `staff` tinyint(1) unsigned default '0', `parents_info` varchar(100) NOT NULL default '', `id` varchar(20) NOT NULL default '', `pw` varchar(100) character set euckr collate euckr_bin NOT NULL default '', `name` varchar(30) NOT NULL default '', `nameChinese` varchar(50) default NULL, `nameEnglish` varchar(60) default NULL, `nickname` varchar(50) NOT NULL default '', `avata` varchar(20) NOT NULL default '', `company` varchar(100) NOT NULL default '', `ceo` varchar(20) NOT NULL default '', `business_no` varchar(20) NOT NULL default '', `business_type` varchar(50) NOT NULL default '', `business_status` varchar(100) NOT NULL default '', `post` varchar(50) NOT NULL default '', `jumin` varchar(14) NOT NULL default '', `birthday` date NOT NULL default '0000-00-00', `birthday_type` tinyint(1) default '1', `birthday_yun` tinyint(1) default '1', `office_tel` varchar(20) NOT NULL default '', `home_tel` varchar(20) NOT NULL default '', `phone` varchar(20) NOT NULL default '', `fax` varchar(20) NOT NULL default '', `email` varchar(50) NOT NULL default '', `zipcode` varchar(20) NOT NULL default '', `addr1` varchar(150) NOT NULL default '', `addr2` varchar(150) NOT NULL default '', `comzipcode` varchar(20) default NULL, `comaddr1` varchar(150) default NULL, `comaddr2` varchar(150) default NULL, `mail_chk` tinyint(1) default '1', `sex` tinyint(1) NOT NULL default '1', `job` varchar(50) default NULL, `education` varchar(30) default NULL, `school` tinytext, `income` varchar(30) default NULL, `wedding` tinyint(1) NOT NULL default '0', `login_page` varchar(100) NOT NULL default '', `list_datanum` varchar(100) NOT NULL default '', `hobby` varchar(100) default NULL, `cash_method` varchar(10) default NULL, `cash_amount` int(10) unsigned default NULL, `bank_info` varchar(100) default NULL, `cash_date` int(11) default NULL, `cash_success` varchar(10) default 'no', `mileage` int(10) unsigned NOT NULL default '0', `deposit` int(10) unsigned NOT NULL default '0', `status` tinyint(1) NOT NULL default '0', `reg_date` int(11) NOT NULL default '0', `inDate` date default NULL, `outDate` date default NULL, `last_login` int(11) NOT NULL default '0', `leave_date` int(11) NOT NULL default '0', `leave_pw` varchar(20) NOT NULL default '', `leave_reason` tinytext NOT NULL, `udf01` varchar(100) default NULL, `udf02` varchar(100) default NULL, `udf03` varchar(100) default NULL, `reseller` varchar(20) default 'asadal', `domain_no` smallint(4) NOT NULL default '0', `domain_cnt` int(3) default NULL, `game_cnt` int(5) default NULL, `m1` tinyint(1) NOT NULL default '0', `m2` tinyint(1) NOT NULL default '0', `m3` tinyint(1) NOT NULL default '0', `m4` tinyint(1) NOT NULL default '0', `m5` tinyint(1) NOT NULL default '0', `m6` tinyint(1) NOT NULL default '0', `m7` tinyint(1) NOT NULL default '0', `level1` tinyint(1) NOT NULL default '1', `level2` tinyint(1) NOT NULL default '0', `level3` tinyint(1) NOT NULL default '0', `level4` tinyint(1) NOT NULL default '0', `level5` tinyint(1) NOT NULL default '0', `level6` tinyint(1) NOT NULL default '0', `level7` tinyint(1) NOT NULL default '0', `hanglro` enum('Y','N') default 'N', `emulzone` enum('Y','N') default 'N', `pid` varchar(50) default NULL, `pemail` varchar(100) default NULL, `domicile` varchar(100) default NULL, `career` varchar(50) default NULL, `family` varchar(50) default NULL, `bank` varchar(50) default NULL, `homepage` varchar(100) default NULL, `companyName` varchar(50) default NULL, `companyDept` varchar(50) default NULL, `companyDuty` varchar(50) default NULL, `officeFrom` tinyint(1) default '0', `pnameChinese` varchar(50) default NULL, `pnameEnglish` varchar(60) default NULL, `pbirthday` varchar(15) default NULL, `pbirthday_yun` tinyint(1) default '1', `pcomzipcode` varchar(10) default NULL, `pcomaddr` varchar(100) default NULL, `poffice_tel` varchar(50) default NULL, `pjob` varchar(50) default NULL, `peducation` varchar(50) default NULL, `pschool` tinytext, `pincome` varchar(50) default NULL, `pwedding` tinyint(1) default NULL, `phobby` varchar(50) default NULL, `shop_reseller` varchar(30) default NULL, `member_img` varchar(50) default NULL, `career_detail` tinytext, `figure` tinytext, `admin_reg` date default NULL, `jobposition` varchar(50) default NULL, `adminMemo` text, `userMemo` text, PRIMARY KEY (`num`), UNIQUE KEY `id` (`id`), KEY `isAdmin` (`isAdmin`), KEY `name` (`name`), KEY `jumin` (`jumin`), KEY `email` (`email`), KEY `onlyAdmin` (`onlyAdmin`), KEY `reg_date` (`reg_date`), KEY `staff` (`staff`), KEY `nickname` (`nickname`), KEY `addr1` (`addr1`), KEY `visible` (`visible`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_STAFF_MEMBER` -- LOCK TABLES `ASADAL_STAFF_MEMBER` WRITE; /*!40000 ALTER TABLE `ASADAL_STAFF_MEMBER` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_STAFF_MEMBER` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_STAT_CATEGORY_V2` -- DROP TABLE IF EXISTS `ASADAL_STAT_CATEGORY_V2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_STAT_CATEGORY_V2` ( `cate_no` int(11) NOT NULL auto_increment, `cate_code` varchar(255) NOT NULL default '', `code_no` int(11) NOT NULL default '0', `cate_ename` varchar(255) NOT NULL default '', `cate_treecode` varchar(255) NOT NULL default '', `cate_name` varchar(255) NOT NULL default '', `regdate` datetime NOT NULL default '0000-00-00 00:00:00', `cate_service` enum('y','n') NOT NULL default 'n', `cate_keyword` mediumtext NOT NULL, `cate_use` char(1) NOT NULL default '', `cate_use_part` enum('P','S') NOT NULL default 'P', `conf_cate_no` int(11) NOT NULL default '0', `memo` varchar(255) default '', `control` varchar(20) default NULL, `control_auth` text, PRIMARY KEY (`cate_no`), KEY `cate_treecode` (`cate_treecode`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_STAT_CATEGORY_V2` -- LOCK TABLES `ASADAL_STAT_CATEGORY_V2` WRITE; /*!40000 ALTER TABLE `ASADAL_STAT_CATEGORY_V2` DISABLE KEYS */; INSERT INTO `ASADAL_STAT_CATEGORY_V2` VALUES (1,'AS1252651697',0,'home','c0000','?¡§','2006-09-04 17:25:22','n','','','S',1,'','',''),(10,'AS1252651698',0,'community','c0001','?¢¯©ö?¢¥?¨¡¨ù','2006-10-18 17:51:43','n','','','S',10,'','',''),(11,'AS1252651699',0,'recruit','c0002','?¢´¢¯??¢´¨¬¢¬','2006-10-18 17:52:09','n','','','S',11,'','',''),(12,'AS1252651700',0,'customer','c0003','¡Æ?¡Æ¢¥¨ù¨ú??','2006-10-18 17:52:49','n','','','S',12,'','',''),(13,'AS1252651701',0,'product','c0004','???¡Æ¨ú?©ø?','2006-10-18 17:53:03','n','','','S',13,'','',''),(14,'AS1252651702',0,'company','c0005','?¢¬??¨ù?¡Æ©ø','2006-10-18 17:53:19','n','','','S',14,'','',''); /*!40000 ALTER TABLE `ASADAL_STAT_CATEGORY_V2` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_STAT_CATEGORY_V2_CONFIG` -- DROP TABLE IF EXISTS `ASADAL_STAT_CATEGORY_V2_CONFIG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_STAT_CATEGORY_V2_CONFIG` ( `config_no` int(11) NOT NULL auto_increment, `cate_no` int(11) NOT NULL default '0', `set_type` varchar(255) NOT NULL default '', `set_name` varchar(255) NOT NULL default '', `set_value` varchar(255) NOT NULL default '', PRIMARY KEY (`config_no`), KEY `cate_no` (`cate_no`) ) ENGINE=MyISAM AUTO_INCREMENT=298 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_STAT_CATEGORY_V2_CONFIG` -- LOCK TABLES `ASADAL_STAT_CATEGORY_V2_CONFIG` WRITE; /*!40000 ALTER TABLE `ASADAL_STAT_CATEGORY_V2_CONFIG` DISABLE KEYS */; INSERT INTO `ASADAL_STAT_CATEGORY_V2_CONFIG` VALUES (1,0,'config','cate_unlimit_use','false'),(2,0,'config','tree_step','5'),(3,0,'config','cate_limit','21'),(4,0,'config','merge_use','false'),(5,0,'config','cate_show_hidden','true'),(6,0,'config','last_cate_select','true'),(7,0,'config','cate_open_num','2'),(8,0,'config','keyword_use','false'),(9,0,'config','check_use','false'),(10,0,'config','folder_use','true'),(11,0,'config','image_use','false'),(12,0,'config','img_cate1_size1','150'),(13,0,'config','img_cate1_size2','150'),(14,0,'config','img_cate2_size1','150'),(15,0,'config','img_cate2_size2','150'),(16,0,'config','resize_use','false'),(17,0,'config','loc_data_dir','/home/plusapple.com/www/asapro/photo'),(18,0,'config','image_url','/~plusapple.com/www/asapro/photo'),(19,0,'config','ftp_num','1'),(20,0,'config','title_name','¨¬¨¢¡¤?'),(21,0,'config','title_word','¨¬¨¢¡¤?¢¬?'),(22,0,'config','title_eng_word','¨¡?¢¥?¢¬?(¢¯?©ö?)'),(23,0,'config','title_cmm_keyword','¡Æ©ª?? ?¡Æ¢¯???'),(24,0,'config','title_single_keyword','¡Æ©ø¨¬¡Æ ?¡Æ¢¯???'),(25,0,'config','title_cate1_image','¢¥??? ??©ö???'),(26,0,'config','title_cate2_image','¨ö©¡©ø¡¿?? ??©ö???'),(27,0,'config','title_adult_cert','¨ù¨¬??????'),(28,0,'config','title_cate_use','??¢¯?¢¯?¨¬?'),(29,0,'config','title_edit_cate','¨ù??¢´?? ¨¬¨¢¡¤?'),(30,0,'config','title_new_cate','??¡¤?¢¯? ¨¬¨¢¡¤?'),(31,0,'config','title_move_cate','???¢¯¨ö??©ø ¨¬¨¢¡¤?'),(32,0,'config','title_input_guid','??¡¤??¨ª ??¨ù¨ù¢¯?.'),(33,0,'config','title_select_guid','¨ù¡¾???¨ª ??¨ù¨ù¢¯?.'),(34,0,'config','title_select_error_guid','¨ù¡¾?????? ¢¬¢Ò¨ö?¨ö?¢¯?.'),(35,0,'config','title_delete_guid','??????¨ö? ¡Æ©¡¢¯? ???¡×¨¬¨¢¡¤??? ??????¢¥?¢¥?. {¨¬¨¢¡¤?¢¬?} ¨¬¨¢¡¤?¢¬? ??????¨ö?¡Æ?¨ö?¢¥?¡¾??'),(36,0,'config','img_folder_part','D'),(37,0,'config','img_minus_part','D'),(38,0,'config','img_default_part','D'),(39,0,'config','img_hline_part','D'),(40,0,'config','img_modify_part','D'),(41,0,'config','img_del_part','D'),(42,0,'config','img_move_part','D'),(43,0,'config','img_add_part','D'),(44,0,'config','img_loading_part','D'),(45,0,'config','ftp_data_use','false'),(46,0,'config','cmm_cate1_no','1'),(47,0,'config','cmm_cate2_no','1'),(48,0,'config','ftp_info1','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(49,0,'config','ftp_info2','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(50,0,'config','ftp_info3','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(51,0,'config','ftp_info4','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(52,0,'config','ftp_info5','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(53,0,'config','cmm_cate3_no','1'),(55,0,'config','img_plus_part','D'),(56,0,'config','img_cate4_size2','150'),(57,0,'config','img_cate4_size1','150'),(58,0,'config','img_cate3_size2','150'),(59,0,'config','img_cate3_size1','150'),(60,0,'config','cmm_cate4_no','1'),(61,0,'config','search_cate_select','false'),(62,0,'config','product_cate_select','true'),(63,0,'config','bgcolor_table_td','#E6EFFF'),(64,0,'config','bgcolor_table_line','#9AB6E4'),(65,0,'config','title_cate_image1','??©ö???1'),(66,0,'config','title_cate_image2','??©ö???2'),(67,0,'config','title_cate_image3','??©ö???3'),(68,0,'config','title_cate_image4','??©ö???4'),(69,1,'config','check_use','false'),(70,1,'config','image_use','false'),(71,1,'config','keyword_use','false'),(72,1,'config','img_cate1_size1','150'),(73,1,'config','img_cate1_size2','150'),(74,1,'config','img_cate2_size1','150'),(75,1,'config','img_cate2_size2','150'),(76,1,'config','resize_use','false'),(77,1,'config','ftp_num','1'),(78,1,'config','ftp_data_use','false'),(79,1,'config','ftp_info1','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(80,1,'config','ftp_info2','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(81,1,'config','ftp_info3','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(82,1,'config','ftp_info4','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(83,1,'config','ftp_info5','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(84,1,'config','img_cate4_size2','150'),(85,1,'config','img_cate4_size1','150'),(86,1,'config','img_cate3_size2','150'),(87,1,'config','img_cate3_size1','150'),(88,1,'config','search_cate_select','false'),(89,1,'config','product_cate_select','true'),(90,1,'config','bgcolor_table_td','#E6EFFF'),(91,1,'config','bgcolor_table_line','#9AB6E4'),(92,1,'config','cate_unlimit_use','false'),(93,1,'config','tree_step','5'),(94,1,'config','merge_use','false'),(95,1,'config','folder_use','true'),(96,1,'config','cate_open_num','2'),(97,1,'config','title_cate_image1','??©ö???1'),(98,1,'config','title_cate_image2','??©ö???2'),(99,1,'config','title_cate_image3','??©ö???3'),(100,1,'config','title_cate_image4','??©ö???4'),(101,10,'config','check_use','false'),(102,10,'config','image_use','false'),(103,10,'config','keyword_use','false'),(104,10,'config','img_cate1_size1','150'),(105,10,'config','img_cate1_size2','150'),(106,10,'config','img_cate2_size1','150'),(107,10,'config','img_cate2_size2','150'),(108,10,'config','resize_use','false'),(109,10,'config','ftp_num','1'),(110,10,'config','ftp_data_use','false'),(111,10,'config','ftp_info1','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(112,10,'config','ftp_info2','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(113,10,'config','ftp_info3','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(114,10,'config','ftp_info4','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(115,10,'config','ftp_info5','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(116,10,'config','img_cate4_size2','150'),(117,10,'config','img_cate4_size1','150'),(118,10,'config','img_cate3_size2','150'),(119,10,'config','img_cate3_size1','150'),(120,10,'config','search_cate_select','false'),(121,10,'config','product_cate_select','true'),(122,10,'config','bgcolor_table_td','#E6EFFF'),(123,10,'config','bgcolor_table_line','#9AB6E4'),(124,10,'config','cate_unlimit_use','false'),(125,10,'config','tree_step','5'),(126,10,'config','merge_use','false'),(127,10,'config','folder_use','true'),(128,10,'config','cate_open_num','2'),(129,10,'config','title_cate_image1','??©ö???1'),(130,10,'config','title_cate_image2','??©ö???2'),(131,10,'config','title_cate_image3','??©ö???3'),(132,10,'config','title_cate_image4','??©ö???4'),(133,11,'config','check_use','false'),(134,11,'config','image_use','false'),(135,11,'config','keyword_use','false'),(136,11,'config','img_cate1_size1','150'),(137,11,'config','img_cate1_size2','150'),(138,11,'config','img_cate2_size1','150'),(139,11,'config','img_cate2_size2','150'),(140,11,'config','resize_use','false'),(141,11,'config','ftp_num','1'),(142,11,'config','ftp_data_use','false'),(143,11,'config','ftp_info1','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(144,11,'config','ftp_info2','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(145,11,'config','ftp_info3','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(146,11,'config','ftp_info4','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(147,11,'config','ftp_info5','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(148,11,'config','img_cate4_size2','150'),(149,11,'config','img_cate4_size1','150'),(150,11,'config','img_cate3_size2','150'),(151,11,'config','img_cate3_size1','150'),(152,11,'config','search_cate_select','false'),(153,11,'config','product_cate_select','true'),(154,11,'config','bgcolor_table_td','#E6EFFF'),(155,11,'config','bgcolor_table_line','#9AB6E4'),(156,11,'config','cate_unlimit_use','false'),(157,11,'config','tree_step','5'),(158,11,'config','merge_use','false'),(159,11,'config','folder_use','true'),(160,11,'config','cate_open_num','2'),(161,11,'config','title_cate_image1','??©ö???1'),(162,11,'config','title_cate_image2','??©ö???2'),(163,11,'config','title_cate_image3','??©ö???3'),(164,11,'config','title_cate_image4','??©ö???4'),(165,12,'config','check_use','false'),(166,12,'config','image_use','false'),(167,12,'config','keyword_use','false'),(168,12,'config','img_cate1_size1','150'),(169,12,'config','img_cate1_size2','150'),(170,12,'config','img_cate2_size1','150'),(171,12,'config','img_cate2_size2','150'),(172,12,'config','resize_use','false'),(173,12,'config','ftp_num','1'),(174,12,'config','ftp_data_use','false'),(175,12,'config','ftp_info1','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(176,12,'config','ftp_info2','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(177,12,'config','ftp_info3','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(178,12,'config','ftp_info4','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(179,12,'config','ftp_info5','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(180,12,'config','img_cate4_size2','150'),(181,12,'config','img_cate4_size1','150'),(182,12,'config','img_cate3_size2','150'),(183,12,'config','img_cate3_size1','150'),(184,12,'config','search_cate_select','false'),(185,12,'config','product_cate_select','true'),(186,12,'config','bgcolor_table_td','#E6EFFF'),(187,12,'config','bgcolor_table_line','#9AB6E4'),(188,12,'config','cate_unlimit_use','false'),(189,12,'config','tree_step','5'),(190,12,'config','merge_use','false'),(191,12,'config','folder_use','true'),(192,12,'config','cate_open_num','2'),(193,12,'config','title_cate_image1','??©ö???1'),(194,12,'config','title_cate_image2','??©ö???2'),(195,12,'config','title_cate_image3','??©ö???3'),(196,12,'config','title_cate_image4','??©ö???4'),(197,13,'config','check_use','false'),(198,13,'config','image_use','false'),(199,13,'config','keyword_use','false'),(200,13,'config','img_cate1_size1','150'),(201,13,'config','img_cate1_size2','150'),(202,13,'config','img_cate2_size1','150'),(203,13,'config','img_cate2_size2','150'),(204,13,'config','resize_use','false'),(205,13,'config','ftp_num','1'),(206,13,'config','ftp_data_use','false'),(207,13,'config','ftp_info1','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(208,13,'config','ftp_info2','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(209,13,'config','ftp_info3','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(210,13,'config','ftp_info4','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(211,13,'config','ftp_info5','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(212,13,'config','img_cate4_size2','150'),(213,13,'config','img_cate4_size1','150'),(214,13,'config','img_cate3_size2','150'),(215,13,'config','img_cate3_size1','150'),(216,13,'config','search_cate_select','false'),(217,13,'config','product_cate_select','true'),(218,13,'config','bgcolor_table_td','#E6EFFF'),(219,13,'config','bgcolor_table_line','#9AB6E4'),(220,13,'config','cate_unlimit_use','false'),(221,13,'config','tree_step','5'),(222,13,'config','merge_use','false'),(223,13,'config','folder_use','true'),(224,13,'config','cate_open_num','2'),(225,13,'config','title_cate_image1','??©ö???1'),(226,13,'config','title_cate_image2','??©ö???2'),(227,13,'config','title_cate_image3','??©ö???3'),(228,13,'config','title_cate_image4','??©ö???4'),(229,14,'config','check_use','false'),(230,14,'config','image_use','false'),(231,14,'config','keyword_use','false'),(232,14,'config','img_cate1_size1','150'),(233,14,'config','img_cate1_size2','150'),(234,14,'config','img_cate2_size1','150'),(235,14,'config','img_cate2_size2','150'),(236,14,'config','resize_use','false'),(237,14,'config','ftp_num','1'),(238,14,'config','ftp_data_use','false'),(239,14,'config','ftp_info1','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(240,14,'config','ftp_info2','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(241,14,'config','ftp_info3','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(242,14,'config','ftp_info4','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(243,14,'config','ftp_info5','a:5:{s:4:\"host\";s:0:\"\";s:4:\"port\";s:0:\"\";s:2:\"id\";s:0:\"\";s:3:\"pwd\";s:0:\"\";s:3:\"dir\";s:0:\"\";}'),(244,14,'config','img_cate4_size2','150'),(245,14,'config','img_cate4_size1','150'),(246,14,'config','img_cate3_size2','150'),(247,14,'config','img_cate3_size1','150'),(248,14,'config','search_cate_select','false'),(249,14,'config','product_cate_select','true'),(250,14,'config','bgcolor_table_td','#E6EFFF'),(251,14,'config','bgcolor_table_line','#9AB6E4'),(252,14,'config','cate_unlimit_use','false'),(253,14,'config','tree_step','5'),(254,14,'config','merge_use','false'),(255,14,'config','folder_use','true'),(256,14,'config','cate_open_num','2'),(257,14,'config','title_cate_image1','??©ö???1'),(258,14,'config','title_cate_image2','??©ö???2'),(259,14,'config','title_cate_image3','??©ö???3'),(260,14,'config','title_cate_image4','??©ö???4'),(297,14,'config','img_use4_select','y'),(296,14,'config','img_use3_select','y'),(295,14,'config','img_use2_select','y'),(294,14,'config','img_use1_select','y'),(293,14,'config','cate_limit',''),(292,0,'config','img_use4_select','y'),(291,0,'config','img_use3_select','y'),(290,0,'config','img_use2_select','y'),(289,0,'config','img_use1_select','y'); /*!40000 ALTER TABLE `ASADAL_STAT_CATEGORY_V2_CONFIG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_STAT_CFG` -- DROP TABLE IF EXISTS `ASADAL_STAT_CFG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_STAT_CFG` ( `NO` int(11) NOT NULL auto_increment, `code` varchar(50) NOT NULL default '', `tree_code` varchar(26) NOT NULL default '', `name` varchar(50) NOT NULL default '', `regdate` datetime NOT NULL default '0000-00-00 00:00:00', `memo` varchar(255) default '', `control` varchar(20) default NULL, `control_auth` text, PRIMARY KEY (`NO`), KEY `code` (`code`), KEY `name` (`name`), KEY `tree_code` (`tree_code`) ) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_STAT_CFG` -- LOCK TABLES `ASADAL_STAT_CFG` WRITE; /*!40000 ALTER TABLE `ASADAL_STAT_CFG` DISABLE KEYS */; INSERT INTO `ASADAL_STAT_CFG` VALUES (1,'home','c00','?¡§','2006-09-04 17:25:22','','',''),(10,'community','c01','?¢¯©ö?¢¥?¨¡¨ù','2006-10-18 17:51:43','','',''),(11,'recruit','c02','?¢´¢¯??¢´¨¬¢¬','2006-10-18 17:52:09','','',''),(12,'customer','c03','¡Æ?¡Æ¢¥¨ù¨ú??','2006-10-18 17:52:49','','',''),(13,'product','c04','???¡Æ¨ú?©ø?','2006-10-18 17:53:03','','',''),(14,'company','c05','?¢¬??¨ù?¡Æ©ø','2006-10-18 17:53:19','','',''); /*!40000 ALTER TABLE `ASADAL_STAT_CFG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_WEBMAIL_ADDRESS` -- DROP TABLE IF EXISTS `ASADAL_WEBMAIL_ADDRESS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_WEBMAIL_ADDRESS` ( `num` int(10) unsigned NOT NULL auto_increment, `vid` varchar(50) NOT NULL, `group_num` int(10) unsigned NOT NULL default '0', `type` tinyint(1) default '0', `name` varchar(30) NOT NULL default '', `nameChinese` varchar(50) default NULL, `nameEnglish` varchar(50) default NULL, `nickname` varchar(50) NOT NULL default '', `company` varchar(100) NOT NULL default '', `ceo` varchar(20) NOT NULL default '', `business_no` varchar(20) NOT NULL default '', `business_type` varchar(50) NOT NULL default '', `business_status` varchar(100) NOT NULL default '', `post` varchar(50) NOT NULL default '', `jumin` varchar(14) NOT NULL default '', `birthday` date default NULL, `birthday_type` tinyint(1) default '1', `birthday_yun` tinyint(1) default '1', `office_tel` varchar(20) NOT NULL default '', `home_tel` varchar(20) NOT NULL default '', `phone` varchar(20) NOT NULL default '', `fax` varchar(20) NOT NULL default '', `email` varchar(50) NOT NULL default '', `zipcode` varchar(20) NOT NULL default '', `addr1` varchar(150) NOT NULL default '', `addr2` varchar(150) NOT NULL default '', `comzipcode` varchar(20) default NULL, `comaddr1` varchar(150) default NULL, `comaddr2` varchar(150) default NULL, `sex` tinyint(1) NOT NULL default '1', `job` varchar(50) default NULL, `education` varchar(30) default NULL, `school` tinytext, `income` varchar(30) default NULL, `wedding` tinyint(1) NOT NULL default '0', `udf01` varchar(100) default NULL, `udf02` varchar(100) default NULL, `udf03` varchar(100) default NULL, `jobposition` varchar(50) default NULL, `reg_date` int(11) NOT NULL default '0', `userMemo` text, PRIMARY KEY (`num`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_WEBMAIL_ADDRESS` -- LOCK TABLES `ASADAL_WEBMAIL_ADDRESS` WRITE; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_ADDRESS` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_ADDRESS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_WEBMAIL_CFG` -- DROP TABLE IF EXISTS `ASADAL_WEBMAIL_CFG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_WEBMAIL_CFG` ( `num` int(10) unsigned NOT NULL auto_increment, `code` varchar(100) NOT NULL default '', `typeValue` text, `title` varchar(100) NOT NULL default '', `content` varchar(100) default NULL, `contentDir` varchar(100) default NULL, `isType` varchar(10) NOT NULL default 'text', `unit` varchar(20) default NULL, `isUse` char(1) default NULL, `rank` int(2) default NULL, PRIMARY KEY (`num`), KEY `code` (`code`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_WEBMAIL_CFG` -- LOCK TABLES `ASADAL_WEBMAIL_CFG` WRITE; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_CFG` DISABLE KEYS */; INSERT INTO `ASADAL_WEBMAIL_CFG` VALUES (1,'default_skin','¨¬?¨ö¨¬?©÷-hBookBlue-hBook|¨¬?¨ö¨¬?©÷-hBookGreen-hBook|¨¬?¨ö¨¬?©÷-hBookOrange-hBook|¨¬?¨ö¨¬?©÷-hBookRed-hBook|¨¬?¨ö¨¬?©÷-hBookPurple-hBook|¨¬?¨ö¨¬?©÷-hBookSky-hBook|¨¬????¡À¨ö¨¬?©÷-hBasicBlue-hBasic|¨¬????¡À¨ö¨¬?©÷-hBasicGreen-hBasic|¨¬????¡À¨ö¨¬?©÷-hBasicOrange-hBasic|¨¬????¡À¨ö¨¬?©÷-hBasicPurple-hBasic|¨¬????¡À¨ö¨¬?©÷-hBasicRed-hBasic|¨¬????¡À¨ö¨¬?©÷-hBasicSky-hBasic|¨ö¨¬¨¡¨ö¨ö¨¬?©÷-hStickBlue-hStick|¨ö¨¬¨¡¨ö¨ö¨¬?©÷-hStickGreen-hStick|¨ö¨¬¨¡¨ö¨ö¨¬?©÷-hStickOrange-hStick|¨ö¨¬¨¡¨ö¨ö¨¬?©÷-hStickRed-hStick|¨ö¨¬¨¡¨ö¨ö¨¬?©÷-hStickPurple-hStick|¨ö¨¬¨¡¨ö¨ö¨¬?©÷-hStickSky-hStick','¡¾?¨¬?¨ö¨¬?©÷ ¨ù©ø?¢´','hStickBlue','hStick','select','','1',1),(2,'default_login_skin','¡¤?¡¾¡¿??¨ö¨¬?©÷1-hLoginSkin1|¡¤?¡¾¡¿??¨ö¨¬?©÷2-hLoginSkin2|¡¤?¡¾¡¿??¨ö¨¬?©÷3-hLoginSkin3','¡¾?¨¬? ¡¤?¡¾¡¿??¨ö¨¬?©÷ ¨ù©ø?¢´','hLoginSkin1','','select','','1',3),(3,'att_size','1|2|3|4|5|6|7|8|9|10','?¡¤¨¬?¨¡???¢¯?¡¤?','2','NULL','select','MB','1',2),(4,'default_size','1|2|3|4|5|6|7|8|9|10|15|20|25|30|35|40|45|50|55|60|65|70|75|80|85|90|95|100','¡¾?¨¬?¢¯?¡¤? ¨ù©ø?¢´','5','NULL','select','MB','1',4),(5,'auto_board','','???¢¯¡Æ?¨ö?¨¡?????','mailnotice','NULL','text','','1',2),(6,'head_title','1','¢¬¨­???¢¬??¨¡©÷','??¢¬¨­??','NULL','text','','1',0),(7,'auto_isUse','1/??¢¯?|0/©ö???¢¯?','???¢¯¡Æ?¨ö?¨¡?','1','','radio','','1',1),(8,'auto_kind','1/¨ú¨¡????¡¤?|2/¨ú¨¡??¨¬¢¬??','¡Æ?¨ö?¨¡? ?¨ú¡¤?','1','','radio','','1',3),(9,'login_skin','hLoginSkin1','','','','','','0',0),(10,'admin_sign','','¡Æ?¢¬??? ¨ù¡©¢¬?','NULL','NULL','1','text','0',0),(11,'left_select','1/??¢¯?|0/©ö???¢¯?','¡¾?¢¥?¨ù©ø?¢´','1|1|1|1','NULL','radio','NULL','0',0),(12,'ip_setup','0','IP ¨ù©ø?¢´','NULL','NULL','radio','NULL','0',0),(13,'ip_setup_user','1/??¢¯?|0/©ö???¢¯?','??¢¯???¨¬¡Æ IP ??¢¯? ¨ù©ø?¢´','0','NULL','radio','NULL','1',0); /*!40000 ALTER TABLE `ASADAL_WEBMAIL_CFG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_WEBMAIL_COMUPLOAD` -- DROP TABLE IF EXISTS `ASADAL_WEBMAIL_COMUPLOAD`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_WEBMAIL_COMUPLOAD` ( `num` int(10) unsigned NOT NULL auto_increment, `user_id` varchar(60) NOT NULL, `user_name` varchar(50) default NULL, `userfile` varchar(100) default NULL, `filesize` varchar(50) default NULL, `content` text, `wdate` date default NULL, PRIMARY KEY (`num`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_WEBMAIL_COMUPLOAD` -- LOCK TABLES `ASADAL_WEBMAIL_COMUPLOAD` WRITE; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_COMUPLOAD` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_COMUPLOAD` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_WEBMAIL_GROUP` -- DROP TABLE IF EXISTS `ASADAL_WEBMAIL_GROUP`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_WEBMAIL_GROUP` ( `num` int(10) unsigned NOT NULL auto_increment, `vid` varchar(50) NOT NULL, `title` varchar(100) NOT NULL default '', `content` text, PRIMARY KEY (`num`), KEY `vid` (`vid`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_WEBMAIL_GROUP` -- LOCK TABLES `ASADAL_WEBMAIL_GROUP` WRITE; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_GROUP` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_GROUP` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_WEBMAIL_GROUPLIST` -- DROP TABLE IF EXISTS `ASADAL_WEBMAIL_GROUPLIST`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_WEBMAIL_GROUPLIST` ( `num` int(10) unsigned NOT NULL auto_increment, `vid` varchar(50) NOT NULL, `group_num` int(10) unsigned NOT NULL default '0', `addr_num` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`num`), KEY `vid` (`vid`), KEY `group_num` (`group_num`), KEY `addr_num` (`addr_num`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_WEBMAIL_GROUPLIST` -- LOCK TABLES `ASADAL_WEBMAIL_GROUPLIST` WRITE; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_GROUPLIST` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_GROUPLIST` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_WEBMAIL_LOGINLIST` -- DROP TABLE IF EXISTS `ASADAL_WEBMAIL_LOGINLIST`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_WEBMAIL_LOGINLIST` ( `id` varchar(20) NOT NULL default '', `name` varchar(20) NOT NULL default '', `logintime` int(11) NOT NULL default '0', `ip` varchar(20) NOT NULL default '', `loc` varchar(255) NOT NULL default '', `lasttime` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_WEBMAIL_LOGINLIST` -- LOCK TABLES `ASADAL_WEBMAIL_LOGINLIST` WRITE; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_LOGINLIST` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_LOGINLIST` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_WEBMAIL_POP3` -- DROP TABLE IF EXISTS `ASADAL_WEBMAIL_POP3`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_WEBMAIL_POP3` ( `num` int(10) unsigned NOT NULL auto_increment, `vid` varchar(50) NOT NULL, `title` varchar(100) NOT NULL default '', `server` varchar(200) NOT NULL default '', `port` varchar(4) NOT NULL default '', `id` varchar(50) NOT NULL default '', `pw` varchar(100) NOT NULL default '', `wait_time` varchar(30) NOT NULL default '30', `mailbox` varchar(200) NOT NULL default 'INBOX', `isNewmail` tinyint(1) default '0', `isDelete` tinyint(1) default '0', PRIMARY KEY (`num`), KEY `vid` (`vid`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_WEBMAIL_POP3` -- LOCK TABLES `ASADAL_WEBMAIL_POP3` WRITE; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_POP3` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_POP3` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_WEBMAIL_SETUP` -- DROP TABLE IF EXISTS `ASADAL_WEBMAIL_SETUP`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_WEBMAIL_SETUP` ( `vid` varchar(50) NOT NULL, `isAutoresponse` tinyint(1) NOT NULL default '0', `isAutodelete` tinyint(1) NOT NULL default '0', `autoDelete_term` int(3) NOT NULL default '0', `isReceive` tinyint(1) NOT NULL default '0', `saveSent` tinyint(1) NOT NULL default '0', `isWebedit` tinyint(1) NOT NULL default '0', `isDelete` tinyint(1) NOT NULL default '0', `isSign` tinyint(1) NOT NULL default '0', `sign1` text, `sign1_title` varchar(200) default NULL, `sign2` text, `sign2_title` varchar(200) default NULL, `sign3` text, `sign3_title` varchar(200) default NULL, `skinDir` varchar(50) NOT NULL default '', `skinName` varchar(50) default NULL, `memo` text, `last_login` int(11) default NULL, PRIMARY KEY (`vid`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_WEBMAIL_SETUP` -- LOCK TABLES `ASADAL_WEBMAIL_SETUP` WRITE; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_SETUP` DISABLE KEYS */; INSERT INTO `ASADAL_WEBMAIL_SETUP` VALUES ('dstore',0,0,0,0,0,0,0,0,'','¡¾?¨¬?¨ù¡©¢¬?','',NULL,'',NULL,'hStick','hStickBlue','',NULL); /*!40000 ALTER TABLE `ASADAL_WEBMAIL_SETUP` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ASADAL_WEBMAIL_UPLOAD` -- DROP TABLE IF EXISTS `ASADAL_WEBMAIL_UPLOAD`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `ASADAL_WEBMAIL_UPLOAD` ( `num` int(11) NOT NULL auto_increment, `user_id` varchar(60) NOT NULL default '', `userfile` varchar(100) default NULL, `filesize` varchar(50) default NULL, `content` text, `wdate` date default NULL, PRIMARY KEY (`num`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ASADAL_WEBMAIL_UPLOAD` -- LOCK TABLES `ASADAL_WEBMAIL_UPLOAD` WRITE; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_UPLOAD` DISABLE KEYS */; /*!40000 ALTER TABLE `ASADAL_WEBMAIL_UPLOAD` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_auth` -- DROP TABLE IF EXISTS `g4_auth`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_auth` ( `mb_id` varchar(255) NOT NULL default '', `au_menu` varchar(20) NOT NULL default '', `au_auth` set('r','w','d') NOT NULL default '', PRIMARY KEY (`mb_id`,`au_menu`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_auth` -- LOCK TABLES `g4_auth` WRITE; /*!40000 ALTER TABLE `g4_auth` DISABLE KEYS */; /*!40000 ALTER TABLE `g4_auth` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_board` -- DROP TABLE IF EXISTS `g4_board`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_board` ( `bo_table` varchar(20) NOT NULL default '', `gr_id` varchar(255) NOT NULL default '', `bo_subject` varchar(255) NOT NULL default '', `bo_admin` varchar(255) NOT NULL default '', `bo_list_level` tinyint(4) NOT NULL default '0', `bo_read_level` tinyint(4) NOT NULL default '0', `bo_write_level` tinyint(4) NOT NULL default '0', `bo_reply_level` tinyint(4) NOT NULL default '0', `bo_comment_level` tinyint(4) NOT NULL default '0', `bo_upload_level` tinyint(4) NOT NULL default '0', `bo_download_level` tinyint(4) NOT NULL default '0', `bo_html_level` tinyint(4) NOT NULL default '0', `bo_link_level` tinyint(4) NOT NULL default '0', `bo_trackback_level` tinyint(4) NOT NULL default '0', `bo_count_delete` tinyint(4) NOT NULL default '0', `bo_count_modify` tinyint(4) NOT NULL default '0', `bo_read_point` int(11) NOT NULL default '0', `bo_write_point` int(11) NOT NULL default '0', `bo_comment_point` int(11) NOT NULL default '0', `bo_download_point` int(11) NOT NULL default '0', `bo_use_category` tinyint(4) NOT NULL default '0', `bo_category_list` text NOT NULL, `bo_disable_tags` text NOT NULL, `bo_use_sideview` tinyint(4) NOT NULL default '0', `bo_use_file_content` tinyint(4) NOT NULL default '0', `bo_use_secret` tinyint(4) NOT NULL default '0', `bo_use_dhtml_editor` tinyint(4) NOT NULL default '0', `bo_use_rss_view` tinyint(4) NOT NULL default '0', `bo_use_comment` tinyint(4) NOT NULL default '0', `bo_use_good` tinyint(4) NOT NULL default '0', `bo_use_nogood` tinyint(4) NOT NULL default '0', `bo_use_name` tinyint(4) NOT NULL default '0', `bo_use_signature` tinyint(4) NOT NULL default '0', `bo_use_ip_view` tinyint(4) NOT NULL default '0', `bo_use_trackback` tinyint(4) NOT NULL default '0', `bo_use_list_view` tinyint(4) NOT NULL default '0', `bo_use_list_content` tinyint(4) NOT NULL default '0', `bo_table_width` int(11) NOT NULL default '0', `bo_subject_len` int(11) NOT NULL default '0', `bo_page_rows` int(11) NOT NULL default '0', `bo_new` int(11) NOT NULL default '0', `bo_hot` int(11) NOT NULL default '0', `bo_image_width` int(11) NOT NULL default '0', `bo_skin` varchar(255) NOT NULL default '', `bo_image_head` varchar(255) NOT NULL default '', `bo_image_tail` varchar(255) NOT NULL default '', `bo_include_head` varchar(255) NOT NULL default '', `bo_include_tail` varchar(255) NOT NULL default '', `bo_content_head` text NOT NULL, `bo_content_tail` text NOT NULL, `bo_insert_content` text NOT NULL, `bo_gallery_cols` int(11) NOT NULL default '0', `bo_upload_size` int(11) NOT NULL default '0', `bo_reply_order` tinyint(4) NOT NULL default '0', `bo_use_search` tinyint(4) NOT NULL default '0', `bo_order_search` int(11) NOT NULL default '0', `bo_count_write` int(11) NOT NULL default '0', `bo_count_comment` int(11) NOT NULL default '0', `bo_write_min` int(11) NOT NULL default '0', `bo_write_max` int(11) NOT NULL default '0', `bo_comment_min` int(11) NOT NULL default '0', `bo_comment_max` int(11) NOT NULL default '0', `bo_notice` text NOT NULL, `bo_upload_count` tinyint(4) NOT NULL default '0', `bo_use_email` tinyint(4) NOT NULL default '0', `bo_sort_field` varchar(255) NOT NULL default '', `bo_1_subj` varchar(255) NOT NULL default '', `bo_2_subj` varchar(255) NOT NULL default '', `bo_3_subj` varchar(255) NOT NULL default '', `bo_4_subj` varchar(255) NOT NULL default '', `bo_5_subj` varchar(255) NOT NULL default '', `bo_6_subj` varchar(255) NOT NULL default '', `bo_7_subj` varchar(255) NOT NULL default '', `bo_8_subj` varchar(255) NOT NULL default '', `bo_9_subj` varchar(255) NOT NULL default '', `bo_10_subj` varchar(255) NOT NULL default '', `bo_1` varchar(255) NOT NULL default '', `bo_2` varchar(255) NOT NULL default '', `bo_3` varchar(255) NOT NULL default '', `bo_4` varchar(255) NOT NULL default '', `bo_5` varchar(255) NOT NULL default '', `bo_6` varchar(255) NOT NULL default '', `bo_7` varchar(255) NOT NULL default '', `bo_8` varchar(255) NOT NULL default '', `bo_9` varchar(255) NOT NULL default '', `bo_10` varchar(255) NOT NULL default '', PRIMARY KEY (`bo_table`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_board` -- LOCK TABLES `g4_board` WRITE; /*!40000 ALTER TABLE `g4_board` DISABLE KEYS */; INSERT INTO `g4_board` VALUES ('qa','shop','Á¦Ç°¹®ÀÇ','',1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,1,'´ë·®±¸¸Å¹®ÀÇ|Á¦Ç°¹®ÀÇ|¹è¼Û¹®ÀÇ|±âŸ¹®ÀÇ','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,60,15,24,100,600,'order','','','../subhead5.php','../subtail2.php','','','',4,1024768,1,1,0,3,0,0,0,0,0,'',2,0,'','','','','','','','','','','','','','','','','','','','',''),('notice','shop','°øÁö»çÇ×','',1,1,10,10,1,1,1,1,1,1,1,1,0,0,0,0,0,'','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,60,15,24,100,600,'basic','','','../subhead5.php','../subtail2.php','','','',4,1024768,1,1,0,6,0,0,0,0,0,'\n',2,0,'','','','','','','','','','','','','','','','','','','','',''),('faq','shop','ÀÚÁÖÇÏ´ÂÁú¹®','',1,1,10,10,1,1,1,1,1,1,1,1,0,5,1,0,0,'','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,60,15,24,100,600,'basic','','','../subhead5.php','../subtail2.php','','','',4,1048576,1,1,0,0,0,0,0,0,0,'',2,0,'','','','','','','','','','','','','','','','','','','','',''),('order','shop','´ë·®±¸¸Å¹®ÀÇ','',1,10,1,10,10,10,10,10,10,10,1,1,-1,5,1,-20,1,'´ë·®±¸¸Å¹®ÀÇ|Á¦Ç°±¸¸Å¹®ÀÇ|±âŸ¹®ÀÇ','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,60,15,24,100,600,'order','','','../subhead5.php','../subtail2.php','','','',4,1048576,1,1,0,0,0,0,0,0,0,'',2,0,'','','','','','','','','','','','','','','','','','','','',''); /*!40000 ALTER TABLE `g4_board` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_board_file` -- DROP TABLE IF EXISTS `g4_board_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_board_file` ( `bo_table` varchar(20) NOT NULL default '', `wr_id` int(11) NOT NULL default '0', `bf_no` int(11) NOT NULL default '0', `bf_source` varchar(255) NOT NULL default '', `bf_file` varchar(255) NOT NULL default '', `bf_download` varchar(255) NOT NULL default '', `bf_content` text NOT NULL, `bf_filesize` int(11) NOT NULL default '0', `bf_width` int(11) NOT NULL default '0', `bf_height` smallint(6) NOT NULL default '0', `bf_type` tinyint(4) NOT NULL default '0', `bf_datetime` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`bo_table`,`wr_id`,`bf_no`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_board_file` -- LOCK TABLES `g4_board_file` WRITE; /*!40000 ALTER TABLE `g4_board_file` DISABLE KEYS */; /*!40000 ALTER TABLE `g4_board_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_board_good` -- DROP TABLE IF EXISTS `g4_board_good`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_board_good` ( `bg_id` int(11) NOT NULL auto_increment, `bo_table` varchar(20) NOT NULL default '', `wr_id` int(11) NOT NULL default '0', `mb_id` varchar(20) NOT NULL default '', `bg_flag` varchar(255) NOT NULL default '', `bg_datetime` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`bg_id`), UNIQUE KEY `fkey1` (`bo_table`,`wr_id`,`mb_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_board_good` -- LOCK TABLES `g4_board_good` WRITE; /*!40000 ALTER TABLE `g4_board_good` DISABLE KEYS */; /*!40000 ALTER TABLE `g4_board_good` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_board_new` -- DROP TABLE IF EXISTS `g4_board_new`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_board_new` ( `bn_id` int(11) NOT NULL auto_increment, `bo_table` varchar(20) NOT NULL default '', `wr_id` int(11) NOT NULL default '0', `wr_parent` int(11) NOT NULL default '0', `bn_datetime` datetime NOT NULL default '0000-00-00 00:00:00', `mb_id` varchar(20) NOT NULL default '', PRIMARY KEY (`bn_id`), KEY `mb_id` (`mb_id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_board_new` -- LOCK TABLES `g4_board_new` WRITE; /*!40000 ALTER TABLE `g4_board_new` DISABLE KEYS */; INSERT INTO `g4_board_new` VALUES (23,'qa',10,10,'2010-06-07 10:46:30',''),(24,'qa',11,11,'2010-10-08 17:19:34',''),(30,'notice',11,11,'2010-10-28 12:37:56','admin'),(31,'notice',12,12,'2010-10-28 13:15:00','admin'),(32,'qa',12,12,'2010-11-09 20:17:43',''); /*!40000 ALTER TABLE `g4_board_new` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_config` -- DROP TABLE IF EXISTS `g4_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_config` ( `cf_title` varchar(255) NOT NULL default '', `cf_admin` varchar(255) NOT NULL default '', `cf_use_point` tinyint(4) NOT NULL default '0', `cf_use_norobot` tinyint(4) NOT NULL default '0', `cf_use_copy_log` tinyint(4) NOT NULL default '0', `cf_use_email_certify` tinyint(4) NOT NULL default '0', `cf_login_point` int(11) NOT NULL default '0', `cf_cut_name` tinyint(4) NOT NULL default '0', `cf_nick_modify` int(11) NOT NULL default '0', `cf_new_skin` varchar(255) NOT NULL default '', `cf_login_skin` varchar(255) NOT NULL default '', `cf_new_rows` int(11) NOT NULL default '0', `cf_search_skin` varchar(255) NOT NULL default '', `cf_connect_skin` varchar(255) NOT NULL default '', `cf_read_point` int(11) NOT NULL default '0', `cf_write_point` int(11) NOT NULL default '0', `cf_comment_point` int(11) NOT NULL default '0', `cf_download_point` int(11) NOT NULL default '0', `cf_search_bgcolor` varchar(255) NOT NULL default '', `cf_search_color` varchar(255) NOT NULL default '', `cf_write_pages` int(11) NOT NULL default '0', `cf_link_target` varchar(255) NOT NULL default '', `cf_delay_sec` int(11) NOT NULL default '0', `cf_filter` text NOT NULL, `cf_possible_ip` text NOT NULL, `cf_intercept_ip` text NOT NULL, `cf_register_skin` varchar(255) NOT NULL default 'basic', `cf_member_skin` varchar(255) NOT NULL default '', `cf_use_homepage` tinyint(4) NOT NULL default '0', `cf_req_homepage` tinyint(4) NOT NULL default '0', `cf_use_tel` tinyint(4) NOT NULL default '0', `cf_req_tel` tinyint(4) NOT NULL default '0', `cf_use_hp` tinyint(4) NOT NULL default '0', `cf_req_hp` tinyint(4) NOT NULL default '0', `cf_use_addr` tinyint(4) NOT NULL default '0', `cf_req_addr` tinyint(4) NOT NULL default '0', `cf_use_signature` tinyint(4) NOT NULL default '0', `cf_req_signature` tinyint(4) NOT NULL default '0', `cf_use_profile` tinyint(4) NOT NULL default '0', `cf_req_profile` tinyint(4) NOT NULL default '0', `cf_register_level` tinyint(4) NOT NULL default '0', `cf_register_point` int(11) NOT NULL default '0', `cf_icon_level` tinyint(4) NOT NULL default '0', `cf_use_recommend` tinyint(4) NOT NULL default '0', `cf_recommend_point` int(11) NOT NULL default '0', `cf_leave_day` int(11) NOT NULL default '0', `cf_search_part` int(11) NOT NULL default '0', `cf_email_use` tinyint(4) NOT NULL default '0', `cf_email_wr_super_admin` tinyint(4) NOT NULL default '0', `cf_email_wr_group_admin` tinyint(4) NOT NULL default '0', `cf_email_wr_board_admin` tinyint(4) NOT NULL default '0', `cf_email_wr_write` tinyint(4) NOT NULL default '0', `cf_email_wr_comment_all` tinyint(4) NOT NULL default '0', `cf_email_mb_super_admin` tinyint(4) NOT NULL default '0', `cf_email_mb_member` tinyint(4) NOT NULL default '0', `cf_email_po_super_admin` tinyint(4) NOT NULL default '0', `cf_prohibit_id` text NOT NULL, `cf_prohibit_email` text NOT NULL, `cf_new_del` int(11) NOT NULL default '0', `cf_memo_del` int(11) NOT NULL default '0', `cf_visit_del` int(11) NOT NULL default '0', `cf_popular_del` int(11) NOT NULL default '0', `cf_use_jumin` tinyint(4) NOT NULL default '0', `cf_use_member_icon` tinyint(4) NOT NULL default '0', `cf_member_icon_size` int(11) NOT NULL default '0', `cf_member_icon_width` int(11) NOT NULL default '0', `cf_member_icon_height` int(11) NOT NULL default '0', `cf_login_minutes` int(11) NOT NULL default '0', `cf_image_extension` varchar(255) NOT NULL default '', `cf_flash_extension` varchar(255) NOT NULL default '', `cf_movie_extension` varchar(255) NOT NULL default '', `cf_formmail_is_member` tinyint(4) NOT NULL default '0', `cf_page_rows` int(11) NOT NULL default '0', `cf_visit` varchar(255) NOT NULL default '', `cf_max_po_id` int(11) NOT NULL default '0', `cf_stipulation` text NOT NULL, `cf_privacy` text NOT NULL, `cf_open_modify` int(11) NOT NULL default '0', `cf_memo_send_point` int(11) NOT NULL default '0', `cf_1_subj` varchar(255) NOT NULL default '', `cf_2_subj` varchar(255) NOT NULL default '', `cf_3_subj` varchar(255) NOT NULL default '', `cf_4_subj` varchar(255) NOT NULL default '', `cf_5_subj` varchar(255) NOT NULL default '', `cf_6_subj` varchar(255) NOT NULL default '', `cf_7_subj` varchar(255) NOT NULL default '', `cf_8_subj` varchar(255) NOT NULL default '', `cf_9_subj` varchar(255) NOT NULL default '', `cf_10_subj` varchar(255) NOT NULL default '', `cf_1` varchar(255) NOT NULL default '', `cf_2` varchar(255) NOT NULL default '', `cf_3` varchar(255) NOT NULL default '', `cf_4` varchar(255) NOT NULL default '', `cf_5` varchar(255) NOT NULL default '', `cf_6` varchar(255) NOT NULL default '', `cf_7` varchar(255) NOT NULL default '', `cf_8` varchar(255) NOT NULL default '', `cf_9` varchar(255) NOT NULL default '', `cf_10` varchar(255) NOT NULL default '' ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_config` -- LOCK TABLES `g4_config` WRITE; /*!40000 ALTER TABLE `g4_config` DISABLE KEYS */; INSERT INTO `g4_config` VALUES ('¾ÆÄ§³ó»ê','admin',1,0,1,0,0,10,60,'basic','',15,'basic','basic',0,5,1,0,'YELLOW','RED',10,'_blank',30,'18¾Æ,18³ð,18»õ³¢,18³â,18´¤,18³ë,18°Í,18³Ñ,°³³â,°³³ð,°³´¤,°³»õ,°³»ö³¢,°³¼¼³¢,°³¼¼ÀÌ,°³½¦ÀÌ,°³½§,°³½±,°³½ÃŰ,°³ÀÚ½Ä,°³Á¿,°Ô»ö±â,°Ô»ö³¢,±¤´¤,´¤,´«±ò,´µ¹Ì·²,´Ï±Í¹Ì,´Ï±â¹Ì,´Ï¹Ì,µµÃÔ,µÇÁú·¡,µØÁ®¶ó,µØÁø´Ù,µðÁ®¶ó,µðÁø´Ù,µðÁú·¡,º´½®,º´½Å,»µÅ¥,»¶Å¥,»ÈÅ¥,»ß¸®³Ý,»õ²¥,½¬¹ß,½¬¹ë,½¬ÆÈ,½±¾Ë,½ºÆÐÅ·,½ºÆØ,½Ã¹ú,½ÃºÎ¶ö,½ÃºÎ·²,½ÃºÎ¸®,½ÃºÒ,½Ãºê¶ö,½ÃÆÅ,½ÃÆÈ,½ÃÆÞ,½Ç¹ë,½Ê8,½Ê½Ø,½Êâ,½Í¾Ë,½Ô³â,½à³ð,½Ø³¢,½ß¾¤,½à,½á¹ú,½âÀ»³â,½ê²¥,½ê¿¢,¾²¹Ù,¾²¹ß,¾²¹ú,¾²ÆÈ,¾¾8,¾¾´ó,¾¾¹Ù,¾¾¹ß,¾¾¹ð,¾¾ºÀ¾Ë,¾¾ºÎ¶ö,¾¾ºÎ·²,¾¾ºÎ··,¾¾ºÎ¸®,¾¾ºÒ,¾¾ºê¶ö,¾¾ºü,¾¾»¡,¾¾»Ç¶ö,¾¾ÆÅ,¾¾ÆÈ,¾¾ÆÞ,¾Ã,¾Æ°¡¸®,¾Æ°¥ÀÌ,¾öâ,Á¢³â,Àâ³ð,Àç¶ö,ÀúÁÖ±Û,Á¶±î,Á¶ºü,Á¶ÀïÀÌ,Á¶Áö³Ä,Á¶Áø´Ù,Á¶Áú·¡,Á¸³ª,Á¸´Ï,Á»¹°,Á¼³â,Á½,Á¿,ÁÀ,Áã¶ö,Áã·Ñ,Áêµð,Áö¶ö,Áö·²,Áö·Ñ,Áö¹Ì¶ö,Âλ¤,ôÈ,ÆÜÅ¥,»¶Å¥,ºüÅ¥,¤µ¤²¤©¤± ','','','basic','shop_member',0,0,0,0,0,0,0,0,0,0,0,0,2,1000,2,0,0,30,10000,1,1,0,0,0,0,1,0,1,'admin,administrator,°ü¸®ÀÚ,¿î¿µÀÚ,¾îµå¹Î,ÁÖÀÎÀå,webmaster,À¥¸¶½ºÅÍ,sysop,½Ã»ð,½Ã¼¥,manager,¸Å´ÏÀú,¸Þ´ÏÀú,root,·çÆ®,su,guest,¹æ¹®°´ ','hanmail.net\r\ndaum.net\r\nhotmail.com ',30,180,180,180,0,2,5000,22,22,10,'gif|jpg|jpeg|png','swf','asx|asf|wmv|wma|mpg|mpeg|mov|avi|mp3',0,15,'¿À´Ã:2,¾îÁ¦:33,ÃÖ´ë:94,Àüü:9783',0,'ÀÌ¿ë¾à°ü\r\nÁ¦1Á¶(¸ñÀû)\r\n\r\nÀÌ ¾à°üÀº ¾ÆÄ§³ó»ê¿¡¼­ ¿î¿µÇÏ´Â ¾ÆÄ§³ó»ê(ÀÌÇÏ \"¸ô\"À̶ó ÇÑ´Ù)¿¡¼­ Á¦°øÇÏ´Â ÀÎÅÍ³Ý °ü·Ã ¼­ºñ½º(ÀÌÇÏ \"¼­ºñ½º\"¶ó ÇÑ´Ù)¸¦ ÀÌ¿ëÇÔ¿¡ ÀÖ¾î »çÀ̹ö¸ô°ú ÀÌ¿ëÀÚÀÇ ±Ç¸®¡¤Àǹ« ¹× Ã¥ÀÓ»çÇ×À» ±ÔÁ¤ÇÔÀ» ¸ñÀûÀ¸·Î ÇÕ´Ï´Ù. \r\n¡Ø ¡¸PCÅë½ÅµîÀ» ÀÌ¿ëÇÏ´Â ÀüÀÚ°Å·¡¿¡ ´ëÇØ¼­µµ ±× ¼ºÁú¿¡ ¹ÝÇÏÁö ¾Ê´ÂÇÑ ÀÌ ¾à°üÀ» ÁØ¿ëÇÕ´Ï´Ù¡¹ \r\n\r\nÁ¦2Á¶(Á¤ÀÇ)\r\n\r\n¨ç \"¸ô\" À̶õ ¾ÆÄ§³ó»êÀÌ ÀçÈ­ ¶Ç´Â ¿ë¿ªÀ» ÀÌ¿ëÀÚ¿¡°Ô Á¦°øÇϱâ À§ÇÏ¿© ÄÄÇ»Å͵î Á¤º¸Åë½Å¼³ºñ¸¦ ÀÌ¿ëÇÏ¿© ÀçÈ­ ¶Ç´Â ¿ë¿ªÀ» °Å·¡ÇÒ ¼ö ÀÖµµ·Ï ¼³Á¤ÇÑ °¡»óÀÇ ¿µ¾÷ÀåÀ» ¸»Çϸç, ¾Æ¿ï·¯ »çÀ̹ö¸ôÀ» ¿î¿µÇÏ´Â »ç¾÷ÀÚÀÇ Àǹ̷εµ »ç¿ëÇÕ´Ï´Ù.\r\n¨è \"ÀÌ¿ëÀÚ\"¶õ \"¸ô\"¿¡ Á¢¼ÓÇÏ¿© ÀÌ ¾à°ü¿¡ µû¶ó \"¸ô\"ÀÌ Á¦°øÇÏ´Â ¼­ºñ½º¸¦ ¹Þ´Â ȸ¿ø ¹× ºñȸ¿øÀ» ¸»ÇÕ´Ï´Ù.\r\n¨é \"ȸ¿ø\" À̶ó ÇÔÀº \"¸ô\"¿¡ °³ÀÎÁ¤º¸¸¦ Á¦°øÇÏ¿© ȸ¿øµî·ÏÀ» ÇÑ Àڷμ­, \"¸ô\"ÀÇ Á¤º¸¸¦ Áö¼ÓÀûÀ¸·Î Á¦°ø¹ÞÀ¸¸ç, \"¸ô\"ÀÌ Á¦°øÇÏ´Â ¼­ºñ½º¸¦ °è¼ÓÀûÀ¸·Î ÀÌ¿ëÇÒ ¼ö ÀÖ´Â ÀÚ¸¦ ¸»ÇÕ´Ï´Ù.\r\n¨ê \"ºñȸ¿ø\" À̶ó ÇÔÀº ȸ¿ø¿¡ °¡ÀÔÇÏÁö ¾Ê°í \"¸ô\"ÀÌ Á¦°øÇÏ´Â ¼­ºñ½º¸¦ ÀÌ¿ëÇÏ´Â ÀÚ¸¦ ¸»ÇÕ´Ï´Ù. \r\n\r\nÁ¦3Á¶ (¾à°üÀÇ ¸í½Ã¿Í °³Á¤)\r\n\r\n¨ç \"¸ô\"Àº ÀÌ ¾à°üÀÇ ³»¿ë°ú »óÈ£, ¿µ¾÷¼Ò ¼ÒÀçÁö, ´ëÇ¥ÀÚÀÇ ¼º¸í, »ç¾÷ÀÚµî·Ï¹øÈ£, ¿¬¶ôó(ÀüÈ­, ÆÑ½º, ÀüÀÚ¿ìÆí ÁÖ¼Ò µî) µîÀ» ÀÌ¿ëÀÚ°¡ ¾Ë ¼ö ÀÖµµ·Ï ±Â¾ÖÇÃÀÇ Ãʱ⠼­ºñ½ºÈ­¸é(Àü¸é)¿¡ °Ô½ÃÇÕ´Ï´Ù.\r\n¨è \"¸ô\"Àº ¾à°üÀDZÔÁ¦¿¡°üÇѹý·ü, ÀüÀÚ°Å·¡±âº»¹ý, ÀüÀÚ¼­¸í¹ý, Á¤º¸Åë½Å¸ÁÀÌ¿ëÃËÁøµî¿¡°üÇѹý·ü, ¹æ¹®ÆÇ¸Åµî¿¡°üÇѹý·ü, ¼ÒºñÀÚº¸È£¹ý µî °ü·Ã¹ýÀ» À§¹èÇÏÁö ¾Ê´Â ¹üÀ§¿¡¼­ ÀÌ ¾à°üÀ» °³Á¤ÇÒ ¼ö ÀÖ½À´Ï´Ù.\r\n¨é \"¸ô\"ÀÌ ¾à°üÀ» °³Á¤ÇÒ °æ¿ì¿¡´Â Àû¿ëÀÏÀÚ ¹× °³Á¤»çÀ¯¸¦ ¸í½ÃÇÏ¿© ÇöÇà¾à°ü°ú ÇÔ²² ¸ôÀÇ Ãʱâ È­¸é¿¡ ±× Àû¿ëÀÏÀÚ 7ÀÏÀÌÀüºÎÅÍ Àû¿ëÀÏÀÚ ÀüÀϱîÁö °øÁöÇÕ´Ï´Ù.\r\n¨ê \"¸ô\"ÀÌ ¾à°üÀ» °³Á¤ÇÒ °æ¿ì¿¡´Â ±× °³Á¤¾à°üÀº ±× Àû¿ëÀÏÀÚ ÀÌÈÄ¿¡ ü°áµÇ´Â °è¾à¿¡¸¸ Àû¿ëµÇ°í ±× ÀÌÀü¿¡ ÀÌ¹Ì Ã¼°áµÈ °è¾à¿¡ ´ëÇØ¼­´Â °³Á¤ÀüÀÇ ¾à°üÁ¶Ç×ÀÌ ±×´ë·Î Àû¿ëµË´Ï´Ù. ´Ù¸¸ ÀÌ¹Ì °è¾àÀ» ü°áÇÑ ÀÌ¿ëÀÚ°¡ °³Á¤¾à°ü Á¶Ç×ÀÇ Àû¿ëÀ» ¹Þ±â¸¦ ¿øÇÏ´Â ¶æÀ» Á¦3Ç׿¡ ÀÇÇÑ °³Á¤¾à°üÀÇ °øÁö±â°£³»¿¡ \"¸ô\"¿¡¼Û½ÅÇÏ¿© \"¸ô\"ÀÇ µ¿ÀǸ¦ ¹ÞÀº °æ¿ì¿¡´Â °³Á¤¾à°ü Á¶Ç×ÀÌ Àû¿ëµË´Ï´Ù.\r\n¨ë ÀÌ ¾à°ü¿¡¼­ Á¤ÇÏÁö ¾Æ´ÏÇÑ »çÇ×°ú ÀÌ ¾à°üÀÇ ÇØ¼®¿¡ °üÇÏ¿©´Â Á¤ºÎ°¡ Á¦Á¤ÇÑ ÀüÀÚ°Å·¡¼ÒºñÀÚº¸È£Áöħ ¹× °ü°è¹ý·É ¶Ç´Â »ó°ü·Ê¿¡ µû¸¨´Ï´Ù. \r\n\r\nÁ¦4Á¶(¼­ºñ½ºÀÇ Á¦°ø ¹× º¯°æ)\r\n¨ç \"¸ô\"Àº ´ÙÀ½°ú °°Àº ¾÷¹«¸¦ ¼öÇàÇÕ´Ï´Ù.\r\n1. ÀçÈ­ ¶Ç´Â ¿ë¿ª¿¡ ´ëÇÑ Á¤º¸ Á¦°ø ¹× ±¸¸Å°è¾àÀÇ Ã¼°á\r\n2. ±¸¸Å°è¾àÀÌ Ã¼°áµÈ ÀçÈ­ ¶Ç´Â ¿ë¿ªÀÇ ¹è¼Û\r\n3. ±âŸ \"¸ô\"ÀÌ Á¤ÇÏ´Â ¾÷¹«\r\n¨è \"¸ô\"Àº ÀçÈ­ÀÇ Ç°Àý ¶Ç´Â ±â¼úÀû »ç¾çÀÇ º¯°æ µîÀÇ °æ¿ì¿¡´Â ÀåÂ÷ ü°áµÇ´Â °è¾à¿¡ ÀÇÇØ Á¦°øÇÒ ÀçÈ­¡¤¿ë¿ªÀÇ ³»¿ëÀ» º¯°æÇÒ ¼ö ÀÖ½À´Ï´Ù. ÀÌ °æ¿ì¿¡´Â º¯°æµÈ ÀçÈ­¡¤¿ë¿ªÀÇ ³»¿ë ¹× Á¦°øÀÏÀÚ¸¦ ¸í½ÃÇÏ¿© ÇöÀçÀÇ ÀçÈ­¡¤¿ë¿ªÀÇ ³»¿ëÀ» °Ô½ÃÇÑ °÷¿¡ ±× Á¦°øÀÏÀÚ ÀÌÀü 7ÀϺÎÅÍ °øÁöÇÕ´Ï´Ù.\r\n¨é \"¸ô\"ÀÌ Á¦°øÇϱâ·Î ÀÌ¿ëÀÚ¿Í °è¾àÀ» ü°áÇÑ ¼­ºñ½ºÀÇ ³»¿ëÀ» ÀçÈ­ÀÇ Ç°Àý ¶Ç´Â ±â¼úÀû »ç¾çÀÇ º¯°æµîÀÇ »çÀ¯·Î º¯°æÇÒ °æ¿ì¿¡´Â \"¸ô\"Àº ÀÌ·Î ÀÎÇÏ¿© ÀÌ¿ëÀÚ°¡ ÀÔÀº ¼ÕÇØ¸¦ ¹è»óÇÕ´Ï´Ù. ´Ü, \"¸ô\"¿¡ °íÀÇ ¶Ç´Â °ú½ÇÀÌ ¾ø´Â °æ¿ì¿¡´Â ±×·¯ÇÏÁö ¾Æ´ÏÇÕ´Ï´Ù. \r\n\r\nÁ¦5Á¶(¼­ºñ½ºÀÇ Áß´Ü)\r\n\r\n¨ç \"¸ô\"Àº ÄÄÇ»ÅÍ µî Á¤º¸Åë½Å¼³ºñÀÇ º¸¼öÁ¡°Ë¡¤±³Ã¼ ¹× °íÀå, Åë½ÅÀÇ µÎÀý µîÀÇ »çÀ¯°¡ ¹ß»ýÇÑ °æ¿ì¿¡´Â ¼­ºñ½ºÀÇ Á¦°øÀ» ÀϽÃÀûÀ¸·Î Áß´ÜÇÒ ¼ö ÀÖ½À´Ï´Ù.\r\n¨è Á¦1Ç׿¡ ÀÇÇÑ ¼­ºñ½º Áß´ÜÀÇ °æ¿ì¿¡´Â \"¸ô\"Àº Á¦8Á¶¿¡ Á¤ÇÑ ¹æ¹ýÀ¸·Î ÀÌ¿ëÀÚ¿¡°Ô ÅëÁöÇÕ´Ï´Ù.\r\n¨é \"¸ô\"Àº Á¦1Ç×ÀÇ »çÀ¯·Î ¼­ºñ½ºÀÇ Á¦°øÀÌ ÀϽÃÀûÀ¸·Î ÁߴܵÊÀ¸·Î ÀÎÇÏ¿© ÀÌ¿ëÀÚ ¶Ç´Â Á¦3ÀÚ°¡ ÀÔÀº ¼ÕÇØ¿¡ ´ëÇÏ¿© ¹è»óÇÕ´Ï´Ù. ´Ü \"¸ô\"¿¡ °íÀÇ ¶Ç´Â °ú½ÇÀÌ ¾ø´Â °æ¿ì¿¡´Â ±×·¯ÇÏÁö ¾Æ´ÏÇÕ´Ï´Ù. \r\n\r\nÁ¦6Á¶(ȸ¿ø°¡ÀÔ)\r\n\r\n¨ç ÀÌ¿ëÀÚ´Â \"¸ô\"ÀÌ Á¤ÇÑ °¡ÀÔ ¾ç½Ä¿¡ µû¶ó ȸ¿øÁ¤º¸¸¦ ±âÀÔÇÑ ÈÄ ÀÌ ¾à°ü¿¡ µ¿ÀÇÇÑ´Ù´Â ÀÇ»çÇ¥½Ã¸¦ ÇÔÀ¸·Î¼­ ȸ¿ø°¡ÀÔÀ» ½ÅûÇÕ´Ï´Ù.\r\n¨è \"¸ô\"Àº Á¦1Ç×°ú °°ÀÌ È¸¿øÀ¸·Î °¡ÀÔÇÒ °ÍÀ» ½ÅûÇÑ ÀÌ¿ëÀÚ Áß ´ÙÀ½ °¢È£¿¡ ÇØ´çÇÏÁö ¾Ê´Â ÇÑ È¸¿øÀ¸·Î µî·ÏÇÕ´Ï´Ù. \r\n1. °¡ÀÔ½ÅûÀÚ°¡ ÀÌ ¾à°ü Á¦7Á¶Á¦3Ç׿¡ ÀÇÇÏ¿© ÀÌÀü¿¡ ȸ¿øÀÚ°ÝÀ» »ó½ÇÇÑ ÀûÀÌ ÀÖ´Â °æ¿ì, ´Ù¸¸ Á¦7Á¶ Á¦3Ç׿¡ ÀÇÇÑ È¸¿øÀÚ°Ý »ó½ÇÈÄ 3³âÀÌ °æ°úÇÑ Àڷμ­ \"¸ô\"ÀÇ È¸¿øÀç°¡ÀÔ ½Â³«À» ¾òÀº °æ¿ì¿¡´Â ¿¹¿Ü·Î ÇÑ´Ù. \r\n2. µî·Ï ³»¿ë¿¡ ÇãÀ§, ±âÀç´©¶ô, ¿À±â°¡ ÀÖ´Â °æ¿ì \r\n3. ±âŸ ȸ¿øÀ¸·Î µî·ÏÇÏ´Â °ÍÀÌ \"¸ô\"ÀÇ ±â¼ú»ó ÇöÀúÈ÷ ÁöÀåÀÌ ÀÖ´Ù°í ÆÇ´ÜµÇ´Â °æ¿ì\r\n¨é ȸ¿ø°¡ÀÔ°è¾àÀÇ ¼º¸³½Ã±â´Â \"¸ô\"ÀÇ ½Â³«ÀÌ È¸¿ø¿¡°Ô µµ´ÞÇÑ ½ÃÁ¡À¸·Î ÇÕ´Ï´Ù.\r\n¨ê ȸ¿øÀº Á¦15Á¶Á¦1Ç׿¡ ÀÇÇÑ µî·Ï»çÇ׿¡ º¯°æÀÌ ÀÖ´Â °æ¿ì, Áï½Ã ÀüÀÚ¿ìÆí ±âŸ ¹æ¹ýÀ¸·Î \"¸ô\"¿¡ ´ëÇÏ¿© ±× º¯°æ»çÇ×À» ¾Ë·Á¾ß ÇÕ´Ï´Ù. \r\n\r\nÁ¦7Á¶(ȸ¿ø Å»Åð ¹× ÀÚ°Ý »ó½Ç µî) \r\n\r\n¨ç ȸ¿øÀº \"¸ô\"¿¡ ¾ðÁ¦µçÁö Å»Å𸦠¿äûÇÒ ¼ö ÀÖÀ¸¸ç \"¸ô\"Àº Áï½Ã ȸ¿øÅ»Å𸦠ó¸®ÇÕ´Ï´Ù.\r\n¨è ȸ¿øÀÌ ´ÙÀ½ °¢È£ÀÇ »çÀ¯¿¡ ÇØ´çÇÏ´Â °æ¿ì, \"¸ô\"Àº ȸ¿øÀÚ°ÝÀ» Á¦ÇÑ ¹× Á¤Áö½Ãų ¼ö ÀÖ½À´Ï´Ù. \r\n1. °¡ÀÔ ½Åû½Ã¿¡ ÇãÀ§ ³»¿ëÀ» µî·ÏÇÑ °æ¿ì \r\n2. \"¸ô\"À» ÀÌ¿ëÇÏ¿© ±¸ÀÔÇÑ ÀçÈ­¡¤¿ë¿ª µîÀÇ ´ë±Ý, ±âŸ \"¸ô\"À̿뿡 °ü·ÃÇÏ¿© ȸ¿øÀÌ ºÎ´ãÇϴ ä¹«¸¦ ±âÀÏ¿¡ Áö±ÞÇÏÁö ¾Ê´Â °æ¿ì \r\n3. ´Ù¸¥ »ç¶÷ÀÇ \"¸ô\" ÀÌ¿ëÀ» ¹æÇØÇϰųª ±× Á¤º¸¸¦ µµ¿ëÇÏ´Â µî ÀüÀÚ°Å·¡Áú¼­¸¦ À§ÇùÇÏ´Â °æ¿ì \r\n4. \"¸ô\"À» ÀÌ¿ëÇÏ¿© ¹ý·É°ú ÀÌ ¾à°üÀÌ ±ÝÁöÇϰųª °ø¼­¾ç¼Ó¿¡ ¹ÝÇÏ´Â ÇàÀ§¸¦ ÇÏ´Â °æ¿ì\r\n¨é \"¸ô\"ÀÌ È¸¿ø ÀÚ°ÝÀ» Á¦ÇÑ¡¤Á¤Áö ½ÃŲÈÄ, µ¿ÀÏÇÑ ÇàÀ§°¡ 2ȸÀÌ»ó ¹Ýº¹µÇ°Å³ª 30ÀÏÀ̳»¿¡ ±× »çÀ¯°¡ ½ÃÁ¤µÇÁö ¾Æ´ÏÇÏ´Â °æ¿ì \"¸ô\"Àº ȸ¿øÀÚ°ÝÀ» »ó½Ç½Ãų ¼ö ÀÖ½À´Ï´Ù.\r\n¨ê \"¸ô\"ÀÌ È¸¿øÀÚ°ÝÀ» »ó½Ç½ÃŰ´Â °æ¿ì¿¡´Â ȸ¿øµî·ÏÀ» ¸»¼ÒÇÕ´Ï´Ù. ÀÌ °æ¿ì ȸ¿ø¿¡°Ô À̸¦ ÅëÁöÇϰí, ȸ¿øµî·Ï ¸»¼ÒÀü¿¡ ¼Ò¸íÇÒ ±âȸ¸¦ ºÎ¿©ÇÕ´Ï´Ù. \r\n\r\nÁ¦8Á¶(ȸ¿ø¿¡ ´ëÇÑ ÅëÁö)\r\n\r\n¨ç \"¸ô\"ÀÌ È¸¿ø¿¡ ´ëÇÑ ÅëÁö¸¦ ÇÏ´Â °æ¿ì, ȸ¿øÀÌ \"¸ô\"¿¡ Á¦ÃâÇÑ ÀüÀÚ¿ìÆí ÁÖ¼Ò·Î ÇÒ ¼ö ÀÖ½À´Ï´Ù.\r\n¨è \"¸ô\"Àº ºÒƯÁ¤´Ù¼ö ȸ¿ø¿¡ ´ëÇÑ ÅëÁöÀÇ °æ¿ì 1ÁÖÀÏÀÌ»ó \"¸ô\" °Ô½ÃÆÇ¿¡ °Ô½ÃÇÔÀ¸·Î¼­ °³º° ÅëÁö¿¡ °¥À½ÇÒ ¼ö ÀÖ½À´Ï´Ù. \r\n\r\nÁ¦9Á¶(±¸¸Å½Åû)\r\n\r\n\"¸ô\"ÀÌ¿ëÀÚ´Â \"¸ô\"»ó¿¡¼­ ÀÌÇÏÀÇ ¹æ¹ý¿¡ ÀÇÇÏ¿© ±¸¸Å¸¦ ½ÅûÇÕ´Ï´Ù. \r\n1. ¼º¸í, ÁÖ¼Ò, ÀüÈ­¹øÈ£ ÀÔ·Â \r\n2. ÀçÈ­ ¶Ç´Â ¿ë¿ªÀÇ ¼±Åà \r\n3. °áÁ¦¹æ¹ýÀÇ ¼±Åà \r\n4. ÀÌ ¾à°ü¿¡ µ¿ÀÇÇѴٴ ǥ½Ã(¿¹, ¸¶¿ì½º Ŭ¸¯) \r\n\r\nÁ¦10Á¶ (°è¾àÀÇ ¼º¸³)\r\n\r\n¨ç \"¸ô\"Àº Á¦9Á¶¿Í °°Àº ±¸¸Å½Åû¿¡ ´ëÇÏ¿© ´ÙÀ½ °¢È£¿¡ ÇØ´çÇÏÁö ¾Ê´Â ÇÑ ½Â³«ÇÕ´Ï´Ù. \r\n1. ½Åû ³»¿ë¿¡ ÇãÀ§, ±âÀç´©¶ô, ¿À±â°¡ ÀÖ´Â °æ¿ì \r\n2. ¹Ì¼º³âÀÚ°¡ ´ã¹è, ÁÖ·ùµî û¼Ò³âº¸È£¹ý¿¡¼­ ±ÝÁöÇÏ´Â ÀçÈ­ ¹× ¿ë¿ªÀ» ±¸¸ÅÇÏ´Â °æ¿ì \r\n3. ±âŸ ±¸¸Å½Åû¿¡ ½Â³«ÇÏ´Â °ÍÀÌ \"¸ô\" ±â¼ú»ó ÇöÀúÈ÷ ÁöÀåÀÌ ÀÖ´Ù°í ÆÇ´ÜÇÏ´Â °æ¿ì\r\n¨è \"¸ô\"ÀÇ ½Â³«ÀÌ Á¦12Á¶Á¦1Ç×ÀÇ ¼ö½ÅÈ®ÀÎÅëÁöÇüÅ·ΠÀÌ¿ëÀÚ¿¡°Ô µµ´ÞÇÑ ½ÃÁ¡¿¡ °è¾àÀÌ ¼º¸³ÇÑ °ÍÀ¸·Î º¾´Ï´Ù. \r\n\r\nÁ¦11Á¶(Áö±Þ¹æ¹ý)\r\n\r\n¸ô\"¿¡¼­ ±¸¸ÅÇÑ ÀçÈ­ ¶Ç´Â ¿ë¿ª¿¡ ´ëÇÑ ´ë±ÝÁö±Þ¹æ¹ýÀº ´ÙÀ½ °¢È£ÀÇ Çϳª·Î ÇÒ ¼ö ÀÖ½À´Ï´Ù. \r\n1. °èÁÂÀÌü \r\n2. ½Å¿ëÄ«µå°áÁ¦ \r\n3. ¿Â¶óÀι«ÅëÀåÀÔ±Ý \r\n4. ÀüÀÚÈ­Æó¿¡ ÀÇÇÑ °áÁ¦ \r\n5. ¼ö·É½Ã ´ë±ÝÁö±Þ µî \r\n\r\nÁ¦12Á¶(¼ö½ÅÈ®ÀÎÅëÁö¡¤±¸¸Å½Åû º¯°æ ¹× Ãë¼Ò)\r\n\r\n¨ç \"¸ô\"Àº ÀÌ¿ëÀÚÀÇ ±¸¸Å½ÅûÀÌ ÀÖ´Â °æ¿ì ÀÌ¿ëÀÚ¿¡°Ô ¼ö½ÅÈ®ÀÎÅëÁö¸¦ ÇÕ´Ï´Ù.\r\n¨è ¼ö½ÅÈ®ÀÎÅëÁö¸¦ ¹ÞÀº ÀÌ¿ëÀÚ´Â ÀÇ»çÇ¥½ÃÀÇ ºÒÀÏÄ¡µîÀÌ ÀÖ´Â °æ¿ì¿¡´Â ¼ö½ÅÈ®ÀÎÅëÁö¸¦ ¹ÞÀº ÈÄ Áï½Ã ±¸¸Å½Åû º¯°æ ¹× Ãë¼Ò¸¦ ¿äûÇÒ ¼ö ÀÖ½À´Ï´Ù.\r\n¨é \"¸ô\"Àº ¹è¼ÛÀü ÀÌ¿ëÀÚÀÇ ±¸¸Å½Åû º¯°æ ¹× Ãë¼Ò ¿äûÀÌ ÀÖ´Â ¶§¿¡´Â Áöü¾øÀÌ ±× ¿äû¿¡ µû¶ó ó¸®ÇÕ´Ï´Ù. \r\n\r\nÁ¦13Á¶(¹è¼Û)\r\n\r\n\"¸ô\"Àº ÀÌ¿ëÀÚ°¡ ±¸¸ÅÇÑ ÀçÈ­¿¡ ´ëÇØ ¹è¼Û¼ö´Ü, ¼ö´Üº° ¹è¼Ûºñ¿ë ºÎ´ãÀÚ, ¼ö´Üº° ¹è¼Û±â°£ µîÀ» ¸í½ÃÇÕ´Ï´Ù. ¸¸¾à \"¸ô\"ÀÇ °íÀÇ¡¤°ú½Ç·Î ¾àÁ¤ ¹è¼Û±â°£À» ÃʰúÇÑ °æ¿ì¿¡´Â ±×·Î ÀÎÇÑ ÀÌ¿ëÀÚÀÇ ¼ÕÇØ¸¦ ¹è»óÇÕ´Ï´Ù. \r\n\r\nÁ¦14Á¶(ȯ±Þ, ¹Ýǰ ¹× ±³È¯)\r\n\r\n¨ç \"¸ô\"Àº ÀÌ¿ëÀÚ°¡ ±¸¸Å½ÅûÇÑ ÀçÈ­ ¶Ç´Â ¿ë¿ªÀÌ Ç°ÀýµîÀÇ »çÀ¯·Î ÀçÈ­ÀÇ Àεµ ¶Ç´Â ¿ë¿ªÀÇ Á¦°øÀ» ÇÒ ¼ö ¾øÀ» ¶§¿¡´Â Áöü¾øÀÌ ±× »çÀ¯¸¦ ÀÌ¿ëÀÚ¿¡°Ô ÅëÁöÇϰí, »çÀü¿¡ ÀçÈ­ ¶Ç´Â ¿ë¿ªÀÇ ´ë±ÝÀ» ¹ÞÀº °æ¿ì¿¡´Â ´ë±ÝÀ» ¹ÞÀº ³¯ºÎÅÍ 3ÀÏÀ̳»¿¡, ±×·¸Áö ¾ÊÀº °æ¿ì¿¡´Â ±× »çÀ¯¹ß»ýÀϷκÎÅÍ 3ÀÏÀ̳»¿¡ °è¾àÇØÁ¦ ¹× ȯ±ÞÀýÂ÷¸¦ ÃëÇÕ´Ï´Ù.\r\n¨è ´ÙÀ½ °¢È£ÀÇ °æ¿ì¿¡´Â \"¸ô\"Àº ¹è¼ÛµÈ ÀçÈ­ÀÏÁö¶óµµ ÀçÈ­¸¦ ¹Ýǰ¹ÞÀº ´ÙÀ½ ¿µ¾÷ÀÏ À̳»¿¡ ¿ä±¸¿¡ µû¶ó Áï½Ã ȯ±Þ, ¹Ýǰ ¹× ±³È¯ Á¶Ä¡¸¦ ÇÕ´Ï´Ù. ´Ù¸¸ ±× ¿ä±¸±âÇÑÀº ¹è¼ÛµÈ ³¯·ÎºÎÅÍ 2ÀÏ À̳»·Î ÇÕ´Ï´Ù. \r\n1. ¹è¼ÛµÈ ÀçÈ­°¡ ÁÖ¹®³»¿ë°ú »óÀÌÇϰųª \"¸ô\"ÀÌ Á¦°øÇÑ Á¤º¸¿Í »óÀÌÇÒ °æ¿ì \r\n2. ¹è¼ÛµÈ ÀçÈ­°¡ ÆÄ¼Õ, ¼Õ»óµÇ¾ú°Å³ª ¿À¿°µÇ¾úÀ» °æ¿ì \r\n3. ÀçÈ­°¡ ±¤°í¿¡ Ç¥½ÃµÈ ¹è¼Û±â°£º¸´Ù ´Ê°Ô ¹è¼ÛµÈ °æ¿ì \r\n4. ¹æ¹®ÆÇ¸Åµî¿¡°üÇѹý·ü Á¦18Á¶¿¡ ÀÇÇÏ¿© ±¤°í¿¡ Ç¥½ÃÇÏ¿©¾ß ÇÒ »çÇ×À» Ç¥½ÃÇÏÁö ¾Æ´ÏÇÑ »óÅ¿¡¼­ ÀÌ¿ëÀÚÀÇ Ã»¾àÀÌ ÀÌ·ç¾îÁø °æ¿ì \r\n\r\nÁ¦15Á¶(°³ÀÎÁ¤º¸º¸È£)\r\n\r\n¨ç \"¸ô\"Àº ÀÌ¿ëÀÚÀÇ Á¤º¸¼öÁý½Ã ±¸¸Å°è¾à ÀÌÇà¿¡ ÇÊ¿äÇÑ ÃÖ¼ÒÇÑÀÇ Á¤º¸¸¦ ¼öÁýÇÕ´Ï´Ù.\r\n ´ÙÀ½ »çÇ×À» Çʼö»çÇ×À¸·Î ÇÏ¸ç ±× ¿Ü »çÇ×Àº ¼±ÅûçÇ×À¸·Î ÇÕ´Ï´Ù. \r\n1. ¼º¸í \r\n2. Áֹεî·Ï¹øÈ£(ȸ¿øÀÇ °æ¿ì) \r\n3. ÁÖ¼Ò \r\n4. ÀüÈ­¹øÈ£ \r\n5. Èñ¸ÁID(ȸ¿øÀÇ °æ¿ì) \r\n6. ºñ¹Ð¹øÈ£(ȸ¿øÀÇ °æ¿ì)\r\n¨è \"¸ô\"ÀÌ ÀÌ¿ëÀÚÀÇ °³Àνĺ°ÀÌ °¡´ÉÇÑ °³ÀÎÁ¤º¸¸¦ ¼öÁýÇÏ´Â ¶§¿¡´Â ¹Ýµå½Ã ´çÇØ ÀÌ¿ëÀÚÀÇ µ¿ÀǸ¦ ¹Þ½À´Ï´Ù.\r\n¨é Á¦°øµÈ °³ÀÎÁ¤º¸´Â ´çÇØ ÀÌ¿ëÀÚÀÇ µ¿ÀǾøÀÌ ¸ñÀû¿ÜÀÇ ÀÌ¿ëÀ̳ª Á¦3ÀÚ¿¡°Ô Á¦°øÇÒ ¼ö ¾øÀ¸¸ç, ÀÌ¿¡ ´ëÇÑ ¸ðµç Ã¥ÀÓÀº \"¸ô\"ÀÌ Áý´Ï´Ù. ´Ù¸¸, ´ÙÀ½ÀÇ °æ¿ì¿¡´Â ¿¹¿Ü·Î ÇÕ´Ï´Ù. \r\n1. ¹è¼Û¾÷¹«»ó ¹è¼Û¾÷ü¿¡°Ô ¹è¼Û¿¡ ÇÊ¿äÇÑ ÃÖ¼ÒÇÑÀÇ ÀÌ¿ëÀÚÀÇ Á¤º¸(¼º¸í, ÁÖ¼Ò, ÀüÈ­¹øÈ£)¸¦ ¾Ë·ÁÁÖ´Â °æ¿ì \r\n2. Åë°èÀÛ¼º, Çмú¿¬±¸ ¶Ç´Â ½ÃÀåÁ¶»ç¸¦ À§ÇÏ¿© ÇÊ¿äÇÑ °æ¿ì·Î¼­ ƯÁ¤ °³ÀÎÀ» ½Äº°ÇÒ ¼ö ¾ø´Â ÇüÅ·ΠÁ¦°øÇÏ´Â °æ¿ì \r\n¨ê \"¸ô\"ÀÌ Á¦2Ç×°ú Á¦3Ç׿¡ ÀÇÇØ ÀÌ¿ëÀÚÀÇ µ¿ÀǸ¦ ¹Þ¾Æ¾ß ÇÏ´Â °æ¿ì¿¡´Â °³ÀÎÁ¤º¸°ü¸® Ã¥ÀÓÀÚÀÇ ½Å¿ø(¼Ò¼Ó, ¼º¸í ¹× ÀüÈ­¹øÈ£ ±âŸ ¿¬¶ôó), Á¤º¸ÀÇ ¼öÁý¸ñÀû ¹× ÀÌ¿ë¸ñÀû, Á¦3ÀÚ¿¡ ´ëÇÑ Á¤º¸Á¦°ø°ü·Ã»çÇ×(Á¦°ø¹Þ´ÂÀÚ, Á¦°ø¸ñÀû ¹× Á¦°øÇÒ Á¤º¸ÀÇ ³»¿ë)µî Á¤º¸Åë½Å¸ÁÀÌ¿ëÃËÁøµî¿¡°üÇѹý·ü Á¦16Á¶Á¦3Ç×ÀÌ ±ÔÁ¤ÇÑ »çÇ×À» ¹Ì¸® ¸í½ÃÇϰųª °íÁöÇØ¾ß Çϸç ÀÌ¿ëÀÚ´Â ¾ðÁ¦µçÁö ÀÌ µ¿ÀǸ¦ öȸÇÒ ¼ö ÀÖ½À´Ï´Ù.\r\n¨ë ÀÌ¿ëÀÚ´Â ¾ðÁ¦µçÁö \"¸ô\"ÀÌ °¡Áö°í ÀÖ´Â ÀÚ½ÅÀÇ °³ÀÎÁ¤º¸¿¡ ´ëÇØ ¿­¶÷ ¹× ¿À·ùÁ¤Á¤À» ¿ä±¸ÇÒ ¼ö ÀÖÀ¸¸ç \"¸ô\"Àº ÀÌ¿¡ ´ëÇØ Áöü¾øÀÌ ÇÊ¿äÇÑ Á¶Ä¡¸¦ ÃëÇÒ Àǹ«¸¦ Áý´Ï´Ù. ÀÌ¿ëÀÚ°¡ ¿À·ùÀÇ Á¤Á¤À» ¿ä±¸ÇÑ °æ¿ì¿¡´Â \"¸ô\"Àº ±× ¿À·ù¸¦ Á¤Á¤ÇÒ ¶§±îÁö ´çÇØ °³ÀÎÁ¤º¸¸¦ ÀÌ¿ëÇÏÁö ¾Ê½À´Ï´Ù.\r\n¨ì \"¸ô\"Àº °³ÀÎÁ¤º¸ º¸È£¸¦ À§ÇÏ¿© °ü¸®ÀÚ¸¦ ÇÑÁ¤ÇÏ¿© ±× ¼ö¸¦ ÃÖ¼ÒÈ­ÇÏ¸ç ½Å¿ëÄ«µå, ÀºÇà°èÁ µîÀ» Æ÷ÇÔÇÑ ÀÌ¿ëÀÚÀÇ °³ÀÎÁ¤º¸ÀÇ ºÐ½Ç, µµ³­, À¯Ãâ, º¯Á¶ µîÀ¸·Î ÀÎÇÑ ÀÌ¿ëÀÚÀÇ ¼ÕÇØ¿¡ ´ëÇÏ¿© ¸ðµç Ã¥ÀÓÀ» Áý´Ï´Ù.\r\n¨í \"¸ô\" ¶Ç´Â ±×·ÎºÎÅÍ °³ÀÎÁ¤º¸¸¦ Á¦°ø¹ÞÀº Á¦3ÀÚ´Â °³ÀÎÁ¤º¸ÀÇ ¼öÁý¸ñÀû ¶Ç´Â Á¦°ø¹ÞÀº ¸ñÀûÀ» ´Þ¼ºÇÑ ¶§¿¡´Â ´çÇØ °³ÀÎÁ¤º¸¸¦ Áöü¾øÀÌ ÆÄ±âÇÕ´Ï´Ù. \r\n\r\nÁ¦16Á¶(\"¸ô\"ÀÇ Àǹ«)\r\n\r\n¨ç \"¸ôÀº ¹ý·É°ú ÀÌ ¾à°üÀÌ ±ÝÁöÇϰųª °ø¼­¾ç¼Ó¿¡ ¹ÝÇÏ´Â ÇàÀ§¸¦ ÇÏÁö ¾ÊÀ¸¸ç ÀÌ ¾à°üÀÌ Á¤ÇÏ´Â ¹Ù¿¡ µû¶ó Áö¼ÓÀûÀ̰í, ¾ÈÁ¤ÀûÀ¸·Î ÀçÈ­¡¤¿ë¿ªÀ» Á¦°øÇÏ´Â µ¥ ÃÖ¼±À» ´ÙÇÏ¿©¾ß ÇÕ´Ï´Ù.\r\n¨è \"¸ô\"Àº ÀÌ¿ëÀÚ°¡ ¾ÈÀüÇÏ°Ô ÀÎÅÍ³Ý ¼­ºñ½º¸¦ ÀÌ¿ëÇÒ ¼ö ÀÖµµ·Ï ÀÌ¿ëÀÚÀÇ °³ÀÎÁ¤º¸(½Å¿ëÁ¤º¸ Æ÷ÇÔ)º¸È£¸¦ À§ÇÑ º¸¾È ½Ã½ºÅÛÀ» °®Ãß¾î¾ß ÇÕ´Ï´Ù.\r\n¨é \"¸ô\"ÀÌ »óǰÀ̳ª ¿ë¿ª¿¡ ´ëÇÏ¿© ¡¸Ç¥½Ã¡¤±¤°íÀǰøÁ¤È­¿¡°üÇѹý·ü¡¹ Á¦3Á¶ ¼ÒÁ¤ÀÇ ºÎ´çÇÑ Ç¥½Ã¡¤±¤°íÇàÀ§¸¦ ÇÔÀ¸·Î½á ÀÌ¿ëÀÚ°¡ ¼ÕÇØ¸¦ ÀÔÀº ¶§¿¡´Â À̸¦ ¹è»óÇÒ Ã¥ÀÓÀ» Áý´Ï´Ù.\r\n¨ê \"¸ô\"Àº ÀÌ¿ëÀÚ°¡ ¿øÇÏÁö ¾Ê´Â ¿µ¸®¸ñÀûÀÇ ±¤°í¼º ÀüÀÚ¿ìÆíÀ» ¹ß¼ÛÇÏÁö ¾Ê½À´Ï´Ù. \r\n\r\nÁ¦17Á¶( ȸ¿øÀÇ ID ¹× ºñ¹Ð¹øÈ£¿¡ ´ëÇÑ Àǹ«)\r\n\r\n¨ç Á¦15Á¶ÀÇ °æ¿ì¸¦ Á¦¿ÜÇÑ ID¿Í ºñ¹Ð¹øÈ£¿¡ °üÇÑ °ü¸®Ã¥ÀÓÀº ȸ¿ø¿¡°Ô ÀÖ½À´Ï´Ù.\r\n¨è ȸ¿øÀº ÀÚ½ÅÀÇ ID ¹× ºñ¹Ð¹øÈ£¸¦ Á¦3ÀÚ¿¡°Ô ÀÌ¿ëÇÏ°Ô ÇØ¼­´Â ¾ÈµË´Ï´Ù.\r\n¨é ȸ¿øÀÌ ÀÚ½ÅÀÇ ID ¹× ºñ¹Ð¹øÈ£¸¦ µµ³­´çÇϰųª Á¦3ÀÚ°¡ »ç¿ëÇϰí ÀÖÀ½À» ÀÎÁöÇÑ °æ¿ì¿¡´Â ¹Ù·Î \"¸ô\"¿¡ Å뺸Çϰí \"¸ô\"ÀÇ ¾È³»°¡ ÀÖ´Â °æ¿ì¿¡´Â ±×¿¡ µû¶ó¾ß ÇÕ´Ï´Ù. \r\n\r\nÁ¦18Á¶(ÀÌ¿ëÀÚÀÇ Àǹ«)\r\n\r\nÀÌ¿ëÀÚ´Â ´ÙÀ½ ÇàÀ§¸¦ ÇÏ¿©¼­´Â ¾ÈµË´Ï´Ù. \r\n1. ½Åû ¶Ç´Â º¯°æ½Ã ÇãÀ§³»¿ëÀÇ µî·Ï \r\n2. \"¸ô\"¿¡ °Ô½ÃµÈ Á¤º¸ÀÇ º¯°æ \r\n3. \"¸ô\"ÀÌ Á¤ÇÑ Á¤º¸ ÀÌ¿ÜÀÇ Á¤º¸(ÄÄÇ»ÅÍ ÇÁ·Î±×·¥ µî)ÀÇ ¼Û½Å ¶Ç´Â °Ô½Ã \r\n4. \"¸ô\" ±âŸ Á¦3ÀÚÀÇ ÀúÀÛ±Ç µî ÁöÀûÀç»ê±Ç¿¡ ´ëÇÑ Ä§ÇØ \r\n5. \"¸ô\" ±âŸ Á¦3ÀÚÀÇ ¸í¿¹¸¦ ¼Õ»ó½ÃŰ°Å³ª ¾÷¹«¸¦ ¹æÇØÇÏ´Â ÇàÀ§ \r\n6. ¿Ü¼³ ¶Ç´Â Æø·ÂÀûÀÎ ¸Þ½ÃÁö¡¤È­»ó¡¤À½¼º ±âŸ °ø¼­¾ç¼Ó¿¡ ¹ÝÇÏ´Â Á¤º¸¸¦ ¸ô¿¡ °ø°³ ¶Ç´Â °Ô½ÃÇÏ´Â ÇàÀ§ \r\n\r\nÁ¦19Á¶(¿¬°á\"¸ô\"°ú ÇÇ¿¬°á\"¸ô\" °£ÀÇ °ü°è)\r\n\r\n¨ç »óÀ§ \"¸ô\"°ú ÇÏÀ§ \"¸ô\"ÀÌ ÇÏÀÌÆÛ ¸µÅ©(¿¹: ÇÏÀÌÆÛ ¸µÅ©ÀÇ ´ë»ó¿¡´Â ¹®ÀÚ, ±×¸² ¹× µ¿È­»ó µîÀÌ Æ÷ÇÔµÊ)¹æ½Ä µîÀ¸·Î ¿¬°áµÈ °æ¿ì, ÀüÀÚ¸¦ ¿¬°á \"¸ô\"(À¥ »çÀÌÆ®)À̶ó°í Çϰí ÈÄÀÚ¸¦ ÇÇ¿¬°á \"¸ô\"(À¥»çÀÌÆ®)À̶ó°í ÇÕ´Ï´Ù.\r\n¨è ¿¬°á \"¸ô\"Àº ÇÇ¿¬°á \"¸ô\"ÀÌ µ¶ÀÚÀûÀ¸·Î Á¦°øÇÏ´Â ÀçÈ­¡¤¿ë¿ª¿¡ ÀÇÇÏ¿© ÀÌ¿ëÀÚ¿Í ÇàÇÏ´Â °Å·¡¿¡ ´ëÇØ¼­ º¸ÁõÃ¥ÀÓÀ»ÁöÁö ¾Ê´Â´Ù´Â ¶æÀ» ¿¬°á \"¸ô\"ÀÇ »çÀÌÆ®¿¡¼­ ¸í½ÃÇÑ °æ¿ì¿¡´Â ±× °Å·¡¿¡ ´ëÇÑ º¸ÁõÃ¥ÀÓÀ»ÁöÁö ¾Ê½À´Ï´Ù. \r\n\r\nÁ¦20Á¶(ÀúÀÛ±ÇÀÇ ±Í¼Ó ¹× ÀÌ¿ëÁ¦ÇÑ)\r\n\r\n¨ç \"¸ô\"ÀÌ ÀÛ¼ºÇÑ ÀúÀÛ¹°¿¡ ´ëÇÑ ÀúÀÛ±Ç ±âŸ ÁöÀûÀç»ê±ÇÀº \"¸ô\"¿¡ ±Í¼ÓÇÕ´Ï´Ù.\r\n¨è ÀÌ¿ëÀÚ´Â \"¸ô\"À» ÀÌ¿ëÇÔÀ¸·Î½á ¾òÀº Á¤º¸¸¦ \"¸ô\"ÀÇ »çÀü ½Â³«¾øÀÌ º¹Á¦, ¼Û½Å, ÃâÆÇ, ¹èÆ÷, ¹æ¼Û ±âŸ ¹æ¹ý¿¡ ÀÇÇÏ¿© ¿µ¸®¸ñÀûÀ¸·Î ÀÌ¿ëÇϰųª Á¦3ÀÚ¿¡°Ô ÀÌ¿ëÇÏ°Ô ÇÏ¿©¼­´Â ¾ÈµË´Ï´Ù. \r\n\r\nÁ¦21Á¶(ºÐÀïÇØ°á)\r\n\r\n¨ç \"¸ô\"Àº ÀÌ¿ëÀÚ°¡ Á¦±âÇÏ´Â Á¤´çÇÑ ÀǰßÀ̳ª ºÒ¸¸À» ¹Ý¿µÇÏ°í ±× ÇÇÇØ¸¦ º¸»óó¸®Çϱâ À§ÇÏ¿© ÇÇÇØº¸»ó󸮱ⱸ¸¦ ¼³Ä¡¡¤¿î¿µÇÕ´Ï´Ù.\r\n¨è \"¸ô\"Àº ÀÌ¿ëÀڷκÎÅÍ Á¦ÃâµÇ´Â ºÒ¸¸»çÇ× ¹× ÀǰßÀº ¿ì¼±ÀûÀ¸·Î ±× »çÇ×À» ó¸®ÇÕ´Ï´Ù. ´Ù¸¸, ½Å¼ÓÇÑ Ã³¸®°¡ °ï¶õÇÑ °æ¿ì¿¡´Â ÀÌ¿ëÀÚ¿¡°Ô ±× »çÀ¯¿Í ó¸®ÀÏÁ¤À» Áï½Ã Åëº¸ÇØ µå¸³´Ï´Ù.\r\n¨é \"¸ô\"°ú ÀÌ¿ëÀÚ°£¿¡ ¹ß»ýÇÑ ºÐÀïÀº ÀüÀÚ°Å·¡±âº»¹ý Á¦28Á¶ ¹× µ¿ ½ÃÇà·É Á¦15Á¶¿¡ ÀÇÇÏ¿© ¼³Ä¡µÈ ÀüÀÚ°Å·¡ºÐÀïÁ¶Á¤À§¿øÈ¸ÀÇ Á¶Á¤¿¡ µû¸¦ ¼ö ÀÖ½À´Ï´Ù. \r\n\r\nÁ¦22Á¶(ÀçÆÇ±Ç ¹× ÁذŹý)\r\n\r\n¨ç \"¸ô\"°ú ÀÌ¿ëÀÚ°£¿¡ ¹ß»ýÇÑ ÀüÀÚ°Å·¡ ºÐÀï¿¡ °üÇÑ ¼Ò¼ÛÀº ¹Î»ç¼Ò¼Û¹ý»óÀÇ °üÇÒ¹ý¿ø¿¡ Á¦±âÇÕ´Ï´Ù.\r\n¨è \"¸ô\"°ú ÀÌ¿ëÀÚ°£¿¡ Á¦±âµÈ ÀüÀÚ°Å·¡ ¼Ò¼Û¿¡´Â Çѱ¹¹ýÀ» Àû¿ëÇÕ´Ï´Ù.\r\n ','1.°³ÀÎÁ¤º¸ÀÇ ¼öÁý¸ñÀû ¹× ÀÌ¿ë \r\nº» ¼îÇθôÀÌ È¸¿øµî·Ï°ú ·Î±×ÀÎ(Log in) ÀÚ·á µîÀ» ÅëÇØ ÀÔ¼öÇÏ°Ô µÈ ȸ¿øÁ¤º¸´Â ÀüüÀûÀÎ Åë°èÀÚ·á·Î ÀÌ¿ëµÇ¸ç, À̸¦ Åä´ë·Î ȸ¿øµé¿¡°Ô º¸´Ù ³ªÀº ¼­ºñ½º¸¦ Á¦°øÇÏ´Â µ¥ Ȱ¿ëµË´Ï´Ù. \r\n2.°³ÀÎÁ¤º¸ Ç׸ñ ¹× ¼öÁý ¹æ¹ý \r\n\r\nº» ¼îÇθôÀº ¸ÕÀú ȸ¿øÀ¸·Î °¡ÀÔÇÏ½Ç ¶§ ÇʼöÀûÀ¸·Î °³ÀÎÁ¤º¸¸¦ ¾ò°í ÀÖ½À´Ï´Ù. ÀÌ ¶§ ±âÀÔÇϽô °³ÀÎÁ¤º¸·Î´Â ¼º¸í, Áֹεî·Ï¹øÈ£, e-mail ÁÖ¼Ò µîÀÌ ÀÖÀ¸¸ç, »óǰÀÇ ¹è¼Û, °æÇ°À̳ª ±â³äǰ µîÀÇ ¹ß¼Û µîÀ» À§ÇÑ ¸ñÀûÀ¸·Î ÁÖ¼Ò, ¿ìÆí¹øÈ£, Á÷¾÷, ÀüÈ­¹øÈ£ µîÀ» Çʼö ±âÀÔÇØ¾ß ÇÕ´Ï´Ù. ¶ÇÇÑ, ÃßÈÄ¿¡ ȸ¿øÀÇ »óǰ±¸ÀÔ µîÀ¸·Î ÀÎÇØ º» ¼îÇθôÀº ºÎµæÀÌÇÏ°Ô È¸¿øÀÇ ÁÖ¼Ò, ¿ìÆí¹øÈ£, ÀüÈ­¹øÈ£ µîÀÇ °³ÀÎÁ¤º¸¸¦ ¿äûÇÏ°Ô µÇ¸ç, ÀÌ °æ¿ì¿¡µµ º» ¼îÇθô¿¡¼­´Â ÇØ´ç ¼­ºñ½ºÀÇ Á¦°øÀ̳ª »çÀü¿¡ ȸ¿ø¿¡°Ô ¹àÈù ¸ñÀû ÀÌ¿ÜÀÇ ¾î¶² ´Ù¸¥ ¸ñÀûÀ¸·Îµµ ȸ¿øÀÇ °³ÀÎÁ¤º¸¸¦ »ç¿ëÇÏÁö ¾Ê°Ô µË´Ï´Ù. \r\n\r\n3.ÄíŰÀÇ ¿î¿ë ¹× Ȱ¿ë \r\n\r\nº» ¼îÇθôÀº ȸ¿ø¿¡°Ô º¸´Ù ÀûÀýÇϰí À¯¿ëÇÑ ¼­ºñ½º¸¦ Á¦°øÇϱâ À§ÇÏ¿© Äí۸¦ »ç¿ëÇÏ¿© ȸ¿øÀÌ ·Î±×ÀÎ(Log in)ÇÏ¿© º» ¼îÇθô »çÀÌÆ®¸¦ ÀÌ¿ëÇϽô µ¿¾È ȸ¿øÀÇ ¾ÆÀ̵ð(ID)¿¡ °üÇÑ Á¤º¸¸¦ ¾Ë¾Æ³À´Ï´Ù. Äí۶õ ȨÆäÀÌÁö¸¦ Á¦°øÇÏ´Â ¼­¹ö¿¡¼­ »ç¿ëÀÚÀÇ ºê¶ó¿ìÀú¿¡ º¸³»´Â ÀÛÀº µ¥ÀÌÅͷμ­, »ç¿ëÀÚÀÇ ÄÄÇ»ÅÍ ÇÏµå µå¶óÀ̹ö¿¡ ÀúÀåµË´Ï´Ù. Äí۸¦ ÅëÇØ »ç¿ëÀÚ ±Ô¸ð ¹× ºóµµ, ¼±È£µµ, ¹æ¹®°æ·Î µîÀ» ÃøÁ¤ÇÒ ¼ö ÀÖÀ¸¸ç, »ç¿ëÀÚÀÇ °ü½ÉºÐ¾ß¿¡ ±âÃÊÇÏ¿© ȸ¿øµé¿¡°Ô º¸´Ù ÀûÀýÇÑ ±¤°í ¹× ¼­ºñ½º¸¦ Á¦°øÇÏ´Â µ¥ »ç¿ëµË´Ï´Ù. \r\n\r\n4.°³ÀÎÁ¤º¸ÀÇ ¿­¶÷, Á¤Á¤ ¹× »èÁ¦ \r\n\r\nº» ¼îÇθôÀº ȸ¿øÀÇ ÀÔ·ÂÇϽа³ÀÎÁ¤º¸¸¦ \'°³ÀÎÁ¤º¸ º¯°æ\'¶õ¿¡¼­ ¾ðÁ¦µçÁö ¿­¶÷, º¯°æ, Á¤Á¤ÇÒ ¼ö ÀÖµµ·Ï Çϰí ÀÖÀ¸¸ç, °³ÀÎÁ¤º¸ ¼öÁýÀ» ¹Ý´ëÇϴ ȸ¿ø¿¡°Õ °³ÀÎÁ¤º¸ ¼öÁý¿¡ ´ëÇÑ µ¿ÀǸ¦ öȸÇÒ ¼ö ÀÖ°Ô Çϰí ÀÖ½À´Ï´Ù. ȸ¿øÅ»Åð, Áï ¾ÆÀ̵ð (ID)ÀÇ »èÁ¦¸¦ ¿øÇϽøé, Å»Åð¿äû ¸Þ´º¸¦ ÀÌ¿ëÇϽðųª Á÷Á¢ ¹®ÀÇ ÇϽñ⸦ ¹Ù¶ø´Ï´Ù.\r\n\r\n5.°³ÀÎÁ¤º¸ÀÇ Á¦°ø ¹× °øÀ¯ \r\n\r\nº» ¼îÇθôÀº º»ÀÎÀÇ µ¿ÀÇ ¾øÀÌ °³º°ÀûÀÎ ½Å»ó Á¤º¸¸¦ ´Ù¸¥ °³ÀÎÀ̳ª ±â¾÷, ±â°ü°ú °øÀ¯ÇÏÁö ¾Ê´Â °ÍÀ» ¿øÄ¢À¸·Î Çϰí ÀÖ½À´Ï´Ù. ´Ù¸¸, ȸ¿øÀÌ Çã¶ôÇÑ °æ¿ì³ª »ó°Å·¡ µîÀÇ ÀÌÇàÀ» À§ÇØ ÇÊ¿äÇÑ °æ¿ì, ¶Ç´Â ÀÌ¿ë ¾à°üÀ» À§¹ÝÇÑ È¸¿ø¿¡°Ô ¹ýÀûÀÎ Á¦À縦 ÁÖ±â À§ÇÑ °æ¿ì¿¡´Â Á¤º¸¸¦ °ø°³ÇÒ ¼ö ÀÖ½À´Ï´Ù. ÇÏÁö¸¸, ÀÌ·¯ÇÑ °æ¿ì¶óµµ ÇÁ¶óÀ̹ö½Ã¿¡ ´ëÇÑ ÃæºÐÇÑ °ËÅ並 °ÅÄ£ ÈÄ¿¡ ÇÏ°Ô µË´Ï´Ù. \r\n\r\n6.°³ÀÎÁ¤º¸ÀÇ º¸À¯ ¹× Æó±â\r\n\r\nº» ¼îÇθô ȸ¿øÀ¸·Î¼­ º» ¼îÇθôÀÌ Á¦°øÇÏ´Â ¼­ºñ½º¸¦ ¹Þ´Â µ¿¾È ȸ¿øÀÇ °³ÀÎÁ¤º¸´Â º» ¼îÇθô¿¡¼­ °è¼Ó º¸À¯ÇÏ¸ç ¼­ºñ½º Á¦°øÀ» À§ÇØ ÀÌ¿ëÇÏ°Ô µË´Ï´Ù. ´Ù¸¸, ȸ¿ø Å»Åð, Áï ID(¾ÆÀ̵ð) »èÁ¦°¡ ÀÌ·ç¾îÁø °æ¿ì ¶Ç´Â °³ÀÎÁ¤º¸ÀÇ ¼öÁý¸ñÀûÀÌ ´Þ¼ºµÈ °æ¿ì, °ü·Ã¹ý±ÔÀÇ ±ÔÁ¤¿¡ ÀÇÇÑ º¸Á¸Àǹ«°¡ ¾ø´Â ÇÑ º» ¼îÇθôÀÇ ¿Â¶óÀÎ ¶Ç´Â ¿ÀÇÁ¶óÀÎ»ó¿¡ º¸Á¸µÈ ¸ðµç °³ÀÎÁ¤º¸´Â ¿ÏÀü Æó±âµÇ¾î »ç¿ëÇÒ ¼ö ¾øµµ·Ï Çϰí ÀÖ½À´Ï´Ù. \r\n\r\n7.°³ÀÎÁ¤º¸ º¸È£ \r\n\r\nº» ¼îÇθôÀº ȸ¿ø °³ÀÎÀÇ Á¤º¸¿Í ºñ¹ÐÀ» ¾ÈÀüÇÏ°Ô Áöų ¼ö ÀÖµµ·Ï Ç×»ó ¸ðµç ±â¼úÀû ¼ö´Ü°ú ³ë·ÂÀ» ´ÙÇϰí ÀÖ½À´Ï´Ù. \r\n±×·¯³ª ȸ¿øÀÇ ¾ÆÀ̵ð(ID) ¹× ºñ¹Ð¹øÈ£ÀÇ º¸¾ÈÀº ±âº»ÀûÀ¸·Î ȸ¿ø°³°³ÀÎÀÇ Ã¥ÀÓÇÏ¿¡ ÀÖ½À´Ï´Ù. º» ¼îÇθô¿¡¼­ °³ÀÎÁ¤º¸¿¡ Á¢±ÙÇÒ ¼ö ÀÖ´Â ¹æ¹ýÀº ¿ÀÁ÷ ȸ¿øÀÇ ¾ÆÀ̵ð(ID) ¹× ºñ¹Ð¹øÈ£·Î ÀÎÇÑ ·Î±×ÀÎ(Log in)¿¡ ÀÇÇÑ ¹æ¹ýÀ̸ç, º» ¼îÇθôÀº e-mailÀ̳ª ÀüÈ­, ±× ¾î¶°ÇÑ ¹æ¹ýÀ» ÅëÇØ¼­µµ ȸ¿øÀÇ ºñ¹Ð¹øÈ£¸¦ ¹¯´Â °æ¿ì´Â ¾øÀ¸¹Ç·Î(ID/ºñ¹Ð¹øÈ£ ºÐ½Ç·Î ÀÎÇÑ È¸¿ø´ÔÀÇ ¿äû½Ã Á¦¿Ü), ȸ¿ø º»ÀÎÀÌ º¸¾ÈÀ» À§ÇØ ºñ¹Ð¹øÈ£¸¦ ÀÚÁÖ ¹Ù²Ù¾îÁֽñ⠹ٶø´Ï´Ù. º» ¼îÇθôÀ» ÀÌ¿ëÇϽŠÈÄ¿¡´Â ¹Ýµå½Ã ·Î±×¾Æ¿ô(Log out)À» ÇØ Áֽðí, ÄÄÇ»Å͸¦ °øÀ¯Çϰųª °ø°øÀå¼Ò¿¡¼­ ÄÄÇ»Å͸¦ »ç¿ëÇÏ´Â °æ¿ì¿¡´Â ÀÌ¿ë ÈÄ ¹Ýµå½Ã À¥ ºê¶ó¿ìÀúÀÇ Ã¢À» ´Ý¾ÆÁÖ´Â µî °³ÀÎÁ¤º¸ À¯ÃâÀ» ¸·±â À§ÇØ °¢º°È÷ ³ë·ÂÀ» ±â¿ï¿©Áֽñ⠹ٶø´Ï´Ù. \r\n\r\n\r\n8.°³ÀÎÁ¤º¸ º¸È£ ¹®ÀÇó\r\n\r\nE-mail : achimr@plusapple.com ¶Ç´Â °í°´¼¾ÅÍ·Î ¹®ÀÇÇØ Áֽøé Ä£ÀýÇÏ°í ½Å¼ÓÇÏ°Ô Ã³¸®ÇØ µå¸®µµ·Ï ÇϰڽÀ´Ï´Ù.\r\nÀÌ¿ë Áß ÇÇÇØ »çÇ× ½Å°í´Â \'Çѱ¹¼ÒºñÀÚº¸È£¿ø\'(http://www.cpb.or.kr/)¿¡¼­ ÇÏ½Ç ¼ö ÀÖÀ¸¸ç, °³ÀÎÁ¤º¸Ä§ÇØ¿¡ °ü·ÃµÈ ½Å°í´Â \'°³ÀÎÁ¤º¸Ä§ÇØ½Å°í¼¾ÅÍ\'(http://www.cyberprivacy.or.kr/)¿¡¼­ÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.\r\n ',0,0,'','','','','','','','','','','','','','','','','','','',''); /*!40000 ALTER TABLE `g4_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_group` -- DROP TABLE IF EXISTS `g4_group`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_group` ( `gr_id` varchar(10) NOT NULL default '', `gr_subject` varchar(255) NOT NULL default '', `gr_admin` varchar(255) NOT NULL default '', `gr_use_access` tinyint(4) NOT NULL default '0', `gr_1_subj` varchar(255) NOT NULL default '', `gr_2_subj` varchar(255) NOT NULL default '', `gr_3_subj` varchar(255) NOT NULL default '', `gr_4_subj` varchar(255) NOT NULL default '', `gr_5_subj` varchar(255) NOT NULL default '', `gr_6_subj` varchar(255) NOT NULL default '', `gr_7_subj` varchar(255) NOT NULL default '', `gr_8_subj` varchar(255) NOT NULL default '', `gr_9_subj` varchar(255) NOT NULL default '', `gr_10_subj` varchar(255) NOT NULL default '', `gr_1` varchar(255) NOT NULL default '', `gr_2` varchar(255) NOT NULL default '', `gr_3` varchar(255) NOT NULL default '', `gr_4` varchar(255) NOT NULL default '', `gr_5` varchar(255) NOT NULL default '', `gr_6` varchar(255) NOT NULL default '', `gr_7` varchar(255) NOT NULL default '', `gr_8` varchar(255) NOT NULL default '', `gr_9` varchar(255) NOT NULL default '', `gr_10` varchar(255) NOT NULL default '', PRIMARY KEY (`gr_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_group` -- LOCK TABLES `g4_group` WRITE; /*!40000 ALTER TABLE `g4_group` DISABLE KEYS */; INSERT INTO `g4_group` VALUES ('shop','¼îÇθô','',0,'','','','','','','','','','','','','','','','','','','',''); /*!40000 ALTER TABLE `g4_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_group_member` -- DROP TABLE IF EXISTS `g4_group_member`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_group_member` ( `gm_id` int(11) NOT NULL auto_increment, `gr_id` varchar(255) NOT NULL default '', `mb_id` varchar(255) NOT NULL default '', `gm_datetime` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`gm_id`), KEY `gr_id` (`gr_id`), KEY `mb_id` (`mb_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_group_member` -- LOCK TABLES `g4_group_member` WRITE; /*!40000 ALTER TABLE `g4_group_member` DISABLE KEYS */; /*!40000 ALTER TABLE `g4_group_member` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_login` -- DROP TABLE IF EXISTS `g4_login`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_login` ( `lo_ip` varchar(255) NOT NULL default '', `mb_id` varchar(255) NOT NULL default '', `lo_datetime` datetime NOT NULL default '0000-00-00 00:00:00', `lo_location` text NOT NULL, `lo_url` text NOT NULL, PRIMARY KEY (`lo_ip`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_login` -- LOCK TABLES `g4_login` WRITE; /*!40000 ALTER TABLE `g4_login` DISABLE KEYS */; INSERT INTO `g4_login` VALUES ('218.146.11.186','','2010-11-25 00:55:41','¼îÇθô > °øÁö»çÇ× > û¼Û²Ü»ç°ú ÆÇ¸Å¿ä..','/www/bbs/board.php?bo_table=notice&wr_id=12'); /*!40000 ALTER TABLE `g4_login` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_mail` -- DROP TABLE IF EXISTS `g4_mail`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_mail` ( `ma_id` int(11) NOT NULL auto_increment, `ma_subject` varchar(255) NOT NULL default '', `ma_content` mediumtext NOT NULL, `ma_time` datetime NOT NULL default '0000-00-00 00:00:00', `ma_ip` varchar(255) NOT NULL default '', `ma_last_option` text NOT NULL, PRIMARY KEY (`ma_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_mail` -- LOCK TABLES `g4_mail` WRITE; /*!40000 ALTER TABLE `g4_mail` DISABLE KEYS */; INSERT INTO `g4_mail` VALUES (1,'¾ÆÄ§³ó»ê','¾ÆÄ§³ó»ê','2010-11-24 12:11:17','220.94.103.154','mb_id1=1||mb_id1_from=||mb_id1_to=||mb_email=||mb_sex=||mb_birth_from=||mb_birth_to=||mb_area=||mb_mailling=||mb_level_from=1||mb_level_to=10||gr_id='); /*!40000 ALTER TABLE `g4_mail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_member` -- DROP TABLE IF EXISTS `g4_member`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_member` ( `mb_no` int(11) NOT NULL auto_increment, `mb_id` varchar(255) NOT NULL default '', `mb_password` varchar(255) NOT NULL default '', `mb_name` varchar(255) NOT NULL default '', `mb_nick` varchar(255) NOT NULL default '', `mb_nick_date` date NOT NULL default '0000-00-00', `mb_email` varchar(255) NOT NULL default '', `mb_homepage` varchar(255) NOT NULL default '', `mb_password_q` varchar(255) NOT NULL default '', `mb_password_a` varchar(255) NOT NULL default '', `mb_level` tinyint(4) NOT NULL default '0', `mb_jumin` varchar(255) NOT NULL default '', `mb_sex` char(1) NOT NULL default '', `mb_birth` varchar(255) NOT NULL default '', `mb_tel` varchar(255) NOT NULL default '', `mb_hp` varchar(255) NOT NULL default '', `mb_zip1` varchar(3) NOT NULL default '', `mb_zip2` varchar(3) NOT NULL default '', `mb_addr1` varchar(255) NOT NULL default '', `mb_addr2` varchar(255) NOT NULL default '', `mb_signature` text NOT NULL, `mb_recommend` varchar(255) NOT NULL default '', `mb_point` int(11) NOT NULL default '0', `mb_today_login` datetime NOT NULL default '0000-00-00 00:00:00', `mb_login_ip` varchar(255) NOT NULL default '', `mb_datetime` datetime NOT NULL default '0000-00-00 00:00:00', `mb_ip` varchar(255) NOT NULL default '', `mb_leave_date` varchar(8) NOT NULL default '', `mb_intercept_date` varchar(8) NOT NULL default '', `mb_email_certify` datetime NOT NULL default '0000-00-00 00:00:00', `mb_memo` text NOT NULL, `mb_mailling` tinyint(4) NOT NULL default '0', `mb_sms` tinyint(4) NOT NULL default '0', `mb_open` tinyint(4) NOT NULL default '0', `mb_open_date` date NOT NULL default '0000-00-00', `mb_profile` text NOT NULL, `mb_memo_call` varchar(255) NOT NULL default '', `mb_1` varchar(255) NOT NULL default '', `mb_2` varchar(255) NOT NULL default '', `mb_3` varchar(255) NOT NULL default '', `mb_4` varchar(255) NOT NULL default '', `mb_5` varchar(255) NOT NULL default '', `mb_6` varchar(255) NOT NULL default '', `mb_7` varchar(255) NOT NULL default '', `mb_8` varchar(255) NOT NULL default '', `mb_9` varchar(255) NOT NULL default '', `mb_10` varchar(255) NOT NULL default '', PRIMARY KEY (`mb_no`), UNIQUE KEY `mb_id` (`mb_id`), KEY `mb_today_login` (`mb_today_login`), KEY `mb_datetime` (`mb_datetime`) ) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_member` -- LOCK TABLES `g4_member` WRITE; /*!40000 ALTER TABLE `g4_member` DISABLE KEYS */; INSERT INTO `g4_member` VALUES (1,'admin','*86189139D1F287A9C2F40916A8FB85F3109DD157','ÃÖ°í°ü¸®ÀÚ','ÃÖ°í°ü¸®ÀÚ','0000-00-00','achim@plusapple.com','','','',10,'*EC2A66B6D554020B8C68D442F5F31E1558D4AE69','','','','','','','','','','',3600,'2010-11-24 12:03:55','220.94.103.154','2008-12-19 02:50:04','58.234.158.227','','','2008-12-19 02:50:04','',1,0,1,'0000-00-00','','','','','','','','','','','',''),(5,'pcsarang','*1D9EE6094BE4988C5C2FA5CEBF2A4CC742F4D00E','¼Ûº´±Ù','¼Ûº´±Ù','2009-02-10','pclovesong@yahoo.co.kr','','Àλó ±í°Ô ÀÐÀº Ã¥ À̸§Àº?','ÀÓ²©Á¤',2,'','M','19680129','','','','','','','','',1000,'2009-02-10 10:39:49','58.234.158.227','2009-02-10 10:39:49','58.234.158.227','','','2009-02-10 10:39:49','',1,1,1,'2009-02-10','','','','','','','','','','','',''),(3,'hanb118','*3089D5CC14DC5ACE41A616A2DA5452781966A3F3','·ù¸ÍÀÚ','wns','2009-01-04','achim@plusapple.com','','ÃʵîÇб³ ¶§ ±â¾ï¿¡ ³²´Â ¦²á À̸§Àº?','Áøº¸',2,'','F','20090104','','','','','','','','',200,'2010-11-02 18:17:10','220.94.103.154','2009-01-04 16:19:49','220.94.103.175','','','2009-01-04 16:19:49','',1,1,1,'2009-01-04','','','','','','','','','','','',''),(6,'artblue6847','*ADC0CC415BFB325AB78D4BCB8FCB12BFEDFD1495','ÃÖÇØ¿µ','ÃÖÇØ¿µ','2009-02-25','artblue6847@note.com','','ÀÚ½ÅÀÇ º¸¹° Á¦1È£´Â?','Á¶°­ÁÖ',2,'','F','19721201','','','','','','','','',1100,'2009-03-02 16:50:47','210.113.12.48','2009-02-25 11:59:53','210.113.12.48','','','2009-02-25 11:59:53','',1,0,0,'2009-02-25','','','','','','','','','','','',''),(7,'devilswink','*F0C8182F900C92EC4E2D09E6A071D121AD57578B','¼ÕűÔ','¼ÕűÔ','2009-04-08','goodtimeparty@hotmaill.com','','°¡Àå ¿©ÇàÇÏ°í ½ÍÀº ³ª¶ó´Â?','¹Ù´Ù»ý¹°',2,'','M','19670602','','','','','','','','',1000,'2009-04-09 16:10:12','59.12.191.237','2009-04-08 18:43:40','59.12.191.237','','','2009-04-08 18:43:40','',1,0,0,'2009-04-08','','','','','','','','','','','',''),(8,'bslee69','*5A1ADC768A0C3E0FFBF72DDBC6D533DA27F4FA15','À̹ü¼®','À̹ü¼®','2009-04-17','bslee@hcc.ac.kr','','³»°¡ ÁÁ¾ÆÇϴ ij¸¯ÅÍ´Â?','ÀüÈ­',2,'','M','19550825','','','','','','','','',1000,'2009-05-26 18:32:54','220.123.179.26','2009-04-17 09:35:00','220.123.179.26','','','2009-04-17 09:35:00','',1,1,1,'2009-04-17','','','','','','','','','','','',''),(9,'arcamus','*30B32719374CE968B6BAA535524EFBDDF8A48A77','¹ÚÁø¼÷','¹ÚÁø¼÷','2009-05-17','arcamuss@naver.com','','³»°¡ ÁÁ¾ÆÇϴ ij¸¯ÅÍ´Â?','¹ÌŰ',2,'','F','19691102','','','','','','','','',1000,'2009-11-28 11:04:58','121.176.69.180','2009-05-17 23:29:50','121.176.69.180','','','2009-05-17 23:29:50','',1,0,0,'2009-05-17','','','','','','','','','','','',''),(10,'raputa','*0A04DFCB67FE155D992654512EEF5DB5B4168F3D','°­¼öÁø','°­¼öÁø','2009-09-03','rqputa@korea.net','','ÀÚ½ÅÀÇ º¸¹° Á¦1È£´Â?','¾ö¸¶',2,'','F','19710515','','','','','','','','',1000,'2009-09-03 11:27:09','211.114.22.135','2009-09-03 11:27:09','211.114.22.135','','','2009-09-03 11:27:09','',1,1,1,'2009-09-03','','','','','','','','','','','',''),(11,'young1108','*391CD28B88A844DEAA502A25AF004C1175BED6FA','À̰濵','À̰濵','2010-01-23','lky1108@nate.com','','°¡Àå ¿©ÇàÇÏ°í ½ÍÀº ³ª¶ó´Â?','»êƼ¾Æ°í',2,'','F','20100205','','','','','','','','',1000,'2010-11-11 23:49:41','218.51.92.6','2010-01-23 16:41:07','125.177.117.166','','','2010-01-23 16:41:07','',1,1,0,'2010-01-23','','','','','','','','','','','',''),(20,'ydhplus','*3089D5CC14DC5ACE41A616A2DA5452781966A3F3','À̵¿ÈÆ','À̵¿ÈÆ','2010-11-02','ydhplus@naver.com','','ÀÚ½ÅÀÇ º¸¹° Á¦1È£´Â?','³ª',2,'','M','19651217','','','','','','','','',1000,'2010-11-02 18:35:10','220.94.103.154','2010-11-02 18:35:10','220.94.103.154','','','2010-11-02 18:35:10','',0,0,0,'2010-11-02','','','','','','','','','','','',''),(12,'smlee7216','*63AB311B3B4B1E041E3507B07461D891682DB6E1','À̼±¹Ì','À̼±¹Ì','2010-02-24','smlee7216@naver.com','','³»°¡ ÁÁ¾ÆÇϴ ij¸¯ÅÍ´Â?','¼ýÀÚ8°³',2,'','F','19690129','','','','','','','','',1000,'2010-11-22 16:57:16','211.219.66.62','2010-02-24 13:34:07','180.66.165.68','','','2010-02-24 13:34:07','',0,0,0,'2010-02-24','','','','','','','','','','','',''),(13,'zorokjh','*DDCEBC63BA4F201FB0CC93B27A5F41427FF57712','±èÁØÇü','±èÁØÇü','2010-03-01','zorokjh@naver.com','','¾Æ¹Ù¶óÄ«´Ùºê¶ó','NO PAINS NO GAINS',2,'','M','19661202','','','','','','','','',1000,'2010-03-13 10:27:03','220.94.103.154','2010-03-01 09:00:24','220.94.103.154','','','2010-03-01 09:00:24','',0,0,0,'2010-03-01','','','','','','','','','','','',''),(14,'kml1226','*2FC4E2E42A9DA822B7F8ACACB3F52E72A42391E9','±è¹Ì¿¬','±è¹Ì¿¬','2010-03-20','kimmilyun@korea.com','','ÀÚ½ÅÀÇ º¸¹° Á¦1È£´Â?','¾Æµé',2,'','F','19560710','','','','','','','','',1000,'2010-03-24 18:02:45','116.123.187.148','2010-03-20 15:52:18','116.123.187.148','','','2010-03-20 15:52:18','',1,1,0,'2010-03-20','','','','','','','','','','','',''),(15,'tw4114','*C929764598694D1EE3C7FC86C8E2D1F6BBC406A2','±è¹ÎÀÚ','±è¹ÎÀÚ','2010-03-30','tw4114@hanmir.com','','´Ù½Ã ž¸é µÇ°í ½ÍÀº °ÍÀº?','ºÎÀÚ',2,'','F','19650501','','','','','','','','',1000,'2010-03-30 14:46:22','203.132.164.67','2010-03-30 14:46:22','203.132.164.67','','','2010-03-30 14:46:22','',1,1,1,'2010-03-30','','','','','','','','','','','',''),(16,'jhs3950','*8DD615A7999C0FB7996F3003D4A0825EC2FBFD6A','ÀåÇå¼÷','ÀåÇå¼÷','2010-04-07','hs1001@kepco.co.kr','','ÀÚ½ÅÀÇ º¸¹° Á¦1È£´Â?','¿¹¸®',2,'','F','19671001','','','','','','','','',1000,'2010-11-09 09:49:37','210.109.153.32','2010-04-07 10:56:58','210.109.153.35','','','2010-04-07 10:56:58','',1,1,0,'2010-04-07','','','','','','','','','','','',''),(17,'okgi2','*9AC98E8BD687654A1EA284D0A2FC229401F9F79F','¹®¼ø¿Á','¹®¼ø¿Á','2010-04-12','ok2@kepco.co.kr','','¾î¸Ó´ÏÀÇ ¼ºÇÔÀº?','±è±Ý³à',2,'','F','19770429','','','','','','','','',1000,'2010-04-26 11:03:27','210.109.153.43','2010-04-12 13:02:18','210.109.153.40','','','2010-04-12 13:02:18','',1,1,1,'2010-04-12','','','','','','','','','','','',''),(18,'tryit','*7F2BE76B8B3811F71F7C092535C575938FCA7878','ÀÌÁø¼±','ÀÌÁø¼±','2010-04-13','jinseon78@nate.com','','ÀÚ½ÅÀÇ º¸¹° Á¦1È£´Â?','son1901',2,'','F','19780421','','','','','','','','',1000,'2010-04-30 16:06:23','210.109.153.46','2010-04-13 13:28:41','210.109.153.44','','','2010-04-13 13:28:41','',0,1,0,'2010-04-13','','','','','','','','','','','',''),(19,'munse59','*0557C601D0E93833396FE8AD03B917C69F6BEDBC','¹Ú¼ºÈñ','¹Ú¼ºÈñ','2010-04-28','kmagic59@naver.com','','¾î¸Ó´ÏÀÇ ¼ºÇÔÀº?','ÀÌÀ±µ¹',2,'','F','19590925','','','','','','','','',1000,'2010-04-28 14:50:50','210.109.153.40','2010-04-28 14:50:50','210.109.153.40','','','2010-04-28 14:50:50','',1,1,0,'2010-04-28','','','','','','','','','','','',''),(21,'256shs','*24CF00FCC4F6EB342B57BEF412B996F477D07707','Á¤Çý¼÷','Á¤Çý¼÷','2010-11-04','256shs@hanmail.com','','¼º½Ç','¼º½Ç',2,'','F','19500105','','','','','','','','',1000,'2010-11-04 08:22:53','123.109.58.183','2010-11-04 08:22:53','123.109.58.183','','','2010-11-04 08:22:53','',0,1,0,'2010-11-04','','','','','','','','','','','',''),(22,'gwater','*1952AE9302EA3509C479691566A2AB20CA71F7CF','À̺ÀÁÖ','À̺ÀÁÖ','2010-11-09','lbj@kigam.re.kr','','¾î¸Ó´ÏÀÇ ¼ºÇÔÀº?','À±Çʼø',2,'','M','19600426','','','','','','','','',1000,'2010-11-09 08:38:05','203.247.174.245','2010-11-09 08:38:05','203.247.174.245','','','2010-11-09 08:38:05','',1,1,1,'2010-11-09','','','','','','','','','','','',''); /*!40000 ALTER TABLE `g4_member` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_memo` -- DROP TABLE IF EXISTS `g4_memo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_memo` ( `me_id` int(11) NOT NULL default '0', `me_recv_mb_id` varchar(255) NOT NULL default '', `me_send_mb_id` varchar(255) NOT NULL default '', `me_send_datetime` datetime NOT NULL default '0000-00-00 00:00:00', `me_read_datetime` datetime NOT NULL default '0000-00-00 00:00:00', `me_memo` text NOT NULL, PRIMARY KEY (`me_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_memo` -- LOCK TABLES `g4_memo` WRITE; /*!40000 ALTER TABLE `g4_memo` DISABLE KEYS */; /*!40000 ALTER TABLE `g4_memo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_point` -- DROP TABLE IF EXISTS `g4_point`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_point` ( `po_id` int(11) NOT NULL auto_increment, `mb_id` varchar(20) NOT NULL default '', `po_datetime` datetime NOT NULL default '0000-00-00 00:00:00', `po_content` varchar(255) NOT NULL default '', `po_point` int(11) NOT NULL default '0', `po_rel_table` varchar(20) NOT NULL default '', `po_rel_id` varchar(20) NOT NULL default '', `po_rel_action` varchar(255) NOT NULL default '', PRIMARY KEY (`po_id`), KEY `index1` (`mb_id`,`po_rel_table`,`po_rel_id`,`po_rel_action`) ) ENGINE=MyISAM AUTO_INCREMENT=87 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_point` -- LOCK TABLES `g4_point` WRITE; /*!40000 ALTER TABLE `g4_point` DISABLE KEYS */; INSERT INTO `g4_point` VALUES (29,'admin','2009-01-18 00:00:12','2009-01-18 ù·Î±×ÀÎ',100,'@login','admin','2009-01-18'),(30,'admin','2009-01-19 10:34:58','2009-01-19 ù·Î±×ÀÎ',100,'@login','admin','2009-01-19'),(31,'admin','2009-01-20 10:08:27','2009-01-20 ù·Î±×ÀÎ',100,'@login','admin','2009-01-20'),(32,'admin','2009-01-21 09:38:42','2009-01-21 ù·Î±×ÀÎ',100,'@login','admin','2009-01-21'),(42,'pcsarang','2009-02-10 10:39:49','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','pcsarang','ȸ¿ø°¡ÀÔ'),(34,'admin','2009-01-22 01:48:10','2009-01-22 ù·Î±×ÀÎ',100,'@login','admin','2009-01-22'),(35,'admin','2009-01-28 12:28:09','2009-01-28 ù·Î±×ÀÎ',100,'@login','admin','2009-01-28'),(36,'admin','2009-01-29 11:41:46','2009-01-29 ù·Î±×ÀÎ',100,'@login','admin','2009-01-29'),(37,'admin','2009-02-04 12:44:07','2009-02-04 ù·Î±×ÀÎ',100,'@login','admin','2009-02-04'),(38,'admin','2009-02-05 15:02:03','2009-02-05 ù·Î±×ÀÎ',100,'@login','admin','2009-02-05'),(39,'hanb118','2009-02-05 15:05:10','2009-02-05 ù·Î±×ÀÎ',100,'@login','hanb118','2009-02-05'),(40,'admin','2009-02-07 12:42:51','2009-02-07 ù·Î±×ÀÎ',100,'@login','admin','2009-02-07'),(41,'admin','2009-02-10 10:08:40','2009-02-10 ù·Î±×ÀÎ',100,'@login','admin','2009-02-10'),(43,'admin','2009-02-11 18:50:56','2009-02-11 ù·Î±×ÀÎ',100,'@login','admin','2009-02-11'),(44,'admin','2009-02-14 10:46:29','2009-02-14 ù·Î±×ÀÎ',100,'@login','admin','2009-02-14'),(45,'admin','2009-02-16 10:38:33','2009-02-16 ù·Î±×ÀÎ',100,'@login','admin','2009-02-16'),(46,'admin','2009-02-17 10:13:44','2009-02-17 ù·Î±×ÀÎ',100,'@login','admin','2009-02-17'),(47,'admin','2009-02-20 11:16:20','2009-02-20 ù·Î±×ÀÎ',100,'@login','admin','2009-02-20'),(48,'admin','2009-02-23 16:38:51','2009-02-23 ù·Î±×ÀÎ',100,'@login','admin','2009-02-23'),(49,'admin','2009-02-24 10:28:04','2009-02-24 ù·Î±×ÀÎ',100,'@login','admin','2009-02-24'),(50,'admin','2009-02-25 10:24:58','2009-02-25 ù·Î±×ÀÎ',100,'@login','admin','2009-02-25'),(51,'artblue6847','2009-02-25 11:59:53','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','artblue6847','ȸ¿ø°¡ÀÔ'),(52,'admin','2009-02-26 10:33:25','2009-02-26 ù·Î±×ÀÎ',100,'@login','admin','2009-02-26'),(53,'admin','2009-02-27 10:24:11','2009-02-27 ù·Î±×ÀÎ',100,'@login','admin','2009-02-27'),(54,'hanb118','2009-02-27 10:25:58','2009-02-27 ù·Î±×ÀÎ',100,'@login','hanb118','2009-02-27'),(55,'admin','2009-03-01 09:32:50','2009-03-01 ù·Î±×ÀÎ',100,'@login','admin','2009-03-01'),(56,'admin','2009-03-02 10:45:16','2009-03-02 ù·Î±×ÀÎ',100,'@login','admin','2009-03-02'),(57,'artblue6847','2009-03-02 16:50:47','2009-03-02 ù·Î±×ÀÎ',100,'@login','artblue6847','2009-03-02'),(58,'admin','2009-03-03 10:14:47','2009-03-03 ù·Î±×ÀÎ',100,'@login','admin','2009-03-03'),(59,'admin','2009-03-04 09:20:44','2009-03-04 ù·Î±×ÀÎ',100,'@login','admin','2009-03-04'),(60,'admin','2009-03-05 10:07:55','2009-03-05 ù·Î±×ÀÎ',100,'@login','admin','2009-03-05'),(61,'admin','2009-03-06 16:26:24','2009-03-06 ù·Î±×ÀÎ',100,'@login','admin','2009-03-06'),(62,'admin','2009-03-09 09:36:09','2009-03-09 ù·Î±×ÀÎ',100,'@login','admin','2009-03-09'),(63,'admin','2009-03-10 09:23:50','2009-03-10 ù·Î±×ÀÎ',100,'@login','admin','2009-03-10'),(64,'admin','2009-03-11 10:21:13','2009-03-11 ù·Î±×ÀÎ',100,'@login','admin','2009-03-11'),(65,'admin','2009-03-12 10:54:25','2009-03-12 ù·Î±×ÀÎ',100,'@login','admin','2009-03-12'),(66,'admin','2009-03-16 12:21:11','2009-03-16 ù·Î±×ÀÎ',100,'@login','admin','2009-03-16'),(67,'admin','2009-03-17 09:40:28','2009-03-17 ù·Î±×ÀÎ',100,'@login','admin','2009-03-17'),(68,'admin','2009-03-18 09:40:45','2009-03-18 ù·Î±×ÀÎ',100,'@login','admin','2009-03-18'),(69,'admin','2009-03-20 10:11:57','2009-03-20 ù·Î±×ÀÎ',100,'@login','admin','2009-03-20'),(70,'admin','2009-03-21 10:05:19','2009-03-21 ù·Î±×ÀÎ',100,'@login','admin','2009-03-21'),(71,'devilswink','2009-04-08 18:43:40','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','devilswink','ȸ¿ø°¡ÀÔ'),(72,'bslee69','2009-04-17 09:35:00','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','bslee69','ȸ¿ø°¡ÀÔ'),(73,'arcamus','2009-05-17 23:29:50','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','arcamus','ȸ¿ø°¡ÀÔ'),(74,'raputa','2009-09-03 11:27:09','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','raputa','ȸ¿ø°¡ÀÔ'),(75,'young1108','2010-01-23 16:41:07','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','young1108','ȸ¿ø°¡ÀÔ'),(76,'smlee7216','2010-02-24 13:34:07','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','smlee7216','ȸ¿ø°¡ÀÔ'),(77,'zorokjh','2010-03-01 09:00:24','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','zorokjh','ȸ¿ø°¡ÀÔ'),(78,'kml1226','2010-03-20 15:52:18','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','kml1226','ȸ¿ø°¡ÀÔ'),(79,'tw4114','2010-03-30 14:46:22','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','tw4114','ȸ¿ø°¡ÀÔ'),(80,'jhs3950','2010-04-07 10:56:58','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','jhs3950','ȸ¿ø°¡ÀÔ'),(81,'okgi2','2010-04-12 13:02:18','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','okgi2','ȸ¿ø°¡ÀÔ'),(82,'tryit','2010-04-13 13:28:41','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','tryit','ȸ¿ø°¡ÀÔ'),(83,'munse59','2010-04-28 14:50:50','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','munse59','ȸ¿ø°¡ÀÔ'),(84,'ydhplus','2010-11-02 18:35:10','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','ydhplus','ȸ¿ø°¡ÀÔ'),(85,'256shs','2010-11-04 08:22:53','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','256shs','ȸ¿ø°¡ÀÔ'),(86,'gwater','2010-11-09 08:38:05','ȸ¿ø°¡ÀÔ ÃàÇÏ',1000,'@member','gwater','ȸ¿ø°¡ÀÔ'); /*!40000 ALTER TABLE `g4_point` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_poll` -- DROP TABLE IF EXISTS `g4_poll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_poll` ( `po_id` int(11) NOT NULL auto_increment, `po_subject` varchar(255) NOT NULL default '', `po_poll1` varchar(255) NOT NULL default '', `po_poll2` varchar(255) NOT NULL default '', `po_poll3` varchar(255) NOT NULL default '', `po_poll4` varchar(255) NOT NULL default '', `po_poll5` varchar(255) NOT NULL default '', `po_poll6` varchar(255) NOT NULL default '', `po_poll7` varchar(255) NOT NULL default '', `po_poll8` varchar(255) NOT NULL default '', `po_poll9` varchar(255) NOT NULL default '', `po_cnt1` int(11) NOT NULL default '0', `po_cnt2` int(11) NOT NULL default '0', `po_cnt3` int(11) NOT NULL default '0', `po_cnt4` int(11) NOT NULL default '0', `po_cnt5` int(11) NOT NULL default '0', `po_cnt6` int(11) NOT NULL default '0', `po_cnt7` int(11) NOT NULL default '0', `po_cnt8` int(11) NOT NULL default '0', `po_cnt9` int(11) NOT NULL default '0', `po_etc` varchar(255) NOT NULL default '', `po_level` tinyint(4) NOT NULL default '0', `po_point` int(11) NOT NULL default '0', `po_date` date NOT NULL default '0000-00-00', `po_ips` mediumtext NOT NULL, `mb_ids` text NOT NULL, PRIMARY KEY (`po_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_poll` -- LOCK TABLES `g4_poll` WRITE; /*!40000 ALTER TABLE `g4_poll` DISABLE KEYS */; /*!40000 ALTER TABLE `g4_poll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_poll_etc` -- DROP TABLE IF EXISTS `g4_poll_etc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_poll_etc` ( `pc_id` int(11) NOT NULL default '0', `po_id` int(11) NOT NULL default '0', `mb_id` varchar(255) NOT NULL default '', `pc_name` varchar(255) NOT NULL default '', `pc_idea` varchar(255) NOT NULL default '', `pc_datetime` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`pc_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_poll_etc` -- LOCK TABLES `g4_poll_etc` WRITE; /*!40000 ALTER TABLE `g4_poll_etc` DISABLE KEYS */; /*!40000 ALTER TABLE `g4_poll_etc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_popular` -- DROP TABLE IF EXISTS `g4_popular`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_popular` ( `pp_id` int(11) NOT NULL auto_increment, `pp_word` varchar(50) NOT NULL default '', `pp_date` date NOT NULL default '0000-00-00', `pp_ip` varchar(50) NOT NULL default '', PRIMARY KEY (`pp_id`), UNIQUE KEY `index1` (`pp_date`,`pp_word`,`pp_ip`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_popular` -- LOCK TABLES `g4_popular` WRITE; /*!40000 ALTER TABLE `g4_popular` DISABLE KEYS */; INSERT INTO `g4_popular` VALUES (1,'¹Ì½Ã¸¶','2010-08-13','115.22.5.187'); /*!40000 ALTER TABLE `g4_popular` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_scrap` -- DROP TABLE IF EXISTS `g4_scrap`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_scrap` ( `ms_id` int(11) NOT NULL auto_increment, `mb_id` varchar(255) NOT NULL default '', `bo_table` varchar(20) NOT NULL default '', `wr_id` varchar(15) NOT NULL default '', `ms_datetime` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`ms_id`), KEY `mb_id` (`mb_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_scrap` -- LOCK TABLES `g4_scrap` WRITE; /*!40000 ALTER TABLE `g4_scrap` DISABLE KEYS */; /*!40000 ALTER TABLE `g4_scrap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_token` -- DROP TABLE IF EXISTS `g4_token`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_token` ( `to_token` varchar(32) NOT NULL default '', `to_datetime` datetime NOT NULL default '0000-00-00 00:00:00', `to_ip` varchar(255) NOT NULL default '', PRIMARY KEY (`to_token`), KEY `to_datetime` (`to_datetime`), KEY `to_ip` (`to_ip`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_token` -- LOCK TABLES `g4_token` WRITE; /*!40000 ALTER TABLE `g4_token` DISABLE KEYS */; /*!40000 ALTER TABLE `g4_token` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_visit` -- DROP TABLE IF EXISTS `g4_visit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_visit` ( `vi_id` int(11) NOT NULL default '0', `vi_ip` varchar(255) NOT NULL default '', `vi_date` date NOT NULL default '0000-00-00', `vi_time` time NOT NULL default '00:00:00', `vi_referer` text NOT NULL, `vi_agent` varchar(255) NOT NULL default '', PRIMARY KEY (`vi_id`), UNIQUE KEY `index1` (`vi_ip`,`vi_date`), KEY `index2` (`vi_date`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_visit` -- LOCK TABLES `g4_visit` WRITE; /*!40000 ALTER TABLE `g4_visit` DISABLE KEYS */; INSERT INTO `g4_visit` VALUES (3843,'61.247.203.35','2009-09-22','03:03:39','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(3844,'110.12.49.197','2009-09-22','03:18:26','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3845,'221.149.161.5','2009-09-22','06:16:12','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(3846,'66.249.68.8','2009-09-22','08:31:04','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3847,'110.8.196.6','2009-09-22','09:25:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2)'),(3848,'211.199.171.9','2009-09-22','11:02:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(3849,'114.111.36.24','2009-09-22','11:51:16','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3850,'125.143.90.137','2009-09-22','14:32:21','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(3851,'116.43.23.22','2009-09-22','14:42:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(3852,'61.76.193.81','2009-09-22','16:33:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3853,'61.247.221.111','2009-09-22','16:59:46','','Mozilla/5.0 (compatible; Yeti/1.0; NHN Corp.; http://help.naver.com/robots/)'),(3854,'59.12.131.41','2009-09-22','18:46:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2)'),(3855,'211.250.180.250','2009-09-22','21:42:56','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(3856,'67.195.112.116','2009-09-23','02:47:04','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(3857,'61.247.203.35','2009-09-23','03:26:25','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(3858,'221.149.161.5','2009-09-23','04:57:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(3859,'66.249.68.8','2009-09-23','09:08:22','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3860,'125.188.200.4','2009-09-23','10:32:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2)'),(3861,'222.122.176.144','2009-09-23','11:12:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(3862,'114.111.36.24','2009-09-23','12:04:47','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3863,'119.201.130.200','2009-09-23','16:25:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3864,'61.247.221.111','2009-09-23','17:00:14','','Mozilla/5.0 (compatible; Yeti/1.0; NHN Corp.; http://help.naver.com/robots/)'),(3865,'121.254.193.230','2009-09-23','17:36:45','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(3866,'204.124.182.185','2009-09-23','19:27:07','http://www.plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.01'),(3867,'72.30.65.40','2009-09-23','19:51:47','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(3868,'121.190.139.132','2009-09-23','20:03:32','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; InfoPath.2)'),(3869,'115.22.5.26','2009-09-23','20:49:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(3870,'116.207.152.170','2009-09-23','21:25:28','http://www.google.cn/search?hl=zh-CN&newwindow=1&q=%22write.php%3Fbo_table%3Dnotice%22++++++++%22html+%22&start=150&sa=N','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; TencentTraveler ; CIBA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(3871,'211.250.180.250','2009-09-23','22:50:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(3872,'66.249.68.8','2009-09-24','01:50:34','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3873,'61.247.203.35','2009-09-24','03:22:09','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(3874,'221.149.161.5','2009-09-24','03:26:32','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(3875,'114.111.36.31','2009-09-24','05:03:40','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3876,'72.30.65.40','2009-09-24','05:38:00','http://plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(3877,'114.111.36.24','2009-09-24','11:50:37','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3878,'118.222.129.15','2009-09-24','13:51:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(3879,'116.43.23.22','2009-09-24','13:59:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(3880,'65.55.106.135','2009-09-24','14:13:05','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(3881,'221.140.8.242','2009-09-24','14:26:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(3882,'121.254.250.63','2009-09-24','14:32:14','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(3883,'89.149.254.73','2009-09-24','15:14:13','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(3884,'125.128.69.49','2009-09-24','16:46:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(3885,'61.247.221.111','2009-09-24','17:00:43','','Mozilla/5.0 (compatible; Yeti/1.0; NHN Corp.; http://help.naver.com/robots/)'),(3886,'125.177.187.4','2009-09-24','19:09:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(3887,'222.103.225.137','2009-09-24','21:48:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(3888,'211.204.244.250','2009-09-24','22:21:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; InfoPath.2; InfoPath.1)'),(3889,'211.250.180.250','2009-09-24','23:33:05','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(3890,'221.149.161.5','2009-09-25','01:11:44','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(3891,'61.247.203.35','2009-09-25','03:25:50','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(3892,'72.30.65.40','2009-09-25','07:31:00','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(3893,'61.247.221.81','2009-09-25','07:59:21','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3894,'59.17.0.13','2009-09-25','09:56:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(3895,'114.111.36.24','2009-09-25','11:11:17','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3896,'58.230.78.221','2009-09-25','11:33:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.1)'),(3897,'218.146.33.81','2009-09-25','15:52:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(3898,'121.181.104.67','2009-09-25','15:53:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://www.muuk.co.kr) ; InfoPath.2)'),(3899,'211.109.53.109','2009-09-25','16:29:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3900,'66.249.68.8','2009-09-25','17:56:59','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3901,'121.151.136.133','2009-09-25','19:19:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(3902,'66.249.67.82','2009-09-25','21:48:12','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3903,'114.207.250.248','2009-09-26','00:52:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(3904,'211.250.180.250','2009-09-26','01:13:01','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(3905,'66.249.67.82','2009-09-26','02:16:07','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3906,'61.247.203.35','2009-09-26','03:24:20','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(3907,'66.249.68.8','2009-09-26','03:43:56','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3908,'221.149.161.5','2009-09-26','06:49:58','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(3909,'61.247.221.86','2009-09-26','08:08:25','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3910,'114.111.36.31','2009-09-26','08:50:43','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3911,'118.45.108.82','2009-09-26','09:09:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3912,'114.111.36.24','2009-09-26','11:17:44','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3913,'203.128.200.123','2009-09-26','14:00:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(3914,'121.149.218.132','2009-09-26','14:03:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3915,'61.85.56.83','2009-09-26','14:07:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3916,'61.85.56.37','2009-09-26','16:27:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2)'),(3917,'121.165.49.32','2009-09-26','21:56:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; InfoPath.2)'),(3918,'66.249.68.8','2009-09-27','00:06:03','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3919,'66.249.67.82','2009-09-27','01:06:11','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3920,'211.250.180.250','2009-09-27','01:51:52','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(3921,'61.247.203.35','2009-09-27','03:33:58','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(3922,'221.149.161.5','2009-09-27','05:42:29','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(3923,'61.247.221.81','2009-09-27','07:41:14','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3924,'119.148.138.195','2009-09-27','10:27:57','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3925,'114.111.36.24','2009-09-27','11:10:38','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3926,'114.203.192.184','2009-09-27','11:34:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(3927,'203.247.149.126','2009-09-27','11:35:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3928,'210.99.25.34','2009-09-27','11:53:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3929,'218.37.75.189','2009-09-27','16:18:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(3930,'118.45.108.130','2009-09-27','17:58:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3931,'218.39.177.88','2009-09-27','21:04:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(3932,'124.49.204.73','2009-09-27','21:36:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(3933,'121.151.197.12','2009-09-27','21:37:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3934,'211.203.23.25','2009-09-27','22:05:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)'),(3935,'112.162.27.228','2009-09-27','22:47:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3936,'221.142.59.10','2009-09-27','23:57:17','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(3937,'66.249.68.8','2009-09-28','01:50:19','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3938,'61.247.203.35','2009-09-28','03:26:35','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(3939,'221.149.161.5','2009-09-28','04:42:29','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(3940,'64.246.165.10','2009-09-28','06:29:13','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(3941,'211.250.180.250','2009-09-28','07:46:36','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(3942,'118.41.184.98','2009-09-28','10:04:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; MS Extended PlugIn Ver 2.0.0.1; Windows NT 5.1; SV1; InfoPath.1)'),(3943,'118.41.184.100','2009-09-28','10:34:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; MS Extended PlugIn Ver 2.0.0.1; Windows NT 5.1; SV1; InfoPath.1)'),(3944,'222.104.122.122','2009-09-28','10:52:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(3945,'203.251.132.9','2009-09-28','11:00:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(3946,'116.125.142.132','2009-09-28','11:11:22','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(3947,'114.111.36.24','2009-09-28','11:22:12','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3948,'72.30.65.40','2009-09-28','12:34:10','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(3949,'125.241.208.34','2009-09-28','13:52:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/11031FAC-14AC036B5C5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(3950,'210.99.62.34','2009-09-28','13:55:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; AhnLab:APG=1^2062068213^22;; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3951,'121.162.28.186','2009-09-28','15:15:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729'),(3952,'58.237.5.166','2009-09-28','17:46:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6)'),(3953,'66.249.67.82','2009-09-28','20:04:53','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3954,'211.229.93.167','2009-09-28','22:19:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6)'),(3955,'58.78.186.4','2009-09-28','23:45:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322)'),(3956,'66.249.67.82','2009-09-29','00:28:49','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3957,'61.247.203.35','2009-09-29','03:22:58','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(3958,'221.149.161.5','2009-09-29','04:09:24','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(3959,'66.249.68.8','2009-09-29','04:22:08','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3960,'61.247.221.88','2009-09-29','09:13:14','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3961,'114.111.36.24','2009-09-29','11:29:43','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3962,'122.153.218.2','2009-09-29','11:57:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/F76410AC-14AC173D2C2)'),(3963,'58.79.165.33','2009-09-29','12:18:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(3964,'218.158.1.41','2009-09-29','14:20:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(3965,'114.200.64.200','2009-09-29','16:53:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(3966,'121.160.59.142','2009-09-29','17:10:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TCO_20090929170709; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)'),(3967,'211.250.180.250','2009-09-29','18:17:19','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(3968,'72.30.65.40','2009-09-29','19:32:20','http://plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(3969,'218.237.68.179','2009-09-29','21:02:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3970,'121.140.129.200','2009-09-29','22:40:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3971,'61.247.203.35','2009-09-30','03:25:20','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(3972,'66.249.68.8','2009-09-30','03:27:46','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3973,'221.149.161.5','2009-09-30','04:04:43','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(3974,'222.101.138.179','2009-09-30','08:39:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(3975,'220.149.53.95','2009-09-30','09:12:39','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; IPMS/5F3595DC-14AC2881DCD; InfoPath.2)'),(3976,'66.249.67.82','2009-09-30','09:23:23','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(3977,'211.202.66.28','2009-09-30','11:12:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(3978,'114.111.36.24','2009-09-30','11:24:16','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3979,'125.129.131.27','2009-09-30','13:22:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(3980,'221.151.253.244','2009-09-30','13:23:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727)'),(3981,'84.235.75.18','2009-09-30','15:09:35','http://www.plusapple.com/','Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 NokiaE51-2/201.34.38; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413'),(3982,'72.30.65.40','2009-09-30','20:00:42','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(3983,'118.34.151.100','2009-09-30','21:44:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506'),(3984,'204.124.182.185','2009-09-30','21:51:43','http://www.plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7','Mozilla/4.0 (compatible; MSIE 4.01; Digital AlphaServer 1000A 4/233; Windows NT; Powered By 64-Bit Alpha Processor)'),(3985,'211.252.150.134','2009-09-30','22:59:44','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(3986,'116.37.64.43','2009-10-01','00:28:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(3987,'114.111.36.31','2009-10-01','00:58:14','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3988,'61.247.203.35','2009-10-01','03:28:14','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(3989,'211.250.180.250','2009-10-01','03:34:09','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(3990,'221.149.161.5','2009-10-01','03:38:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(3991,'58.87.60.108','2009-10-01','07:03:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(3992,'61.247.221.90','2009-10-01','08:21:57','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3993,'72.30.65.40','2009-10-01','08:31:58','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(3994,'114.111.36.24','2009-10-01','11:29:19','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(3995,'116.125.142.171','2009-10-01','18:06:20','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(3996,'204.124.182.185','2009-10-01','22:39:35','http://www.plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; T312461)'),(3997,'58.68.26.150','2009-10-01','23:19:47','http://www.google.com.au/xhtml?site=search&safe=high&client=ms-optus-au&hl=en&q=www.plusapple.com&ct=result&oi=spell&sa=X&ei=d7nESsDtGo3u6wPp3fZE&cd=1&resnum=0','SonyEricssonW910i/R1FA Browser/NetFront/3.4 Profile/MIDP-2.1 Configuration/CLDC-1.1'),(3998,'65.55.106.111','2009-10-01','23:55:35','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(3999,'121.139.172.167','2009-10-02','00:11:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(4000,'66.249.67.82','2009-10-02','01:23:06','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4001,'204.124.182.185','2009-10-02','02:00:09','http://www.plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1'),(4002,'221.149.161.5','2009-10-02','02:29:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4003,'61.247.203.35','2009-10-02','03:26:32','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4004,'211.250.180.250','2009-10-02','03:58:48','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4005,'114.111.36.24','2009-10-02','11:10:58','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4006,'65.55.165.86','2009-10-02','15:57:40','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.30729; .NET CLR 3.5.30707; InfoPath.2)'),(4007,'66.249.68.8','2009-10-02','18:32:41','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4008,'121.134.146.54','2009-10-02','22:07:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2; InfoPath.1)'),(4009,'66.249.67.82','2009-10-03','00:02:43','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4010,'221.149.161.5','2009-10-03','02:15:00','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4011,'66.249.68.8','2009-10-03','02:22:04','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4012,'61.247.203.35','2009-10-03','03:26:00','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4013,'211.250.180.250','2009-10-03','04:35:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4014,'72.30.65.40','2009-10-03','04:53:46','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(4015,'61.247.221.86','2009-10-03','06:42:12','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4016,'114.111.36.24','2009-10-03','11:02:14','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4017,'66.249.67.82','2009-10-04','00:30:47','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4018,'66.249.68.8','2009-10-04','00:35:50','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4019,'221.149.161.5','2009-10-04','01:23:36','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4020,'114.111.36.32','2009-10-04','02:57:04','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4021,'61.247.203.35','2009-10-04','03:33:10','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4022,'211.250.180.250','2009-10-04','05:12:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4023,'114.111.36.24','2009-10-04','11:12:03','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4024,'204.124.182.185','2009-10-04','13:00:12','http://www.plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7','Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; Creative)'),(4025,'65.55.106.227','2009-10-04','18:49:49','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4026,'58.140.14.142','2009-10-04','19:57:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/8E0E8C3A-14AB74570A0)'),(4027,'69.58.178.31','2009-10-04','20:02:04','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12; ips-agent) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7'),(4028,'221.149.161.5','2009-10-05','01:26:48','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4029,'66.249.68.8','2009-10-05','01:54:01','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4030,'61.247.203.35','2009-10-05','03:29:41','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4031,'66.249.67.82','2009-10-05','05:35:49','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4032,'211.250.180.250','2009-10-05','06:20:21','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4033,'204.124.182.185','2009-10-05','06:53:49','http://www.plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Media Center PC'),(4034,'114.111.36.24','2009-10-05','10:57:08','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4035,'72.30.65.40','2009-10-05','13:54:07','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(4036,'115.137.211.140','2009-10-05','16:54:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/)'),(4037,'41.208.48.193','2009-10-05','18:16:36','http://www.plusapple.com/','SAMSUNG-SGH-U900/1.0 SHP/VPP/R5 NetFront/3.4 SMM-MMS/1.2.0 profile/MIDP-2.0 configuration/CLDC-1.1'),(4038,'116.33.176.169','2009-10-05','19:31:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.21'),(4039,'218.54.94.168','2009-10-05','22:59:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(4040,'74.125.16.2','2009-10-06','00:25:01','http://translate.googleusercontent.com/translate_c?hl=en&sl=ko&u=http://www.plusapple.com/&prev=/search%3Fq%3Dplusapple.com%26hl%3Den%26rls%3Dcom.microsoft:en-gb:IE-SearchBox%26rlz%3D1I7GGLL_en%26sa%3DX&rurl=translate.google.com&usg=ALkJrhjm0km1IeaC4rGTehMCS7Kx5qIOPw','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe) (via translate.google.com)'),(4041,'72.30.142.238','2009-10-06','01:00:30','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(4042,'221.149.161.5','2009-10-06','01:29:27','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4043,'65.55.105.76','2009-10-06','02:12:10','','msnbot/1.0 (+http://search.msn.com/msnbot.htm)'),(4044,'61.247.203.35','2009-10-06','03:27:46','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4045,'58.102.135.209','2009-10-06','09:09:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(4046,'211.61.5.151','2009-10-06','10:22:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(4047,'114.111.36.24','2009-10-06','11:13:32','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4048,'65.55.108.161','2009-10-06','12:45:13','','Mozilla/4.0'),(4049,'211.250.180.250','2009-10-06','13:35:37','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4050,'210.104.250.38','2009-10-06','15:47:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(4051,'115.20.17.138','2009-10-06','16:09:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)'),(4052,'220.95.223.29','2009-10-06','17:41:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(4053,'203.237.1.73','2009-10-06','21:10:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4054,'66.249.67.82','2009-10-06','23:02:35','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4055,'221.149.161.5','2009-10-07','01:39:06','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4056,'66.249.68.14','2009-10-07','02:39:54','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4057,'66.249.67.82','2009-10-07','03:01:11','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4058,'61.247.203.35','2009-10-07','03:27:21','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4059,'65.55.220.209','2009-10-07','10:16:00','','Mozilla/4.0'),(4060,'114.111.36.24','2009-10-07','11:15:04','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4061,'211.54.45.43','2009-10-07','13:48:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)'),(4062,'67.195.115.169','2009-10-07','14:48:38','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(4063,'121.254.250.64','2009-10-07','15:12:44','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4064,'114.111.36.30','2009-10-07','16:35:56','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4065,'74.125.16.2','2009-10-07','21:15:20','','Mozilla/5.0 (en-us) AppleWebKit/525.13 (KHTML, like Gecko; Google Wireless Transcoder) Version/3.1 Safari/525.13'),(4066,'64.246.165.170','2009-10-07','23:35:04','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(4067,'211.250.180.250','2009-10-07','23:39:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4068,'221.149.161.5','2009-10-08','02:01:48','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4069,'61.247.203.35','2009-10-08','03:25:44','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4070,'66.249.67.82','2009-10-08','04:05:30','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4071,'210.57.225.30','2009-10-08','06:17:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4072,'124.111.137.52','2009-10-08','09:58:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(4073,'66.249.68.14','2009-10-08','09:58:54','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4074,'114.111.36.24','2009-10-08','11:13:47','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4075,'222.108.85.126','2009-10-08','14:42:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4076,'121.130.200.50','2009-10-08','15:16:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)'),(4077,'210.178.101.18','2009-10-08','15:37:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(4078,'211.172.253.204','2009-10-08','16:40:01','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4079,'219.149.10.226','2009-10-08','18:16:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(4080,'211.250.180.250','2009-10-09','01:09:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4081,'221.149.161.5','2009-10-09','01:43:50','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4082,'72.30.81.179','2009-10-09','01:56:47','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(4083,'61.247.203.35','2009-10-09','03:27:24','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4084,'114.111.36.24','2009-10-09','11:00:33','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4085,'204.124.182.185','2009-10-09','11:28:53','http://www.plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)'),(4086,'61.38.247.241','2009-10-09','14:58:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4087,'66.249.67.82','2009-10-09','20:54:06','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4088,'66.249.68.14','2009-10-09','23:41:33','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4089,'66.249.67.82','2009-10-10','01:30:59','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4090,'221.149.161.5','2009-10-10','01:39:15','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4091,'66.249.68.14','2009-10-10','03:18:39','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4092,'61.247.203.35','2009-10-10','03:29:30','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4093,'211.250.180.250','2009-10-10','08:30:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4094,'114.111.36.24','2009-10-10','11:09:20','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4095,'121.162.52.194','2009-10-10','16:15:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4096,'210.106.7.128','2009-10-10','19:13:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4097,'121.136.10.173','2009-10-10','23:55:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4098,'72.30.81.179','2009-10-11','00:41:10','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(4099,'221.149.161.5','2009-10-11','01:53:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4100,'67.195.115.169','2009-10-11','03:12:18','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(4101,'61.247.203.35','2009-10-11','03:36:48','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4102,'65.55.207.47','2009-10-11','05:29:55','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4103,'58.226.215.166','2009-10-11','09:24:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4104,'114.111.36.24','2009-10-11','11:06:57','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4105,'66.249.67.82','2009-10-11','15:50:33','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4106,'66.249.68.14','2009-10-11','16:29:23','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4107,'125.186.169.25','2009-10-11','17:30:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)'),(4108,'66.249.68.14','2009-10-12','00:44:18','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4109,'66.249.67.82','2009-10-12','00:55:40','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4110,'221.149.161.5','2009-10-12','03:32:10','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4111,'61.247.203.35','2009-10-12','03:32:14','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4112,'65.55.207.48','2009-10-12','05:04:32','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4113,'211.250.180.250','2009-10-12','08:05:31','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4114,'114.111.36.24','2009-10-12','11:19:11','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4115,'210.178.101.26','2009-10-12','13:56:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4116,'210.106.14.109','2009-10-12','14:09:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4117,'121.170.98.113','2009-10-12','15:20:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4118,'119.200.112.105','2009-10-12','15:42:59','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4119,'58.149.210.28','2009-10-12','16:23:42','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4120,'116.33.94.161','2009-10-12','17:18:32','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618'),(4121,'121.254.250.64','2009-10-13','00:14:52','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4122,'121.134.135.103','2009-10-13','00:45:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4123,'61.247.203.35','2009-10-13','03:24:49','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4124,'221.149.161.5','2009-10-13','05:44:13','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4125,'72.30.81.179','2009-10-13','06:20:43','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(4126,'61.247.221.90','2009-10-13','07:47:39','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4127,'114.111.36.24','2009-10-13','11:12:44','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4128,'66.249.67.82','2009-10-13','12:07:29','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(4129,'121.162.28.186','2009-10-13','17:13:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)'),(4130,'195.88.33.109','2009-10-13','17:13:52','http://www.plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7','Mozilla/4.0 (compatible; MSIE 6.0; America Online Browser 1.1; rev1.2; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4131,'203.239.56.69','2009-10-13','17:21:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/109715AC-14AD3DC1DCD; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4132,'124.50.7.21','2009-10-13','18:28:58','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; GTB6)'),(4133,'114.204.35.194','2009-10-13','22:18:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4134,'195.88.33.109','2009-10-14','03:23:33','http://www.plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)'),(4135,'61.247.203.35','2009-10-14','03:27:19','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4136,'74.125.16.2','2009-10-14','04:18:17','','Mozilla/5.0 (en-us) AppleWebKit/525.13 (KHTML, like Gecko; Google Wireless Transcoder) Version/3.1 Safari/525.13'),(4137,'211.250.180.250','2009-10-14','04:56:42','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4138,'221.149.161.5','2009-10-14','06:20:48','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4139,'114.200.21.20','2009-10-14','12:00:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152;'),(4140,'220.94.103.154','2009-10-14','12:45:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4141,'221.142.59.10','2009-10-14','12:58:46','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4142,'218.232.120.85','2009-10-14','23:18:15','','PlantyNet_WebRobot_V1.9 dhkang@plantynet.com'),(4143,'61.247.203.35','2009-10-15','03:28:37','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4144,'195.88.33.109','2009-10-15','05:01:44','http://www.plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.3 (build 01218); .NET CLR 1.1.4322)'),(4145,'221.149.161.5','2009-10-15','08:34:44','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4146,'121.146.162.93','2009-10-15','10:59:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/)'),(4147,'125.188.7.5','2009-10-15','13:57:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4148,'218.232.120.80','2009-10-15','15:23:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4149,'112.144.167.47','2009-10-15','17:38:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4150,'58.79.24.57','2009-10-15','19:01:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1)'),(4151,'116.125.142.171','2009-10-15','19:42:19','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4152,'211.250.180.250','2009-10-16','01:58:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4153,'221.149.161.5','2009-10-16','02:52:53','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4154,'61.247.203.35','2009-10-16','03:13:33','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4155,'211.38.133.65','2009-10-16','13:01:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1; .NET CLR 1.1.4322)'),(4156,'125.129.131.26','2009-10-16','14:15:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(4157,'220.94.103.154','2009-10-16','15:46:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4158,'61.247.203.35','2009-10-17','03:11:20','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4159,'211.250.180.250','2009-10-17','04:05:49','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4160,'221.149.161.5','2009-10-17','04:58:41','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4161,'81.30.181.8','2009-10-17','16:59:23','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(4162,'58.239.93.170','2009-10-17','18:35:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(4163,'211.228.153.102','2009-10-17','23:23:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; AskTB5.5)'),(4164,'114.204.52.105','2009-10-17','23:40:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4165,'211.233.79.183','2009-10-18','00:16:49','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4166,'61.247.203.35','2009-10-18','03:17:55','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4167,'211.250.180.250','2009-10-18','04:08:28','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4168,'221.149.161.5','2009-10-18','05:10:52','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4169,'116.123.248.158','2009-10-18','09:12:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(4170,'64.246.165.160','2009-10-18','09:58:43','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(4171,'41.218.0.141','2009-10-19','00:21:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6)'),(4172,'61.247.203.35','2009-10-19','03:13:44','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4173,'221.149.161.5','2009-10-19','05:27:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4174,'211.250.180.250','2009-10-19','05:41:05','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4175,'211.114.22.104','2009-10-19','10:24:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; MS Extended PlugIn Ver 2.0.0.1; Windows NT 5.1; Trident/4.0; IPMS/0A0B0569-14ADBBA8E9E; TCO_20091019102140; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3'),(4176,'222.112.118.243','2009-10-19','17:19:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; Embedded Web Browser from: http://bsalsa.com/; InfoPath.1)'),(4177,'220.78.97.124','2009-10-19','21:56:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2)'),(4178,'211.187.194.102','2009-10-20','00:38:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(4179,'220.95.223.28','2009-10-20','02:01:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(4180,'61.247.203.35','2009-10-20','03:12:10','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4181,'81.30.219.119','2009-10-20','06:05:18','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Opera/7.60 (Windows NT 5.2; U) [en] (IBM EVV/3.0/EAK01AG9/LE)'),(4182,'221.149.161.5','2009-10-20','06:19:20','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4183,'211.250.180.250','2009-10-20','06:23:56','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4184,'220.73.54.208','2009-10-20','11:43:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(4185,'222.237.214.150','2009-10-20','12:31:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4186,'163.152.158.114','2009-10-20','15:29:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; IPMS/729E98A3-14ADD07B030; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4187,'74.52.245.146','2009-10-20','16:05:09','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(4188,'210.104.250.36','2009-10-20','16:36:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4189,'121.180.220.130','2009-10-20','17:58:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(4190,'221.164.250.196','2009-10-20','21:44:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)'),(4191,'118.219.21.208','2009-10-20','22:34:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322)'),(4192,'61.247.203.35','2009-10-21','03:13:48','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4193,'221.149.161.5','2009-10-21','05:31:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4194,'211.250.180.250','2009-10-21','07:43:33','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4195,'211.255.203.30','2009-10-21','09:25:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4196,'211.54.169.58','2009-10-21','12:36:26','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4197,'218.54.206.58','2009-10-21','17:24:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4198,'58.121.80.95','2009-10-21','18:11:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4199,'121.158.78.200','2009-10-21','22:30:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(4200,'218.37.9.190','2009-10-21','23:45:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4201,'64.229.144.240','2009-10-22','00:20:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4202,'61.247.203.35','2009-10-22','03:11:06','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4203,'221.149.161.5','2009-10-22','04:28:38','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4204,'211.250.180.250','2009-10-22','09:53:01','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4205,'210.103.201.29','2009-10-22','10:05:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; i-NavFourF; EmbeddedWB 14.52 http://www.Pandora.Tv EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4206,'115.20.83.166','2009-10-22','12:55:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 1.0.3705)'),(4207,'61.77.36.202','2009-10-22','14:35:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4208,'220.94.103.154','2009-10-22','18:38:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729'),(4209,'59.9.201.15','2009-10-22','20:06:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2)'),(4210,'94.41.86.90','2009-10-22','21:29:23','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MRA 4.6 (build 01425); MRSPUTNIK 1, 5, 0, 19 SW)'),(4211,'81.30.219.119','2009-10-22','22:45:28','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0'),(4212,'115.139.152.226','2009-10-22','23:00:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4213,'61.247.203.35','2009-10-23','03:15:47','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4214,'221.149.161.5','2009-10-23','04:01:53','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4215,'211.250.180.250','2009-10-23','10:45:56','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4216,'121.254.193.220','2009-10-23','16:47:02','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4217,'118.45.34.31','2009-10-23','20:04:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(4218,'220.95.223.29','2009-10-23','22:05:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(4219,'81.30.219.119','2009-10-24','01:53:45','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; .NET CLR 1.1.4322)'),(4220,'61.247.203.35','2009-10-24','03:26:24','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4221,'221.149.161.5','2009-10-24','04:15:48','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4222,'122.202.144.10','2009-10-24','09:58:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(4223,'211.250.180.250','2009-10-24','10:49:27','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4224,'221.141.219.142','2009-10-24','11:37:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(4225,'222.237.221.76','2009-10-24','14:30:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2)'),(4226,'61.247.203.35','2009-10-25','03:24:20','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4227,'195.88.33.109','2009-10-25','04:13:20','http://www.plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461)'),(4228,'221.149.161.5','2009-10-25','04:18:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4229,'61.102.91.183','2009-10-25','14:01:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4230,'211.250.180.250','2009-10-25','14:17:43','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4231,'119.64.58.49','2009-10-25','19:39:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.0.30618; .NET CLR 3.5.30729)'),(4232,'61.247.203.35','2009-10-26','03:19:41','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4233,'221.149.161.5','2009-10-26','05:11:27','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4234,'121.184.13.106','2009-10-26','09:56:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4235,'220.94.103.154','2009-10-26','12:20:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4236,'121.156.252.178','2009-10-26','12:24:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6)'),(4237,'210.103.83.29','2009-10-26','17:54:16','http://www.bing.com/search?srch=105&FORM=AS5&q=%ec%95%84%ec%b9%a8%eb%86%8d%ec%82%b0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(4238,'211.250.180.250','2009-10-26','18:31:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4239,'125.140.223.171','2009-10-26','22:58:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; i-NavFourF; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(4240,'61.247.203.35','2009-10-27','03:18:48','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4241,'221.149.161.5','2009-10-27','06:43:33','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4242,'211.210.107.30','2009-10-27','14:41:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/231DB411-14AE6343C1C; TCO_20091027085710)'),(4243,'220.94.103.154','2009-10-27','14:51:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4244,'122.32.199.75','2009-10-27','20:19:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4245,'61.73.193.143','2009-10-27','20:51:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4246,'211.250.180.250','2009-10-28','01:35:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4247,'61.247.203.35','2009-10-28','03:18:39','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4248,'77.79.181.184','2009-10-28','07:31:57','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(4249,'221.149.161.5','2009-10-28','08:20:43','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4250,'121.189.128.241','2009-10-28','10:26:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(4251,'211.189.15.38','2009-10-28','11:01:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4252,'115.89.235.186','2009-10-28','11:46:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(4253,'60.196.81.2','2009-10-28','16:46:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4254,'121.254.250.63','2009-10-28','17:08:01','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4255,'116.41.27.33','2009-10-28','17:41:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MAXTHON 2.0)'),(4256,'121.177.148.194','2009-10-28','17:46:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1)'),(4257,'221.142.59.10','2009-10-28','23:11:42','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4258,'64.246.165.10','2009-10-29','00:59:16','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(4259,'221.149.161.5','2009-10-29','01:52:57','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4260,'211.250.180.250','2009-10-29','02:12:42','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4261,'121.254.193.228','2009-10-29','02:49:53','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4262,'61.247.203.35','2009-10-29','03:18:28','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4263,'115.178.68.195','2009-10-29','11:48:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(4264,'125.241.118.162','2009-10-29','12:23:27','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/8F00A8C0-14AE8FEAD0D; InfoPath.2)'),(4265,'77.79.181.184','2009-10-29','12:55:05','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) NS8/0.9.6'),(4266,'112.222.219.58','2009-10-29','13:55:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2)'),(4267,'147.46.229.212','2009-10-29','15:23:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2; .NET CLR 2.0.50727)'),(4268,'211.189.15.38','2009-10-29','15:27:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4269,'221.150.182.62','2009-10-29','20:48:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .N'),(4270,'61.247.203.35','2009-10-30','03:16:58','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4271,'221.149.161.5','2009-10-30','04:08:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4272,'77.79.181.184','2009-10-30','11:02:17','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.01'),(4273,'220.89.226.36','2009-10-30','11:43:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4274,'203.241.147.16','2009-10-30','13:10:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(4275,'125.142.176.147','2009-10-30','15:59:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(4276,'125.129.131.41','2009-10-30','17:17:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(4277,'116.127.212.101','2009-10-30','19:56:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4278,'61.84.60.163','2009-10-30','21:54:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(4279,'110.47.175.68','2009-10-30','22:55:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4280,'77.79.181.184','2009-10-31','02:03:17','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; AMD64)'),(4281,'221.149.161.5','2009-10-31','06:23:41','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4282,'174.129.122.166','2009-10-31','18:21:22','','Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090926 Iceweasel/3.5.3 (Debian-3.5.3-1)'),(4283,'121.254.193.158','2009-10-31','18:22:48','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4284,'61.247.203.34','2009-10-31','18:41:12','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4285,'210.99.98.129','2009-10-31','19:41:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.1)'),(4286,'58.141.145.119','2009-10-31','23:48:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30; .NET CLR 3.'),(4287,'221.149.161.5','2009-11-01','00:13:31','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4288,'77.79.181.184','2009-11-01','02:06:01','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/0.91 Beta (Windows)'),(4289,'61.247.203.35','2009-11-01','03:46:36','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4290,'121.165.161.70','2009-11-01','13:06:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4291,'220.95.223.29','2009-11-01','15:06:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(4292,'210.90.39.2','2009-11-01','16:15:14','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4293,'220.70.188.41','2009-11-01','20:38:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Media Center PC 3.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4294,'218.39.141.34','2009-11-01','21:19:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 2.0.50727)'),(4295,'211.215.157.152','2009-11-01','22:39:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(4296,'121.155.171.144','2009-11-01','23:32:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2)'),(4297,'221.149.161.5','2009-11-02','02:16:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4298,'61.247.203.35','2009-11-02','03:26:37','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4299,'203.241.147.32','2009-11-02','07:58:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 2.0.50727)'),(4300,'94.41.98.198','2009-11-02','09:21:32','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(4301,'220.94.103.154','2009-11-02','09:28:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4302,'117.110.23.27','2009-11-02','09:41:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4303,'211.189.15.38','2009-11-02','15:49:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4304,'220.120.50.94','2009-11-02','16:07:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4305,'59.4.225.72','2009-11-02','17:13:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(4306,'110.12.38.183','2009-11-02','22:17:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4307,'210.90.39.2','2009-11-03','02:24:20','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4308,'221.149.161.5','2009-11-03','03:07:27','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4309,'61.247.203.35','2009-11-03','03:26:33','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4310,'94.41.98.198','2009-11-03','10:17:05','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4311,'218.145.190.6','2009-11-03','10:42:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4312,'121.143.108.201','2009-11-03','13:50:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(4313,'210.178.101.42','2009-11-03','15:53:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(4314,'221.149.161.5','2009-11-04','03:03:24','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4315,'61.247.203.35','2009-11-04','03:21:03','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4316,'121.178.192.68','2009-11-04','04:45:05','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(4317,'210.90.39.2','2009-11-04','09:04:00','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4318,'119.67.171.45','2009-11-04','17:00:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(4319,'220.83.149.176','2009-11-04','18:07:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4320,'61.253.159.2','2009-11-04','20:18:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(4321,'61.83.179.64','2009-11-04','21:52:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1)'),(4322,'69.58.178.30','2009-11-05','01:10:25','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3'),(4323,'221.149.161.5','2009-11-05','01:38:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4324,'61.247.203.35','2009-11-05','03:28:33','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4325,'211.219.106.104','2009-11-05','05:37:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727)'),(4326,'211.210.107.30','2009-11-05','10:39:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/231DB411-14AF2127212; TCO_20091105104006)'),(4327,'118.38.59.136','2009-11-05','11:21:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(4328,'59.12.83.25','2009-11-05','11:46:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4329,'210.90.39.2','2009-11-05','13:27:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4330,'121.186.39.26','2009-11-05','14:10:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(4331,'94.41.97.156','2009-11-05','14:23:38','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(4332,'112.153.206.61','2009-11-05','14:24:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4333,'203.244.218.6','2009-11-05','14:42:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; MS-RTC LM 8)'),(4334,'218.150.69.187','2009-11-05','17:40:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4335,'118.176.243.247','2009-11-05','18:01:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322)'),(4336,'121.88.119.166','2009-11-05','20:24:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2)'),(4337,'211.196.93.101','2009-11-05','21:12:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4338,'221.149.161.5','2009-11-06','01:33:04','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4339,'61.247.203.35','2009-11-06','03:33:14','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4340,'219.255.200.138','2009-11-06','09:42:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB5; chromeframe; .NET CLR 1.1.4322; InfoPath.1)'),(4341,'210.92.68.82','2009-11-06','10:59:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 1.0.3705; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4342,'58.230.158.11','2009-11-06','12:31:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; InfoPath.1)'),(4343,'77.79.172.170','2009-11-06','14:06:28','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Opera/9.00 (Windows NT 4.0; U; en)'),(4344,'210.90.39.2','2009-11-06','15:24:33','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4345,'125.137.19.140','2009-11-06','18:48:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(4346,'210.223.245.167','2009-11-06','22:27:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; AskTB5.5)'),(4347,'221.149.161.5','2009-11-07','01:55:36','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4348,'61.247.203.35','2009-11-07','03:28:20','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4349,'59.27.182.26','2009-11-07','10:03:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4350,'211.45.127.249','2009-11-07','10:54:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4351,'121.134.247.173','2009-11-07','13:04:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729)'),(4352,'77.79.172.170','2009-11-07','13:13:30','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.00'),(4353,'122.38.86.106','2009-11-07','15:48:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4354,'219.250.199.143','2009-11-07','16:13:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4355,'210.205.131.194','2009-11-07','16:35:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4356,'211.107.149.18','2009-11-07','17:17:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322)'),(4357,'64.246.165.160','2009-11-07','18:26:34','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(4358,'122.34.18.135','2009-11-07','18:29:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618'),(4359,'210.90.39.2','2009-11-07','19:24:05','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4360,'125.130.14.181','2009-11-07','19:29:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4361,'195.88.33.109','2009-11-07','23:25:09','http://www.plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.3 (build 01218); .NET CLR 1.1.4322)'),(4362,'221.149.161.5','2009-11-08','02:40:24','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4363,'61.247.203.35','2009-11-08','03:46:39','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4364,'116.45.219.2','2009-11-08','11:42:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(4365,'195.88.33.109','2009-11-08','11:45:51','http://www.plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7','Mozilla/3.0 (compatible; WebCapture 2.0; Auto; Windows)'),(4366,'114.29.33.73','2009-11-08','11:58:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(4367,'94.41.78.3','2009-11-08','15:39:01','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4368,'61.84.57.23','2009-11-08','21:16:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4369,'210.90.39.2','2009-11-08','21:36:03','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4370,'221.138.214.218','2009-11-08','21:37:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4371,'221.149.161.5','2009-11-09','02:29:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4372,'61.247.203.35','2009-11-09','03:34:55','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4373,'59.21.86.136','2009-11-09','08:20:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TCO_20091109081223; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(4374,'118.41.203.243','2009-11-09','08:57:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4375,'211.224.17.134','2009-11-09','11:20:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4376,'121.177.42.47','2009-11-09','11:27:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(4377,'220.75.32.187','2009-11-09','11:53:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(4378,'118.36.148.233','2009-11-09','12:24:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4379,'119.70.179.62','2009-11-09','12:53:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4380,'203.244.218.6','2009-11-09','13:55:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; MS-RTC LM 8)'),(4381,'220.94.103.154','2009-11-09','14:38:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4382,'110.14.137.150','2009-11-09','14:44:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30)'),(4383,'211.254.84.21','2009-11-09','16:50:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4384,'111.91.128.118','2009-11-09','20:54:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4385,'210.90.39.2','2009-11-10','00:20:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4386,'221.149.161.5','2009-11-10','03:21:57','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4387,'61.247.203.35','2009-11-10','03:32:53','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4388,'211.255.203.30','2009-11-10','08:23:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4389,'94.41.19.245','2009-11-10','09:57:10','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Opera/9.01 (Windows NT 5.1; U; en)'),(4390,'211.210.107.30','2009-11-10','10:48:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/231DB411-14AF8A5BB1B; TCO_20091110104234)'),(4391,'123.177.17.21','2009-11-10','12:18:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4392,'118.45.61.38','2009-11-10','13:18:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4393,'118.45.61.192','2009-11-10','13:22:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4394,'121.183.59.189','2009-11-10','13:23:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(4395,'211.194.235.31','2009-11-10','14:46:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4396,'121.165.226.207','2009-11-10','16:14:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Media Center PC 3.0; .NET CLR 1.0.3705; InfoPath.1)'),(4397,'59.21.214.136','2009-11-10','20:11:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1)'),(4398,'220.74.129.115','2009-11-10','20:19:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(4399,'121.254.250.63','2009-11-10','21:10:40','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4400,'203.175.56.118','2009-11-10','22:13:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; InfoPath.2)'),(4401,'61.247.203.35','2009-11-11','03:34:57','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4402,'221.149.161.5','2009-11-11','03:44:10','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4403,'210.90.39.2','2009-11-11','08:55:28','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4404,'94.41.13.34','2009-11-11','11:09:30','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)'),(4405,'203.245.184.108','2009-11-11','11:17:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; InfoPath.1)'),(4406,'123.213.196.190','2009-11-11','12:41:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(4407,'220.94.103.154','2009-11-11','13:38:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4408,'125.143.185.239','2009-11-11','20:01:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4409,'222.235.3.15','2009-11-11','22:29:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4410,'119.69.160.49','2009-11-11','22:43:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4411,'118.34.215.144','2009-11-12','00:09:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(4412,'221.149.161.5','2009-11-12','00:11:32','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4413,'61.247.203.35','2009-11-12','03:07:12','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4414,'211.197.5.69','2009-11-12','08:25:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4415,'121.145.220.189','2009-11-12','15:19:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2)'),(4416,'152.99.84.65','2009-11-12','17:26:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(4417,'121.162.117.130','2009-11-12','17:33:40','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; MS-RTC LM 8; InfoPath.2)'),(4418,'222.122.176.144','2009-11-12','19:32:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(4419,'125.185.130.133','2009-11-12','20:33:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4420,'116.34.133.16','2009-11-12','21:55:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4421,'221.149.161.5','2009-11-13','01:27:04','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4422,'61.247.203.35','2009-11-13','03:10:59','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4423,'210.90.39.2','2009-11-13','05:47:33','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4424,'220.78.28.103','2009-11-13','09:46:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)'),(4425,'218.53.152.182','2009-11-13','09:48:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.3'),(4426,'94.41.13.34','2009-11-13','10:39:59','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible- MSIE 6.0- Windows NT 5.1- SV1- .NET CLR 1.1.4322'),(4427,'222.114.147.166','2009-11-13','13:46:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(4428,'118.36.187.205','2009-11-13','16:55:46','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0)'),(4429,'174.129.64.55','2009-11-13','20:34:03','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(4430,'121.145.191.140','2009-11-13','20:48:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4431,'121.183.61.73','2009-11-13','23:56:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.30618; .NET CLR 3.5.30729)'),(4432,'203.90.51.45','2009-11-14','00:28:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(4433,'221.149.161.5','2009-11-14','01:59:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4434,'72.44.42.187','2009-11-14','02:07:49','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(4435,'61.247.203.35','2009-11-14','03:17:00','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4436,'210.90.39.2','2009-11-14','06:29:15','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4437,'59.24.16.175','2009-11-14','09:32:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(4438,'125.130.14.181','2009-11-14','21:50:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4439,'221.149.161.5','2009-11-15','03:09:28','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4440,'61.247.203.35','2009-11-15','03:20:25','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4441,'94.41.13.34','2009-11-15','03:36:14','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; Powermarks/3.5; Windows 95/98/2000/NT)'),(4442,'59.21.71.114','2009-11-15','11:24:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(4443,'210.90.39.2','2009-11-15','12:10:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4444,'59.24.16.175','2009-11-15','15:53:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(4445,'113.10.54.34','2009-11-15','17:06:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; Embedded Web Browser from: http://bsalsa.com/; SLCC1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(4446,'61.247.203.35','2009-11-16','03:15:38','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4447,'221.149.161.5','2009-11-16','04:26:18','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4448,'220.94.103.154','2009-11-16','09:27:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(4449,'188.92.72.162','2009-11-16','11:01:50','http://plusapple.com/www/bbs/board.php?bo_table=notice','Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) Opera 6.01 [en]'),(4450,'125.129.172.4','2009-11-16','11:34:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/642FF10A-14B00A4C8A8; TCO_20091116112806; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.6'),(4451,'115.93.175.138','2009-11-16','11:41:49','http://plusapple.com/www/swf/submenu2.swf','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/642FF10A-14B00A4C8A8; TCO_20091116112806; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.6'),(4452,'210.90.39.2','2009-11-16','13:05:41','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4453,'121.146.50.79','2009-11-16','15:00:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; InfoPath.2)'),(4454,'121.162.117.130','2009-11-16','17:11:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(4455,'125.137.16.140','2009-11-16','21:14:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(4456,'75.101.205.169','2009-11-17','02:47:56','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(4457,'61.247.203.35','2009-11-17','03:16:41','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4458,'94.41.30.134','2009-11-17','04:04:36','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Opera/7.60 (Windows NT 5.2; U) [en] (IBM EVV/3.0/EAK01AG9/LE)'),(4459,'221.149.161.5','2009-11-17','05:14:15','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4460,'210.109.153.35','2009-11-17','10:45:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(4461,'221.144.237.160','2009-11-17','14:47:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4462,'221.142.59.10','2009-11-17','15:29:32','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4463,'216.145.14.142','2009-11-17','22:30:41','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(4464,'75.101.179.145','2009-11-18','00:09:41','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(4465,'210.90.39.2','2009-11-18','02:31:01','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4466,'61.247.203.35','2009-11-18','03:17:07','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4467,'94.41.74.75','2009-11-18','04:01:19','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Opera/9.00 (Windows NT 5.1; U; en)'),(4468,'221.149.161.5','2009-11-18','05:39:21','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4469,'121.151.247.196','2009-11-18','09:04:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(4470,'211.243.242.125','2009-11-18','10:19:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4471,'121.176.69.180','2009-11-18','11:19:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4472,'203.233.124.34','2009-11-18','11:23:14','','Java/1.4.2_05'),(4473,'222.231.50.228','2009-11-18','11:24:46','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4474,'211.189.15.38','2009-11-18','14:11:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4475,'218.50.128.107','2009-11-18','21:31:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(4476,'61.247.203.35','2009-11-19','03:20:02','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4477,'221.149.161.5','2009-11-19','06:00:34','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4478,'210.90.39.2','2009-11-19','09:22:36','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4479,'220.95.223.29','2009-11-19','10:06:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(4480,'115.137.162.204','2009-11-19','13:46:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(4481,'61.247.203.34','2009-11-19','14:11:04','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4482,'125.129.131.40','2009-11-19','18:26:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(4483,'218.38.49.170','2009-11-19','18:50:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322)'),(4484,'221.139.164.230','2009-11-19','19:18:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(4485,'174.129.65.192','2009-11-19','19:21:38','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(4486,'121.254.250.63','2009-11-19','19:24:24','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4487,'211.233.79.180','2009-11-20','00:23:34','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4488,'61.247.203.35','2009-11-20','04:19:56','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4489,'221.149.161.5','2009-11-20','05:52:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4490,'210.90.39.2','2009-11-20','09:40:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4491,'112.169.47.72','2009-11-20','09:52:10','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4492,'116.38.148.209','2009-11-20','18:45:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(4493,'125.137.16.140','2009-11-20','21:16:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(4494,'61.247.203.35','2009-11-21','03:19:57','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4495,'221.149.161.5','2009-11-21','04:57:13','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4496,'218.235.217.46','2009-11-21','12:17:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; InfoPath.1)'),(4497,'210.90.39.2','2009-11-21','16:43:28','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4498,'211.206.20.175','2009-11-22','00:21:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(4499,'222.111.112.241','2009-11-22','00:42:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(4500,'121.254.250.64','2009-11-22','00:48:26','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4501,'77.79.177.105','2009-11-22','02:45:03','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; AOL 9.0; Windows NT 5.1)'),(4502,'61.247.203.35','2009-11-22','03:16:03','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4503,'221.149.161.5','2009-11-22','04:16:34','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4504,'115.161.68.161','2009-11-22','10:06:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4505,'124.50.7.21','2009-11-22','13:47:02','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; GTB6)'),(4506,'61.76.142.7','2009-11-22','16:05:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; AskTB5.5)'),(4507,'211.210.65.3','2009-11-22','17:31:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4508,'116.122.66.156','2009-11-22','19:13:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4509,'118.217.101.140','2009-11-22','19:55:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(4510,'210.90.39.2','2009-11-22','19:56:13','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4511,'125.143.73.207','2009-11-22','20:42:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(4512,'218.54.94.155','2009-11-23','01:55:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(4513,'221.161.222.115','2009-11-23','02:00:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(4514,'61.247.203.35','2009-11-23','03:11:42','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4515,'221.149.161.5','2009-11-23','04:08:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4516,'77.79.177.105','2009-11-23','05:21:59','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; AMD64)'),(4517,'121.141.79.219','2009-11-23','16:00:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4518,'210.90.39.2','2009-11-23','22:50:49','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4519,'61.247.203.35','2009-11-24','03:11:42','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4520,'125.128.70.4','2009-11-24','03:12:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.21'),(4521,'221.149.161.5','2009-11-24','04:43:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4522,'124.50.118.182','2009-11-24','13:19:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(4523,'61.247.203.35','2009-11-25','03:12:11','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4524,'221.149.161.5','2009-11-25','05:35:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4525,'121.176.69.180','2009-11-25','08:07:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4526,'222.231.50.175','2009-11-25','08:49:50','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4527,'218.38.148.193','2009-11-25','09:18:07','http://plusapple.com/','Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0'),(4528,'210.90.39.2','2009-11-25','09:24:10','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4529,'121.254.193.211','2009-11-25','14:24:11','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4530,'58.141.193.87','2009-11-25','15:11:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2)'),(4531,'211.245.41.43','2009-11-25','15:42:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4532,'123.214.106.133','2009-11-25','19:40:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4533,'210.97.192.106','2009-11-25','21:03:18','http://plusapple.com/','pirs'),(4534,'210.97.192.100','2009-11-25','21:03:53','http://plusapple.com/www/index.php','pirs'),(4535,'210.97.192.109','2009-11-25','21:04:03','http://plusapple.com/www/index.php','pirs'),(4536,'210.97.192.108','2009-11-25','21:04:13','http://plusapple.com/www/index.php','pirs'),(4537,'210.97.192.105','2009-11-25','21:04:18','http://plusapple.com/www/index.php','pirs'),(4538,'210.97.192.107','2009-11-25','21:04:29','http://plusapple.com/www/index.php','pirs'),(4539,'210.97.192.102','2009-11-25','21:05:08','http://plusapple.com/www/index.php','pirs'),(4540,'210.97.192.101','2009-11-25','21:06:24','http://plusapple.com/www/index.php','pirs'),(4541,'210.97.192.103','2009-11-25','21:06:34','http://plusapple.com/www/index.php','pirs'),(4542,'210.97.192.104','2009-11-25','21:06:54','http://plusapple.com/www/index.php','pirs'),(4543,'61.247.203.35','2009-11-26','03:03:40','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4544,'221.149.161.5','2009-11-26','06:43:33','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4545,'220.95.223.28','2009-11-26','12:13:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(4546,'210.90.39.10','2009-11-26','16:12:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4547,'118.32.95.232','2009-11-26','16:51:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; .NET CLR 2.0.50727; InfoPath.2)'),(4548,'94.41.27.184','2009-11-26','23:42:03','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.1.4322; PeoplePal 6.2)'),(4549,'61.72.113.114','2009-11-27','01:49:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4550,'61.247.203.35','2009-11-27','03:06:11','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4551,'221.149.161.5','2009-11-27','08:51:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4552,'121.254.250.64','2009-11-27','11:00:55','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4553,'115.86.133.115','2009-11-27','11:55:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(4554,'59.2.189.2','2009-11-27','15:06:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4555,'116.32.40.30','2009-11-27','15:21:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.30618; .NET CLR 3.5.30729)'),(4556,'94.181.233.248','2009-11-27','18:17:41','http://www.plusapple.com/','Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.2.15 Version/10.00'),(4557,'64.246.187.42','2009-11-27','23:09:43','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(4558,'94.41.27.184','2009-11-28','02:27:15','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; x64; SV1; .NET CLR 2.0.50727)'),(4559,'221.149.161.5','2009-11-28','02:49:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4560,'61.247.203.35','2009-11-28','03:06:01','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4561,'210.90.39.10','2009-11-28','06:11:01','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4562,'121.176.69.180','2009-11-28','11:04:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4563,'220.94.103.154','2009-11-28','13:58:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4564,'222.112.152.179','2009-11-28','17:39:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(4565,'61.247.203.35','2009-11-29','03:07:13','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4566,'221.149.161.5','2009-11-29','05:43:31','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4567,'210.90.39.10','2009-11-29','12:15:43','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4568,'211.222.175.111','2009-11-29','17:37:24','http://www.plusapple.com','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4569,'125.186.107.109','2009-11-30','01:24:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(4570,'61.247.203.35','2009-11-30','03:05:00','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4571,'119.67.135.15','2009-11-30','03:16:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(4572,'221.149.161.5','2009-11-30','08:54:27','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4573,'59.25.150.112','2009-11-30','11:32:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4574,'218.54.119.68','2009-11-30','15:09:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(4575,'210.216.208.197','2009-11-30','15:12:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; i-NavFourF; .NET CLR 1.1.4322)'),(4576,'220.94.103.154','2009-11-30','15:42:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4577,'222.99.104.98','2009-11-30','17:50:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.4; OfficeLi'),(4578,'125.185.151.184','2009-11-30','18:20:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TCO_20090701105133; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(4579,'58.140.12.111','2009-11-30','20:36:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4580,'118.32.33.161','2009-12-01','00:49:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4581,'210.90.39.10','2009-12-01','02:20:14','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4582,'221.149.161.5','2009-12-01','02:43:46','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4583,'61.247.203.35','2009-12-01','03:05:02','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4584,'221.142.59.10','2009-12-01','11:11:30','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4585,'211.181.198.249','2009-12-01','14:03:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; .NET CLR 1.1.4322)'),(4586,'118.130.177.203','2009-12-01','14:38:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322)'),(4587,'59.151.244.26','2009-12-01','17:40:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; .NET CLR 1.1.4322; InfoPath.2)'),(4588,'116.40.235.73','2009-12-01','20:06:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(4589,'220.94.103.154','2009-12-01','20:09:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4590,'121.254.193.201','2009-12-02','01:05:46','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4591,'61.247.203.35','2009-12-02','03:04:47','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4592,'221.149.161.5','2009-12-02','05:04:40','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4593,'188.50.96.33','2009-12-02','05:50:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GoogleT5; (R1 1.6); SLCC1; .NET CLR 2.0.50727; Media Center PC 5.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4594,'210.90.39.10','2009-12-02','08:54:54','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4595,'125.136.117.43','2009-12-02','12:51:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4596,'59.4.45.253','2009-12-02','14:05:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322)'),(4597,'211.229.145.44','2009-12-02','16:48:49','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; IPMS/02831DAC-14B160466C6; TCO_20091202164146; .NET CLR 1.1.4322)'),(4598,'124.49.244.102','2009-12-02','17:06:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(4599,'222.103.53.30','2009-12-02','18:20:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.2)'),(4600,'61.83.179.64','2009-12-02','19:50:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1)'),(4601,'121.176.69.180','2009-12-02','20:00:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4602,'221.153.19.79','2009-12-02','21:19:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(4603,'121.165.181.172','2009-12-02','22:19:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4604,'81.30.186.90','2009-12-03','01:31:56','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 5.01; Windows 95; MSIECrawler)'),(4605,'61.247.203.35','2009-12-03','03:07:24','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4606,'221.149.161.5','2009-12-03','06:05:38','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4607,'116.125.142.138','2009-12-03','07:19:54','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4608,'115.93.104.43','2009-12-03','10:21:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(4609,'221.142.59.10','2009-12-03','11:55:04','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4610,'220.83.122.166','2009-12-03','13:37:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.2)'),(4611,'220.94.103.154','2009-12-03','13:47:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4612,'210.90.39.10','2009-12-03','14:03:31','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4613,'122.203.199.195','2009-12-03','14:34:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/17321FAC-14B174473C3)'),(4614,'210.204.162.252','2009-12-03','16:55:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4615,'121.135.146.35','2009-12-03','17:06:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4616,'123.177.17.22','2009-12-03','17:11:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TheWorld)'),(4617,'77.79.152.18','2009-12-04','02:16:38','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/3.0 (x86 [en] Windows NT 5.1; Sun)'),(4618,'61.247.203.35','2009-12-04','03:06:26','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4619,'221.149.161.5','2009-12-04','06:56:23','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4620,'220.95.223.29','2009-12-04','18:47:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(4621,'210.90.39.10','2009-12-05','01:01:58','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4622,'61.247.203.35','2009-12-05','03:06:54','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4623,'221.149.161.5','2009-12-05','07:41:05','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4624,'221.149.161.5','2009-12-06','00:28:44','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4625,'61.247.203.35','2009-12-06','03:12:11','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4626,'119.71.246.189','2009-12-06','04:25:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4627,'124.80.122.20','2009-12-06','13:33:21','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(4628,'121.254.193.201','2009-12-06','13:38:34','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4629,'210.90.39.10','2009-12-06','13:59:26','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4630,'112.151.195.226','2009-12-06','16:43:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)'),(4631,'219.255.153.195','2009-12-06','22:20:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)'),(4632,'221.149.161.5','2009-12-07','01:57:42','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4633,'61.247.203.35','2009-12-07','03:05:54','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4634,'220.94.103.154','2009-12-07','12:30:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4635,'121.155.120.52','2009-12-07','13:59:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(4636,'121.180.205.66','2009-12-07','14:46:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4637,'121.129.143.32','2009-12-07','17:49:11','http://web.search.naver.com/search.naver?where=site&sm=tab_pge&query=%BB%E7%B0%FA&start=271&ctgids=&display=10&sort=1&cz=0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4638,'213.180.209.251','2009-12-07','21:10:15','','Yandex/1.01.001 (compatible; Win16; I)'),(4639,'58.236.170.20','2009-12-07','21:31:41','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.2)'),(4640,'210.90.39.10','2009-12-08','01:39:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4641,'211.115.116.117','2009-12-08','02:26:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)'),(4642,'221.149.161.5','2009-12-08','02:42:44','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4643,'61.247.203.35','2009-12-08','03:06:48','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4644,'117.53.97.75','2009-12-08','03:18:45','http://search.empas.com','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(4645,'211.113.65.141','2009-12-08','04:25:23','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BESAGENT; InfoPath.2; BESAGENT; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4646,'77.88.51.29','2009-12-08','05:14:41','','Yandex/1.01.001 (compatible; Win16; H)'),(4647,'64.246.165.180','2009-12-08','06:28:01','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(4648,'220.93.224.31','2009-12-08','12:44:41','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&x=27&y=25','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; Embedded Web Browser from: http://bsalsa.com/; InfoPath.1)'),(4649,'121.182.235.109','2009-12-08','16:03:37','http://www.gba.go.kr/farmer/02.htm?mv_data=c3RhcnRQYWdlPTQ1JmNvZGU9Z2JhaG9tZSZ0YWJsZT1jc19iYnNfZGF0YSZzZWFyY2hfaXRlbT0mc2VhcmNoX29yZGVyPSZvcmRlcl9saXN0PSZsaXN0X3NjYWxlPQ==||','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4650,'218.38.204.13','2009-12-08','19:56:59','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%C3%BB%BC%DB%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(4651,'116.124.251.204','2009-12-08','23:16:19','','Jakarta Commons-HttpClient/3.1'),(4652,'75.101.203.133','2009-12-09','02:57:15','','Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile/1A543a Safari/419.3'),(4653,'61.247.203.35','2009-12-09','03:05:08','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4654,'117.53.97.75','2009-12-09','03:28:32','http://search.empas.com','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(4655,'221.149.161.5','2009-12-09','03:49:46','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4656,'210.90.39.10','2009-12-09','08:11:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4657,'220.149.53.93','2009-12-09','09:42:13','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/5D3595DC-14B1EB576C6; .NET CLR 1.1.4322)'),(4658,'121.129.143.32','2009-12-09','10:15:37','http://web.search.naver.com/search.naver?where=site&sm=tab_pge&query=%BB%E7%B0%FA&start=271&ctgids=&display=10&sort=1&cz=0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4659,'203.230.174.130','2009-12-09','10:18:17','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%BF%A1+%BB%E7%B0%FA&sm=top_hty&fbm=1&x=22&y=20','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4660,'122.153.27.130','2009-12-09','13:08:17','http://map.naver.com/local/company_view.nhn?code=11610233','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/930A10AC-14B1F2118C8; InfoPath.2)'),(4661,'210.222.253.211','2009-12-09','21:12:26','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&nil_id=tot&stype=tot&q=%B9%CC%BD%C3%B8%B6','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4662,'76.73.37.234','2009-12-10','03:30:21','','Mozilla/5.0 (compatible;+ParchBot/1.0;++http://www.parchmenthill.com/search.htm)'),(4663,'117.53.97.75','2009-12-10','03:33:35','http://search.empas.com','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(4664,'221.149.161.5','2009-12-10','04:24:22','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4665,'211.113.50.71','2009-12-10','07:17:57','','Mozilla/4.0 (compatible; MSIE 6.0.2800; Windows NT 5.1)'),(4666,'61.247.203.35','2009-12-10','08:08:29','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4667,'210.92.109.135','2009-12-10','13:58:29','http://web.search.naver.com/search.naver?where=site&sm=tab_pge&query=%C3%BB%BC%DB%BB%E7%B0%FA&start=31&ctgids=&display=10&sort=1&cz=0','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4668,'220.94.103.154','2009-12-10','14:48:27','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4669,'221.142.59.10','2009-12-10','15:01:22','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4670,'218.146.11.191','2009-12-10','15:16:55','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(4671,'203.232.52.42','2009-12-10','15:22:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(4672,'210.90.39.10','2009-12-11','02:11:03','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4673,'61.247.203.35','2009-12-11','03:32:24','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4674,'221.149.161.5','2009-12-11','06:01:42','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4675,'220.94.103.154','2009-12-11','10:17:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4676,'74.52.245.146','2009-12-11','10:26:29','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(4677,'61.247.203.35','2009-12-12','03:37:48','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4678,'221.149.161.5','2009-12-12','07:17:31','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4679,'210.90.39.10','2009-12-12','10:27:08','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4680,'222.122.176.144','2009-12-12','10:44:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; .NET CLR 1.1.4322)'),(4681,'110.35.222.161','2009-12-12','12:12:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4682,'116.125.142.169','2009-12-12','13:25:44','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4683,'119.197.120.6','2009-12-12','15:49:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4684,'67.202.56.215','2009-12-12','22:15:51','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(4685,'61.247.203.35','2009-12-13','03:49:14','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4686,'221.149.161.5','2009-12-13','07:09:12','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4687,'69.58.178.32','2009-12-13','12:14:15','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3'),(4688,'59.24.222.209','2009-12-13','17:10:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(4689,'210.90.39.10','2009-12-13','17:41:32','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4690,'116.34.179.93','2009-12-13','23:31:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; AskTB5.5)'),(4691,'218.147.50.26','2009-12-14','00:38:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; MS-RTC LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(4692,'61.247.203.35','2009-12-14','03:34:52','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4693,'221.149.161.5','2009-12-14','07:02:31','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4694,'211.207.25.249','2009-12-14','14:08:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2)'),(4695,'220.94.103.154','2009-12-14','14:25:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4696,'210.90.39.10','2009-12-14','18:18:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4697,'221.142.59.10','2009-12-15','00:18:06','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4698,'61.247.203.35','2009-12-15','03:34:58','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4699,'221.149.161.5','2009-12-15','07:37:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4700,'218.51.51.50','2009-12-15','08:44:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4701,'180.65.243.74','2009-12-15','12:08:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4702,'211.224.27.169','2009-12-15','12:54:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4703,'211.221.92.148','2009-12-15','13:31:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30618; .NET CLR 1.1.4322; .NET CLR 3.5.30729)'),(4704,'188.201.159.241','2009-12-15','19:00:07','http://www.plusapple.com/','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; nl-nl) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10'),(4705,'221.149.161.5','2009-12-16','00:06:00','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4706,'121.254.250.63','2009-12-16','01:38:21','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4707,'61.247.203.35','2009-12-16','03:34:17','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4708,'94.41.78.202','2009-12-16','05:24:05','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; 240x320)'),(4709,'210.90.39.10','2009-12-16','08:07:44','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4710,'220.94.103.154','2009-12-16','13:48:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4711,'221.149.161.5','2009-12-17','00:53:57','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4712,'61.247.203.35','2009-12-17','03:34:12','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4713,'211.40.154.14','2009-12-17','16:06:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; FunWebProducts; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.1; .NET C'),(4714,'203.247.214.106','2009-12-17','19:09:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4715,'218.50.19.139','2009-12-17','21:10:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(4716,'121.254.250.64','2009-12-17','21:34:12','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4717,'210.90.39.10','2009-12-18','00:32:23','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4718,'221.149.161.5','2009-12-18','02:22:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4719,'61.247.203.35','2009-12-18','03:33:59','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4720,'216.145.17.190','2009-12-18','07:23:44','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(4721,'122.47.115.145','2009-12-18','09:21:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(4722,'218.152.175.160','2009-12-18','11:16:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTB5.5)'),(4723,'221.153.119.150','2009-12-18','18:40:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4724,'61.247.203.35','2009-12-19','03:23:00','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4725,'221.149.161.5','2009-12-19','04:53:53','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4726,'210.90.39.10','2009-12-19','06:14:50','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4727,'188.92.72.162','2009-12-19','13:31:02','http://plusapple.com/www/bbs/board.php?bo_table=notice','Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)'),(4728,'115.137.248.112','2009-12-19','15:20:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(4729,'119.202.101.135','2009-12-19','21:10:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727)'),(4730,'61.247.203.35','2009-12-20','03:35:31','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4731,'220.95.223.29','2009-12-20','05:58:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(4732,'221.149.161.5','2009-12-20','08:00:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4733,'210.90.39.10','2009-12-20','13:02:00','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4734,'124.53.101.12','2009-12-21','00:54:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2)'),(4735,'221.149.161.5','2009-12-21','01:50:51','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4736,'61.247.203.35','2009-12-21','03:25:21','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4737,'119.194.137.141','2009-12-21','16:59:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.3; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2)'),(4738,'218.152.175.160','2009-12-21','22:33:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTB5.5)'),(4739,'210.90.39.10','2009-12-21','23:06:37','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4740,'61.247.203.35','2009-12-22','03:24:45','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4741,'221.149.161.5','2009-12-22','04:03:37','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4742,'211.228.178.99','2009-12-22','14:12:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 4.0.20506; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4743,'211.38.234.93','2009-12-22','19:05:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4744,'61.247.203.35','2009-12-23','03:25:30','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4745,'221.149.161.5','2009-12-23','06:11:58','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4746,'210.90.39.10','2009-12-23','07:59:00','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4747,'218.146.33.121','2009-12-23','16:38:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4748,'94.41.198.119','2009-12-24','00:04:03','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows XP)'),(4749,'221.149.161.5','2009-12-24','02:02:34','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4750,'61.247.203.35','2009-12-24','03:23:51','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4751,'211.203.16.202','2009-12-24','10:30:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; InfoPath.2; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)'),(4752,'210.90.39.10','2009-12-24','13:36:05','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4753,'220.94.103.154','2009-12-24','14:35:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4754,'61.247.203.35','2009-12-25','03:21:45','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4755,'221.149.161.5','2009-12-25','04:46:22','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4756,'210.90.39.10','2009-12-25','17:56:06','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4757,'94.41.249.165','2009-12-25','22:50:04','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Opera/7.54 (Windows NT 5.1; U) [pl]'),(4758,'61.247.203.35','2009-12-26','03:25:00','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4759,'221.149.161.5','2009-12-26','06:19:19','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4760,'124.28.167.53','2009-12-26','16:02:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4761,'222.96.54.91','2009-12-26','18:03:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(4762,'210.90.39.10','2009-12-26','19:35:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4763,'94.41.4.145','2009-12-26','20:16:17','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(4764,'94.41.76.140','2009-12-26','20:34:56','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(4765,'61.247.203.35','2009-12-27','03:29:58','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4766,'221.149.161.5','2009-12-27','08:21:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4767,'210.90.39.10','2009-12-28','01:08:46','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4768,'221.149.161.5','2009-12-28','02:01:52','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4769,'61.247.203.35','2009-12-28','03:24:22','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4770,'220.83.122.166','2009-12-28','12:57:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.2)'),(4771,'58.150.198.80','2009-12-28','13:23:26','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4772,'221.164.249.217','2009-12-28','16:12:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(4773,'115.94.158.186','2009-12-28','16:16:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4774,'64.246.161.42','2009-12-28','16:51:29','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(4775,'114.29.16.221','2009-12-28','17:32:16','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&nil_id=tot&stype=tot&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(4776,'121.254.250.63','2009-12-28','18:36:25','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4777,'61.247.203.34','2009-12-28','19:01:24','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4778,'125.186.180.241','2009-12-28','22:43:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(4779,'210.90.39.10','2009-12-29','01:22:10','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4780,'61.247.203.35','2009-12-29','03:26:40','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4781,'221.149.161.5','2009-12-29','04:34:03','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4782,'220.94.103.154','2009-12-29','09:33:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4783,'121.165.17.225','2009-12-29','15:19:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727)'),(4784,'118.35.181.30','2009-12-29','19:23:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4785,'203.232.53.120','2009-12-29','22:42:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2; Tablet PC 2.0)'),(4786,'61.247.203.35','2009-12-30','04:26:21','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4787,'210.90.39.10','2009-12-30','04:57:04','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4788,'211.228.153.188','2009-12-30','05:31:59','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4789,'221.149.161.5','2009-12-30','07:42:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4790,'218.146.33.121','2009-12-30','11:00:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4791,'122.38.204.12','2009-12-30','11:49:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(4792,'211.216.55.152','2009-12-30','13:01:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2)'),(4793,'121.182.41.57','2009-12-30','13:18:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(4794,'211.183.52.212','2009-12-30','16:25:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(4795,'114.206.49.169','2009-12-30','17:10:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4796,'221.149.161.5','2009-12-31','01:48:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4797,'61.247.203.35','2009-12-31','04:27:23','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4798,'195.128.18.19','2009-12-31','06:46:02','','Mozilla/5.0 (compatible; aiHitBot/1.0; +http://www.aihit.com/)'),(4799,'210.90.39.10','2009-12-31','07:56:28','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4800,'220.94.103.154','2009-12-31','09:30:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4801,'203.239.56.69','2009-12-31','13:20:53','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/109715AC-14B3C1305C5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4802,'222.122.176.144','2009-12-31','14:08:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(4803,'121.143.236.41','2009-12-31','22:18:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727)'),(4804,'114.201.90.169','2009-12-31','22:49:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)'),(4805,'61.247.203.35','2010-01-01','04:23:33','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4806,'221.149.161.5','2010-01-01','04:40:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4807,'220.86.77.127','2010-01-01','07:24:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4808,'210.90.39.10','2010-01-01','10:25:34','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4809,'61.247.203.35','2010-01-02','04:21:55','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4810,'221.149.161.5','2010-01-02','08:14:50','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4811,'121.190.113.29','2010-01-02','08:38:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1)'),(4812,'210.90.39.10','2010-01-02','10:57:14','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4813,'207.46.199.188','2010-01-02','20:41:02','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4814,'61.98.178.55','2010-01-02','21:37:07','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 EmbeddedWB 14.52; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(4815,'221.149.161.5','2010-01-03','02:57:48','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4816,'61.247.203.35','2010-01-03','04:32:14','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4817,'210.90.39.10','2010-01-03','16:53:58','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4818,'121.54.216.169','2010-01-03','22:01:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.3)'),(4819,'61.247.203.35','2010-01-04','04:22:48','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4820,'221.149.161.5','2010-01-04','06:39:56','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4821,'220.94.103.154','2010-01-04','09:39:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4822,'122.100.61.38','2010-01-04','13:46:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)'),(4823,'220.86.62.101','2010-01-04','19:25:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4824,'121.163.84.187','2010-01-04','21:58:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.3; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)'),(4825,'221.149.161.5','2010-01-05','01:33:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4826,'61.247.203.35','2010-01-05','04:22:09','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4827,'210.90.39.10','2010-01-05','09:31:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4828,'219.240.154.195','2010-01-05','19:32:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; i-NavFourF; .NET CLR 1.1.4322; InfoPath.1)'),(4829,'124.50.7.21','2010-01-05','20:07:44','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(4830,'67.201.38.215','2010-01-06','03:15:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4831,'61.247.203.35','2010-01-06','04:23:21','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4832,'221.149.161.5','2010-01-06','04:40:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4833,'210.90.39.10','2010-01-06','09:34:29','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4834,'125.129.172.4','2010-01-06','13:41:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/642FF10A-14B43EF2AAA; TCO_20100106125557; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.6'),(4835,'207.46.199.182','2010-01-06','16:25:21','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4836,'124.50.3.76','2010-01-06','17:27:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4837,'211.202.56.40','2010-01-06','17:36:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4838,'222.231.50.228','2010-01-06','17:42:13','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4839,'61.247.203.35','2010-01-07','04:21:00','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4840,'220.95.223.29','2010-01-07','07:36:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(4841,'221.149.161.5','2010-01-07','07:49:38','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4842,'220.94.103.154','2010-01-07','10:17:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4843,'64.246.165.50','2010-01-07','10:28:39','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(4844,'61.42.210.95','2010-01-07','15:19:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4845,'211.208.163.62','2010-01-07','15:35:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4846,'122.38.204.12','2010-01-07','18:17:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(4847,'210.90.39.10','2010-01-07','21:22:29','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4848,'221.149.161.5','2010-01-08','01:50:20','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4849,'61.247.203.35','2010-01-08','04:22:33','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4850,'207.46.199.191','2010-01-08','04:44:53','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4851,'210.109.153.38','2010-01-08','14:12:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(4852,'211.202.56.40','2010-01-08','14:57:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(4853,'121.254.250.63','2010-01-08','15:08:05','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4854,'218.236.19.9','2010-01-08','18:18:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(4855,'220.94.103.154','2010-01-08','18:31:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4856,'61.247.203.35','2010-01-09','04:20:25','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4857,'221.149.161.5','2010-01-09','05:24:32','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4858,'67.201.38.215','2010-01-09','13:46:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4859,'210.206.208.196','2010-01-09','14:37:06','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(4860,'121.254.250.64','2010-01-09','14:41:31','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4861,'211.61.159.23','2010-01-09','14:41:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(4862,'211.194.22.134','2010-01-09','21:14:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4863,'61.247.203.35','2010-01-10','04:29:58','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4864,'116.125.142.131','2010-01-10','07:07:19','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4865,'210.90.39.10','2010-01-10','07:08:28','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4866,'221.149.161.5','2010-01-10','09:10:24','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4867,'221.157.214.226','2010-01-10','12:22:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(4868,'115.140.231.187','2010-01-10','14:33:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MAXTHON 2.0)'),(4869,'207.46.199.180','2010-01-10','20:05:50','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4870,'221.149.161.5','2010-01-11','02:43:49','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4871,'61.247.203.35','2010-01-11','04:23:03','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4872,'210.90.39.10','2010-01-11','13:51:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4873,'210.99.62.18','2010-01-11','15:42:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(4874,'220.94.103.154','2010-01-11','17:29:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322)'),(4875,'125.129.131.68','2010-01-11','19:06:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(4876,'61.247.203.35','2010-01-12','04:24:21','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4877,'221.149.161.5','2010-01-12','04:50:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4878,'220.86.107.99','2010-01-12','13:19:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)'),(4879,'210.90.39.10','2010-01-12','14:00:49','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4880,'112.150.162.199','2010-01-12','22:50:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4881,'61.247.203.35','2010-01-13','03:20:52','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4882,'221.149.161.5','2010-01-13','06:27:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4883,'125.129.172.4','2010-01-13','12:31:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/642FF10A-14B4D1AFEAE; TCO_20100113122539; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.6'),(4884,'220.94.103.154','2010-01-13','13:25:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4885,'220.149.53.93','2010-01-14','01:59:04','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/5D3595DC-14B4DD984C4; .NET CLR 1.1.4322)'),(4886,'207.46.199.183','2010-01-14','02:29:14','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4887,'61.247.203.35','2010-01-14','03:22:37','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4888,'116.126.118.157','2010-01-14','05:52:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4889,'221.149.161.5','2010-01-14','07:38:07','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4890,'221.149.123.124','2010-01-14','08:49:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4891,'210.90.39.10','2010-01-14','09:27:44','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4892,'59.18.229.37','2010-01-14','10:13:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4893,'125.129.172.4','2010-01-14','12:54:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/642FF10A-14B4E7226A6; TCO_20100114124944; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.6'),(4894,'59.6.123.180','2010-01-14','12:54:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB5; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322)'),(4895,'61.42.210.95','2010-01-14','14:19:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4896,'121.137.41.71','2010-01-14','20:56:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727)'),(4897,'207.46.193.36','2010-01-14','23:22:46','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30707; InfoPath.2)'),(4898,'221.149.161.5','2010-01-15','00:45:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4899,'222.122.176.144','2010-01-15','01:59:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(4900,'61.247.203.35','2010-01-15','03:20:15','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4901,'195.128.18.19','2010-01-15','09:15:37','','Mozilla/5.0 (compatible; aiHitBot/1.0; +http://www.aihit.com/)'),(4902,'59.7.3.58','2010-01-15','11:20:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729)'),(4903,'59.28.140.221','2010-01-15','15:48:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4904,'210.90.39.10','2010-01-15','23:28:08','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4905,'69.58.178.28','2010-01-16','01:50:14','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3'),(4906,'61.247.203.35','2010-01-16','03:20:00','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4907,'221.149.161.5','2010-01-16','10:07:54','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4908,'207.46.193.42','2010-01-17','01:50:24','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4325; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(4909,'210.90.39.10','2010-01-17','02:59:18','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4910,'61.247.203.35','2010-01-17','03:25:17','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4911,'38.105.71.98','2010-01-17','12:35:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4912,'220.75.2.221','2010-01-17','16:54:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4913,'221.163.123.45','2010-01-17','17:04:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; InfoPath.1)'),(4914,'207.46.199.188','2010-01-17','21:23:05','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4915,'64.246.161.190','2010-01-17','22:27:28','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(4916,'221.149.161.5','2010-01-17','22:52:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4917,'211.228.234.49','2010-01-17','23:38:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4918,'211.233.79.176','2010-01-18','03:04:06','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4919,'61.247.203.35','2010-01-18','03:18:32','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4920,'58.225.53.4','2010-01-18','11:39:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(4921,'210.90.39.10','2010-01-18','11:45:07','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4922,'121.173.184.183','2010-01-18','12:11:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.3; InfoPath.2; .NET CLR 1.1.4322)'),(4923,'220.94.103.154','2010-01-18','13:35:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322)'),(4924,'220.74.144.88','2010-01-18','22:53:53','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&nil_id=tot&stype=tot&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; InfoPath.2)'),(4925,'121.254.250.64','2010-01-18','22:57:22','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4926,'61.247.203.35','2010-01-19','03:18:07','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4927,'116.125.142.166','2010-01-19','09:19:28','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4928,'220.94.103.154','2010-01-19','10:06:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(4929,'210.90.39.10','2010-01-19','23:18:54','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4930,'61.247.203.35','2010-01-20','03:09:12','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4931,'221.149.161.5','2010-01-20','07:21:41','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4932,'121.138.249.192','2010-01-20','11:37:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4933,'122.44.182.150','2010-01-20','20:01:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4934,'38.100.8.50','2010-01-20','20:54:51','','panscient.com'),(4935,'203.81.148.111','2010-01-20','21:45:11','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&nil_id=tot&stype=tot&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; InfoPath.2)'),(4936,'59.2.189.137','2010-01-21','01:20:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(4937,'61.247.203.35','2010-01-21','03:09:23','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4938,'221.149.161.5','2010-01-21','09:15:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4939,'221.149.123.124','2010-01-21','10:42:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4940,'210.90.39.10','2010-01-21','16:44:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4941,'118.38.109.133','2010-01-21','20:53:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(4942,'61.247.203.35','2010-01-22','03:08:51','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4943,'65.55.216.31','2010-01-22','06:17:53','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4944,'65.55.107.179','2010-01-22','06:56:17','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4945,'114.111.36.24','2010-01-22','08:25:56','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4946,'65.55.207.21','2010-01-22','08:34:51','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4947,'221.149.161.5','2010-01-22','12:01:05','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4948,'220.94.125.159','2010-01-22','12:02:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)'),(4949,'221.145.192.197','2010-01-22','12:37:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(4950,'65.55.207.69','2010-01-22','18:31:47','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4951,'94.41.199.249','2010-01-22','20:38:54','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)'),(4952,'125.177.117.166','2010-01-23','03:03:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4953,'61.247.203.35','2010-01-23','03:04:48','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4954,'67.195.111.236','2010-01-23','04:13:09','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(4955,'114.111.36.32','2010-01-23','04:27:16','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4956,'114.111.36.24','2010-01-23','09:10:25','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4957,'121.150.82.77','2010-01-23','12:10:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; AskTB5.5)'),(4958,'221.149.161.5','2010-01-23','12:45:14','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4959,'65.55.109.41','2010-01-23','14:18:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(4960,'203.233.124.34','2010-01-23','16:44:39','','Java/1.4.2_05'),(4961,'67.195.111.236','2010-01-24','01:35:28','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(4962,'61.247.203.35','2010-01-24','03:03:43','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4963,'66.249.17.200','2010-01-24','05:24:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; GTB5; .NET CLR 1.1.4322)'),(4964,'210.90.39.10','2010-01-24','06:31:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4965,'114.111.36.24','2010-01-24','09:15:09','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4966,'221.149.161.5','2010-01-24','14:37:46','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4967,'114.111.36.32','2010-01-24','20:46:44','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4968,'119.192.69.205','2010-01-24','21:48:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(4969,'65.55.110.123','2010-01-24','22:59:44','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)'),(4970,'67.195.111.236','2010-01-25','02:00:56','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(4971,'61.247.203.35','2010-01-25','03:05:00','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4972,'121.254.193.222','2010-01-25','06:33:37','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(4973,'114.111.36.24','2010-01-25','09:06:00','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4974,'114.201.45.150','2010-01-25','11:50:37','','Java/1.6.0_13'),(4975,'65.55.207.75','2010-01-25','11:56:05','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4976,'210.90.39.10','2010-01-25','15:01:08','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4977,'221.149.161.5','2010-01-25','15:35:11','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4978,'125.177.117.166','2010-01-25','15:41:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4979,'219.248.34.119','2010-01-25','23:28:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(4980,'222.110.171.221','2010-01-26','00:56:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/)'),(4981,'67.195.111.236','2010-01-26','02:05:39','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(4982,'61.247.203.35','2010-01-26','03:03:59','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4983,'65.55.106.232','2010-01-26','09:00:42','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4984,'114.111.36.24','2010-01-26','09:21:56','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4985,'65.55.207.26','2010-01-26','10:54:10','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4986,'220.94.103.154','2010-01-26','11:08:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322)'),(4987,'121.180.19.163','2010-01-26','14:29:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(4988,'221.149.161.5','2010-01-26','17:03:24','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(4989,'94.41.206.92','2010-01-26','18:25:34','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(4990,'121.190.25.38','2010-01-26','18:34:55','','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; DigExt)'),(4991,'67.195.111.236','2010-01-27','00:37:16','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(4992,'61.247.203.35','2010-01-27','03:02:53','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(4993,'210.90.39.10','2010-01-27','04:26:03','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(4994,'121.162.55.13','2010-01-27','05:12:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; ; NCLIENT50_AA001E4FB4B730) ; InfoPath.1; NetClient_AA001E4FB4B730)'),(4995,'65.55.106.204','2010-01-27','05:18:05','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4996,'114.111.36.24','2010-01-27','09:17:32','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(4997,'59.2.189.137','2010-01-27','10:14:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152)'),(4998,'65.55.106.203','2010-01-27','10:27:38','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(4999,'211.189.228.19','2010-01-27','12:54:19','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&nil_id=tot&stype=tot&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5000,'65.55.106.187','2010-01-27','13:10:42','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5001,'221.149.161.5','2010-01-27','16:57:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5002,'65.55.207.45','2010-01-27','18:05:11','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5003,'121.254.250.63','2010-01-27','18:42:39','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5004,'64.246.165.150','2010-01-27','19:27:55','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(5005,'114.111.36.32','2010-01-28','01:15:03','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5006,'94.41.17.42','2010-01-28','01:53:47','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; FDM)'),(5007,'67.195.111.236','2010-01-28','02:38:36','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5008,'221.149.161.5','2010-01-28','02:58:00','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5009,'61.247.203.35','2010-01-28','03:04:25','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5010,'114.111.36.24','2010-01-28','09:15:39','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5011,'125.177.117.175','2010-01-28','09:58:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5012,'220.94.103.154','2010-01-28','10:02:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5013,'65.55.106.160','2010-01-28','10:19:36','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5014,'59.4.1.250','2010-01-28','10:57:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506)'),(5015,'114.111.36.29','2010-01-28','11:51:12','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5016,'110.9.8.123','2010-01-28','12:12:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.3; .NET CLR 1.1.4322)'),(5017,'122.34.124.53','2010-01-28','14:14:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(5018,'210.90.39.10','2010-01-28','15:58:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5019,'58.224.6.130','2010-01-28','19:47:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(5020,'211.252.150.131','2010-01-28','20:13:15','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(5021,'118.220.178.167','2010-01-28','22:57:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(5022,'67.195.111.236','2010-01-29','00:46:56','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5023,'220.95.223.28','2010-01-29','01:00:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(5024,'61.247.203.35','2010-01-29','03:04:08','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5025,'65.55.109.98','2010-01-29','04:50:11','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(5026,'221.149.161.5','2010-01-29','08:48:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5027,'114.111.36.24','2010-01-29','09:06:12','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5028,'65.55.207.100','2010-01-29','09:47:37','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5029,'125.177.117.154','2010-01-29','12:27:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5030,'203.233.124.34','2010-01-29','12:39:56','','Java/1.4.2_05'),(5031,'220.94.103.154','2010-01-29','12:42:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5032,'220.78.51.167','2010-01-29','15:02:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5033,'94.41.17.42','2010-01-29','17:22:40','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; TheFreeDictionary.com; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)'),(5034,'125.128.58.191','2010-01-29','21:09:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5035,'61.85.56.150','2010-01-29','21:47:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(5036,'218.236.132.148','2010-01-30','00:14:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; InfoPath.1)'),(5037,'67.195.111.236','2010-01-30','01:51:42','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5038,'61.247.203.35','2010-01-30','03:05:48','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5039,'210.90.39.10','2010-01-30','03:59:23','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5040,'65.55.106.137','2010-01-30','04:01:37','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5041,'65.55.207.132','2010-01-30','04:02:42','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5042,'121.254.250.63','2010-01-30','04:49:16','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5043,'221.149.161.5','2010-01-30','04:58:46','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5044,'114.111.36.24','2010-01-30','09:51:42','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5045,'112.166.89.222','2010-01-30','15:17:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(5046,'61.111.15.103','2010-01-30','16:18:42','http://plusapple.com/','pirs'),(5047,'61.111.15.107','2010-01-30','16:19:18','http://plusapple.com/www/index.php','pirs'),(5048,'61.111.15.101','2010-01-30','16:19:28','http://plusapple.com/www/index.php','pirs'),(5049,'61.111.15.105','2010-01-30','16:19:39','http://plusapple.com/www/index.php','pirs'),(5050,'61.111.15.104','2010-01-30','16:19:44','http://plusapple.com/www/index.php','pirs'),(5051,'61.111.15.109','2010-01-30','16:19:55','http://plusapple.com/www/index.php','pirs'),(5052,'61.111.15.108','2010-01-30','16:20:35','http://plusapple.com/www/index.php','pirs'),(5053,'61.111.15.102','2010-01-30','16:21:51','http://plusapple.com/www/index.php','pirs'),(5054,'61.111.15.106','2010-01-30','16:22:01','http://plusapple.com/www/index.php','pirs'),(5055,'61.111.15.100','2010-01-30','16:22:21','http://plusapple.com/www/index.php','pirs'),(5056,'125.177.117.154','2010-01-30','17:40:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5057,'203.254.118.77','2010-01-30','19:50:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/9B03F40A-14B63F48DAD; .NET CLR 2.0.50727)'),(5058,'77.79.154.132','2010-01-30','21:46:55','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 5.5; Windows 95)'),(5059,'116.125.142.175','2010-01-30','22:32:17','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5060,'67.195.111.236','2010-01-31','00:14:58','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5061,'221.149.161.5','2010-01-31','01:02:50','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5062,'61.247.203.35','2010-01-31','03:17:36','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5063,'114.111.36.31','2010-01-31','04:00:35','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5064,'210.90.39.10','2010-01-31','09:10:50','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5065,'114.111.36.24','2010-01-31','09:36:48','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5066,'65.55.106.159','2010-01-31','11:43:41','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5067,'218.146.230.120','2010-01-31','12:21:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2)'),(5068,'114.203.185.223','2010-01-31','14:51:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5069,'119.208.69.184','2010-01-31','20:46:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5070,'125.177.117.140','2010-01-31','21:22:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5071,'116.46.5.13','2010-01-31','22:51:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5072,'67.195.111.236','2010-02-01','00:56:47','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5073,'125.142.201.160','2010-02-01','02:00:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(5074,'61.247.203.35','2010-02-01','03:14:46','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5075,'203.249.138.244','2010-02-01','03:29:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(5076,'221.149.161.5','2010-02-01','08:51:29','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5077,'114.111.36.24','2010-02-01','09:42:16','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5078,'220.94.103.154','2010-02-01','10:27:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5079,'94.41.223.224','2010-02-01','18:07:02','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.50'),(5080,'211.224.27.167','2010-02-01','19:07:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5081,'121.254.193.201','2010-02-01','19:34:28','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5082,'203.81.148.111','2010-02-01','20:46:29','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; InfoPath.2)'),(5083,'211.212.159.82','2010-02-01','20:51:03','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.3; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.1)'),(5084,'114.111.36.30','2010-02-01','21:19:31','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5085,'121.88.107.165','2010-02-01','21:22:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5086,'210.192.73.226','2010-02-01','21:53:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(5087,'210.90.39.10','2010-02-01','23:23:20','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5088,'67.195.111.236','2010-02-02','01:16:58','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5089,'61.247.203.35','2010-02-02','03:15:15','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5090,'221.149.161.5','2010-02-02','05:26:11','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5091,'116.125.142.145','2010-02-02','06:01:42','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5092,'218.234.10.81','2010-02-02','09:18:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.4; .NET CLR 2.0.50727)'),(5093,'114.111.36.24','2010-02-02','09:27:21','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5094,'112.151.95.205','2010-02-02','14:01:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6.4; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5095,'220.94.103.154','2010-02-02','20:11:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5096,'67.195.111.236','2010-02-03','01:00:22','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5097,'221.149.161.5','2010-02-03','02:31:06','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5098,'61.247.203.35','2010-02-03','03:42:13','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5099,'74.6.22.102','2010-02-03','05:24:18','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5100,'210.90.39.10','2010-02-03','08:59:03','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5101,'211.179.238.93','2010-02-03','09:09:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.1)'),(5102,'114.111.36.24','2010-02-03','09:29:51','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5103,'74.52.245.146','2010-02-03','10:40:55','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(5104,'203.239.56.69','2010-02-03','11:15:53','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/109715AC-14B68B9FBCB; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5105,'211.35.31.194','2010-02-03','13:13:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(5106,'112.151.218.119','2010-02-03','13:25:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6)'),(5107,'121.162.132.43','2010-02-03','16:17:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(5108,'116.125.140.5','2010-02-03','16:24:43','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5109,'115.20.151.126','2010-02-03','17:09:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(5110,'174.129.51.63','2010-02-03','17:11:17','','SheenBot/SheenBot-1.0.3 (Sheen web crawler)'),(5111,'211.189.239.209','2010-02-03','19:13:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5112,'65.55.106.111','2010-02-04','07:52:09','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5113,'67.195.111.236','2010-02-04','08:08:40','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5114,'220.94.103.154','2010-02-04','09:46:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5115,'124.63.81.49','2010-02-04','10:12:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)'),(5116,'221.149.161.5','2010-02-04','10:19:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5117,'211.212.98.73','2010-02-04','14:04:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)'),(5118,'121.254.250.64','2010-02-04','14:14:32','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5119,'66.249.71.35','2010-02-04','14:15:41','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5120,'122.37.101.4','2010-02-04','14:45:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(5121,'65.55.106.162','2010-02-04','14:46:43','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5122,'210.109.153.41','2010-02-04','16:12:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5123,'210.90.39.10','2010-02-04','16:28:56','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5124,'115.41.194.199','2010-02-04','19:00:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5125,'67.195.111.236','2010-02-05','01:51:46','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5126,'61.247.203.35','2010-02-05','03:00:06','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5127,'61.247.221.81','2010-02-05','06:57:33','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5128,'118.219.62.156','2010-02-05','07:50:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5129,'221.149.161.5','2010-02-05','07:50:51','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5130,'114.111.36.24','2010-02-05','09:36:05','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5131,'66.249.71.35','2010-02-05','10:25:37','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5132,'61.247.203.67','2010-02-05','11:10:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(5133,'65.55.216.55','2010-02-05','11:14:38','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5134,'74.6.22.102','2010-02-05','12:30:16','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5135,'59.10.226.48','2010-02-05','14:17:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(5136,'211.218.50.121','2010-02-05','14:47:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; Media Center PC 3.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)'),(5137,'116.125.142.206','2010-02-05','14:52:53','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5138,'203.251.239.164','2010-02-05','16:30:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5139,'119.196.111.88','2010-02-05','17:52:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; InfoPath.1)'),(5140,'125.177.117.148','2010-02-05','18:01:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5141,'121.133.123.149','2010-02-05','18:05:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(5142,'203.233.124.94','2010-02-05','18:11:53','','Java/1.4.2_05'),(5143,'220.94.103.154','2010-02-05','18:42:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5144,'58.122.128.173','2010-02-05','19:07:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 2.0.50727)'),(5145,'81.196.220.72','2010-02-05','20:39:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5146,'121.170.127.45','2010-02-05','21:57:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.3)'),(5147,'210.90.39.10','2010-02-05','22:49:58','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5148,'65.55.207.50','2010-02-05','23:19:39','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5149,'67.195.111.236','2010-02-06','00:31:58','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5150,'221.149.161.5','2010-02-06','05:41:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5151,'75.101.221.4','2010-02-06','07:28:40','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(5152,'114.111.36.24','2010-02-06','09:22:08','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5153,'118.41.38.222','2010-02-06','11:30:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5154,'66.249.71.35','2010-02-06','11:51:21','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5155,'65.55.106.163','2010-02-06','15:41:39','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5156,'74.6.22.102','2010-02-06','18:37:55','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5157,'116.124.137.89','2010-02-06','20:32:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727)'),(5158,'67.195.111.236','2010-02-07','00:17:12','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5159,'65.55.207.71','2010-02-07','02:15:34','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5160,'61.247.203.34','2010-02-07','02:39:50','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5161,'221.149.161.5','2010-02-07','03:22:12','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5162,'210.90.39.10','2010-02-07','09:09:11','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5163,'65.55.216.31','2010-02-07','10:54:32','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5164,'61.247.203.35','2010-02-07','11:14:04','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5165,'220.94.103.154','2010-02-07','12:08:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5166,'65.55.106.138','2010-02-07','12:09:07','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5167,'211.242.25.138','2010-02-07','13:11:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(5168,'65.55.207.21','2010-02-07','13:23:04','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5169,'116.127.234.20','2010-02-07','14:42:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(5170,'58.236.211.246','2010-02-07','16:31:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(5171,'65.55.107.192','2010-02-07','18:26:23','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)'),(5172,'112.151.95.205','2010-02-07','22:22:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6.4; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5173,'65.55.207.135','2010-02-07','22:33:04','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5174,'64.246.165.170','2010-02-07','23:43:56','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(5175,'221.149.161.5','2010-02-08','01:09:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5176,'74.6.22.102','2010-02-08','01:37:43','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5177,'67.195.111.236','2010-02-08','01:44:29','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5178,'61.247.203.35','2010-02-08','03:08:25','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5179,'65.55.109.213','2010-02-08','09:04:11','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)'),(5180,'125.128.70.2','2010-02-08','09:50:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MS Internet Explorer)'),(5181,'122.35.47.162','2010-02-08','12:15:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(5182,'115.23.188.190','2010-02-08','14:49:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5183,'118.217.223.151','2010-02-08','15:05:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(5184,'219.149.10.226','2010-02-08','18:08:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TheWorld)'),(5185,'220.94.103.154','2010-02-08','19:55:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5186,'66.249.71.35','2010-02-08','22:20:02','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5187,'66.249.71.35','2010-02-09','00:21:32','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5188,'67.195.111.236','2010-02-09','00:51:10','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5189,'77.79.175.42','2010-02-09','01:51:19','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; Powermarks/3.5; Windows 95/98/2000/NT)'),(5190,'61.247.203.35','2010-02-09','03:08:12','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5191,'61.247.203.67','2010-02-09','03:43:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(5192,'210.90.39.10','2010-02-09','08:56:53','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5193,'221.149.161.5','2010-02-09','10:37:27','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5194,'210.92.109.169','2010-02-09','14:27:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(5195,'115.47.128.19','2010-02-09','16:32:47','','Mozilla/5.0'),(5196,'72.30.161.227','2010-02-09','17:22:13','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5197,'116.125.142.197','2010-02-09','17:57:18','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5198,'119.201.62.57','2010-02-09','19:09:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(5199,'121.148.209.189','2010-02-09','22:32:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(5200,'92.50.182.11','2010-02-09','22:58:19','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible- MSIE 6.0- Windows NT 5.1- SV1- .NET CLR 1.1.4322'),(5201,'66.249.71.35','2010-02-10','01:46:03','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5202,'65.55.109.117','2010-02-10','02:05:13','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)'),(5203,'67.195.111.236','2010-02-10','03:12:19','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5204,'61.247.203.35','2010-02-10','08:09:30','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5205,'61.247.221.85','2010-02-10','08:17:41','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5206,'221.149.161.5','2010-02-10','08:26:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5207,'211.115.213.195','2010-02-10','08:31:54','','Mozilla/5.0'),(5208,'112.156.223.30','2010-02-10','09:27:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 1.1.4322)'),(5209,'202.31.180.101','2010-02-10','10:33:42','http://search.naver.com/search.naver?where=nexearch&query=%BC%B3%BB%F3%C7%B0%C5%C3%B9%E8&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5210,'123.248.60.95','2010-02-10','10:38:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5211,'61.75.24.249','2010-02-10','11:25:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5212,'219.240.177.231','2010-02-10','12:19:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50215)'),(5213,'199.238.145.170','2010-02-10','12:30:01','','Mozilla/5.0'),(5214,'58.124.242.65','2010-02-10','15:47:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2; Seekmo 11.0.96.0)'),(5215,'222.231.42.185','2010-02-10','16:20:45','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5216,'210.90.39.10','2010-02-10','16:36:37','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5217,'65.55.106.114','2010-02-10','17:40:01','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5218,'72.30.161.227','2010-02-10','21:42:36','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5219,'66.249.71.53','2010-02-11','01:17:08','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5220,'67.195.111.236','2010-02-11','01:30:43','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5221,'61.247.203.35','2010-02-11','03:08:37','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5222,'221.149.161.5','2010-02-11','06:31:49','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5223,'61.247.221.88','2010-02-11','07:39:06','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5224,'66.249.71.73','2010-02-11','10:01:57','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5225,'119.196.219.97','2010-02-11','10:19:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5226,'210.99.62.34','2010-02-11','13:47:51','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/5E0D0164-14B73825242-000000000000; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5227,'65.55.106.228','2010-02-11','16:02:34','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5228,'121.130.185.251','2010-02-11','16:27:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5229,'222.231.50.175','2010-02-11','17:57:52','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5230,'210.90.39.10','2010-02-11','20:56:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5231,'121.165.94.58','2010-02-12','01:04:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5232,'67.195.111.236','2010-02-12','01:36:44','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5233,'65.55.207.122','2010-02-12','01:53:20','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5234,'61.247.203.35','2010-02-12','03:07:49','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5235,'72.30.161.227','2010-02-12','03:45:56','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5236,'221.149.161.5','2010-02-12','05:17:37','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5237,'65.55.207.120','2010-02-12','12:17:00','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5238,'125.31.154.42','2010-02-12','12:26:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(5239,'65.55.107.179','2010-02-12','16:27:59','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5240,'61.247.203.67','2010-02-12','16:51:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(5241,'65.55.207.102','2010-02-12','17:37:30','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5242,'95.105.20.137','2010-02-12','21:04:36','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) Opera 6.01 [en]'),(5243,'65.55.106.136','2010-02-12','23:10:27','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5244,'210.90.39.10','2010-02-12','23:49:07','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5245,'66.249.71.53','2010-02-13','00:01:37','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5246,'67.195.111.236','2010-02-13','00:12:41','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5247,'61.247.203.35','2010-02-13','03:08:45','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5248,'221.149.161.5','2010-02-13','04:21:37','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5249,'72.30.161.227','2010-02-13','15:47:38','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5250,'65.55.207.122','2010-02-13','16:23:33','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5251,'66.249.71.9','2010-02-13','21:01:32','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5252,'66.249.71.9','2010-02-14','01:05:23','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5253,'67.195.111.236','2010-02-14','01:46:00','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5254,'61.247.203.35','2010-02-14','03:13:22','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5255,'221.149.161.5','2010-02-14','03:40:46','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5256,'131.107.65.43','2010-02-14','04:17:56','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 3.5.21022)'),(5257,'210.90.39.10','2010-02-14','14:39:04','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5258,'211.62.252.48','2010-02-14','15:14:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5259,'65.55.106.110','2010-02-14','15:33:00','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5260,'121.136.65.40','2010-02-14','20:18:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2)'),(5261,'72.30.161.227','2010-02-14','22:55:57','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5262,'67.195.111.236','2010-02-15','00:46:07','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5263,'61.247.203.35','2010-02-15','03:08:33','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5264,'221.149.161.5','2010-02-15','03:46:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5265,'116.125.142.168','2010-02-15','04:22:22','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5266,'65.55.106.233','2010-02-15','13:56:22','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5267,'110.11.20.12','2010-02-15','16:28:06','','Mozilla/5.0'),(5268,'218.55.227.145','2010-02-15','17:09:45','','Mozilla/5.0'),(5269,'201.38.203.3','2010-02-15','17:28:39','','Mozilla/5.0'),(5270,'210.90.39.10','2010-02-15','21:22:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5271,'94.41.193.152','2010-02-15','22:31:22','http://www.plusapple.com/www/bbs/write.php?bo_table=qa+%5BPLM=0%5D+GET+http://www.plusapple.com/www/bbs/write.php?bo_table=qa+%5B0,17372,21256%5D+-%3E+%5BN%5D+GET+http://www.plusapple.com/www/bbs/write.php?bo_table=qa+%5B0,0,20800%5D','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; TheFreeDictionary.com; .NET CLR 1.1.4322; .NET CLR 1.0.3705; .NET CLR 2.0.50727)'),(5272,'67.195.111.236','2010-02-16','00:36:26','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5273,'66.249.71.9','2010-02-16','00:51:33','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5274,'65.55.218.160','2010-02-16','01:29:25','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5275,'61.247.203.35','2010-02-16','03:08:42','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5276,'221.149.161.5','2010-02-16','04:36:14','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5277,'65.55.106.203','2010-02-16','05:54:32','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5278,'72.30.161.227','2010-02-16','07:56:53','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5279,'65.55.109.226','2010-02-16','09:07:58','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)'),(5280,'125.136.143.70','2010-02-16','12:06:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; SLCC1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5281,'59.24.245.238','2010-02-16','15:18:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5282,'65.55.106.157','2010-02-16','16:57:31','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5283,'66.249.71.41','2010-02-16','18:04:43','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5284,'125.185.128.7','2010-02-16','19:21:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)'),(5285,'220.91.210.143','2010-02-16','20:38:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5286,'210.90.39.10','2010-02-16','22:55:12','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5287,'67.195.111.176','2010-02-17','00:54:39','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5288,'119.200.112.81','2010-02-17','01:28:05','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5289,'61.247.203.35','2010-02-17','03:07:38','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5290,'221.149.161.5','2010-02-17','06:00:12','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5291,'122.44.139.10','2010-02-17','12:32:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)'),(5292,'118.37.6.16','2010-02-17','12:41:41','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5293,'121.254.193.201','2010-02-17','12:46:59','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5294,'211.111.132.125','2010-02-17','12:48:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5295,'124.49.244.102','2010-02-17','16:03:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5296,'69.58.178.30','2010-02-17','18:51:44','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3'),(5297,'66.249.71.6','2010-02-17','19:51:17','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5298,'118.218.99.168','2010-02-17','21:41:15','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727)'),(5299,'61.247.203.65','2010-02-17','21:43:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(5300,'72.30.161.227','2010-02-18','01:02:54','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5301,'66.249.71.6','2010-02-18','01:07:57','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5302,'67.195.111.176','2010-02-18','03:07:53','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5303,'61.247.203.35','2010-02-18','03:08:45','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5304,'210.90.39.10','2010-02-18','04:17:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5305,'221.149.161.5','2010-02-18','06:52:10','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5306,'218.235.63.80','2010-02-18','08:17:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5307,'65.55.104.28','2010-02-18','08:24:27','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729)'),(5308,'121.166.246.88','2010-02-18','14:38:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5309,'58.143.154.27','2010-02-18','21:13:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5310,'67.195.111.176','2010-02-19','00:09:32','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5311,'61.247.203.35','2010-02-19','03:08:17','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5312,'66.249.71.6','2010-02-19','05:15:50','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5313,'210.90.39.10','2010-02-19','07:25:28','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5314,'221.149.161.5','2010-02-19','07:38:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5315,'61.247.221.89','2010-02-19','08:00:56','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5316,'58.87.60.91','2010-02-19','08:47:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5317,'220.94.103.154','2010-02-19','09:42:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5318,'218.38.144.252','2010-02-19','09:54:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5319,'72.30.161.227','2010-02-19','12:53:48','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5320,'210.92.109.169','2010-02-19','16:13:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(5321,'203.252.80.252','2010-02-19','16:17:36','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(5322,'64.246.165.150','2010-02-19','23:53:13','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(5323,'61.247.203.35','2010-02-20','03:14:16','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5324,'67.195.111.176','2010-02-20','03:22:00','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5325,'221.149.161.5','2010-02-20','08:23:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5326,'119.202.51.114','2010-02-20','10:38:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727)'),(5327,'210.90.39.10','2010-02-20','11:37:37','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5328,'66.249.71.3','2010-02-20','13:26:53','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5329,'65.55.207.70','2010-02-20','13:57:31','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5330,'112.149.21.132','2010-02-20','13:57:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(5331,'59.0.93.227','2010-02-20','17:43:53','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5332,'221.151.14.4','2010-02-20','19:38:20','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.3; .NET CLR 2.0.50727)'),(5333,'65.55.106.156','2010-02-20','19:49:05','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5334,'115.140.224.176','2010-02-20','22:01:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.2)'),(5335,'67.195.111.176','2010-02-21','01:37:42','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5336,'61.247.203.35','2010-02-21','03:11:14','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5337,'121.254.193.222','2010-02-21','05:18:07','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5338,'114.202.166.197','2010-02-21','07:41:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(5339,'221.149.161.5','2010-02-21','09:09:04','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5340,'125.177.117.186','2010-02-21','10:01:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5341,'203.233.124.94','2010-02-21','10:04:53','','Java/1.4.2_05'),(5342,'72.30.161.227','2010-02-21','10:49:09','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5343,'210.90.39.10','2010-02-21','16:06:43','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5344,'66.249.71.3','2010-02-21','23:25:44','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5345,'67.195.111.176','2010-02-22','00:12:42','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5346,'116.32.29.179','2010-02-22','01:49:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5347,'61.247.203.35','2010-02-22','03:09:28','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5348,'65.55.106.210','2010-02-22','05:07:06','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5349,'66.249.71.3','2010-02-22','08:09:32','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5350,'221.149.161.5','2010-02-22','10:24:04','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5351,'61.247.203.67','2010-02-22','15:51:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(5352,'221.142.59.10','2010-02-22','16:13:21','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5353,'210.105.251.180','2010-02-22','17:24:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; NetClient_AA001377C890C8)'),(5354,'207.46.194.225','2010-02-22','18:35:04','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(5355,'210.90.39.10','2010-02-22','20:39:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5356,'59.24.145.156','2010-02-22','21:02:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5357,'65.55.207.28','2010-02-22','22:21:44','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5358,'125.177.117.186','2010-02-22','23:29:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5359,'67.195.111.176','2010-02-23','00:38:07','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5360,'61.247.203.35','2010-02-23','03:08:29','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5361,'72.30.161.233','2010-02-23','03:29:51','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5362,'66.249.71.3','2010-02-23','03:51:28','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5363,'65.55.207.97','2010-02-23','06:41:44','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5364,'221.138.92.243','2010-02-23','09:16:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)'),(5365,'118.223.78.83','2010-02-23','09:43:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5366,'221.149.161.5','2010-02-23','12:27:08','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5367,'66.249.67.79','2010-02-23','13:06:02','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5368,'220.94.103.154','2010-02-23','15:10:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5369,'65.55.218.160','2010-02-23','15:25:21','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5370,'211.50.16.145','2010-02-23','16:53:30','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5371,'65.55.106.231','2010-02-23','18:02:23','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5372,'65.55.207.29','2010-02-23','19:14:25','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5373,'65.55.207.53','2010-02-23','21:21:50','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5374,'94.41.246.220','2010-02-23','23:34:21','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)'),(5375,'221.142.59.10','2010-02-24','00:48:51','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5376,'67.195.111.176','2010-02-24','01:02:26','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5377,'221.149.161.5','2010-02-24','01:15:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5378,'61.247.203.35','2010-02-24','03:12:53','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5379,'65.55.207.118','2010-02-24','03:31:24','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5380,'210.90.39.10','2010-02-24','07:15:37','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5381,'66.249.67.79','2010-02-24','07:19:32','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5382,'112.214.136.36','2010-02-24','09:52:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.4; IPMS/1200A8C0-14B84686D0D-100000000000; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.2)'),(5383,'119.203.233.47','2010-02-24','10:28:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5384,'210.178.134.200','2010-02-24','13:27:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; AhnLab:APG=1^-484100197^21;)'),(5385,'180.66.165.68','2010-02-24','13:29:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5386,'203.233.124.34','2010-02-24','13:37:06','','Java/1.4.2_05'),(5387,'121.132.94.136','2010-02-24','17:03:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(5388,'67.195.113.240','2010-02-24','20:09:10','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5389,'124.56.183.162','2010-02-24','21:20:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(5390,'222.251.240.102','2010-02-24','22:00:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5391,'125.177.117.186','2010-02-24','22:03:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5392,'67.195.114.27','2010-02-24','22:30:43','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5393,'67.195.114.33','2010-02-25','00:18:01','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5394,'66.249.67.85','2010-02-25','00:23:16','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5395,'72.30.161.233','2010-02-25','02:05:27','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5396,'221.149.161.5','2010-02-25','02:58:42','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5397,'61.247.203.35','2010-02-25','03:09:49','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5398,'66.249.67.111','2010-02-25','05:17:53','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5399,'94.41.89.2','2010-02-25','05:40:57','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.00'),(5400,'121.163.54.248','2010-02-25','08:59:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(5401,'66.249.67.44','2010-02-25','10:57:09','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5402,'122.38.204.12','2010-02-25','11:45:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(5403,'210.90.39.10','2010-02-25','12:46:12','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5404,'218.147.148.153','2010-02-25','13:12:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(5405,'207.46.199.47','2010-02-25','16:59:21','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5406,'211.252.150.151','2010-02-25','19:32:46','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(5407,'220.85.174.57','2010-02-25','20:30:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5408,'94.41.85.142','2010-02-25','22:25:01','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(5409,'67.195.114.33','2010-02-26','01:11:57','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5410,'61.247.203.35','2010-02-26','03:08:12','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5411,'219.249.49.153','2010-02-26','04:21:41','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(5412,'121.254.193.201','2010-02-26','04:24:36','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5413,'221.149.161.5','2010-02-26','04:32:43','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5414,'66.249.67.44','2010-02-26','07:36:03','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5415,'123.109.215.212','2010-02-26','07:51:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5416,'220.94.103.154','2010-02-26','12:32:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5417,'66.249.67.9','2010-02-26','14:17:38','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5418,'112.144.80.43','2010-02-26','16:03:34','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5419,'72.30.161.233','2010-02-26','20:05:07','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5420,'116.33.196.92','2010-02-26','20:28:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5421,'207.46.204.234','2010-02-26','21:18:57','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5422,'61.247.203.67','2010-02-26','22:05:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(5423,'77.79.173.85','2010-02-27','00:34:44','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; XMPP Tiscali Communicator v.10.0.2; .NET CLR 2.0.50727)'),(5424,'66.249.67.9','2010-02-27','01:18:50','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5425,'210.90.39.10','2010-02-27','02:33:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5426,'61.247.203.35','2010-02-27','03:07:25','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5427,'67.195.114.33','2010-02-27','03:13:59','http://plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5428,'221.149.161.5','2010-02-27','05:21:13','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5429,'59.2.59.202','2010-02-27','06:53:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(5430,'118.221.190.51','2010-02-27','18:34:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5431,'207.46.199.52','2010-02-27','20:44:50','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5432,'112.151.95.205','2010-02-27','20:46:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6.4; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5433,'67.195.114.33','2010-02-28','00:35:16','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5434,'61.247.203.35','2010-02-28','03:11:12','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5435,'66.249.67.9','2010-02-28','05:46:53','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5436,'221.149.161.5','2010-02-28','06:01:21','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5437,'116.125.142.131','2010-02-28','08:13:39','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5438,'207.46.204.236','2010-02-28','09:15:27','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5439,'72.30.161.233','2010-02-28','10:01:17','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5440,'211.253.124.69','2010-02-28','14:10:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; LupinV2.2/20100226; .NET CLR 1.1.4322; LupinV2.2/20100226)'),(5441,'183.97.247.116','2010-02-28','15:19:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5442,'210.90.39.10','2010-02-28','17:01:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5443,'207.46.204.187','2010-02-28','17:18:19','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5444,'94.41.246.179','2010-02-28','22:37:29','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5445,'207.46.195.241','2010-02-28','22:59:21','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5446,'67.195.114.33','2010-03-01','00:03:46','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5447,'121.134.174.201','2010-03-01','00:49:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(5448,'207.46.204.236','2010-03-01','04:57:20','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5449,'61.247.221.91','2010-03-01','06:47:27','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5450,'221.149.161.5','2010-03-01','07:29:18','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5451,'207.46.195.223','2010-03-01','08:04:17','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5452,'220.94.103.154','2010-03-01','08:50:15','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(5453,'121.177.224.92','2010-03-01','17:36:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5454,'131.107.65.43','2010-03-01','17:41:14','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 3.5.21022)'),(5455,'66.249.67.9','2010-03-01','18:05:07','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5456,'207.46.204.230','2010-03-01','21:12:49','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5457,'210.57.227.219','2010-03-01','23:11:40','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5458,'67.195.114.33','2010-03-02','00:39:06','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5459,'210.90.39.10','2010-03-02','02:50:11','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5460,'61.247.203.35','2010-03-02','03:07:13','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5461,'66.249.67.9','2010-03-02','04:10:47','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5462,'61.247.221.89','2010-03-02','07:47:34','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5463,'221.149.161.5','2010-03-02','08:52:14','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5464,'211.229.21.20','2010-03-02','09:14:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(5465,'220.71.17.95','2010-03-02','11:41:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5466,'64.246.165.170','2010-03-02','11:52:53','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(5467,'72.30.161.233','2010-03-02','16:04:35','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5468,'66.249.67.47','2010-03-02','18:50:53','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5469,'89.189.146.77','2010-03-02','19:59:42','http://www.plusapple.com/www/bbs/write.php?bo_table=qa','Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.0 [en]'),(5470,'220.123.152.173','2010-03-02','19:59:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(5471,'207.46.199.45','2010-03-02','20:39:30','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5472,'116.125.142.179','2010-03-02','21:30:18','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5473,'69.58.178.27','2010-03-02','22:14:53','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3'),(5474,'67.195.114.33','2010-03-03','00:14:00','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5475,'61.247.203.35','2010-03-03','03:07:32','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5476,'66.249.67.47','2010-03-03','04:21:54','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5477,'221.149.161.5','2010-03-03','09:40:07','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5478,'220.94.103.154','2010-03-03','12:35:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322)'),(5479,'210.90.39.10','2010-03-03','13:18:19','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5480,'66.249.67.88','2010-03-03','15:14:29','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5481,'67.195.114.33','2010-03-04','00:16:30','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5482,'121.137.41.71','2010-03-04','02:18:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5483,'65.55.109.37','2010-03-04','03:01:49','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(5484,'207.46.195.200','2010-03-04','03:03:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(5485,'61.247.203.35','2010-03-04','03:07:35','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5486,'207.46.199.43','2010-03-04','07:02:20','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5487,'222.97.164.48','2010-03-04','09:29:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)'),(5488,'221.149.161.5','2010-03-04','10:51:04','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5489,'211.32.186.14','2010-03-04','12:26:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(5490,'207.46.199.37','2010-03-04','12:35:38','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5491,'72.30.161.233','2010-03-04','12:40:57','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5492,'218.149.207.35','2010-03-04','13:13:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(5493,'211.114.51.201','2010-03-04','15:31:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5494,'112.72.184.245','2010-03-04','19:05:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(5495,'210.90.39.10','2010-03-04','19:44:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5496,'122.199.113.139','2010-03-04','20:23:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(5497,'121.88.10.139','2010-03-04','20:23:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(5498,'207.46.199.53','2010-03-04','22:37:18','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5499,'222.233.56.81','2010-03-04','22:55:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET C'),(5500,'66.249.67.82','2010-03-04','23:39:25','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5501,'67.195.114.33','2010-03-05','02:12:26','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5502,'61.247.203.35','2010-03-05','03:07:30','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5503,'66.249.67.82','2010-03-05','04:27:15','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5504,'61.247.221.93','2010-03-05','08:30:05','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5505,'210.106.197.120','2010-03-05','09:29:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(5506,'114.111.36.31','2010-03-05','09:57:35','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5507,'221.149.161.5','2010-03-05','12:38:01','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5508,'121.164.119.147','2010-03-05','19:53:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5509,'122.34.45.146','2010-03-05','22:48:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5510,'67.195.114.33','2010-03-06','00:19:17','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5511,'221.149.161.5','2010-03-06','01:27:56','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5512,'61.247.203.35','2010-03-06','03:07:13','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5513,'220.94.103.154','2010-03-06','14:26:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322)'),(5514,'221.161.124.3','2010-03-06','16:59:52','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5515,'59.6.145.59','2010-03-06','17:31:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5516,'67.195.114.33','2010-03-07','00:47:38','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5517,'221.149.161.5','2010-03-07','02:58:37','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5518,'61.247.203.35','2010-03-07','03:10:55','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5519,'221.138.86.134','2010-03-07','08:36:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5520,'66.249.67.24','2010-03-07','10:28:00','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5521,'119.235.246.247','2010-03-07','14:21:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(5522,'210.90.39.10','2010-03-07','16:05:14','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5523,'125.129.178.43','2010-03-07','17:34:23','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(5524,'121.254.193.201','2010-03-07','17:41:26','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5525,'125.187.55.8','2010-03-07','20:37:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5526,'112.151.95.205','2010-03-07','21:06:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6.4; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5527,'207.46.204.187','2010-03-07','21:27:20','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5528,'67.195.114.33','2010-03-08','00:17:49','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5529,'66.249.67.24','2010-03-08','00:29:00','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5530,'221.149.161.5','2010-03-08','03:31:28','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5531,'211.252.150.151','2010-03-08','08:38:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(5532,'211.114.22.71','2010-03-08','09:24:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(5533,'121.254.250.64','2010-03-08','09:30:09','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5534,'121.178.192.65','2010-03-08','09:54:09','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Tablet PC 1.7; .NET CLR 1.0.3705; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5535,'211.251.223.241','2010-03-08','11:22:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5536,'221.156.132.82','2010-03-08','13:11:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/)'),(5537,'220.94.103.154','2010-03-08','14:39:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5538,'124.50.57.40','2010-03-08','16:04:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(5539,'116.125.142.134','2010-03-08','16:05:22','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5540,'67.195.114.33','2010-03-09','00:41:05','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5541,'205.203.134.197','2010-03-09','01:20:50','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(5542,'207.46.204.237','2010-03-09','02:08:13','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5543,'61.247.203.35','2010-03-09','03:07:18','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5544,'61.247.221.92','2010-03-09','07:40:52','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5545,'121.152.159.21','2010-03-09','09:35:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(5546,'121.254.250.64','2010-03-09','09:41:03','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5547,'59.31.218.124','2010-03-09','10:29:41','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/)'),(5548,'220.94.103.154','2010-03-09','11:06:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322)'),(5549,'221.149.161.5','2010-03-09','12:00:03','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5550,'66.249.67.24','2010-03-09','12:07:48','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5551,'67.195.114.33','2010-03-10','02:09:18','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5552,'61.247.203.35','2010-03-10','03:08:15','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5553,'184.73.16.212','2010-03-10','05:00:26','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(5554,'61.247.221.85','2010-03-10','08:12:06','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5555,'207.46.204.182','2010-03-10','09:28:15','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5556,'220.94.103.154','2010-03-10','11:03:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5557,'221.149.161.5','2010-03-10','13:42:32','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5558,'203.247.214.106','2010-03-10','19:56:20','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5559,'67.195.114.33','2010-03-11','00:18:37','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5560,'61.247.203.35','2010-03-11','03:12:13','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5561,'121.254.250.64','2010-03-11','03:34:48','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5562,'66.249.67.24','2010-03-11','03:54:35','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5563,'221.149.161.5','2010-03-11','07:49:46','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5564,'220.94.103.154','2010-03-11','08:20:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322)'),(5565,'211.253.82.235','2010-03-11','09:44:16','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; NetClient_AA00137785A3D0)'),(5566,'207.46.204.184','2010-03-11','12:52:41','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5567,'66.249.65.178','2010-03-11','13:33:30','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5568,'59.6.145.59','2010-03-11','15:11:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5569,'116.43.28.13','2010-03-11','16:18:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3'),(5570,'121.64.169.227','2010-03-11','19:09:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5571,'207.46.204.243','2010-03-11','20:23:40','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5572,'116.125.142.134','2010-03-11','20:56:05','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5573,'121.170.49.100','2010-03-11','21:09:51','http://kr.search.yahoo.com/search?fr=kr-front_sb&KEY=&p=%B3%F3%BB%EA%26%2347936%3B%BD%C3%BC%BC','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(5574,'207.46.204.229','2010-03-12','00:33:48','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5575,'184.73.50.155','2010-03-12','01:03:02','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(5576,'67.195.114.33','2010-03-12','01:48:28','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5577,'221.149.161.5','2010-03-12','07:58:19','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5578,'210.118.78.253','2010-03-12','08:16:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5579,'131.107.65.43','2010-03-12','08:35:50','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2; .NET CLR 3.5.21022)'),(5580,'218.146.244.84','2010-03-12','09:45:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(5581,'207.46.204.181','2010-03-12','10:41:07','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5582,'180.66.165.68','2010-03-12','11:01:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5583,'93.158.149.31','2010-03-12','11:16:35','','Yandex/1.01.001 (compatible; Win16; I)'),(5584,'220.94.103.154','2010-03-12','11:23:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322)'),(5585,'59.10.175.63','2010-03-12','11:53:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.4; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5586,'211.216.141.193','2010-03-12','12:07:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(5587,'221.150.68.111','2010-03-12','13:15:25','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2)'),(5588,'218.157.75.133','2010-03-12','15:37:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5589,'65.55.110.37','2010-03-12','15:58:36','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30707)'),(5590,'211.222.175.111','2010-03-12','18:32:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5591,'66.249.67.53','2010-03-12','19:17:49','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5592,'112.146.197.97','2010-03-12','21:26:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; BESAGENT; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; BESAGENT; .NET CLR 1.1.4322)'),(5593,'61.247.203.66','2010-03-12','23:05:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(5594,'121.183.101.125','2010-03-12','23:51:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5595,'221.149.161.5','2010-03-13','00:24:11','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5596,'93.158.149.31','2010-03-13','00:35:25','','Yandex/1.01.001 (compatible; Win16; I)'),(5597,'211.252.150.151','2010-03-13','01:19:54','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(5598,'67.195.114.33','2010-03-13','02:54:57','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5599,'61.247.203.35','2010-03-13','03:12:34','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5600,'211.172.253.205','2010-03-13','07:09:26','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5601,'218.233.103.101','2010-03-13','09:20:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322)'),(5602,'66.249.67.53','2010-03-13','09:36:01','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5603,'220.94.103.154','2010-03-13','10:25:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(5604,'64.246.165.150','2010-03-13','17:09:02','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(5605,'221.162.213.21','2010-03-13','19:31:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5606,'58.120.136.136','2010-03-13','21:35:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(5607,'211.207.141.75','2010-03-13','22:36:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5608,'112.158.253.52','2010-03-13','23:26:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2)'),(5609,'121.180.236.72','2010-03-14','00:27:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5610,'61.247.203.35','2010-03-14','03:18:41','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5611,'67.195.114.33','2010-03-14','04:37:18','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5612,'221.149.161.5','2010-03-14','09:29:37','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5613,'59.25.219.196','2010-03-14','15:17:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.1.3; InfoPath.2; Tablet PC 2.0)'),(5614,'67.195.114.33','2010-03-15','00:24:56','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5615,'61.247.203.35','2010-03-15','03:12:52','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5616,'207.46.195.233','2010-03-15','04:18:48','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5617,'221.149.161.5','2010-03-15','05:10:05','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5618,'210.90.39.10','2010-03-15','07:30:56','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5619,'66.249.67.53','2010-03-15','07:41:30','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5620,'220.94.103.154','2010-03-15','09:09:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322)'),(5621,'115.93.175.138','2010-03-15','11:09:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/642FF10A-14B9D8988A8; TCO_20100315110547; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR'),(5622,'125.129.172.4','2010-03-15','11:30:15','http://plusapple.com/www/swf/submenu2.swf','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/642FF10A-14B9D8988A8; TCO_20100315110547; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR'),(5623,'211.172.253.200','2010-03-15','12:20:16','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5624,'121.131.212.150','2010-03-15','12:50:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5625,'121.166.117.97','2010-03-15','14:15:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; InfoPath.1)'),(5626,'93.158.149.31','2010-03-15','17:20:41','','Yandex/1.01.001 (compatible; Win16; I)'),(5627,'59.6.145.59','2010-03-15','19:06:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5628,'121.160.47.93','2010-03-15','19:25:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5629,'219.251.148.183','2010-03-15','22:07:02','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2)'),(5630,'125.177.225.14','2010-03-15','23:00:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6.4; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5631,'93.158.149.31','2010-03-16','00:20:27','','Yandex/1.01.001 (compatible; Win16; I)'),(5632,'67.195.114.33','2010-03-16','00:43:39','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5633,'207.46.13.41','2010-03-16','01:39:52','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5634,'61.247.203.35','2010-03-16','03:14:47','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5635,'211.114.22.95','2010-03-16','09:58:37','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.3; IPMS/30661969-14B9ECAC595; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5636,'125.129.131.104','2010-03-16','10:19:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(5637,'219.240.185.72','2010-03-16','10:58:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5638,'207.46.195.234','2010-03-16','11:38:24','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5639,'221.149.161.5','2010-03-16','11:50:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5640,'61.79.92.132','2010-03-16','20:35:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(5641,'207.46.195.230','2010-03-16','22:15:03','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5642,'112.148.16.9','2010-03-16','22:34:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5643,'211.201.95.177','2010-03-16','22:59:02','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; InfoPath.1; .NET CLR 3.0.30618)'),(5644,'66.249.67.53','2010-03-16','23:00:00','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5645,'221.149.161.5','2010-03-17','01:39:23','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5646,'67.195.114.33','2010-03-17','02:15:24','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5647,'66.249.67.53','2010-03-17','02:55:23','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5648,'121.254.193.201','2010-03-17','03:02:18','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5649,'61.247.203.35','2010-03-17','03:15:06','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5650,'207.46.204.241','2010-03-17','09:55:43','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5651,'220.94.103.154','2010-03-17','11:30:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5652,'222.231.40.166','2010-03-17','13:07:17','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5653,'121.128.34.78','2010-03-17','13:54:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(5654,'207.46.13.88','2010-03-17','14:12:42','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5655,'220.149.255.195','2010-03-17','14:36:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5656,'180.66.165.68','2010-03-17','16:10:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5657,'121.189.194.48','2010-03-17','22:40:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729)'),(5658,'207.46.204.178','2010-03-18','00:41:51','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5659,'207.46.199.39','2010-03-18','02:01:45','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5660,'67.195.114.33','2010-03-18','03:45:57','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5661,'210.90.39.10','2010-03-18','10:47:40','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5662,'122.153.83.2','2010-03-18','11:14:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/6A001FC0-14BA1650808)'),(5663,'221.149.161.5','2010-03-18','11:36:36','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5664,'93.158.149.31','2010-03-18','12:51:46','','Yandex/1.01.001 (compatible; Win16; I)'),(5665,'221.142.59.10','2010-03-18','15:56:37','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5666,'121.172.57.88','2010-03-18','17:40:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5667,'210.223.139.141','2010-03-18','19:58:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.4; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5668,'211.219.181.2','2010-03-19','00:02:53','','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; DigExt)'),(5669,'66.249.71.44','2010-03-19','00:58:47','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5670,'67.195.114.33','2010-03-19','01:07:36','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5671,'207.46.199.51','2010-03-19','06:03:15','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5672,'222.231.40.166','2010-03-19','06:58:36','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5673,'93.158.149.31','2010-03-19','08:36:37','','Yandex/1.01.001 (compatible; Win16; I)'),(5674,'221.149.161.5','2010-03-19','08:53:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5675,'118.46.128.177','2010-03-19','13:53:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)'),(5676,'210.90.39.10','2010-03-19','17:28:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5677,'59.6.145.59','2010-03-19','19:47:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5678,'218.51.98.154','2010-03-19','20:37:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5679,'207.46.13.136','2010-03-19','22:33:21','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5680,'67.195.114.33','2010-03-20','01:08:51','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5681,'93.158.149.31','2010-03-20','01:48:39','','Yandex/1.01.001 (compatible; Win16; I)'),(5682,'61.247.203.35','2010-03-20','03:14:50','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5683,'221.149.161.5','2010-03-20','05:14:51','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5684,'114.111.36.32','2010-03-20','05:50:28','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5685,'66.249.71.44','2010-03-20','05:59:10','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5686,'222.231.40.174','2010-03-20','09:50:39','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5687,'115.139.179.141','2010-03-20','14:44:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(5688,'203.128.162.187','2010-03-20','14:50:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5689,'116.123.187.148','2010-03-20','15:47:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5690,'121.254.250.63','2010-03-20','15:52:52','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5691,'203.233.124.34','2010-03-20','16:00:31','','Java/1.4.2_05'),(5692,'61.73.168.168','2010-03-20','19:42:23','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; EmbeddedWB 14.52 EmbeddedWB 14.52; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506)'),(5693,'116.46.243.40','2010-03-20','23:31:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Embedded Web Browser from: http://bsalsa.com/; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5694,'115.136.223.126','2010-03-20','23:47:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; msn OptimizedIE8;KOKR)'),(5695,'210.90.39.10','2010-03-21','00:33:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5696,'67.195.114.33','2010-03-21','00:46:47','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5697,'221.149.161.5','2010-03-21','00:55:44','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5698,'74.52.245.146','2010-03-21','01:44:44','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(5699,'207.46.195.227','2010-03-21','02:36:25','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5700,'61.247.203.35','2010-03-21','03:20:27','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5701,'220.94.103.154','2010-03-21','10:40:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5702,'211.172.253.206','2010-03-21','14:23:20','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5703,'207.46.204.178','2010-03-21','15:13:35','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5704,'66.79.165.46','2010-03-21','18:46:01','','Mozilla/5.0'),(5705,'112.149.220.138','2010-03-21','19:38:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2)'),(5706,'118.38.11.83','2010-03-22','00:13:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; OfficeLiveConnector.1.3; OfficeLiv'),(5707,'67.195.114.33','2010-03-22','00:17:48','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5708,'207.46.13.136','2010-03-22','01:47:59','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5709,'61.247.203.35','2010-03-22','03:14:29','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5710,'210.90.39.10','2010-03-22','06:27:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5711,'113.131.186.238','2010-03-22','10:35:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322)'),(5712,'220.94.103.154','2010-03-22','12:14:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5713,'66.249.71.44','2010-03-22','14:51:17','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5714,'221.149.161.5','2010-03-22','17:05:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5715,'121.254.193.158','2010-03-22','19:29:41','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5716,'67.195.114.33','2010-03-23','00:45:38','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5717,'66.249.71.44','2010-03-23','01:03:48','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5718,'61.247.203.35','2010-03-23','03:13:37','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5719,'118.44.214.185','2010-03-23','09:35:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)'),(5720,'122.199.71.120','2010-03-23','09:59:54','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5721,'116.123.187.148','2010-03-23','11:39:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5722,'210.90.39.10','2010-03-23','12:45:01','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5723,'220.94.103.154','2010-03-23','13:26:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5724,'221.149.161.5','2010-03-23','14:04:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5725,'210.111.240.82','2010-03-23','15:58:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; NCLIENT50_AAP98FCD6ABE6B)'),(5726,'61.111.15.121','2010-03-23','19:48:05','http://plusapple.com/','pirs'),(5727,'61.111.15.127','2010-03-23','19:48:44','http://plusapple.com/www/index.php','pirs'),(5728,'61.111.15.122','2010-03-23','19:48:55','http://plusapple.com/www/index.php','pirs'),(5729,'61.111.15.125','2010-03-23','19:49:05','http://plusapple.com/www/index.php','pirs'),(5730,'61.111.15.129','2010-03-23','19:49:10','http://plusapple.com/www/index.php','pirs'),(5731,'61.111.15.126','2010-03-23','19:49:20','http://plusapple.com/www/index.php','pirs'),(5732,'61.111.15.123','2010-03-23','19:50:01','http://plusapple.com/www/index.php','pirs'),(5733,'61.111.15.128','2010-03-23','19:51:17','http://plusapple.com/www/index.php','pirs'),(5734,'61.111.15.120','2010-03-23','19:51:27','http://plusapple.com/www/index.php','pirs'),(5735,'61.111.15.124','2010-03-23','19:51:48','http://plusapple.com/www/index.php','pirs'),(5736,'211.189.229.72','2010-03-23','21:48:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(5737,'218.146.110.190','2010-03-23','21:52:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727)'),(5738,'67.195.114.33','2010-03-24','00:47:47','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5739,'211.172.253.200','2010-03-24','02:21:19','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5740,'66.249.71.44','2010-03-24','03:48:04','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5741,'61.247.221.86','2010-03-24','07:54:41','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5742,'221.149.161.5','2010-03-24','09:01:54','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5743,'207.46.195.240','2010-03-24','09:46:03','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5744,'93.158.149.31','2010-03-24','09:47:44','','Yandex/1.01.001 (compatible; Win16; I)'),(5745,'121.131.83.21','2010-03-24','10:48:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(5746,'210.90.39.10','2010-03-24','15:43:50','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5747,'216.145.11.94','2010-03-24','16:49:42','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(5748,'116.123.187.148','2010-03-24','18:02:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5749,'207.46.13.40','2010-03-24','23:37:21','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5750,'67.195.114.33','2010-03-25','00:43:49','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5751,'93.158.149.31','2010-03-25','01:20:21','','Yandex/1.01.001 (compatible; Win16; I)'),(5752,'221.149.161.5','2010-03-25','02:21:52','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5753,'211.172.253.204','2010-03-25','03:06:59','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5754,'61.247.203.35','2010-03-25','03:13:30','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5755,'220.94.103.154','2010-03-25','10:02:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5756,'112.221.235.218','2010-03-25','13:59:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5757,'66.249.71.44','2010-03-26','01:03:44','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5758,'67.195.114.33','2010-03-26','01:28:50','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5759,'61.247.203.35','2010-03-26','03:12:39','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5760,'222.231.40.175','2010-03-26','06:07:04','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5761,'115.95.255.217','2010-03-26','09:50:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5762,'115.20.85.62','2010-03-26','11:25:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(5763,'121.160.71.178','2010-03-26','14:29:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5764,'221.149.161.5','2010-03-26','15:23:05','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5765,'66.249.67.53','2010-03-26','21:17:27','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5766,'118.91.7.206','2010-03-26','22:06:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2)'),(5767,'67.195.114.33','2010-03-27','00:43:37','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5768,'61.247.203.35','2010-03-27','03:12:13','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5769,'207.46.13.146','2010-03-27','03:45:26','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5770,'210.90.39.10','2010-03-27','03:52:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5771,'66.249.67.53','2010-03-27','04:33:52','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5772,'93.158.149.31','2010-03-27','06:52:53','','Yandex/1.01.001 (compatible; Win16; I)'),(5773,'222.231.40.169','2010-03-27','07:06:48','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5774,'221.149.161.5','2010-03-27','10:16:27','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5775,'93.174.93.37','2010-03-27','11:14:01','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(5776,'66.249.68.20','2010-03-27','11:38:37','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5777,'220.78.145.90','2010-03-27','15:17:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; .NET CLR 1.1.4322; InfoPath.2)'),(5778,'218.146.11.192','2010-03-27','20:40:58','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5779,'207.46.199.44','2010-03-27','21:40:14','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5780,'207.46.199.45','2010-03-28','00:04:16','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5781,'67.195.114.33','2010-03-28','01:48:38','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5782,'93.174.93.37','2010-03-28','03:08:30','http://plusapple.com/www/bbs/board.php?bo_table=notice&page=0','Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)'),(5783,'61.247.203.35','2010-03-28','03:18:58','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5784,'221.149.161.5','2010-03-28','04:43:38','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5785,'121.254.193.157','2010-03-28','08:45:42','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5786,'118.216.136.65','2010-03-28','13:23:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.3; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(5787,'125.189.90.52','2010-03-28','16:52:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(5788,'207.46.199.40','2010-03-28','19:46:49','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5789,'207.46.13.84','2010-03-28','20:13:52','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5790,'207.46.204.210','2010-03-28','21:22:28','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SV1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30707; InfoPath.2)'),(5791,'207.46.204.203','2010-03-28','21:34:59','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)'),(5792,'66.249.68.20','2010-03-28','21:44:58','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5793,'211.179.127.207','2010-03-28','22:03:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(5794,'67.195.114.33','2010-03-29','00:34:18','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5795,'207.46.12.15','2010-03-29','00:43:10','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.30729; .NET CLR 3.5.30707; MS-RTC LM 8)'),(5796,'207.46.195.239','2010-03-29','04:08:18','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5797,'66.249.68.20','2010-03-29','08:20:23','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5798,'207.46.13.143','2010-03-29','08:27:20','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5799,'220.94.103.154','2010-03-29','09:55:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5800,'61.36.175.207','2010-03-29','10:12:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.30618; .NET CLR 3.5.30729)'),(5801,'211.172.253.193','2010-03-29','13:05:41','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5802,'115.20.169.210','2010-03-29','13:12:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5803,'218.239.235.182','2010-03-29','15:29:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5804,'222.239.106.59','2010-03-29','16:04:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(5805,'221.149.161.5','2010-03-29','16:47:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5806,'67.195.114.33','2010-03-30','00:50:46','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5807,'61.247.203.35','2010-03-30','03:13:02','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5808,'111.91.128.118','2010-03-30','04:58:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/D672080A-14BB0F6D4A4-000000375779; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)'),(5809,'210.90.39.10','2010-03-30','07:19:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5810,'66.249.68.20','2010-03-30','09:29:57','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5811,'61.247.203.65','2010-03-30','09:54:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(5812,'211.215.144.154','2010-03-30','10:10:46','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5813,'222.231.50.228','2010-03-30','10:24:22','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5814,'220.94.103.154','2010-03-30','10:52:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5815,'116.43.30.25','2010-03-30','10:57:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5816,'221.149.161.5','2010-03-30','11:42:22','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5817,'116.127.145.9','2010-03-30','12:03:51','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5818,'211.172.253.206','2010-03-30','14:17:58','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5819,'203.132.164.67','2010-03-30','14:31:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2)'),(5820,'58.78.41.14','2010-03-30','15:20:23','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.1; .NET CLR 2.0.50727)'),(5821,'211.114.22.135','2010-03-30','15:30:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; MS Extended PlugIn Ver 2.0.0.1; Windows NT 5.1; SV1; IPMS/91100569-14BB197A999; TCO_20100330152532; .NET CLR 2.0.50727)'),(5822,'95.27.91.106','2010-03-30','19:41:35','http://plusapple.com/','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.12) Gecko/20050919 Firefox/1.0.7'),(5823,'117.53.96.187','2010-03-31','02:15:35','','Python-urllib/2.6'),(5824,'61.247.203.35','2010-03-31','03:10:51','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5825,'67.195.114.33','2010-03-31','03:18:05','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5826,'221.149.161.5','2010-03-31','07:14:15','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5827,'66.249.68.113','2010-03-31','10:42:56','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5828,'220.94.103.154','2010-03-31','11:28:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322)'),(5829,'221.152.114.199','2010-03-31','11:54:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(5830,'121.254.250.63','2010-03-31','12:19:27','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5831,'61.247.204.24','2010-03-31','12:49:54','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(5832,'61.247.204.22','2010-03-31','13:14:46','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(5833,'61.247.204.23','2010-03-31','13:37:45','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(5834,'61.247.204.21','2010-03-31','14:13:07','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(5835,'211.115.167.190','2010-03-31','14:43:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; SALT 1.0.5507.0 0111; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(5836,'222.231.40.171','2010-03-31','15:05:50','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5837,'203.241.147.16','2010-03-31','15:08:23','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MS-RTC LM 8)'),(5838,'211.203.25.184','2010-03-31','15:22:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)'),(5839,'221.149.161.5','2010-04-01','01:38:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5840,'61.247.203.35','2010-04-01','03:12:04','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5841,'67.195.114.33','2010-04-01','03:20:22','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5842,'61.247.204.21','2010-04-01','03:31:42','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(5843,'66.249.68.113','2010-04-01','07:07:28','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5844,'91.201.66.44','2010-04-01','07:54:31','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 5.01; Windows 95; MSIECrawler)'),(5845,'220.94.103.154','2010-04-01','08:38:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322)'),(5846,'210.109.153.34','2010-04-01','11:09:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5847,'211.193.124.162','2010-04-01','13:02:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TCO_20100401101227; InfoPath.1)'),(5848,'207.46.195.240','2010-04-01','14:43:20','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5849,'207.46.194.149','2010-04-01','15:07:51','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(5850,'93.158.149.31','2010-04-01','16:53:15','','Yandex/1.01.001 (compatible; Win16; I)'),(5851,'121.167.231.40','2010-04-01','16:59:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(5852,'222.231.40.166','2010-04-01','20:05:01','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5853,'61.247.204.24','2010-04-01','20:19:15','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(5854,'211.175.115.28','2010-04-01','20:34:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5855,'118.41.146.115','2010-04-01','22:37:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5856,'91.201.66.44','2010-04-02','01:28:26','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FREE; .NET CLR 1.1.4322)'),(5857,'61.247.204.22','2010-04-02','03:03:55','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(5858,'67.195.114.33','2010-04-02','03:43:05','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5859,'66.249.68.113','2010-04-02','08:18:58','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5860,'210.109.153.35','2010-04-02','09:31:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5861,'221.149.161.5','2010-04-02','10:38:05','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5862,'61.247.204.21','2010-04-02','11:30:12','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(5863,'112.166.51.39','2010-04-02','15:12:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(5864,'210.109.153.42','2010-04-02','16:06:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5865,'210.109.153.45','2010-04-02','16:11:03','http://plusapple.com/www/shop/orderform.php','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5866,'121.183.99.251','2010-04-02','17:06:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(5867,'210.90.39.10','2010-04-02','17:58:52','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5868,'220.94.103.154','2010-04-02','18:13:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(5869,'69.58.178.33','2010-04-02','21:37:47','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3'),(5870,'67.195.114.33','2010-04-03','00:54:55','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5871,'211.172.253.202','2010-04-03','02:32:10','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5872,'61.247.203.35','2010-04-03','03:10:19','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5873,'221.149.161.5','2010-04-03','03:44:58','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5874,'91.201.66.44','2010-04-03','04:28:21','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Opera/8.00 (Windows NT 5.1; U; en)'),(5875,'207.46.13.87','2010-04-03','05:55:41','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5876,'207.46.13.51','2010-04-03','06:48:47','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5877,'207.46.195.242','2010-04-03','07:14:45','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5878,'220.94.103.154','2010-04-03','10:16:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(5879,'207.46.194.135','2010-04-03','10:47:45','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(5880,'61.102.85.142','2010-04-03','14:29:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2)'),(5881,'123.128.128.59','2010-04-03','15:04:15','','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; DigExt)'),(5882,'211.112.109.5','2010-04-03','15:15:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(5883,'58.232.246.180','2010-04-03','18:45:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5884,'58.78.37.46','2010-04-03','22:06:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5885,'210.90.39.10','2010-04-04','00:18:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5886,'67.195.114.33','2010-04-04','01:29:17','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5887,'91.201.66.44','2010-04-04','02:49:02','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(5888,'121.254.193.157','2010-04-04','02:52:15','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5889,'61.247.203.35','2010-04-04','03:18:26','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5890,'89.149.254.73','2010-04-04','05:42:07','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5891,'61.247.221.90','2010-04-04','07:33:08','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(5892,'221.149.161.5','2010-04-04','11:24:31','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5893,'222.101.244.225','2010-04-04','12:41:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(5894,'67.195.114.33','2010-04-05','00:30:14','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5895,'59.6.145.59','2010-04-05','03:09:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5896,'61.247.203.35','2010-04-05','03:12:52','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5897,'222.231.40.168','2010-04-05','04:11:39','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5898,'221.149.161.5','2010-04-05','05:11:40','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5899,'211.252.150.148','2010-04-05','05:43:06','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(5900,'220.94.103.154','2010-04-05','09:41:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(5901,'207.46.194.226','2010-04-05','09:51:30','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(5902,'66.249.67.59','2010-04-05','11:08:56','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5903,'93.158.149.31','2010-04-05','12:27:31','','Yandex/1.01.001 (compatible; Win16; I)'),(5904,'112.167.207.31','2010-04-05','13:04:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(5905,'119.194.122.66','2010-04-05','13:09:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5906,'121.181.243.197','2010-04-05','13:18:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5907,'210.95.187.27','2010-04-05','13:28:54','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5908,'125.136.28.124','2010-04-05','13:36:32','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.3)'),(5909,'116.43.30.25','2010-04-05','14:18:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3'),(5910,'122.252.203.32','2010-04-05','15:10:56','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(5911,'180.66.152.51','2010-04-05','16:08:41','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2)'),(5912,'219.248.164.22','2010-04-05','20:46:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5913,'118.44.173.199','2010-04-05','20:49:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; InfoPath.2)'),(5914,'121.185.136.115','2010-04-05','22:40:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(5915,'115.22.52.70','2010-04-05','23:04:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(5916,'66.249.68.78','2010-04-05','23:08:33','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5917,'58.225.253.171','2010-04-05','23:45:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727)'),(5918,'121.137.99.129','2010-04-05','23:48:09','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4)'),(5919,'66.249.68.78','2010-04-06','00:22:57','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5920,'67.195.114.33','2010-04-06','00:57:29','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5921,'64.246.178.34','2010-04-06','02:20:08','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(5922,'61.247.203.35','2010-04-06','03:11:26','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5923,'207.46.199.48','2010-04-06','05:06:52','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5924,'222.231.40.168','2010-04-06','06:47:48','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5925,'116.46.171.29','2010-04-06','07:43:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(5926,'66.249.68.107','2010-04-06','10:02:31','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5927,'220.94.103.154','2010-04-06','10:46:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(5928,'93.174.93.37','2010-04-06','11:12:51','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461)'),(5929,'221.149.161.5','2010-04-06','14:55:03','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5930,'207.46.199.230','2010-04-06','15:10:19','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(5931,'121.135.227.177','2010-04-06','15:35:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5932,'210.109.153.41','2010-04-06','15:36:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5933,'210.109.153.42','2010-04-06','15:40:35','http://plusapple.com/www/index.php','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5934,'210.109.153.34','2010-04-06','15:46:37','http://plusapple.com/www/shop/orderform.php','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5935,'119.63.198.68','2010-04-06','16:48:29','','Baiduspider+(+http://www.baidu.jp/spider/)'),(5936,'218.209.102.62','2010-04-06','17:21:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(5937,'210.109.153.38','2010-04-06','17:37:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(5938,'67.195.114.33','2010-04-07','02:10:48','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5939,'66.249.68.107','2010-04-07','02:30:35','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5940,'65.55.231.48','2010-04-07','05:13:55','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(5941,'121.254.193.158','2010-04-07','08:41:42','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5942,'210.109.153.37','2010-04-07','08:52:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(5943,'221.149.161.5','2010-04-07','09:31:57','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5944,'210.109.153.47','2010-04-07','10:50:54','http://plusapple.com/www/index.php','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(5945,'89.248.172.10','2010-04-07','10:53:05','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5946,'210.109.153.35','2010-04-07','10:55:47','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(5947,'220.94.103.154','2010-04-07','11:03:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(5948,'210.109.153.36','2010-04-07','11:15:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(5949,'116.43.30.25','2010-04-07','11:16:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3'),(5950,'210.109.153.40','2010-04-07','11:20:07','http://plusapple.com/www/swf/submenu2.swf','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(5951,'207.46.194.100','2010-04-07','12:50:59','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(5952,'207.46.13.97','2010-04-07','13:42:24','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(5953,'93.174.93.37','2010-04-07','14:54:29','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts; .NET CLR 1.1.4322; PeoplePal 6.2)'),(5954,'115.94.116.27','2010-04-07','15:53:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5955,'218.233.236.13','2010-04-07','16:04:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; IPMS/0D16A8C0-14B8D99B202; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5956,'207.46.194.141','2010-04-07','19:38:24','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(5957,'93.158.149.31','2010-04-07','21:49:25','','Yandex/1.01.001 (compatible; Win16; I)'),(5958,'121.150.224.96','2010-04-07','22:41:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(5959,'59.14.226.229','2010-04-08','00:46:51','','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; DigExt)'),(5960,'67.195.114.33','2010-04-08','02:48:54','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5961,'61.247.203.35','2010-04-08','03:10:56','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5962,'93.174.93.37','2010-04-08','03:18:33','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(5963,'221.149.161.5','2010-04-08','04:36:12','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5964,'66.249.71.82','2010-04-08','05:57:03','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5965,'121.165.224.1','2010-04-08','09:42:22','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; InfoPath.2)'),(5966,'121.254.250.64','2010-04-08','09:54:51','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5967,'222.231.40.174','2010-04-08','09:59:27','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5968,'89.248.172.10','2010-04-08','10:20:48','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Maxthon; .NET CLR 1.1.4322)'),(5969,'210.109.153.45','2010-04-08','10:39:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(5970,'210.109.153.37','2010-04-08','10:44:52','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(5971,'210.90.39.10','2010-04-08','11:05:53','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-VavFourF)'),(5972,'210.108.45.175','2010-04-08','11:18:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(5973,'220.94.103.154','2010-04-08','12:33:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(5974,'66.249.71.21','2010-04-08','14:16:18','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5975,'211.218.159.14','2010-04-08','16:29:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(5976,'119.207.216.164','2010-04-08','17:35:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(5977,'115.139.172.36','2010-04-08','18:52:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(5978,'59.26.87.30','2010-04-08','19:11:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5979,'66.249.68.23','2010-04-08','22:20:55','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5980,'66.249.67.114','2010-04-08','22:39:07','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5981,'89.248.172.10','2010-04-09','01:10:31','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; BCD2000)'),(5982,'67.195.114.33','2010-04-09','01:47:09','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5983,'93.174.93.37','2010-04-09','05:44:11','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Opera/9.01 (Windows NT 5.1; U; en)'),(5984,'59.6.145.59','2010-04-09','07:07:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(5985,'204.236.222.158','2010-04-09','09:21:05','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(5986,'221.149.161.5','2010-04-09','14:13:27','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5987,'211.172.253.194','2010-04-09','16:32:24','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(5988,'66.249.67.41','2010-04-09','18:07:56','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5989,'207.46.204.209','2010-04-09','18:25:48','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)'),(5990,'66.249.68.52','2010-04-09','21:29:55','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(5991,'67.195.114.33','2010-04-10','00:57:49','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(5992,'61.247.203.35','2010-04-10','03:10:38','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(5993,'207.46.204.157','2010-04-10','04:53:21','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729)'),(5994,'89.248.172.10','2010-04-10','06:38:53','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0'),(5995,'221.149.161.5','2010-04-10','08:28:57','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(5996,'93.174.93.37','2010-04-10','12:46:09','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1'),(5997,'61.253.81.119','2010-04-10','12:48:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(5998,'125.129.131.26','2010-04-10','13:15:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(5999,'66.249.68.52','2010-04-10','20:19:55','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6000,'66.249.67.41','2010-04-10','22:10:49','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6001,'121.254.193.158','2010-04-10','23:56:59','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6002,'67.195.114.33','2010-04-11','00:40:49','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6003,'121.155.163.86','2010-04-11','01:38:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(6004,'221.149.161.5','2010-04-11','02:23:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6005,'66.249.68.52','2010-04-11','03:33:54','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6006,'93.174.93.37','2010-04-11','04:22:58','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)'),(6007,'89.248.172.10','2010-04-11','04:28:28','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; KKman2.0)'),(6008,'207.46.195.210','2010-04-11','04:33:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)'),(6009,'207.46.13.146','2010-04-11','05:23:01','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6010,'66.249.67.41','2010-04-11','05:51:52','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6011,'222.121.49.236','2010-04-11','07:25:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6012,'123.214.209.254','2010-04-11','11:23:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; InfoPath.1)'),(6013,'121.149.228.244','2010-04-11','14:56:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) )'),(6014,'61.111.15.132','2010-04-11','14:58:18','http://plusapple.com/','pirs'),(6015,'61.111.15.135','2010-04-11','14:58:54','http://plusapple.com/www/index.php','pirs'),(6016,'61.111.15.138','2010-04-11','14:59:04','http://plusapple.com/www/index.php','pirs'),(6017,'61.111.15.133','2010-04-11','14:59:15','http://plusapple.com/www/index.php','pirs'),(6018,'61.111.15.136','2010-04-11','14:59:20','http://plusapple.com/www/index.php','pirs'),(6019,'61.111.15.137','2010-04-11','14:59:31','http://plusapple.com/www/index.php','pirs'),(6020,'61.111.15.130','2010-04-11','15:00:12','http://plusapple.com/www/index.php','pirs'),(6021,'61.111.15.131','2010-04-11','15:01:31','http://plusapple.com/www/index.php','pirs'),(6022,'61.111.15.139','2010-04-11','15:01:41','http://plusapple.com/www/index.php','pirs'),(6023,'61.111.15.134','2010-04-11','15:02:01','http://plusapple.com/www/index.php','pirs'),(6024,'210.101.81.138','2010-04-11','17:48:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(6025,'67.195.114.33','2010-04-12','00:13:53','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6026,'61.247.203.35','2010-04-12','03:09:59','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6027,'93.158.149.31','2010-04-12','05:34:01','','Yandex/1.01.001 (compatible; Win16; I)'),(6028,'115.113.116.207','2010-04-12','07:48:27','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6029,'59.148.199.222','2010-04-12','07:48:51','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6030,'200.148.233.24','2010-04-12','07:49:50','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6031,'89.7.190.86','2010-04-12','07:50:19','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6032,'205.202.120.216','2010-04-12','07:50:43','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6033,'202.78.248.136','2010-04-12','07:51:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6034,'211.172.253.202','2010-04-12','08:48:08','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6035,'207.46.195.237','2010-04-12','10:34:51','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6036,'221.149.161.5','2010-04-12','11:23:44','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6037,'93.174.93.37','2010-04-12','12:12:12','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Avant Browser [avantbrowser.com]; Hotbar 4.4.5.0)'),(6038,'210.109.153.36','2010-04-12','12:52:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6039,'210.109.153.37','2010-04-12','12:57:54','http://plusapple.com/www/shop/list.php?ca_id=20','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6040,'210.109.153.40','2010-04-12','12:59:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(6041,'203.233.124.34','2010-04-12','13:07:24','','Java/1.4.2_05'),(6042,'220.94.103.154','2010-04-12','13:16:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6043,'89.248.172.10','2010-04-12','15:43:08','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(6044,'121.183.49.20','2010-04-12','17:02:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.4; .NET CLR 2.0.50727)'),(6045,'116.43.28.11','2010-04-12','17:47:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3'),(6046,'67.195.114.33','2010-04-13','00:59:16','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6047,'93.174.93.37','2010-04-13','05:18:17','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.3 (build 01218); .NET CLR 1.1.4322)'),(6048,'221.149.161.5','2010-04-13','05:44:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6049,'61.247.221.91','2010-04-13','07:56:47','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6050,'66.249.68.52','2010-04-13','08:23:43','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6051,'116.37.117.131','2010-04-13','08:51:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; .NET CLR 1.1.4322)'),(6052,'66.249.67.41','2010-04-13','09:07:05','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6053,'89.248.172.10','2010-04-13','09:13:20','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(6054,'211.232.90.1','2010-04-13','11:07:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1)'),(6055,'210.109.153.43','2010-04-13','13:04:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(6056,'210.109.153.36','2010-04-13','13:08:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(6057,'210.109.153.32','2010-04-13','13:22:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(6058,'210.109.153.33','2010-04-13','13:23:39','http://plusapple.com/www/shop/item.php?it_id=b005','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(6059,'210.109.153.44','2010-04-13','13:26:24','http://plusapple.com/www/shop/orderform.php','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(6060,'211.177.224.181','2010-04-13','15:42:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(6061,'207.46.195.226','2010-04-13','15:51:13','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6062,'207.46.13.91','2010-04-13','16:44:21','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6063,'220.94.103.154','2010-04-13','18:36:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6064,'222.231.40.167','2010-04-13','19:39:31','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6065,'58.148.49.73','2010-04-13','20:05:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.4; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)'),(6066,'207.46.194.85','2010-04-13','21:13:12','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6067,'125.149.103.190','2010-04-13','23:11:41','http://search.daum.net/search?w=tot&nil_profile=OpenSearch&src=IE-SearchBox&q=%EC%95%84%EC%B9%A8%EB%86%8D%EC%82%B0','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6068,'207.46.195.224','2010-04-13','23:31:48','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6069,'112.155.172.7','2010-04-13','23:52:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.4; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6070,'93.158.149.31','2010-04-14','01:07:50','','Yandex/1.01.001 (compatible; Win16; I)'),(6071,'67.195.114.33','2010-04-14','02:24:37','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6072,'207.46.204.235','2010-04-14','02:38:23','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6073,'125.182.143.19','2010-04-14','03:01:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.1)'),(6074,'61.247.219.71','2010-04-14','03:10:07','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6075,'210.109.153.36','2010-04-14','09:04:23','http://mail.kepco.co.kr/eW/eWM/Mail/MailRead/ReadMail.aspx?searchTarget=&searchText=&foldertype=http%3A//ex-mailbox-4.kepco.co.kr/exchange/ok2/%25EB%25B0%259B%25EC%259D%2580%2520%25ED%258E%25B8%25EC%25A7%2580%25ED%2595%25A8/&curPage=1&sortColumn=urn:schemas:httpmail:datereceived&sortOrder=DESC&strReadState=ALL&totalPage=2&mailUrl=http%3a%2f%2fex-mailbox-4.kepco.co.kr%2fexchange%2fok2%2f%25EB%25B0%259B%25EC%259D%2580%2520%25ED%258E%25B8%25EC%25A7%2580%25ED%2595%25A8%2f%25EB%25AC%25B8%25EC%2588%259C%25EC%2598%25A5%25EB%258B%2598%25EA%25BB%2598%25EC%2584%259C%2520%25EC%25A3%25BC%25EB%25AC%25B8%25ED%2595%2598%25EC%258B%25A0%2520%25EB%2582%25B4%25EC%2597%25AD%25EC%259D%2584%2520%25EB%258B%25A4%25EC%259D%258C%25EA%25B3%25BC%2520%25EA%25B0%2599%25EC%259D%25B4%2520%25EC%25B2%2598%25EB%25A6%25AC%25ED%2595%2598%25EC%2598%2580%25EC%258A%25B5%25EB%258B%2588%25EB%258B%25A4..EML&index=3&SEARCHFLAG=&MailBoxID=&rowPerPage=15&MailList=INBOX','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6076,'120.50.93.142','2010-04-14','10:23:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6077,'93.174.93.37','2010-04-14','10:43:13','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Deepnet Explorer)'),(6078,'207.46.13.49','2010-04-14','10:56:47','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6079,'61.247.203.35','2010-04-14','11:07:50','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6080,'66.249.68.122','2010-04-14','12:12:29','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6081,'221.149.161.5','2010-04-14','12:19:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6082,'203.239.56.69','2010-04-14','14:02:14','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/109715AC-14BC54897C7; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6083,'125.186.243.27','2010-04-14','18:30:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)'),(6084,'212.117.187.100','2010-04-14','18:48:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6085,'121.55.147.223','2010-04-14','19:51:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(6086,'121.182.65.8','2010-04-14','21:38:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6087,'207.46.194.128','2010-04-15','01:45:37','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6088,'67.195.114.33','2010-04-15','01:49:42','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6089,'61.247.203.35','2010-04-15','03:10:49','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6090,'93.174.93.37','2010-04-15','03:31:14','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.6 (build 01425))'),(6091,'221.149.161.5','2010-04-15','04:56:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6092,'58.236.37.135','2010-04-15','05:06:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.2)'),(6093,'207.46.204.180','2010-04-15','06:57:34','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6094,'220.94.103.154','2010-04-15','10:07:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6095,'61.247.204.39','2010-04-15','11:25:19','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6096,'125.250.166.50','2010-04-15','12:08:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/4900000A-14BC6524AAA-000000301186; InfoPath.2)'),(6097,'121.254.193.158','2010-04-15','12:23:17','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6098,'121.150.238.23','2010-04-15','12:49:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(6099,'121.149.33.33','2010-04-15','16:49:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6100,'210.109.153.35','2010-04-15','17:11:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(6101,'210.109.153.36','2010-04-15','17:12:14','http://plusapple.com/www/bbs/login.php?url=..%2Fshop%2Forderform.php','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(6102,'125.149.120.142','2010-04-15','17:14:52','http://www.plusapple.com/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; ko-kr) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7D11 Safari/528.16'),(6103,'203.233.124.34','2010-04-15','17:20:20','','Java/1.4.2_05'),(6104,'210.109.153.37','2010-04-15','17:20:23','http://pg.dacom.net/card/load.jsp','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(6105,'66.249.68.8','2010-04-15','18:28:52','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6106,'66.249.67.70','2010-04-15','18:40:16','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6107,'61.247.204.35','2010-04-15','19:44:33','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6108,'67.195.114.33','2010-04-16','00:40:12','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6109,'59.6.145.59','2010-04-16','00:53:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6110,'61.247.203.35','2010-04-16','03:42:36','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6111,'61.247.204.35','2010-04-16','04:19:55','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6112,'65.55.108.155','2010-04-16','05:43:08','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6113,'61.247.204.37','2010-04-16','06:29:26','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6114,'89.248.172.10','2010-04-16','09:33:54','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6115,'211.193.124.162','2010-04-16','09:42:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TCO_20100416091825; InfoPath.1)'),(6116,'207.46.199.215','2010-04-16','09:43:15','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6117,'122.101.105.183','2010-04-16','09:52:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; NCLIENT50_AAP94612B794F7)'),(6118,'65.55.108.154','2010-04-16','09:53:07','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6119,'218.146.32.4','2010-04-16','10:48:19','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; MS Extended PlugIn Ver 2.0.0.1; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6120,'121.254.250.64','2010-04-16','11:01:35','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6121,'221.149.161.5','2010-04-16','12:11:36','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6122,'220.94.103.154','2010-04-16','12:41:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6123,'93.174.93.37','2010-04-16','13:42:42','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705)'),(6124,'123.142.199.198','2010-04-16','14:22:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.1)'),(6125,'222.99.99.245','2010-04-16','20:04:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(6126,'66.249.68.8','2010-04-16','23:16:30','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6127,'67.195.114.33','2010-04-17','01:23:50','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6128,'66.249.68.8','2010-04-17','01:39:23','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6129,'61.247.203.35','2010-04-17','03:40:38','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6130,'211.172.253.206','2010-04-17','04:53:39','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6131,'207.46.13.133','2010-04-17','06:09:04','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6132,'221.149.161.5','2010-04-17','06:18:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6133,'211.229.12.109','2010-04-17','08:12:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(6134,'66.249.68.66','2010-04-17','09:21:53','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6135,'93.174.93.37','2010-04-17','12:49:43','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.01'),(6136,'59.25.0.190','2010-04-17','13:00:36','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(6137,'89.248.172.10','2010-04-17','14:05:26','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.61 [en] (X11; U; ) - BrowseX (2.0.0 Windows)'),(6138,'180.65.80.19','2010-04-17','14:23:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.0.30618; .NET CLR 3.5.30729; InfoPath.1)'),(6139,'221.149.161.5','2010-04-18','00:01:23','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6140,'67.195.114.33','2010-04-18','01:31:54','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6141,'207.46.199.43','2010-04-18','04:42:32','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6142,'93.174.93.37','2010-04-18','04:48:46','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)'),(6143,'89.248.172.10','2010-04-18','05:24:04','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1'),(6144,'66.249.68.66','2010-04-18','06:35:19','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6145,'211.218.247.252','2010-04-18','10:32:54','http://www.plusapple.com/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_3 like Mac OS X; ko-kr) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7E18 Safari/528.16'),(6146,'93.158.149.31','2010-04-18','11:32:16','','Yandex/1.01.001 (compatible; Win16; I)'),(6147,'61.253.137.97','2010-04-18','17:13:08','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30618; .NET CLR 3.5.30729)'),(6148,'211.172.253.197','2010-04-18','17:30:35','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6149,'211.252.150.148','2010-04-18','23:51:43','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(6150,'67.195.114.33','2010-04-19','00:43:21','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6151,'207.46.13.94','2010-04-19','00:55:47','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6152,'61.247.203.35','2010-04-19','03:06:24','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6153,'207.46.12.153','2010-04-19','05:54:42','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.40607; .NET CLR 3.0.30729; .NET CLR 3.5.30729; InfoPath.2)'),(6154,'221.149.161.5','2010-04-19','07:29:07','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6155,'207.46.13.142','2010-04-19','07:46:55','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6156,'207.46.12.201','2010-04-19','08:53:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.30729)'),(6157,'66.249.68.66','2010-04-19','11:05:33','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6158,'64.246.165.190','2010-04-19','11:29:04','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(6159,'115.137.158.11','2010-04-19','12:02:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6160,'89.248.172.10','2010-04-19','12:25:43','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; Alexa Toolbar; (R1 1.5))'),(6161,'207.46.13.51','2010-04-19','12:26:53','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6162,'93.174.93.37','2010-04-19','12:31:33','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)'),(6163,'174.129.154.204','2010-04-19','12:52:59','','Mozilla/5.0 (X11; U; Linux x86_64; pt-BR; rv:1.9.1.8) Gecko/20100214 Ubuntu/9.10 (karmic) Firefox/3.5.8'),(6164,'66.249.67.24','2010-04-19','13:23:34','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6165,'207.46.13.138','2010-04-19','13:42:05','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6166,'116.33.4.8','2010-04-19','14:03:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1)'),(6167,'110.12.6.209','2010-04-19','15:18:16','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%20%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6168,'58.122.97.166','2010-04-19','17:45:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6169,'112.158.230.40','2010-04-19','19:25:43','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/9F396064-14BCB9B4C4C-00000017629D; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(6170,'58.127.194.36','2010-04-19','20:15:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6171,'121.137.121.80','2010-04-19','21:26:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NE'),(6172,'67.195.114.33','2010-04-20','00:05:04','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6173,'222.231.40.176','2010-04-20','02:50:18','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6174,'61.247.203.35','2010-04-20','03:08:06','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6175,'89.248.172.10','2010-04-20','03:44:59','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6176,'93.174.93.37','2010-04-20','04:14:30','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Maxthon; .NET CLR 1.1.4322)'),(6177,'91.201.66.44','2010-04-20','04:29:17','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)'),(6178,'207.46.13.91','2010-04-20','05:04:07','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6179,'125.244.251.154','2010-04-20','10:23:33','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6180,'221.149.161.5','2010-04-20','13:38:31','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6181,'61.247.204.37','2010-04-20','14:03:58','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6182,'121.180.218.54','2010-04-20','15:47:28','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; MathPlayer 2.0; GTB0.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6183,'66.249.68.55','2010-04-20','15:51:41','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6184,'220.116.144.104','2010-04-20','17:03:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152)'),(6185,'66.249.67.123','2010-04-20','17:07:18','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6186,'115.86.36.64','2010-04-20','19:47:37','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/E1B6FEA9-14B9DEA3999; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6187,'93.158.149.31','2010-04-20','20:27:59','','Yandex/1.01.001 (compatible; Win16; I)'),(6188,'207.46.13.49','2010-04-20','21:03:42','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6189,'207.46.12.156','2010-04-20','22:34:34','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(6190,'207.46.13.144','2010-04-20','22:35:42','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6191,'67.195.114.33','2010-04-21','00:01:29','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6192,'66.249.68.55','2010-04-21','04:29:52','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6193,'221.149.161.5','2010-04-21','05:02:38','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6194,'59.13.64.89','2010-04-21','06:24:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 1.1.4322)'),(6195,'89.248.172.10','2010-04-21','08:57:20','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)'),(6196,'220.94.103.154','2010-04-21','10:09:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6197,'117.55.146.13','2010-04-21','10:39:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(6198,'207.46.13.144','2010-04-21','10:49:03','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6199,'65.55.231.118','2010-04-21','10:55:04','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6200,'93.174.93.37','2010-04-21','11:06:01','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/1.22 (compatible; MSIE 2.0; Windows 95)'),(6201,'93.158.149.31','2010-04-21','11:15:07','','Yandex/1.01.001 (compatible; Win16; I)'),(6202,'121.144.74.160','2010-04-21','11:17:16','','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; DigExt)'),(6203,'61.79.28.14','2010-04-21','12:50:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(6204,'61.247.203.65','2010-04-21','13:56:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(6205,'211.245.43.209','2010-04-21','14:34:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(6206,'66.249.69.180','2010-04-21','16:08:06','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6207,'121.254.193.156','2010-04-21','16:17:18','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6208,'118.32.90.241','2010-04-21','16:31:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6209,'66.249.69.21','2010-04-21','21:52:14','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6210,'211.107.149.124','2010-04-21','22:01:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6211,'91.201.66.44','2010-04-21','22:57:06','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(6212,'125.185.76.62','2010-04-22','00:02:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(6213,'89.248.172.10','2010-04-22','00:16:40','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Media Center PC'),(6214,'66.249.69.21','2010-04-22','01:27:35','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6215,'207.46.204.177','2010-04-22','02:18:30','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6216,'67.195.114.33','2010-04-22','02:48:13','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6217,'59.11.64.73','2010-04-22','12:24:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(6218,'210.105.213.21','2010-04-22','12:25:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; MS-RTC LM 8)'),(6219,'221.149.161.5','2010-04-22','13:37:12','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6220,'114.206.198.231','2010-04-22','15:24:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6221,'115.136.197.141','2010-04-22','16:16:03','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6222,'121.88.80.225','2010-04-22','16:58:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; .NET CLR 1.1.4322)'),(6223,'112.155.35.13','2010-04-22','18:05:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6224,'91.201.66.44','2010-04-22','20:02:23','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)'),(6225,'93.174.93.37','2010-04-22','23:20:04','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)'),(6226,'67.195.114.47','2010-04-22','23:46:09','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6227,'207.46.195.238','2010-04-23','01:52:59','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6228,'67.195.114.47','2010-04-23','03:04:29','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6229,'66.249.69.21','2010-04-23','05:54:38','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6230,'89.248.172.10','2010-04-23','07:16:34','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)'),(6231,'221.149.161.5','2010-04-23','07:21:01','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6232,'93.174.93.37','2010-04-23','09:35:34','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)'),(6233,'207.46.13.139','2010-04-23','09:46:28','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6234,'207.46.13.135','2010-04-23','12:34:59','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6235,'61.77.205.71','2010-04-23','12:42:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(6236,'66.249.69.180','2010-04-23','12:57:22','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6237,'125.243.34.178','2010-04-23','12:58:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/950110AC-14BD115ECCC)'),(6238,'91.201.66.44','2010-04-23','13:46:04','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0 ; .NET CLR 2.0.50215; SL Commerce Client v1.0; Tablet PC 2.0'),(6239,'210.109.153.33','2010-04-23','14:16:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(6240,'203.233.124.34','2010-04-23','14:21:44','','Java/1.4.2_05'),(6241,'210.109.153.32','2010-04-23','14:21:45','http://pg.dacom.net/card/load.jsp','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(6242,'118.217.39.117','2010-04-23','18:32:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(6243,'112.187.132.134','2010-04-23','18:44:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(6244,'222.112.155.56','2010-04-23','21:43:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(6245,'207.46.204.228','2010-04-23','23:19:06','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6246,'207.46.199.39','2010-04-23','23:19:35','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6247,'67.195.114.47','2010-04-24','00:02:35','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6248,'221.149.161.5','2010-04-24','00:41:01','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6249,'93.174.93.37','2010-04-24','00:49:24','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(6250,'61.247.203.35','2010-04-24','03:13:46','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6251,'66.249.69.21','2010-04-24','07:31:06','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6252,'61.247.221.87','2010-04-24','08:01:18','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6253,'66.249.69.180','2010-04-24','10:02:35','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6254,'220.94.103.154','2010-04-24','11:24:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6255,'91.201.66.44','2010-04-24','13:02:44','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(6256,'89.248.172.10','2010-04-24','13:43:42','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) NS8/0.9.6'),(6257,'222.103.139.206','2010-04-24','14:00:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(6258,'211.172.253.196','2010-04-24','14:19:08','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6259,'116.43.37.23','2010-04-24','17:55:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(6260,'122.139.27.189','2010-04-24','22:21:16','','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; DigExt)'),(6261,'67.195.114.47','2010-04-25','00:13:42','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6262,'61.247.203.35','2010-04-25','03:01:23','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6263,'221.149.161.5','2010-04-25','07:57:11','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6264,'93.174.93.37','2010-04-25','07:57:29','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Opera/8.01 (Windows NT 5.1)'),(6265,'66.249.69.21','2010-04-25','12:03:11','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6266,'91.201.66.44','2010-04-25','12:03:34','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]'),(6267,'89.248.172.10','2010-04-25','12:15:10','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; ru) Opera 8.01'),(6268,'66.249.69.180','2010-04-25','12:49:31','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6269,'93.158.149.31','2010-04-25','15:38:18','','Yandex/1.01.001 (compatible; Win16; I)'),(6270,'222.231.40.172','2010-04-25','15:42:41','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6271,'58.120.167.234','2010-04-25','16:57:23','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.3)'),(6272,'121.254.250.63','2010-04-25','17:11:08','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6273,'67.195.114.47','2010-04-26','00:16:08','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6274,'221.149.161.5','2010-04-26','00:20:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6275,'93.158.149.31','2010-04-26','00:31:25','','Yandex/1.01.001 (compatible; Win16; I)'),(6276,'61.247.203.35','2010-04-26','03:00:52','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6277,'89.248.172.10','2010-04-26','03:16:26','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/3.0 (x86 [en] Windows NT 5.1; Sun)'),(6278,'91.201.66.44','2010-04-26','05:03:38','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Deepnet Explorer 1.5.0; .NET CLR 1.0.3705)'),(6279,'93.174.93.37','2010-04-26','06:33:35','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Netscape/8.0.4'),(6280,'61.247.221.91','2010-04-26','07:34:01','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6281,'66.249.69.180','2010-04-26','07:58:48','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6282,'207.46.195.230','2010-04-26','08:37:01','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6283,'203.248.67.14','2010-04-26','09:48:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; AhnLab:APG=1^-9200343^19;; InfoPath.1; .NET CLR 1.1.4322)'),(6284,'210.109.153.32','2010-04-26','11:00:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(6285,'210.109.153.43','2010-04-26','11:02:40','http://plusapple.com/www/swf/submenu2.swf','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(6286,'218.156.86.207','2010-04-26','11:22:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6287,'220.94.103.154','2010-04-26','14:45:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6288,'121.173.211.119','2010-04-26','15:55:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; MathPlayer 2.0; IPMS/7201A8C0-14BD4D66F0F-100000000000; .NET CLR 1.1.4322; InfoPath.1)'),(6289,'210.109.153.38','2010-04-26','16:31:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(6290,'211.172.253.206','2010-04-26','17:31:44','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6291,'66.249.69.21','2010-04-26','18:49:09','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6292,'67.195.115.180','2010-04-26','20:48:07','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6293,'112.149.94.175','2010-04-26','22:00:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(6294,'67.195.115.180','2010-04-27','00:18:37','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6295,'220.149.53.93','2010-04-27','01:43:52','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/5D3595DC-14BD5A595C5-000000098968; .NET CLR 1.1.4322)'),(6296,'61.247.203.35','2010-04-27','03:01:01','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6297,'221.149.161.5','2010-04-27','06:51:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6298,'91.201.66.44','2010-04-27','06:59:56','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(6299,'89.248.172.10','2010-04-27','11:24:51','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Opera/7.11 (Windows NT 5.1; U) [en]'),(6300,'220.116.76.186','2010-04-27','12:46:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6301,'125.248.180.202','2010-04-27','13:00:57','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2)'),(6302,'93.174.93.37','2010-04-27','13:04:36','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/0.6 Beta (Windows)'),(6303,'61.249.233.185','2010-04-27','14:23:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2)'),(6304,'210.109.153.32','2010-04-27','15:02:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(6305,'220.75.50.44','2010-04-27','17:30:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)'),(6306,'211.172.253.196','2010-04-27','19:07:11','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6307,'119.192.143.207','2010-04-27','19:33:31','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(6308,'66.249.69.21','2010-04-27','23:32:56','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6309,'74.52.245.146','2010-04-28','00:19:28','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(6310,'67.195.115.180','2010-04-28','00:20:11','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6311,'66.249.69.21','2010-04-28','01:11:27','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6312,'89.248.172.10','2010-04-28','02:36:18','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT) ::ELNSB50::000061100320025802a00111000000000507000900000000'),(6313,'61.247.203.35','2010-04-28','03:00:51','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6314,'91.201.66.44','2010-04-28','03:10:21','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; FDM)'),(6315,'93.174.93.37','2010-04-28','04:20:36','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Avant Browser [avantbrowser.com]; Hotbar 4.4.5.0)'),(6316,'210.109.153.37','2010-04-28','09:10:22','http://plusapple.com/www/shop/orderform.php','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(6317,'210.109.153.46','2010-04-28','09:14:30','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(6318,'66.249.69.180','2010-04-28','09:52:40','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6319,'61.252.183.2','2010-04-28','10:02:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322)'),(6320,'220.94.103.154','2010-04-28','10:34:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6321,'112.170.2.78','2010-04-28','12:57:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(6322,'221.149.161.5','2010-04-28','13:11:44','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6323,'210.109.153.39','2010-04-28','14:31:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6324,'211.214.78.87','2010-04-28','14:34:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6325,'210.109.153.47','2010-04-28','14:37:11','http://plusapple.com/www/shop/list.php?ca_id=20','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6326,'210.109.153.32','2010-04-28','14:46:50','http://plusapple.com/www/shop/item.php?it_id=b004','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6327,'210.109.153.40','2010-04-28','14:49:16','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6328,'210.109.153.42','2010-04-28','14:55:09','http://plusapple.com/www/shop/orderform.php','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6329,'210.109.153.43','2010-04-28','14:59:38','http://plusapple.com/www/bbs/zip.php?frm_name=forderform&frm_zip1=od_zip1&frm_zip2=od_zip2&frm_addr1=od_addr1&frm_addr2=od_addr2','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6330,'221.142.59.10','2010-04-28','16:16:31','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6331,'118.32.162.223','2010-04-28','16:51:03','http://www.plusapple.com/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1059 Safari/532.5'),(6332,'121.254.250.63','2010-04-28','17:03:15','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6333,'61.255.202.199','2010-04-28','17:14:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6334,'61.34.70.234','2010-04-28','18:44:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6335,'58.224.180.211','2010-04-28','20:33:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(6336,'211.172.253.196','2010-04-28','21:19:53','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6337,'58.231.106.103','2010-04-28','23:13:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30618; .NET CLR 3.5.30729)'),(6338,'67.195.115.180','2010-04-29','00:23:12','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6339,'115.143.254.14','2010-04-29','03:40:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6340,'221.149.161.5','2010-04-29','05:01:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6341,'91.201.66.44','2010-04-29','05:13:44','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Opera/7.54 (Windows NT 5.1; U) [pl]'),(6342,'61.111.15.112','2010-04-29','06:23:32','http://plusapple.com/','pirs'),(6343,'61.111.15.110','2010-04-29','06:24:07','http://plusapple.com/www/index.php','pirs'),(6344,'61.111.15.116','2010-04-29','06:24:18','http://plusapple.com/www/index.php','pirs'),(6345,'61.111.15.113','2010-04-29','06:24:28','http://plusapple.com/www/index.php','pirs'),(6346,'61.111.15.118','2010-04-29','06:24:33','http://plusapple.com/www/index.php','pirs'),(6347,'61.111.15.117','2010-04-29','06:24:44','http://plusapple.com/www/index.php','pirs'),(6348,'61.111.15.111','2010-04-29','06:25:23','http://plusapple.com/www/index.php','pirs'),(6349,'61.111.15.114','2010-04-29','06:26:41','http://plusapple.com/www/index.php','pirs'),(6350,'61.111.15.115','2010-04-29','06:26:51','http://plusapple.com/www/index.php','pirs'),(6351,'61.111.15.119','2010-04-29','06:27:13','http://plusapple.com/www/index.php','pirs'),(6352,'89.248.172.10','2010-04-29','09:02:26','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/1.22 (compatible; MSIE 2.0d; Windows NT)'),(6353,'220.94.103.154','2010-04-29','13:28:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6354,'210.109.153.36','2010-04-29','14:32:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(6355,'210.109.153.42','2010-04-29','14:39:07','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(6356,'203.233.124.34','2010-04-29','14:41:27','','Java/1.4.2_05'),(6357,'210.109.153.40','2010-04-29','17:09:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(6358,'66.249.69.180','2010-04-29','19:57:02','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6359,'93.158.149.31','2010-04-29','23:04:41','','Yandex/1.01.001 (compatible; Win16; I)'),(6360,'222.231.40.169','2010-04-29','23:30:18','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6361,'89.248.172.10','2010-04-30','00:22:58','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Opera/7.54 (Windows NT 5.1; U) [pl]'),(6362,'67.195.115.180','2010-04-30','00:25:12','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6363,'207.46.13.49','2010-04-30','01:59:21','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6364,'91.201.66.44','2010-04-30','04:25:25','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.0 [en]'),(6365,'221.149.161.5','2010-04-30','08:20:29','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6366,'112.163.186.167','2010-04-30','10:13:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2)'),(6367,'119.118.16.170','2010-04-30','13:55:03','','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; DigExt)'),(6368,'64.246.165.210','2010-04-30','14:01:57','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(6369,'220.94.103.154','2010-04-30','15:08:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6370,'210.109.153.46','2010-04-30','16:06:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(6371,'210.109.153.38','2010-04-30','16:19:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(6372,'210.109.153.34','2010-04-30','17:08:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6373,'119.202.116.226','2010-04-30','21:50:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6374,'207.46.204.235','2010-04-30','22:48:21','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6375,'221.149.161.5','2010-05-01','00:13:11','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6376,'67.195.115.180','2010-05-01','00:19:15','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6377,'222.231.40.168','2010-05-01','02:11:29','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6378,'93.174.93.37','2010-05-01','02:33:08','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; KKman2.0)'),(6379,'211.62.252.48','2010-05-01','03:22:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6380,'66.249.69.180','2010-05-01','06:28:38','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6381,'66.249.69.21','2010-05-01','07:03:44','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6382,'61.247.221.85','2010-05-01','07:53:12','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6383,'65.55.231.71','2010-05-01','08:04:22','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6384,'115.140.159.197','2010-05-01','12:06:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322)'),(6385,'91.201.66.44','2010-05-01','16:14:23','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.40607)'),(6386,'220.122.98.30','2010-05-01','18:27:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(6387,'220.94.103.154','2010-05-01','19:01:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6388,'67.195.115.180','2010-05-02','00:29:52','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6389,'93.174.93.37','2010-05-02','01:10:53','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible- MSIE 6.0- Windows NT 5.1- SV1- .NET CLR 1.1.4322'),(6390,'211.172.253.194','2010-05-02','03:53:12','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6391,'66.249.69.21','2010-05-02','04:40:31','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6392,'66.249.69.180','2010-05-02','09:38:47','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6393,'221.149.161.5','2010-05-02','13:46:07','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6394,'91.201.66.44','2010-05-02','16:06:00','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.6 (build 01425))'),(6395,'67.195.115.180','2010-05-03','00:19:12','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6396,'93.174.93.37','2010-05-03','00:43:01','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/0.6 Beta (Windows)'),(6397,'222.231.40.175','2010-05-03','06:12:50','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6398,'221.149.161.5','2010-05-03','08:06:33','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6399,'66.249.69.180','2010-05-03','08:26:17','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6400,'220.94.103.154','2010-05-03','10:02:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6401,'114.111.36.29','2010-05-03','11:22:39','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6402,'222.100.238.35','2010-05-03','13:42:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.4; .NET CLR 1.1.4322)'),(6403,'121.254.250.63','2010-05-03','13:59:00','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6404,'210.109.153.41','2010-05-03','15:23:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(6405,'210.109.153.45','2010-05-03','15:30:33','http://plusapple.com/www/shop/orderform.php','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(6406,'210.109.153.40','2010-05-03','15:41:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(6407,'91.201.66.44','2010-05-03','15:43:19','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Q312461)'),(6408,'210.109.153.43','2010-05-03','15:48:30','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(6409,'66.249.69.21','2010-05-03','17:52:58','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6410,'184.73.42.139','2010-05-03','17:54:17','','SheenBot/SheenBot-1.0.4 (Sheen web crawler)'),(6411,'124.49.144.37','2010-05-03','21:42:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(6412,'124.50.174.115','2010-05-03','23:25:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6413,'67.195.115.180','2010-05-04','00:25:06','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6414,'221.149.161.5','2010-05-04','01:28:43','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6415,'66.249.69.21','2010-05-04','01:30:17','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6416,'65.55.231.64','2010-05-04','05:49:30','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6417,'222.231.40.175','2010-05-04','07:31:08','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6418,'119.194.239.105','2010-05-04','09:06:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6419,'66.249.69.180','2010-05-04','09:44:18','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6420,'65.55.231.53','2010-05-04','11:11:17','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6421,'221.142.226.249','2010-05-04','11:35:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6422,'220.94.103.154','2010-05-04','12:04:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6423,'211.209.12.61','2010-05-04','16:25:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(6424,'69.58.178.26','2010-05-04','19:14:28','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3'),(6425,'59.11.73.160','2010-05-04','22:36:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6426,'91.201.66.44','2010-05-04','22:59:43','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.61 [en] (X11; U; ) - BrowseX (2.0.0 Windows)'),(6427,'67.195.115.180','2010-05-05','00:03:54','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6428,'114.111.36.29','2010-05-05','00:21:19','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6429,'66.249.68.55','2010-05-05','00:52:52','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6430,'221.149.161.5','2010-05-05','08:37:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6431,'211.172.253.204','2010-05-05','09:18:40','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6432,'66.249.67.123','2010-05-05','10:07:45','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6433,'66.249.68.113','2010-05-05','10:09:18','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6434,'93.174.93.37','2010-05-05','11:09:00','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible- MSIE 6.0- Windows NT 5.1- SV1- .NET CLR 1.1.4322'),(6435,'91.201.66.44','2010-05-05','15:20:41','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(6436,'70.33.184.37','2010-05-05','15:35:23','','panscient.com'),(6437,'125.180.22.171','2010-05-05','17:46:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(6438,'59.25.149.115','2010-05-05','21:36:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(6439,'118.34.124.196','2010-05-05','23:57:21','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3'),(6440,'67.195.115.180','2010-05-06','00:08:03','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6441,'222.231.50.228','2010-05-06','00:14:13','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6442,'93.174.93.37','2010-05-06','02:51:09','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]'),(6443,'221.149.161.5','2010-05-06','02:54:08','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6444,'114.111.36.29','2010-05-06','03:05:19','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6445,'207.46.204.192','2010-05-06','04:55:59','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6446,'207.46.13.91','2010-05-06','05:05:29','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6447,'110.10.207.40','2010-05-06','09:39:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)'),(6448,'66.249.69.180','2010-05-06','10:42:24','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6449,'115.20.83.166','2010-05-06','10:48:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(6450,'222.231.50.175','2010-05-06','11:01:15','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6451,'121.254.193.158','2010-05-06','11:09:37','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6452,'220.94.103.154','2010-05-06','15:18:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6453,'91.201.66.44','2010-05-06','15:59:51','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 5.0; Windows 3.1)'),(6454,'210.109.153.43','2010-05-06','16:35:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(6455,'119.63.198.72','2010-05-06','16:58:27','','Baiduspider+(+http://www.baidu.jp/spider/)'),(6456,'67.195.115.180','2010-05-07','00:15:05','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6457,'61.247.204.35','2010-05-07','05:25:33','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6458,'66.249.69.180','2010-05-07','07:01:24','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6459,'66.249.69.21','2010-05-07','08:00:58','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6460,'89.248.172.10','2010-05-07','10:31:00','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; APC; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50215; InfoPath.1)'),(6461,'221.149.161.5','2010-05-07','11:07:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6462,'91.201.66.44','2010-05-07','11:11:21','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FREE; .NET CLR 1.1.4322)'),(6463,'211.172.253.197','2010-05-07','12:47:44','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6464,'61.247.219.71','2010-05-07','19:48:58','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6465,'114.111.36.32','2010-05-07','23:27:13','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6466,'67.195.115.180','2010-05-08','00:03:13','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6467,'66.249.69.21','2010-05-08','01:21:36','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6468,'221.149.161.5','2010-05-08','05:55:27','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6469,'114.111.36.31','2010-05-08','08:37:00','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6470,'66.249.69.180','2010-05-08','09:19:47','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6471,'89.248.172.10','2010-05-08','10:24:17','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(6472,'91.201.66.44','2010-05-08','12:04:40','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Update a; AOL 6.0; Windows 98)'),(6473,'61.247.204.39','2010-05-08','13:42:00','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6474,'61.247.204.35','2010-05-08','13:47:24','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6475,'61.247.204.37','2010-05-08','13:57:07','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6476,'222.231.40.170','2010-05-08','14:03:06','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6477,'61.247.204.38','2010-05-08','14:05:06','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6478,'61.247.204.36','2010-05-08','14:20:47','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6479,'67.195.115.180','2010-05-09','00:00:42','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6480,'122.35.101.17','2010-05-09','00:06:47','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)'),(6481,'95.108.151.244','2010-05-09','00:24:16','','Yandex/1.01.001 (compatible; Win16; H)'),(6482,'89.248.172.10','2010-05-09','02:09:09','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 5.01; Windows 95; MSIECrawler)'),(6483,'66.249.69.21','2010-05-09','03:18:14','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6484,'66.249.69.180','2010-05-09','08:19:40','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6485,'211.252.150.147','2010-05-09','09:54:16','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(6486,'207.46.13.142','2010-05-09','11:04:01','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6487,'207.46.13.89','2010-05-09','11:30:30','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6488,'91.201.66.44','2010-05-09','13:58:25','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(6489,'221.149.161.5','2010-05-09','17:44:19','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6490,'65.55.108.137','2010-05-09','22:55:11','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6491,'64.246.161.190','2010-05-09','23:17:05','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(6492,'67.195.115.180','2010-05-10','00:02:44','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6493,'66.249.69.21','2010-05-10','03:01:31','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6494,'66.249.69.180','2010-05-10','09:25:29','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6495,'89.248.172.10','2010-05-10','09:50:06','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/3.0 (compatible; WebCapture 2.0; Auto; Windows)'),(6496,'221.149.161.5','2010-05-10','10:55:53','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6497,'91.201.66.44','2010-05-10','16:10:26','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Opera/9.0 (Windows NT 5.1; U; en)'),(6498,'211.252.246.149','2010-05-10','17:22:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(6499,'115.20.83.162','2010-05-10','17:56:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)'),(6500,'121.166.255.104','2010-05-10','18:12:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(6501,'61.247.219.71','2010-05-10','19:49:03','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6502,'211.114.200.132','2010-05-10','19:50:03','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(6503,'201.15.113.97','2010-05-10','23:27:42','','Mozilla/3.0 (compatible; Indy Library)'),(6504,'67.195.115.180','2010-05-11','00:03:50','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6505,'65.55.108.155','2010-05-11','00:53:56','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6506,'91.201.66.44','2010-05-11','02:39:07','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MRA 4.6 (build 01425))'),(6507,'66.249.69.21','2010-05-11','02:59:19','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6508,'221.149.161.5','2010-05-11','05:07:58','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6509,'207.46.12.20','2010-05-11','06:10:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)'),(6510,'89.248.172.10','2010-05-11','06:32:38','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(6511,'112.185.82.10','2010-05-11','11:37:12','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(6512,'119.194.239.105','2010-05-11','12:26:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6513,'61.247.204.38','2010-05-11','14:39:10','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6514,'61.247.204.36','2010-05-11','15:17:57','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6515,'121.254.193.157','2010-05-11','15:24:20','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6516,'61.247.204.37','2010-05-11','15:27:12','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6517,'61.247.204.35','2010-05-11','15:28:11','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6518,'121.165.226.98','2010-05-11','16:04:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Media Center PC 3.0; .NET CLR 1.0.3705; InfoPath.1)'),(6519,'210.109.153.38','2010-05-11','16:44:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(6520,'61.247.204.39','2010-05-11','22:34:07','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6521,'67.195.115.180','2010-05-12','00:04:58','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6522,'184.73.87.203','2010-05-12','02:17:13','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(6523,'66.249.69.21','2010-05-12','04:42:27','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6524,'220.94.103.154','2010-05-12','09:34:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(6525,'61.84.16.142','2010-05-12','12:38:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/)'),(6526,'89.248.172.10','2010-05-12','13:17:54','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 5.5; Windows 95; BCD2000)'),(6527,'221.149.161.5','2010-05-12','14:28:26','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6528,'66.249.69.180','2010-05-12','14:33:51','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6529,'59.12.203.241','2010-05-12','16:55:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(6530,'121.186.3.251','2010-05-12','17:16:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/)'),(6531,'119.194.239.105','2010-05-12','18:37:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6532,'91.201.66.44','2010-05-12','23:37:42','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/6.0 (compatible; MSIE 7.0a1; Windows NT 5.2; SV1)'),(6533,'67.195.115.180','2010-05-13','00:10:12','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6534,'65.55.214.50','2010-05-13','00:32:50','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6535,'221.149.161.5','2010-05-13','07:05:01','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6536,'66.249.69.21','2010-05-13','07:37:34','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6537,'89.248.172.10','2010-05-13','07:53:32','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)'),(6538,'121.183.99.251','2010-05-13','11:39:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(6539,'211.172.253.199','2010-05-13','12:36:49','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6540,'118.218.198.153','2010-05-13','14:43:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6541,'207.46.195.213','2010-05-13','15:33:16','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.30729; .NET CLR 3.5.30729)'),(6542,'125.141.32.45','2010-05-13','17:24:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC; InfoPath.1)'),(6543,'61.247.204.39','2010-05-13','17:28:18','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(6544,'211.114.22.98','2010-05-13','17:38:27','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(6545,'195.128.18.19','2010-05-13','17:58:26','','Mozilla/5.0 (compatible; aiHitBot/1.0; +http://www.aihit.com/)'),(6546,'66.249.69.180','2010-05-13','19:02:26','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6547,'58.143.185.201','2010-05-13','20:20:39','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6548,'222.231.50.228','2010-05-13','23:18:39','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6549,'195.128.18.19','2010-05-14','00:07:56','','Mozilla/5.0 (compatible; aiHitBot/1.0; +http://www.aihit.com/)'),(6550,'67.195.115.180','2010-05-14','00:12:05','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6551,'221.149.161.5','2010-05-14','01:15:52','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6552,'91.201.66.44','2010-05-14','01:58:07','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts)'),(6553,'112.155.176.153','2010-05-14','02:26:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.4; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6554,'66.249.69.21','2010-05-14','06:53:39','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6555,'89.248.172.10','2010-05-14','07:08:38','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=6&page=','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; FDM)'),(6556,'65.55.231.26','2010-05-14','09:55:43','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6557,'118.34.89.125','2010-05-14','11:52:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(6558,'207.46.13.133','2010-05-14','12:07:53','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6559,'66.249.68.104','2010-05-14','12:15:07','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6560,'207.46.13.40','2010-05-14','12:29:25','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6561,'125.129.201.240','2010-05-14','13:22:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6562,'121.254.193.157','2010-05-14','14:00:50','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6563,'66.249.67.123','2010-05-14','16:58:47','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6564,'119.192.64.121','2010-05-14','17:02:29','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6565,'220.92.112.50','2010-05-14','23:53:44','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6566,'67.195.115.180','2010-05-15','00:03:54','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6567,'66.249.69.21','2010-05-15','09:13:42','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6568,'119.194.239.105','2010-05-15','09:35:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(6569,'119.197.91.121','2010-05-15','11:20:58','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(6570,'66.249.69.180','2010-05-15','12:01:40','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6571,'221.149.161.5','2010-05-15','14:24:29','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6572,'222.231.40.172','2010-05-15','15:16:41','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6573,'207.46.204.242','2010-05-15','18:59:55','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6574,'67.195.115.180','2010-05-16','00:15:23','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6575,'221.149.161.5','2010-05-16','08:15:03','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6576,'66.249.68.104','2010-05-16','09:36:42','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6577,'121.254.193.157','2010-05-16','16:43:23','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6578,'66.249.69.180','2010-05-16','16:48:06','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6579,'66.249.69.21','2010-05-16','17:25:42','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6580,'67.195.115.180','2010-05-17','00:16:34','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6581,'221.149.161.5','2010-05-17','03:07:52','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6582,'61.247.203.35','2010-05-17','04:04:24','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6583,'66.249.69.21','2010-05-17','04:44:33','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6584,'207.46.204.241','2010-05-17','04:48:52','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6585,'66.249.69.180','2010-05-17','04:53:16','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6586,'207.46.204.196','2010-05-17','06:13:52','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6587,'207.46.204.232','2010-05-17','07:12:53','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6588,'221.153.133.105','2010-05-17','11:28:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6589,'207.46.13.136','2010-05-17','12:15:54','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6590,'125.139.30.135','2010-05-17','14:37:10','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6591,'119.200.25.211','2010-05-17','14:52:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.1)'),(6592,'210.92.109.207','2010-05-17','17:17:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(6593,'119.203.34.186','2010-05-17','17:36:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(6594,'211.172.253.197','2010-05-17','18:01:24','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6595,'114.111.36.31','2010-05-17','18:36:04','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6596,'61.247.203.65','2010-05-17','19:22:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(6597,'125.242.26.2','2010-05-17','19:43:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/3D0111AC-14BF11496C6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(6598,'67.195.115.180','2010-05-18','00:02:35','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6599,'66.249.69.180','2010-05-18','01:25:01','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6600,'66.249.69.21','2010-05-18','03:24:12','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6601,'61.247.203.35','2010-05-18','03:44:38','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6602,'118.129.133.2','2010-05-18','09:32:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727; AskTB5.5)'),(6603,'210.109.153.47','2010-05-18','09:36:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6604,'121.168.228.110','2010-05-18','09:49:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(6605,'221.149.161.5','2010-05-18','17:06:46','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6606,'222.231.40.175','2010-05-18','19:22:55','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6607,'121.149.202.82','2010-05-18','21:09:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)'),(6608,'211.194.159.28','2010-05-18','21:17:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(6609,'67.195.115.180','2010-05-19','00:07:45','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6610,'66.249.69.180','2010-05-19','03:23:55','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6611,'110.46.158.131','2010-05-19','03:36:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6612,'61.247.203.35','2010-05-19','03:46:01','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6613,'66.249.69.21','2010-05-19','03:59:20','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6614,'207.46.13.136','2010-05-19','08:52:55','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6615,'211.193.124.162','2010-05-19','10:58:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TCO_20100519084802; InfoPath.1)'),(6616,'221.149.161.5','2010-05-19','11:59:33','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6617,'123.111.160.211','2010-05-19','12:37:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322)'),(6618,'64.246.165.50','2010-05-19','14:36:23','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(6619,'211.252.150.150','2010-05-19','19:20:03','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(6620,'222.231.40.166','2010-05-19','20:50:45','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6621,'66.249.67.123','2010-05-19','21:59:46','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6622,'67.195.115.180','2010-05-20','00:29:34','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6623,'66.249.67.123','2010-05-20','00:55:04','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6624,'66.249.68.104','2010-05-20','01:08:55','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6625,'65.55.108.138','2010-05-20','01:49:35','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6626,'61.247.203.35','2010-05-20','03:46:41','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6627,'221.149.161.5','2010-05-20','06:31:09','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6628,'207.46.13.94','2010-05-20','08:55:23','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6629,'65.55.216.28','2010-05-20','09:41:08','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6630,'220.89.16.100','2010-05-20','11:04:47','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6631,'118.46.150.252','2010-05-20','12:58:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/92071FAC-14BF47452C2; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6632,'119.206.97.41','2010-05-20','13:51:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2)'),(6633,'222.231.50.228','2010-05-20','14:29:04','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6634,'65.55.231.130','2010-05-20','15:20:30','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6635,'207.46.199.48','2010-05-20','16:58:28','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6636,'121.254.193.156','2010-05-20','22:22:30','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6637,'59.6.145.59','2010-05-20','22:46:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6638,'207.46.204.168','2010-05-21','00:05:20','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 1.1.4325; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(6639,'67.195.115.180','2010-05-21','00:31:04','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6640,'66.249.68.104','2010-05-21','02:07:56','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6641,'61.247.203.35','2010-05-21','03:46:03','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6642,'66.249.67.123','2010-05-21','05:20:31','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6643,'221.149.161.5','2010-05-21','05:48:16','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6644,'207.46.195.225','2010-05-21','08:15:52','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6645,'66.249.68.11','2010-05-21','09:24:10','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6646,'124.50.174.115','2010-05-21','10:23:16','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6647,'207.46.13.93','2010-05-21','16:56:58','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6648,'207.46.199.39','2010-05-21','18:35:27','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6649,'222.231.40.172','2010-05-22','00:03:53','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6650,'67.195.115.180','2010-05-22','00:32:01','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6651,'66.249.68.11','2010-05-22','00:44:32','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6652,'112.152.240.68','2010-05-22','02:23:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Embedded Web Browser from: http://bsalsa.com/)'),(6653,'61.247.203.35','2010-05-22','03:48:37','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6654,'221.149.161.5','2010-05-22','04:40:21','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6655,'207.46.204.189','2010-05-22','06:49:51','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6656,'66.249.67.123','2010-05-22','08:53:03','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6657,'125.185.133.131','2010-05-22','09:54:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(6658,'117.20.229.71','2010-05-22','11:38:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)'),(6659,'93.158.149.31','2010-05-22','22:59:55','','Yandex/1.01.001 (compatible; Win16; I)'),(6660,'67.195.115.180','2010-05-23','00:34:10','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6661,'66.249.68.81','2010-05-23','01:03:31','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6662,'66.249.67.123','2010-05-23','02:25:14','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6663,'221.149.161.5','2010-05-23','03:44:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6664,'61.247.203.35','2010-05-23','03:53:49','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6665,'207.46.199.43','2010-05-23','07:34:25','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6666,'61.247.221.83','2010-05-23','08:07:47','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6667,'66.249.68.107','2010-05-23','09:34:51','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6668,'211.58.118.182','2010-05-23','10:49:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(6669,'112.169.61.55','2010-05-23','14:22:14','http://www.plusapple.com/','Mozilla/5.0 (X11; U; Linux x86_64; ko-KR; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3'),(6670,'119.204.71.217','2010-05-23','14:44:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(6671,'221.159.159.168','2010-05-23','17:07:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(6672,'222.231.40.176','2010-05-23','23:09:54','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6673,'221.149.161.5','2010-05-24','00:31:32','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6674,'67.195.115.180','2010-05-24','00:36:38','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6675,'218.39.194.99','2010-05-24','01:41:49','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(6676,'61.247.203.35','2010-05-24','03:46:36','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6677,'66.249.68.107','2010-05-24','06:07:46','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6678,'125.240.42.3','2010-05-24','09:48:18','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)'),(6679,'66.249.67.123','2010-05-24','12:50:02','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6680,'59.23.95.196','2010-05-24','13:33:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6681,'222.231.50.228','2010-05-24','13:48:49','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6682,'207.46.13.134','2010-05-24','18:10:26','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6683,'112.145.163.115','2010-05-24','20:31:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6684,'66.249.68.107','2010-05-25','00:10:04','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6685,'67.195.115.180','2010-05-25','00:13:37','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6686,'207.46.13.48','2010-05-25','01:28:22','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6687,'61.247.203.35','2010-05-25','03:45:54','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6688,'66.249.67.123','2010-05-25','04:49:12','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6689,'220.74.112.140','2010-05-25','07:20:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(6690,'65.55.230.17','2010-05-25','08:34:59','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6691,'207.46.13.53','2010-05-25','09:30:55','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6692,'93.158.149.31','2010-05-25','12:56:00','','Yandex/1.01.001 (compatible; Win16; I)'),(6693,'212.117.164.64','2010-05-25','14:41:31','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=8&sfl=&stx=&sst=wr_datetime&sod=desc&sop=and&page=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Babya Discoverer 8.0:'),(6694,'221.149.161.5','2010-05-25','15:01:53','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6695,'121.172.57.88','2010-05-25','17:38:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6696,'210.99.62.34','2010-05-25','17:54:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(6697,'207.46.194.131','2010-05-25','18:51:42','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6698,'218.50.43.110','2010-05-25','19:15:43','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)'),(6699,'67.195.115.180','2010-05-26','00:09:46','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6700,'61.247.203.35','2010-05-26','03:45:32','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6701,'207.46.194.138','2010-05-26','05:06:44','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6702,'207.46.194.139','2010-05-26','05:51:03','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6703,'61.247.221.90','2010-05-26','07:44:44','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6704,'66.249.68.107','2010-05-26','08:06:38','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6705,'65.55.108.156','2010-05-26','10:06:12','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6706,'221.149.161.5','2010-05-26','11:34:26','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6707,'211.172.253.205','2010-05-26','11:54:15','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6708,'115.139.111.130','2010-05-26','12:15:01','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(6709,'211.229.40.77','2010-05-26','14:48:13','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)'),(6710,'211.104.217.37','2010-05-26','16:23:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(6711,'212.95.54.211','2010-05-26','17:03:18','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6712,'211.252.150.149','2010-05-26','17:04:05','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(6713,'66.249.67.123','2010-05-26','17:22:12','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6714,'82.114.160.36','2010-05-26','18:50:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6715,'189.11.251.70','2010-05-26','18:51:58','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6716,'200.96.53.14','2010-05-26','18:52:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6717,'202.171.233.106','2010-05-26','18:52:35','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=7&sfl=&stx=&sst=wr_datetime&sod=desc&sop=and&page=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6718,'121.151.184.204','2010-05-26','20:57:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2; Tablet PC 2.0)'),(6719,'207.46.204.237','2010-05-26','21:45:29','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6720,'66.249.68.107','2010-05-27','01:23:00','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6721,'66.249.67.123','2010-05-27','01:48:57','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6722,'67.195.115.180','2010-05-27','01:52:17','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6723,'221.149.161.5','2010-05-27','10:42:00','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6724,'210.109.153.32','2010-05-27','11:15:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(6725,'115.20.85.62','2010-05-27','11:52:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(6726,'121.254.193.158','2010-05-27','13:02:40','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6727,'93.158.149.31','2010-05-27','16:09:50','','Yandex/1.01.001 (compatible; Win16; I)'),(6728,'119.200.112.80','2010-05-27','17:10:58','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6729,'207.46.204.194','2010-05-27','17:50:24','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6730,'58.231.248.71','2010-05-27','21:43:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6731,'207.46.204.207','2010-05-27','23:45:19','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.40607; .NET CLR 3.0.30729)'),(6732,'66.249.68.107','2010-05-28','01:25:06','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6733,'38.105.71.115','2010-05-28','02:40:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6734,'67.195.115.180','2010-05-28','02:56:25','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6735,'61.247.203.35','2010-05-28','03:49:15','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6736,'221.149.161.5','2010-05-28','09:35:49','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6737,'61.247.221.33','2010-05-28','10:44:30','','Wget/1.10.2 (Red Hat modified)'),(6738,'121.254.193.201','2010-05-28','10:54:55','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6739,'116.43.43.8','2010-05-28','11:33:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6740,'66.249.67.123','2010-05-28','13:42:47','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6741,'112.171.230.53','2010-05-28','14:08:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(6742,'222.231.40.169','2010-05-28','14:21:57','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6743,'211.220.62.185','2010-05-28','15:55:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(6744,'67.195.115.180','2010-05-29','00:12:59','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6745,'66.249.68.107','2010-05-29','01:18:47','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6746,'93.158.149.31','2010-05-29','02:02:17','','Yandex/1.01.001 (compatible; Win16; I)'),(6747,'61.247.203.35','2010-05-29','03:48:35','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6748,'221.149.161.5','2010-05-29','06:42:13','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6749,'61.247.221.82','2010-05-29','08:14:56','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6750,'207.46.199.30','2010-05-29','08:30:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)'),(6751,'64.246.165.180','2010-05-29','13:06:39','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(6752,'187.40.49.57','2010-05-29','13:11:56','','Mozilla/3.0 (compatible; Indy Library)'),(6753,'124.63.85.94','2010-05-29','15:40:03','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(6754,'211.172.253.201','2010-05-29','15:50:25','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6755,'112.164.168.109','2010-05-29','17:23:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(6756,'121.254.193.201','2010-05-29','17:37:17','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6757,'67.195.115.180','2010-05-30','00:23:06','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6758,'66.249.67.123','2010-05-30','03:47:12','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6759,'66.249.68.107','2010-05-30','05:48:19','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6760,'221.149.161.5','2010-05-30','06:50:56','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6761,'212.117.164.64','2010-05-30','07:08:17','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=5&page=1&sfl=&stx=&sst=wr_datetime&sod=desc&sop=and&page=1','Mozilla/4.0 (compatible; MSIE 5.5; Windows 95)'),(6762,'207.46.195.241','2010-05-30','12:14:58','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6763,'59.16.192.64','2010-05-30','13:09:15','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.4; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.0.30618; .NET CLR 3.5.30729)'),(6764,'116.44.191.26','2010-05-30','13:36:00','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/)'),(6765,'207.46.204.230','2010-05-30','17:56:56','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6766,'218.38.114.180','2010-05-30','18:23:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6767,'124.60.89.126','2010-05-30','21:18:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(6768,'220.85.175.102','2010-05-30','22:06:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(6769,'67.195.115.180','2010-05-31','00:44:00','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6770,'66.249.68.107','2010-05-31','01:43:38','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6771,'221.142.59.10','2010-05-31','03:29:53','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6772,'66.249.67.123','2010-05-31','05:14:13','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6773,'221.149.161.5','2010-05-31','06:00:20','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6774,'61.247.221.80','2010-05-31','08:30:28','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6775,'38.105.71.96','2010-05-31','20:04:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6776,'67.195.115.180','2010-06-01','00:13:06','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6777,'66.249.68.107','2010-06-01','04:15:34','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6778,'66.249.67.123','2010-06-01','04:32:10','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6779,'221.149.161.5','2010-06-01','04:40:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6780,'121.254.193.157','2010-06-01','04:42:59','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6781,'207.46.194.138','2010-06-01','09:38:59','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6782,'59.6.145.59','2010-06-01','15:02:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6783,'220.83.122.166','2010-06-01','15:37:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.2)'),(6784,'220.94.103.154','2010-06-01','17:44:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(6785,'61.36.69.19','2010-06-01','19:06:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6786,'218.51.82.92','2010-06-01','20:42:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)'),(6787,'110.11.84.8','2010-06-01','21:23:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(6788,'67.195.115.180','2010-06-02','00:53:45','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6789,'66.249.68.107','2010-06-02','01:14:47','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6790,'61.247.203.35','2010-06-02','03:33:34','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6791,'66.249.67.123','2010-06-02','05:09:14','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6792,'222.231.40.173','2010-06-02','05:29:47','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6793,'115.23.197.194','2010-06-02','07:39:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(6794,'125.137.79.20','2010-06-02','13:30:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(6795,'221.149.161.5','2010-06-02','16:52:21','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6796,'67.195.115.180','2010-06-03','00:09:31','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6797,'66.249.68.107','2010-06-03','02:41:59','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6798,'61.247.203.35','2010-06-03','03:40:03','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6799,'222.231.40.175','2010-06-03','06:39:46','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6800,'66.249.67.123','2010-06-03','08:17:39','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6801,'67.195.112.31','2010-06-03','09:36:42','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6802,'218.101.180.178','2010-06-03','11:42:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6803,'221.149.161.5','2010-06-03','12:22:33','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6804,'67.195.112.253','2010-06-03','13:03:12','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6805,'210.109.153.35','2010-06-03','16:44:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(6806,'67.195.112.253','2010-06-04','00:43:14','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6807,'66.249.68.107','2010-06-04','01:00:49','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6808,'207.46.199.44','2010-06-04','05:14:07','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6809,'207.46.13.88','2010-06-04','05:14:08','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6810,'211.172.253.194','2010-06-04','08:01:26','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6811,'61.247.221.93','2010-06-04','08:59:06','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6812,'221.149.161.5','2010-06-04','09:38:19','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6813,'183.105.53.201','2010-06-04','13:44:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322)'),(6814,'119.200.139.77','2010-06-04','15:43:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(6815,'119.194.239.105','2010-06-04','17:23:28','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=0','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6816,'218.150.37.185','2010-06-04','17:24:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.1; .NET CLR 1.1.4322)'),(6817,'69.58.178.28','2010-06-04','18:18:23','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3'),(6818,'124.111.23.135','2010-06-04','20:12:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(6819,'221.145.152.146','2010-06-04','22:58:35','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6820,'121.254.250.64','2010-06-04','23:10:33','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6821,'67.195.112.253','2010-06-05','01:02:24','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6822,'66.249.68.107','2010-06-05','02:15:10','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6823,'207.46.199.51','2010-06-05','03:04:36','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6824,'221.149.161.5','2010-06-05','06:29:22','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6825,'121.178.35.181','2010-06-05','09:05:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(6826,'222.231.40.171','2010-06-05','09:28:08','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6827,'66.249.67.123','2010-06-05','09:37:47','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6828,'67.195.112.253','2010-06-06','00:28:40','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6829,'61.247.203.35','2010-06-06','03:43:08','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6830,'221.149.161.5','2010-06-06','06:04:09','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6831,'59.6.145.59','2010-06-06','06:10:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6832,'66.249.68.107','2010-06-06','07:05:23','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6833,'66.249.67.123','2010-06-06','07:13:14','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6834,'211.227.225.115','2010-06-06','11:35:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6835,'222.231.40.172','2010-06-06','11:44:19','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6836,'112.148.233.10','2010-06-06','15:33:37','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&x=42&y=22','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(6837,'118.43.167.158','2010-06-06','15:53:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(6838,'207.46.199.44','2010-06-06','19:00:44','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6839,'112.144.11.158','2010-06-06','22:59:00','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(6840,'67.195.112.253','2010-06-07','02:20:27','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6841,'61.247.203.35','2010-06-07','03:40:02','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6842,'66.249.68.107','2010-06-07','05:17:11','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6843,'221.149.161.5','2010-06-07','08:02:07','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6844,'66.249.67.123','2010-06-07','08:28:51','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6845,'112.218.45.242','2010-06-07','10:45:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(6846,'61.247.203.65','2010-06-07','11:27:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(6847,'207.46.13.99','2010-06-07','12:29:41','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6848,'211.172.253.197','2010-06-07','13:22:06','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6849,'59.6.235.223','2010-06-07','15:33:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(6850,'220.94.103.154','2010-06-07','17:20:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322)'),(6851,'207.46.204.236','2010-06-07','21:29:43','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6852,'175.198.178.218','2010-06-07','23:56:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6853,'67.195.112.253','2010-06-08','00:13:05','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6854,'64.246.165.160','2010-06-08','00:44:46','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(6855,'66.249.67.123','2010-06-08','00:45:53','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6856,'61.247.203.35','2010-06-08','03:40:43','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6857,'66.249.65.235','2010-06-08','04:39:44','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6858,'66.249.65.216','2010-06-08','09:05:58','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6859,'61.247.221.93','2010-06-08','09:57:29','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(6860,'221.149.161.5','2010-06-08','10:02:27','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6861,'115.20.85.62','2010-06-08','16:35:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(6862,'121.125.69.19','2010-06-08','16:35:36','http://www.plusapple.com/','Mozilla/4.0 (Windows 98; US) Opera 10.00 [en]'),(6863,'211.172.253.201','2010-06-08','17:50:28','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6864,'59.23.182.11','2010-06-08','20:44:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTB5.5)'),(6865,'207.46.12.29','2010-06-09','00:00:35','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(6866,'67.195.112.253','2010-06-09','00:02:53','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6867,'66.249.68.107','2010-06-09','00:47:18','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6868,'207.46.194.137','2010-06-09','07:31:28','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(6869,'66.249.67.123','2010-06-09','08:33:38','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6870,'221.149.161.5','2010-06-09','09:00:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6871,'203.239.56.69','2010-06-09','10:04:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/109715AC-14C0EDA43C3; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NE'),(6872,'115.95.72.66','2010-06-09','13:06:28','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)'),(6873,'207.46.13.100','2010-06-09','15:33:47','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6874,'211.172.253.201','2010-06-09','17:59:20','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6875,'211.252.150.151','2010-06-09','22:25:40','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(6876,'67.195.112.253','2010-06-10','00:29:16','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6877,'66.249.67.123','2010-06-10','00:55:07','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6878,'66.249.68.107','2010-06-10','01:01:27','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6879,'114.206.108.231','2010-06-10','05:19:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(6880,'207.46.12.73','2010-06-10','06:45:42','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.30729; .NET CLR 3.5.30707; MS-RTC LM 8)'),(6881,'221.149.161.5','2010-06-10','12:10:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6882,'59.6.145.59','2010-06-10','14:28:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6883,'211.172.253.193','2010-06-10','18:39:00','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6884,'116.123.64.131','2010-06-10','19:22:56','http://www.plusapple.com','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(6885,'207.46.195.204','2010-06-10','21:12:43','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)'),(6886,'187.78.78.211','2010-06-10','22:55:27','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6887,'187.78.6.191','2010-06-10','22:55:43','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6888,'78.51.74.167','2010-06-10','22:56:11','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6889,'59.175.137.4','2010-06-10','22:56:42','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6890,'219.166.99.138','2010-06-11','00:51:50','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6891,'173.203.87.69','2010-06-11','00:52:05','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6892,'173.14.5.140','2010-06-11','00:52:26','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6893,'202.28.38.253','2010-06-11','00:58:53','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6894,'195.235.160.26','2010-06-11','00:59:15','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6895,'210.73.203.81','2010-06-11','00:59:41','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6896,'200.43.77.23','2010-06-11','00:59:54','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6897,'89.179.240.69','2010-06-11','01:03:41','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6898,'213.174.44.146','2010-06-11','01:03:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6899,'96.57.54.83','2010-06-11','01:04:10','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6900,'78.92.158.192','2010-06-11','01:04:22','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6901,'91.90.224.98','2010-06-11','01:04:32','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6902,'173.161.84.157','2010-06-11','01:04:51','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6903,'89.96.125.206','2010-06-11','01:05:03','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6904,'67.195.112.253','2010-06-11','02:48:04','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6905,'217.196.17.82','2010-06-11','04:23:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6906,'66.249.68.107','2010-06-11','04:29:01','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6907,'97.107.132.149','2010-06-11','04:29:13','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6908,'193.23.225.211','2010-06-11','04:42:14','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6909,'189.20.67.130','2010-06-11','04:42:32','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6910,'91.121.28.153','2010-06-11','04:43:06','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6911,'85.226.254.114','2010-06-11','04:44:41','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6912,'187.5.33.61','2010-06-11','04:45:15','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6913,'86.122.13.71','2010-06-11','04:46:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6914,'67.105.213.4','2010-06-11','04:47:32','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6915,'97.65.179.5','2010-06-11','06:13:46','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6916,'202.213.236.30','2010-06-11','06:13:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6917,'124.153.92.84','2010-06-11','06:14:36','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6918,'187.78.78.211','2010-06-11','06:47:40','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6919,'115.39.69.68','2010-06-11','06:49:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6920,'196.214.60.170','2010-06-11','06:50:15','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6921,'174.129.169.87','2010-06-11','06:50:54','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6922,'123.140.202.70','2010-06-11','06:51:07','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6923,'69.64.56.19','2010-06-11','07:13:42','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6924,'209.123.84.210','2010-06-11','07:13:52','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6925,'208.92.248.11','2010-06-11','07:14:16','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6926,'75.147.31.125','2010-06-11','07:20:00','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6927,'173.224.209.202','2010-06-11','07:20:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6928,'188.72.230.222','2010-06-11','07:22:00','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6929,'189.5.242.193','2010-06-11','07:28:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6930,'82.223.149.193','2010-06-11','07:30:08','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6931,'213.208.139.2','2010-06-11','07:31:05','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6932,'77.40.228.61','2010-06-11','07:31:26','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6933,'190.144.53.138','2010-06-11','08:05:00','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6934,'94.23.26.213','2010-06-11','08:05:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6935,'62.141.70.146','2010-06-11','08:05:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6936,'173.204.89.50','2010-06-11','08:05:26','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6937,'218.222.11.72','2010-06-11','08:05:38','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6938,'95.31.15.65','2010-06-11','08:05:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6939,'124.39.4.66','2010-06-11','08:05:48','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6940,'113.53.231.119','2010-06-11','08:06:05','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6941,'203.153.34.70','2010-06-11','08:06:30','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6942,'87.111.14.152','2010-06-11','09:18:49','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6943,'124.161.63.195','2010-06-11','09:20:34','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6944,'189.108.188.210','2010-06-11','09:26:08','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6945,'204.88.138.110','2010-06-11','09:26:33','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6946,'124.124.105.138','2010-06-11','09:26:57','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6947,'208.96.11.114','2010-06-11','09:57:18','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6948,'216.225.158.65','2010-06-11','09:57:34','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6949,'91.209.112.201','2010-06-11','09:57:48','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6950,'120.143.185.13','2010-06-11','10:24:03','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6951,'66.249.67.123','2010-06-11','10:47:10','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6952,'41.185.131.119','2010-06-11','10:54:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6953,'114.33.97.167','2010-06-11','10:55:24','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6954,'118.69.71.143','2010-06-11','10:55:48','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6955,'78.46.28.78','2010-06-11','10:58:04','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6956,'85.90.217.84','2010-06-11','10:58:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6957,'61.160.250.169','2010-06-11','11:00:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6958,'62.148.128.1','2010-06-11','11:01:22','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6959,'125.137.63.213','2010-06-11','11:20:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(6960,'174.129.170.85','2010-06-11','12:37:10','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6961,'94.23.200.91','2010-06-11','12:37:22','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6962,'204.169.23.246','2010-06-11','12:37:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6963,'60.180.163.123','2010-06-11','12:40:49','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6964,'78.105.204.157','2010-06-11','12:41:11','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6965,'192.245.60.132','2010-06-11','13:20:37','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6966,'221.149.161.5','2010-06-11','13:33:18','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6967,'200.46.3.125','2010-06-11','13:35:43','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6968,'93.118.240.143','2010-06-11','13:36:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6969,'187.5.99.114','2010-06-11','13:37:12','http://plusapple.com/www/bbs/board.php?bo_table=notice&wr_id=5&sfl=&stx=&sst=wr_datetime&sod=desc&sop=and&page=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6970,'195.223.208.34','2010-06-11','13:38:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6971,'116.73.237.169','2010-06-11','13:40:04','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6972,'219.103.145.218','2010-06-11','13:53:32','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6973,'81.246.69.108','2010-06-11','13:53:40','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6974,'190.2.206.83','2010-06-11','13:54:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6975,'207.46.13.91','2010-06-11','14:10:46','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6976,'61.115.139.212','2010-06-11','15:30:44','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6977,'190.225.51.204','2010-06-11','15:31:24','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6978,'193.11.132.83','2010-06-11','15:33:12','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6979,'152.99.84.102','2010-06-11','16:54:46','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(6980,'59.9.238.29','2010-06-11','17:25:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(6981,'211.172.253.194','2010-06-11','20:08:13','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6982,'115.86.30.38','2010-06-11','20:29:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2)'),(6983,'208.80.193.59','2010-06-11','21:05:51','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50728)'),(6984,'67.195.112.253','2010-06-12','00:00:19','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6985,'61.247.203.35','2010-06-12','03:40:10','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6986,'66.249.68.107','2010-06-12','09:29:21','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6987,'66.249.67.123','2010-06-12','10:37:20','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6988,'61.40.129.194','2010-06-12','14:55:36','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(6989,'222.231.50.228','2010-06-12','15:17:44','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6990,'117.123.14.81','2010-06-12','15:37:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(6991,'221.149.161.5','2010-06-12','17:49:28','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(6992,'222.231.40.176','2010-06-12','21:31:22','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(6993,'67.195.112.253','2010-06-13','00:30:17','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(6994,'211.252.150.152','2010-06-13','01:39:01','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(6995,'66.249.68.107','2010-06-13','02:09:47','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6996,'207.46.13.90','2010-06-13','02:44:40','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(6997,'61.247.203.35','2010-06-13','03:43:08','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(6998,'66.249.67.123','2010-06-13','07:01:52','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(6999,'74.52.245.146','2010-06-13','14:45:12','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(7000,'67.195.112.87','2010-06-13','16:58:53','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7001,'221.149.161.5','2010-06-13','21:52:10','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7002,'121.183.80.35','2010-06-13','22:43:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; AskTbUT2V5/5.8.0.12304)'),(7003,'211.172.253.194','2010-06-13','22:57:58','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7004,'119.203.41.133','2010-06-13','23:06:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.'),(7005,'222.111.67.234','2010-06-13','23:09:37','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7006,'67.195.112.87','2010-06-14','00:10:21','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7007,'61.247.203.35','2010-06-14','03:41:31','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7008,'207.46.195.236','2010-06-14','07:37:16','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7009,'66.249.68.107','2010-06-14','08:53:46','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7010,'121.135.213.97','2010-06-14','10:30:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(7011,'66.249.67.123','2010-06-14','10:34:12','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7012,'112.153.115.48','2010-06-14','11:57:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7013,'207.46.204.177','2010-06-14','12:17:14','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7014,'211.58.118.182','2010-06-14','13:57:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(7015,'207.46.13.134','2010-06-14','14:10:22','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7016,'203.254.118.74','2010-06-14','17:56:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/AA20E60A-14C15DA50A0-000020161219; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(7017,'207.46.204.231','2010-06-14','18:51:15','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7018,'121.160.122.52','2010-06-14','18:56:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7019,'221.142.59.10','2010-06-14','23:21:45','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7020,'180.224.97.37','2010-06-14','23:54:45','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; InfoPath.1; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLi'),(7021,'222.231.40.173','2010-06-15','00:25:24','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7022,'67.195.112.87','2010-06-15','00:28:36','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7023,'66.249.67.123','2010-06-15','01:36:02','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7024,'66.249.68.107','2010-06-15','01:55:45','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7025,'221.149.161.5','2010-06-15','03:35:03','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7026,'61.247.203.35','2010-06-15','03:39:47','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7027,'114.129.221.221','2010-06-15','07:19:29','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(7028,'61.247.221.93','2010-06-15','09:22:12','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7029,'119.204.93.126','2010-06-15','11:08:30','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7030,'66.249.68.55','2010-06-15','11:09:56','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7031,'184.73.47.98','2010-06-15','12:02:00','','SheenBot/SheenBot-1.0.4 (Sheen web crawler)'),(7032,'117.110.24.176','2010-06-15','12:23:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; AhnLab:APG=1^4288681158^22;)'),(7033,'119.71.219.20','2010-06-15','13:35:45','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(7034,'59.6.145.59','2010-06-15','19:14:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7035,'114.111.36.30','2010-06-15','20:07:53','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7036,'218.149.218.210','2010-06-15','21:06:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(7037,'67.195.112.87','2010-06-16','00:00:44','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7038,'61.247.203.35','2010-06-16','03:40:54','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7039,'221.149.161.5','2010-06-16','06:48:52','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7040,'61.247.221.82','2010-06-16','10:07:11','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7041,'58.126.225.26','2010-06-16','11:25:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2)'),(7042,'115.20.85.62','2010-06-16','14:32:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(7043,'180.70.231.33','2010-06-16','21:35:15','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2)'),(7044,'211.228.108.229','2010-06-16','23:22:06','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7045,'67.195.112.87','2010-06-17','00:14:41','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7046,'61.247.203.35','2010-06-17','03:40:51','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7047,'222.231.40.172','2010-06-17','05:08:40','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7048,'66.249.67.123','2010-06-17','09:43:57','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7049,'123.143.11.27','2010-06-17','10:41:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(7050,'221.149.161.5','2010-06-17','10:55:12','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7051,'110.10.67.144','2010-06-17','16:10:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5; InfoPath.2; .NET CLR 2.0.50727)'),(7052,'64.246.178.34','2010-06-17','20:39:59','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(7053,'66.249.68.20','2010-06-17','21:35:44','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7054,'211.222.233.232','2010-06-17','22:39:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; .NET CLR 3.5.30729; AskTB5.5)'),(7055,'61.247.203.65','2010-06-17','23:19:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(7056,'61.247.203.35','2010-06-18','03:40:34','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7057,'207.46.204.234','2010-06-18','04:54:08','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7058,'67.195.112.87','2010-06-18','05:05:28','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7059,'66.249.68.20','2010-06-18','05:41:30','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7060,'207.46.195.212','2010-06-18','05:42:29','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)'),(7061,'66.249.67.123','2010-06-18','05:44:53','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7062,'121.254.193.157','2010-06-18','06:26:51','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7063,'119.194.239.105','2010-06-18','09:45:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7064,'119.201.70.197','2010-06-18','10:39:11','http://www.plusapple.com/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4'),(7065,'207.46.199.52','2010-06-18','15:09:00','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7066,'221.149.161.5','2010-06-18','20:09:16','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7067,'66.249.68.20','2010-06-19','02:06:04','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7068,'67.195.112.87','2010-06-19','02:08:50','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7069,'61.247.203.35','2010-06-19','03:40:36','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7070,'222.231.40.172','2010-06-19','07:44:51','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7071,'66.249.67.123','2010-06-19','09:28:59','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7072,'207.46.13.133','2010-06-19','14:04:36','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7073,'207.46.13.46','2010-06-19','20:11:06','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7074,'207.46.13.90','2010-06-19','22:08:37','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7075,'118.36.7.109','2010-06-19','23:45:37','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET CLR 3.0.30618; InfoPath.1)'),(7076,'67.195.112.87','2010-06-20','00:14:46','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7077,'66.249.68.20','2010-06-20','02:33:31','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7078,'61.247.203.35','2010-06-20','03:44:54','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7079,'221.149.161.5','2010-06-20','06:02:01','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7080,'222.231.40.170','2010-06-20','09:14:17','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7081,'174.129.69.163','2010-06-20','11:41:31','','SheenBot/SheenBot-1.0.4 (Sheen web crawler)'),(7082,'207.46.204.188','2010-06-20','14:28:11','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7083,'121.171.113.112','2010-06-20','15:41:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(7084,'67.195.112.87','2010-06-21','00:03:11','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7085,'61.247.203.35','2010-06-21','03:40:41','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7086,'222.231.40.174','2010-06-21','11:24:34','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7087,'221.149.161.5','2010-06-21','13:12:03','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7088,'125.129.56.167','2010-06-21','15:45:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7089,'207.46.199.47','2010-06-21','18:42:47','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7090,'125.178.35.190','2010-06-21','19:49:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7091,'207.46.195.240','2010-06-21','20:11:52','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7092,'67.195.112.87','2010-06-22','01:13:31','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7093,'66.249.68.20','2010-06-22','04:54:09','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7094,'66.249.67.123','2010-06-22','08:35:07','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7095,'112.162.42.219','2010-06-22','11:45:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) )'),(7096,'222.231.40.173','2010-06-22','11:56:23','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7097,'61.83.250.50','2010-06-22','13:24:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(7098,'112.170.126.144','2010-06-22','13:39:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2)'),(7099,'121.161.108.131','2010-06-22','14:24:21','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7100,'119.196.221.49','2010-06-22','14:59:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(7101,'203.226.116.1','2010-06-22','17:38:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(7102,'221.149.161.5','2010-06-22','19:40:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7103,'114.111.36.32','2010-06-22','22:26:22','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7104,'67.195.112.87','2010-06-23','00:04:47','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7105,'66.249.67.123','2010-06-23','03:38:55','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7106,'61.247.203.35','2010-06-23','03:41:13','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7107,'66.249.68.78','2010-06-23','08:26:13','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7108,'119.64.231.53','2010-06-23','12:18:21','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=2&x=24&y=9','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7109,'114.111.36.31','2010-06-23','12:19:31','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7110,'222.231.40.169','2010-06-23','13:18:21','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7111,'207.46.13.50','2010-06-23','13:43:04','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7112,'183.109.83.95','2010-06-23','17:06:19','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.30618; .NET CLR 3.5.30729; InfoPath.2)'),(7113,'119.203.41.133','2010-06-23','22:08:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.'),(7114,'67.195.112.87','2010-06-24','01:18:08','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7115,'61.247.203.35','2010-06-24','03:40:42','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7116,'66.249.68.78','2010-06-24','03:44:02','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7117,'221.149.161.5','2010-06-24','03:59:13','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7118,'207.46.12.71','2010-06-24','06:04:40','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(7119,'59.6.145.59','2010-06-24','10:40:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7120,'125.129.131.76','2010-06-24','11:16:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(7121,'222.231.40.172','2010-06-24','14:42:19','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7122,'218.233.65.17','2010-06-24','17:49:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(7123,'121.145.80.87','2010-06-24','18:52:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7124,'67.195.112.87','2010-06-25','00:00:57','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7125,'66.249.68.78','2010-06-25','05:37:42','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7126,'218.150.37.185','2010-06-25','09:58:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.1; .NET CLR 1.1.4322)'),(7127,'66.249.67.12','2010-06-25','11:16:52','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7128,'112.164.157.107','2010-06-25','11:18:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(7129,'125.240.190.50','2010-06-25','15:04:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/6401A8C0-14C243EE505-100000671415; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(7130,'221.149.161.5','2010-06-25','16:11:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7131,'121.254.193.156','2010-06-25','16:16:03','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7132,'207.46.194.62','2010-06-25','22:17:09','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(7133,'67.195.112.87','2010-06-26','00:35:09','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7134,'61.247.203.35','2010-06-26','03:39:47','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7135,'66.249.68.78','2010-06-26','08:05:07','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7136,'211.252.150.149','2010-06-26','08:30:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(7137,'61.247.221.91','2010-06-26','10:15:28','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7138,'122.254.131.9','2010-06-26','11:54:59','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(7139,'222.104.208.56','2010-06-26','15:01:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(7140,'118.45.0.195','2010-06-26','17:26:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7141,'222.231.40.166','2010-06-26','17:42:09','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7142,'207.46.12.110','2010-06-26','19:04:38','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648)'),(7143,'207.46.13.97','2010-06-27','00:39:19','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7144,'222.97.171.4','2010-06-27','00:55:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(7145,'207.46.12.76','2010-06-27','01:57:34','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.30729; .NET CLR 3.5.30707)'),(7146,'67.195.112.87','2010-06-27','02:18:50','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7147,'66.249.68.78','2010-06-27','04:08:13','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7148,'59.6.145.59','2010-06-27','05:06:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7149,'205.209.143.66','2010-06-27','07:24:25','http://plusapple.com/www/index.php','Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en]'),(7150,'61.247.221.89','2010-06-27','08:09:04','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7151,'117.123.255.24','2010-06-27','11:12:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)'),(7152,'221.149.161.5','2010-06-27','12:06:13','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7153,'119.195.183.170','2010-06-27','16:17:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5)'),(7154,'207.46.194.76','2010-06-27','17:59:45','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(7155,'58.127.79.157','2010-06-27','18:42:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7156,'222.231.40.176','2010-06-27','19:08:55','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7157,'66.249.68.2','2010-06-27','19:50:10','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7158,'67.195.112.87','2010-06-28','00:25:51','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7159,'66.249.68.2','2010-06-28','05:53:55','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7160,'121.130.167.135','2010-06-28','13:04:31','http://www.plusapple.com/','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; ko-kr) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10'),(7161,'211.213.80.144','2010-06-28','13:54:12','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(7162,'125.131.231.120','2010-06-28','15:38:55','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0;'),(7163,'121.133.254.36','2010-06-28','16:07:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(7164,'222.231.40.170','2010-06-28','20:31:57','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7165,'64.246.165.190','2010-06-28','23:49:32','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(7166,'66.249.68.2','2010-06-29','00:26:57','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7167,'67.195.112.87','2010-06-29','00:36:57','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7168,'61.247.203.35','2010-06-29','03:39:14','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7169,'114.111.36.31','2010-06-29','08:48:50','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7170,'222.237.237.44','2010-06-29','09:24:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7171,'221.149.161.5','2010-06-29','13:55:41','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7172,'67.195.112.87','2010-06-30','00:44:22','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7173,'207.46.13.84','2010-06-30','11:18:31','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7174,'110.44.193.115','2010-06-30','13:05:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322)'),(7175,'123.177.17.22','2010-06-30','14:20:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727)'),(7176,'211.172.253.194','2010-06-30','14:33:43','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7177,'59.21.84.222','2010-06-30','17:20:34','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)'),(7178,'207.46.204.231','2010-06-30','18:22:33','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7179,'221.149.161.5','2010-06-30','19:21:17','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7180,'67.195.112.87','2010-07-01','00:59:47','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7181,'66.249.68.14','2010-07-01','02:01:29','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7182,'67.195.113.238','2010-07-01','05:19:24','http://www.plusapple.com/','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7183,'211.172.253.198','2010-07-01','16:28:30','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7184,'121.138.222.210','2010-07-01','18:09:24','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=0&x=37&y=19','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(7185,'211.223.203.107','2010-07-01','18:44:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2)'),(7186,'59.6.145.59','2010-07-01','21:27:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7187,'211.115.109.117','2010-07-01','22:46:48','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7188,'221.149.161.5','2010-07-01','23:37:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7189,'67.195.113.238','2010-07-02','00:08:31','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7190,'61.247.203.35','2010-07-02','03:39:36','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7191,'66.249.68.84','2010-07-02','13:01:29','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7192,'152.99.82.102','2010-07-02','14:31:10','http://www.plusapple.com','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7193,'119.201.41.10','2010-07-02','14:34:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 3.0.04506.30)'),(7194,'124.153.243.248','2010-07-02','15:51:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(7195,'119.194.239.105','2010-07-02','16:58:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7196,'222.231.40.175','2010-07-02','17:57:25','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7197,'211.115.109.117','2010-07-02','19:47:11','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7198,'67.195.113.238','2010-07-03','00:19:35','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7199,'221.149.161.5','2010-07-03','00:30:42','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7200,'211.115.109.117','2010-07-03','04:58:17','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7201,'66.249.68.84','2010-07-03','10:30:27','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7202,'116.33.186.233','2010-07-03','17:04:42','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(7203,'222.231.40.173','2010-07-03','19:26:50','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7204,'152.99.82.98','2010-07-03','19:44:12','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322)'),(7205,'69.58.178.31','2010-07-03','21:38:23','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3'),(7206,'123.109.189.156','2010-07-03','21:50:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7207,'125.178.90.176','2010-07-03','22:07:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(7208,'67.195.113.238','2010-07-04','00:10:17','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7209,'66.249.68.84','2010-07-04','00:48:26','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7210,'221.149.161.5','2010-07-04','04:46:13','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7211,'61.247.221.86','2010-07-04','10:34:40','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7212,'61.247.203.67','2010-07-04','12:23:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(7213,'61.255.202.199','2010-07-04','13:32:39','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7214,'61.83.78.85','2010-07-04','16:55:18','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7215,'211.172.253.194','2010-07-04','20:45:44','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7216,'67.195.113.238','2010-07-05','00:29:04','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7217,'207.46.13.138','2010-07-05','01:24:02','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7218,'61.247.203.35','2010-07-05','03:40:31','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7219,'66.249.68.84','2010-07-05','06:57:47','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7220,'207.46.204.230','2010-07-05','07:07:03','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7221,'221.149.161.5','2010-07-05','09:52:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7222,'221.158.73.105','2010-07-05','11:33:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; IPMS/0CC9A8C0-14C313E4C0C-000000011917; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30'),(7223,'61.247.204.35','2010-07-05','14:54:41','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7224,'218.54.59.73','2010-07-05','15:19:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(7225,'207.46.13.47','2010-07-05','17:52:37','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7226,'211.172.253.195','2010-07-05','22:08:57','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7227,'207.46.199.55','2010-07-05','23:55:11','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7228,'207.46.13.84','2010-07-05','23:59:40','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7229,'67.195.113.238','2010-07-06','02:04:29','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7230,'207.46.13.135','2010-07-06','02:16:40','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7231,'207.46.204.187','2010-07-06','04:31:13','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7232,'61.247.204.36','2010-07-06','04:35:02','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7233,'61.247.204.35','2010-07-06','04:56:08','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7234,'61.247.204.37','2010-07-06','05:10:46','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7235,'61.247.204.39','2010-07-06','05:14:01','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7236,'221.149.161.5','2010-07-06','06:19:06','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7237,'61.247.204.38','2010-07-06','07:24:05','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7238,'211.242.255.22','2010-07-06','10:59:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(7239,'67.195.112.55','2010-07-06','15:46:47','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7240,'180.68.33.55','2010-07-06','15:51:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7241,'121.138.222.250','2010-07-06','16:34:11','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(7242,'119.207.216.164','2010-07-06','18:20:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(7243,'66.249.68.84','2010-07-06','19:27:58','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7244,'207.46.199.37','2010-07-06','23:24:45','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7245,'118.91.99.140','2010-07-07','00:00:56','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(7246,'67.195.112.55','2010-07-07','00:14:34','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7247,'222.231.40.173','2010-07-07','00:15:20','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7248,'59.6.145.59','2010-07-07','00:46:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7249,'221.149.161.5','2010-07-07','03:47:04','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7250,'205.209.143.66','2010-07-07','06:04:11','http://plusapple.com/www/index.php','Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]'),(7251,'211.242.255.22','2010-07-07','10:19:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(7252,'58.146.245.9','2010-07-07','12:40:05','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.5)'),(7253,'61.247.204.37','2010-07-07','17:21:36','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7254,'61.247.204.38','2010-07-07','17:33:53','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7255,'61.247.204.36','2010-07-07','17:50:45','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7256,'66.249.68.84','2010-07-07','18:03:33','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7257,'124.61.38.37','2010-07-07','21:43:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(7258,'61.247.204.36','2010-07-08','00:26:28','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7259,'58.140.45.15','2010-07-08','00:27:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7260,'67.195.112.55','2010-07-08','00:43:15','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7261,'211.172.253.204','2010-07-08','00:53:37','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7262,'61.247.204.39','2010-07-08','01:36:58','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7263,'61.247.204.38','2010-07-08','02:11:05','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7264,'216.129.119.45','2010-07-08','03:51:25','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7265,'59.22.180.205','2010-07-08','11:53:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7266,'216.145.14.142','2010-07-08','13:38:17','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(7267,'121.133.158.16','2010-07-08','13:56:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(7268,'66.249.68.84','2010-07-08','21:36:34','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7269,'207.46.13.96','2010-07-09','00:35:27','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7270,'66.249.68.84','2010-07-09','01:18:31','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7271,'222.231.40.175','2010-07-09','02:14:07','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7272,'67.195.112.55','2010-07-09','02:21:30','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7273,'61.247.203.35','2010-07-09','03:40:23','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7274,'59.24.45.179','2010-07-09','07:29:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7275,'207.46.13.93','2010-07-09','09:11:30','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7276,'216.129.119.45','2010-07-09','09:58:48','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7277,'210.118.209.3','2010-07-09','10:18:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(7278,'210.104.250.38','2010-07-09','14:03:27','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/2E530D70-14C36728D0D-00000002303F; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7279,'220.94.103.154','2010-07-09','17:04:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(7280,'221.149.161.5','2010-07-09','22:18:38','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7281,'61.247.204.39','2010-07-09','23:53:36','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7282,'67.195.112.55','2010-07-10','01:15:05','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7283,'207.46.13.44','2010-07-10','02:07:43','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7284,'61.247.203.35','2010-07-10','03:40:55','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7285,'222.231.40.172','2010-07-10','04:33:09','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7286,'216.129.119.45','2010-07-10','06:26:28','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7287,'207.46.13.45','2010-07-10','10:25:37','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7288,'211.200.50.84','2010-07-10','12:14:25','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(7289,'184.73.62.255','2010-07-10','13:45:47','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(7290,'66.249.68.23','2010-07-10','21:27:00','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7291,'67.195.112.55','2010-07-11','00:10:03','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7292,'216.129.119.45','2010-07-11','00:50:12','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7293,'207.46.194.138','2010-07-11','03:19:29','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(7294,'61.247.203.35','2010-07-11','03:44:01','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7295,'221.149.161.5','2010-07-11','04:01:26','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7296,'222.231.40.171','2010-07-11','06:28:20','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7297,'59.6.145.59','2010-07-11','12:47:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7298,'66.249.68.23','2010-07-11','21:46:42','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7299,'207.46.12.215','2010-07-11','23:56:10','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(7300,'67.195.112.55','2010-07-12','00:03:22','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7301,'61.247.203.35','2010-07-12','03:41:35','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7302,'207.46.13.145','2010-07-12','05:44:51','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7303,'211.172.253.205','2010-07-12','07:47:34','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7304,'221.149.161.5','2010-07-12','08:58:57','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7305,'216.129.119.45','2010-07-12','09:33:04','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7306,'221.164.167.65','2010-07-12','11:21:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.2)'),(7307,'119.207.216.164','2010-07-12','11:36:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(7308,'58.235.219.111','2010-07-12','12:19:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(7309,'218.54.59.73','2010-07-12','14:02:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727)'),(7310,'116.37.43.196','2010-07-12','14:55:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2)'),(7311,'221.142.59.10','2010-07-12','15:19:28','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7312,'112.151.7.216','2010-07-12','19:14:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(7313,'66.249.68.23','2010-07-12','21:48:35','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7314,'67.195.112.55','2010-07-13','00:33:31','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7315,'66.249.68.23','2010-07-13','01:12:48','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7316,'61.247.203.35','2010-07-13','03:40:59','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7317,'216.129.119.45','2010-07-13','07:01:28','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7318,'121.131.147.226','2010-07-13','10:34:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.2)'),(7319,'220.75.4.111','2010-07-13','14:30:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(7320,'219.149.10.226','2010-07-13','14:55:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; TheWorld)'),(7321,'221.149.161.5','2010-07-13','14:56:46','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7322,'121.254.193.156','2010-07-14','00:36:41','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7323,'67.195.112.55','2010-07-14','00:48:50','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7324,'207.46.204.229','2010-07-14','02:21:20','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7325,'221.149.161.5','2010-07-14','03:25:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7326,'61.247.203.35','2010-07-14','03:40:54','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7327,'66.249.68.23','2010-07-14','09:02:06','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7328,'220.94.103.154','2010-07-14','10:24:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(7329,'216.129.119.45','2010-07-14','12:40:32','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7330,'121.130.167.135','2010-07-14','14:01:52','http://www.plusapple.com/','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; ko-kr) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10'),(7331,'220.78.255.218','2010-07-14','17:08:32','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSN Optimized;US)'),(7332,'222.114.233.194','2010-07-14','17:40:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7333,'207.46.12.106','2010-07-14','21:50:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.30729)'),(7334,'121.254.193.158','2010-07-15','02:01:48','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7335,'41.66.150.30','2010-07-15','02:08:04','http://plusapple.com/www/index.php','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; WOW64; SV1; .NET CLR 2.0.50727)'),(7336,'67.195.112.55','2010-07-15','05:06:48','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7337,'94.102.57.131','2010-07-15','10:33:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7338,'220.94.103.154','2010-07-15','13:25:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(7339,'221.149.161.5','2010-07-15','13:33:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7340,'58.151.210.230','2010-07-15','14:07:59','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2)'),(7341,'66.249.68.49','2010-07-15','14:53:25','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7342,'216.129.119.45','2010-07-15','15:16:22','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7343,'61.42.210.83','2010-07-15','15:52:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(7344,'61.247.221.80','2010-07-15','18:51:45','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7345,'67.195.112.55','2010-07-16','01:39:40','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7346,'211.62.252.48','2010-07-16','01:47:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7347,'211.172.253.205','2010-07-16','03:20:13','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7348,'216.129.119.45','2010-07-16','06:52:41','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7349,'66.249.68.49','2010-07-16','09:21:10','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7350,'124.57.177.97','2010-07-16','16:49:29','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(7351,'221.164.167.65','2010-07-16','17:01:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(7352,'207.46.13.137','2010-07-16','20:06:25','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7353,'113.60.181.203','2010-07-16','21:13:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(7354,'207.46.204.243','2010-07-17','00:25:26','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7355,'216.129.119.45','2010-07-17','02:01:53','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7356,'222.231.40.171','2010-07-17','04:42:17','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7357,'207.46.204.227','2010-07-17','05:19:58','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7358,'67.195.112.55','2010-07-17','06:13:18','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7359,'66.249.68.52','2010-07-17','06:50:48','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7360,'66.249.68.37','2010-07-17','13:43:43','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7361,'221.149.161.5','2010-07-17','17:22:44','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7362,'66.249.67.41','2010-07-17','22:19:14','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7363,'217.21.113.238','2010-07-17','23:45:49','http://plusapple.com/www/index.php','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(7364,'67.195.112.55','2010-07-18','02:43:41','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7365,'59.6.145.59','2010-07-18','03:04:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7366,'216.129.119.45','2010-07-18','03:33:48','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7367,'175.223.206.169','2010-07-18','05:57:53','http://www.plusapple.com/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; ko-kr) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7D11 Safari/528.16'),(7368,'66.249.68.37','2010-07-18','06:05:49','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7369,'222.231.40.174','2010-07-18','06:08:12','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7370,'64.246.165.140','2010-07-18','06:28:09','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(7371,'207.46.13.142','2010-07-18','15:55:17','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7372,'67.195.112.55','2010-07-19','00:17:37','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7373,'66.249.68.37','2010-07-19','00:24:28','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7374,'112.169.181.192','2010-07-19','03:10:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 1.1.4322)'),(7375,'211.172.253.202','2010-07-19','07:31:55','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7376,'216.129.119.45','2010-07-19','08:12:34','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7377,'205.251.121.5','2010-07-19','08:21:01','','panscient.com'),(7378,'210.115.223.46','2010-07-19','09:30:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/9D0D320A-14C4393ECAC-000000006135; InfoPath.2; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7379,'219.250.84.29','2010-07-19','13:27:36','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(7380,'211.51.36.138','2010-07-19','14:34:16','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5)'),(7381,'211.252.150.150','2010-07-19','15:54:53','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(7382,'220.74.112.242','2010-07-19','17:28:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(7383,'66.249.68.37','2010-07-20','00:21:35','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7384,'67.195.112.55','2010-07-20','01:00:50','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7385,'165.244.185.95','2010-07-20','03:53:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/5FB9F4A5-14C44977959-000000053539; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7386,'216.129.119.45','2010-07-20','03:54:05','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7387,'121.254.193.158','2010-07-20','08:52:01','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7388,'221.132.71.222','2010-07-20','10:33:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/7D00000A-14C44EC79A9-00000004863F; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7389,'221.149.161.5','2010-07-20','10:34:24','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7390,'210.115.223.46','2010-07-20','10:54:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; IPMS/9D0D320A-14C44E651A1-000000006135; InfoPath.2; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7391,'59.23.43.207','2010-07-20','14:59:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.1)'),(7392,'66.249.68.20','2010-07-20','15:50:50','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7393,'203.247.182.211','2010-07-20','18:02:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7394,'216.104.15.130','2010-07-20','18:31:57','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(7395,'147.6.1.61','2010-07-20','19:29:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7396,'207.46.12.18','2010-07-20','22:01:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.30729)'),(7397,'67.195.112.55','2010-07-21','00:40:22','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7398,'207.46.195.227','2010-07-21','01:26:54','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7399,'66.249.68.20','2010-07-21','02:59:03','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7400,'216.129.119.45','2010-07-21','05:28:04','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7401,'222.231.40.172','2010-07-21','10:08:43','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7402,'222.110.152.69','2010-07-21','10:40:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(7403,'222.105.216.31','2010-07-21','16:15:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7404,'121.190.23.243','2010-07-21','16:39:41','http://plusapple.com/www/bbs/write.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7405,'67.195.112.55','2010-07-22','00:10:07','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7406,'216.129.119.45','2010-07-22','00:52:45','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7407,'207.46.204.227','2010-07-22','05:11:07','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7408,'66.249.68.20','2010-07-22','05:22:06','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7409,'59.186.55.10','2010-07-22','10:27:47','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(7410,'211.172.253.197','2010-07-22','11:41:43','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7411,'118.45.81.49','2010-07-22','12:01:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5)'),(7412,'61.247.204.37','2010-07-22','15:43:58','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7413,'221.149.161.5','2010-07-22','16:45:20','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7414,'221.143.243.250','2010-07-23','00:13:30','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5)'),(7415,'207.46.204.234','2010-07-23','00:24:13','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7416,'61.247.204.37','2010-07-23','01:33:28','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7417,'67.195.112.55','2010-07-23','02:21:55','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7418,'61.247.204.36','2010-07-23','02:58:21','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7419,'61.247.204.35','2010-07-23','02:58:30','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7420,'61.247.204.38','2010-07-23','03:38:50','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7421,'61.247.204.39','2010-07-23','03:43:13','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7422,'207.46.199.215','2010-07-23','05:28:08','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(7423,'66.249.68.20','2010-07-23','07:20:40','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7424,'216.129.119.45','2010-07-23','08:48:45','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7425,'119.198.85.89','2010-07-23','10:37:46','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7426,'61.247.221.88','2010-07-23','11:58:26','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7427,'180.68.36.226','2010-07-23','12:31:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727)'),(7428,'211.172.253.193','2010-07-23','14:25:58','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7429,'61.78.148.223','2010-07-23','17:04:00','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(7430,'220.77.51.67','2010-07-23','19:00:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)'),(7431,'121.158.79.250','2010-07-23','22:31:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(7432,'67.195.112.55','2010-07-24','01:48:17','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7433,'66.249.67.27','2010-07-24','04:33:57','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7434,'207.46.13.98','2010-07-24','05:09:53','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7435,'183.97.254.80','2010-07-24','11:35:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(7436,'61.247.204.37','2010-07-24','11:36:50','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7437,'61.247.204.35','2010-07-24','11:39:53','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7438,'61.247.204.39','2010-07-24','11:40:29','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7439,'216.129.119.45','2010-07-24','12:09:14','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7440,'66.249.68.20','2010-07-24','13:31:29','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7441,'121.254.193.157','2010-07-24','15:47:23','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7442,'61.247.204.38','2010-07-24','20:20:34','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7443,'61.247.204.36','2010-07-24','20:24:39','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7444,'114.111.36.32','2010-07-24','22:02:07','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7445,'180.67.207.222','2010-07-24','22:45:07','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7446,'67.195.112.55','2010-07-25','00:00:03','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7447,'61.247.204.35','2010-07-25','00:45:40','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7448,'61.247.204.39','2010-07-25','01:27:33','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7449,'180.67.207.222','2010-07-25','04:37:43','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7450,'61.247.204.37','2010-07-25','05:26:14','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7451,'207.46.204.197','2010-07-25','08:15:04','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7452,'183.106.27.94','2010-07-25','08:27:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7453,'61.247.221.93','2010-07-25','09:06:56','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7454,'216.129.119.45','2010-07-25','09:37:38','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7455,'66.249.68.20','2010-07-25','16:02:36','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7456,'121.254.193.157','2010-07-25','17:15:03','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7457,'59.6.145.59','2010-07-25','18:15:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7458,'207.46.204.231','2010-07-25','23:56:07','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7459,'180.67.207.222','2010-07-26','00:06:37','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7460,'67.195.112.55','2010-07-26','00:21:49','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7461,'221.149.161.5','2010-07-26','02:35:31','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7462,'74.52.245.146','2010-07-26','05:23:27','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(7463,'216.129.119.45','2010-07-26','06:05:17','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7464,'66.249.68.20','2010-07-26','08:11:37','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7465,'119.201.41.10','2010-07-26','17:05:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 3.0.04506.30)'),(7466,'222.231.40.174','2010-07-26','18:41:43','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7467,'121.140.0.32','2010-07-26','19:29:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(7468,'221.142.59.10','2010-07-26','20:48:46','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7469,'180.67.207.222','2010-07-27','00:08:06','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7470,'67.195.112.55','2010-07-27','00:24:05','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7471,'207.46.195.237','2010-07-27','10:16:20','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7472,'121.137.116.141','2010-07-27','12:39:38','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7473,'213.5.70.201','2010-07-27','13:56:14','http://plusapple.com/www/index.php','Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]'),(7474,'66.249.68.46','2010-07-27','16:04:00','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7475,'125.240.149.2','2010-07-27','16:53:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/6564A8C0-14C4E713C0C-000000298753; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 1.1.4322)'),(7476,'216.129.119.45','2010-07-27','17:06:32','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7477,'61.247.204.35','2010-07-27','19:00:55','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7478,'222.231.40.174','2010-07-27','20:13:09','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7479,'61.247.203.65','2010-07-27','20:15:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(7480,'211.178.0.28','2010-07-27','23:39:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(7481,'67.195.112.55','2010-07-28','01:24:04','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7482,'61.247.203.35','2010-07-28','03:43:37','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7483,'66.249.68.46','2010-07-28','04:30:02','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7484,'211.194.238.176','2010-07-28','10:46:25','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(7485,'66.249.68.5','2010-07-28','10:58:37','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7486,'123.214.240.36','2010-07-28','11:38:09','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7487,'210.182.140.138','2010-07-28','11:47:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(7488,'59.6.145.59','2010-07-28','13:00:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7489,'75.101.202.26','2010-07-28','19:00:21','','SheenBot/SheenBot-1.0.4 (Sheen web crawler)'),(7490,'117.55.164.52','2010-07-28','20:24:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(7491,'184.73.2.36','2010-07-28','21:04:20','','SheenBot/SheenBot-1.0.4 (Sheen web crawler)'),(7492,'211.172.253.200','2010-07-28','21:43:53','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7493,'67.195.112.55','2010-07-29','00:03:15','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7494,'66.249.68.5','2010-07-29','01:06:09','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7495,'216.129.119.45','2010-07-29','03:30:46','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7496,'61.247.203.35','2010-07-29','03:39:23','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7497,'112.187.29.10','2010-07-29','11:48:40','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CPNTDF; InfoPath.2)'),(7498,'114.205.157.77','2010-07-29','13:45:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(7499,'221.149.161.5','2010-07-29','14:13:41','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7500,'121.190.30.102','2010-07-29','15:12:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; OfficeLiveConne'),(7501,'207.46.13.135','2010-07-29','19:04:10','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7502,'211.252.150.149','2010-07-29','19:12:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(7503,'211.172.253.201','2010-07-29','23:06:04','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7504,'218.147.93.221','2010-07-29','23:09:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5; AskTB5.6)'),(7505,'59.25.169.191','2010-07-29','23:35:50','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; IPMS/0C00A8C0-14C511E3707-000000532386; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; Table'),(7506,'203.149.124.12','2010-07-30','00:08:37','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(7507,'67.195.112.55','2010-07-30','01:54:48','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7508,'207.46.204.189','2010-07-30','08:53:57','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7509,'216.129.119.45','2010-07-30','11:13:54','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7510,'216.145.17.190','2010-07-30','13:59:56','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(7511,'210.103.83.39','2010-07-30','16:00:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(7512,'61.78.148.223','2010-07-30','16:46:18','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/)'),(7513,'121.190.23.243','2010-07-30','18:37:26','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7514,'66.249.68.17','2010-07-30','19:56:22','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7515,'222.231.40.169','2010-07-31','00:29:28','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7516,'66.249.68.17','2010-07-31','00:34:08','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7517,'67.195.112.55','2010-07-31','01:09:05','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7518,'211.220.56.22','2010-07-31','01:23:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7519,'216.129.119.45','2010-07-31','03:49:34','','Mozilla/5.0 (Twiceler-0.9 http://www.cuil.com/twiceler/robot.html)'),(7520,'66.249.67.50','2010-07-31','07:15:23','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7521,'61.247.221.89','2010-07-31','08:59:59','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7522,'114.111.36.30','2010-07-31','10:50:15','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7523,'121.157.63.26','2010-07-31','16:19:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7524,'211.254.252.28','2010-07-31','17:31:15','http://plusapple.com/','pirs'),(7525,'211.254.252.27','2010-07-31','17:31:53','http://plusapple.com/www/index.php','pirs'),(7526,'211.254.252.23','2010-07-31','17:32:03','http://plusapple.com/www/index.php','pirs'),(7527,'211.254.252.20','2010-07-31','17:32:13','http://plusapple.com/www/index.php','pirs'),(7528,'211.254.252.25','2010-07-31','17:32:19','http://plusapple.com/www/index.php','pirs'),(7529,'211.254.252.26','2010-07-31','17:32:31','http://plusapple.com/www/index.php','pirs'),(7530,'211.254.252.21','2010-07-31','17:33:11','http://plusapple.com/www/index.php','pirs'),(7531,'211.254.252.22','2010-07-31','17:34:32','http://plusapple.com/www/index.php','pirs'),(7532,'211.254.252.29','2010-07-31','17:34:42','http://plusapple.com/www/index.php','pirs'),(7533,'211.254.252.24','2010-07-31','17:35:04','http://plusapple.com/www/index.php','pirs'),(7534,'114.111.36.32','2010-07-31','17:37:56','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7535,'114.111.36.29','2010-07-31','18:33:17','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7536,'115.23.255.139','2010-07-31','20:52:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7537,'66.249.68.17','2010-08-01','00:13:32','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7538,'67.195.112.55','2010-08-01','00:14:33','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7539,'222.231.40.170','2010-08-01','02:01:01','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7540,'207.46.204.178','2010-08-01','03:28:57','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7541,'59.6.145.59','2010-08-01','10:05:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7542,'67.195.112.55','2010-08-02','00:00:16','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7543,'66.249.68.17','2010-08-02','00:02:39','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7544,'211.172.253.197','2010-08-02','03:23:19','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7545,'211.211.230.203','2010-08-02','11:08:26','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1&x=22&y=17','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(7546,'221.149.161.5','2010-08-02','12:38:35','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7547,'59.6.145.59','2010-08-02','14:32:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7548,'112.184.172.68','2010-08-02','16:20:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(7549,'67.195.112.55','2010-08-03','00:01:38','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7550,'112.152.105.191','2010-08-03','00:59:33','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; chromeframe; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(7551,'66.249.68.17','2010-08-03','02:10:31','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7552,'115.20.79.10','2010-08-03','14:09:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 1.0.3705)'),(7553,'121.190.23.243','2010-08-03','18:16:40','http://plusapple.com/www/bbs/write.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7554,'66.249.67.50','2010-08-03','23:53:20','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7555,'66.249.68.17','2010-08-04','00:28:23','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7556,'67.195.112.55','2010-08-04','00:39:17','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7557,'122.100.230.13','2010-08-04','08:36:53','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7558,'66.249.68.23','2010-08-04','08:51:58','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7559,'207.46.204.177','2010-08-04','16:44:43','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7560,'59.3.81.79','2010-08-04','18:05:17','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7561,'122.34.81.189','2010-08-04','18:42:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7562,'121.254.193.201','2010-08-04','21:36:32','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7563,'66.249.67.82','2010-08-04','23:02:42','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7564,'222.231.40.174','2010-08-04','23:54:48','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7565,'67.195.112.55','2010-08-05','00:07:49','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7566,'66.249.68.23','2010-08-05','00:41:25','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7567,'61.247.203.35','2010-08-05','03:40:22','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7568,'61.247.204.36','2010-08-05','04:19:50','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7569,'69.58.178.27','2010-08-05','05:37:34','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3'),(7570,'61.247.204.35','2010-08-05','07:30:56','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7571,'61.247.221.87','2010-08-05','08:17:25','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7572,'122.100.210.64','2010-08-05','09:27:00','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7573,'210.92.109.123','2010-08-05','11:16:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7574,'61.247.204.37','2010-08-05','12:40:59','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7575,'61.247.204.38','2010-08-05','13:14:28','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7576,'61.247.204.39','2010-08-05','15:02:34','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7577,'122.100.210.95','2010-08-05','15:38:54','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7578,'213.5.70.201','2010-08-05','18:54:16','http://plusapple.com/www/index.php','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0'),(7579,'218.146.11.190','2010-08-05','20:50:05','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7580,'66.249.68.104','2010-08-05','21:42:45','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7581,'122.100.218.144','2010-08-05','22:36:23','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7582,'66.249.67.3','2010-08-05','23:57:57','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7583,'67.195.112.55','2010-08-06','00:21:12','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7584,'207.46.204.230','2010-08-06','00:42:25','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7585,'222.231.40.169','2010-08-06','01:16:51','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7586,'66.249.68.104','2010-08-06','01:33:30','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7587,'61.247.203.35','2010-08-06','03:40:00','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7588,'221.149.214.140','2010-08-06','03:44:23','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7589,'61.247.204.38','2010-08-06','04:19:59','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7590,'61.247.204.37','2010-08-06','04:25:37','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7591,'61.247.204.39','2010-08-06','04:29:09','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7592,'61.247.204.36','2010-08-06','04:59:09','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7593,'122.100.218.144','2010-08-06','06:31:34','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7594,'61.247.204.35','2010-08-06','12:48:19','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7595,'207.46.195.224','2010-08-06','15:21:58','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7596,'125.129.131.59','2010-08-06','16:11:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(7597,'121.171.183.252','2010-08-06','17:02:31','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(7598,'121.254.250.63','2010-08-06','17:14:49','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7599,'210.92.109.139','2010-08-06','18:13:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(7600,'66.249.68.55','2010-08-06','21:29:42','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7601,'66.249.67.24','2010-08-06','22:04:35','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7602,'67.195.112.55','2010-08-07','01:06:16','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7603,'66.249.67.24','2010-08-07','01:59:01','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7604,'59.6.145.59','2010-08-07','04:45:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7605,'211.220.13.70','2010-08-07','14:03:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5; InfoPath.2)'),(7606,'207.46.199.45','2010-08-07','14:53:57','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7607,'207.46.13.92','2010-08-07','17:53:55','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7608,'207.46.13.134','2010-08-07','17:59:59','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7609,'207.46.204.177','2010-08-07','18:55:56','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7610,'211.228.97.246','2010-08-07','20:55:59','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(7611,'66.249.68.43','2010-08-07','21:31:19','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7612,'175.114.55.47','2010-08-07','22:04:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7613,'67.195.112.55','2010-08-08','01:30:05','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7614,'66.249.67.41','2010-08-08','03:10:55','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7615,'180.70.94.82','2010-08-08','03:35:03','','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; DigExt)'),(7616,'61.247.221.81','2010-08-08','08:33:53','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7617,'115.136.76.108','2010-08-08','17:39:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322)'),(7618,'211.213.255.93','2010-08-08','21:32:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(7619,'66.249.68.43','2010-08-08','22:46:06','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7620,'67.195.112.55','2010-08-09','02:55:23','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7621,'61.247.221.88','2010-08-09','07:49:47','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7622,'64.246.165.150','2010-08-09','10:35:57','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(7623,'189.52.165.22','2010-08-09','10:40:49','',''),(7624,'211.104.6.253','2010-08-09','11:18:53','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(7625,'203.233.232.77','2010-08-09','13:15:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(7626,'61.247.204.35','2010-08-09','17:11:25','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7627,'119.203.117.89','2010-08-09','18:24:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)'),(7628,'207.46.13.45','2010-08-09','19:36:29','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7629,'220.127.233.38','2010-08-09','19:46:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7630,'66.249.67.41','2010-08-09','20:51:46','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7631,'66.249.68.43','2010-08-09','21:26:02','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7632,'66.249.67.41','2010-08-10','00:33:06','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7633,'67.195.112.55','2010-08-10','03:05:22','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7634,'121.254.193.156','2010-08-10','09:46:06','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7635,'66.249.67.12','2010-08-10','16:50:21','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7636,'211.183.52.17','2010-08-10','17:20:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(7637,'207.46.204.243','2010-08-10','18:26:31','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7638,'121.183.3.138','2010-08-10','21:14:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(7639,'66.249.68.26','2010-08-10','23:21:59','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7640,'67.195.112.55','2010-08-11','00:44:09','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7641,'59.6.145.59','2010-08-11','01:36:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7642,'184.73.92.219','2010-08-11','04:55:28','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(7643,'211.172.253.196','2010-08-11','10:27:30','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7644,'210.109.153.43','2010-08-11','11:05:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(7645,'175.197.46.132','2010-08-11','11:15:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(7646,'59.23.126.113','2010-08-11','14:21:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(7647,'175.196.133.190','2010-08-11','14:35:31','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.2)'),(7648,'66.249.67.3','2010-08-11','16:39:48','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7649,'112.167.138.157','2010-08-11','17:05:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7650,'119.198.191.146','2010-08-11','17:10:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(7651,'66.249.68.26','2010-08-11','21:22:42','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7652,'67.195.112.55','2010-08-12','00:08:32','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7653,'211.252.150.147','2010-08-12','04:25:21','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(7654,'221.149.214.140','2010-08-12','10:20:09','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7655,'222.231.40.169','2010-08-12','11:07:59','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7656,'211.214.79.154','2010-08-12','13:21:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(7657,'207.46.13.91','2010-08-12','21:39:39','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7658,'66.249.68.26','2010-08-12','23:31:04','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7659,'67.195.112.55','2010-08-13','00:34:56','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7660,'61.247.203.35','2010-08-13','03:39:37','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7661,'121.180.213.133','2010-08-13','11:23:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2)'),(7662,'211.54.168.75','2010-08-13','11:24:51','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7663,'115.22.5.187','2010-08-13','11:55:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(7664,'61.77.38.211','2010-08-13','14:23:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0)'),(7665,'211.172.253.206','2010-08-13','14:42:39','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7666,'59.6.145.59','2010-08-13','15:00:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7667,'124.56.104.88','2010-08-13','16:23:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7668,'74.50.85.229','2010-08-13','17:16:51','','Mozilla/5.0'),(7669,'66.249.68.110','2010-08-13','23:01:10','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7670,'220.126.126.224','2010-08-13','23:15:32','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1&x=22&y=11','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(7671,'211.207.176.41','2010-08-13','23:36:29','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=0&x=29&y=26','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(7672,'207.46.13.51','2010-08-14','01:02:30','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7673,'66.249.68.110','2010-08-14','01:07:44','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7674,'67.195.112.55','2010-08-14','01:34:33','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7675,'61.247.203.35','2010-08-14','03:39:33','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7676,'210.103.83.39','2010-08-14','11:37:36','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(7677,'207.46.204.214','2010-08-14','12:02:20','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.30729)'),(7678,'207.46.12.167','2010-08-14','13:47:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.30729)'),(7679,'121.254.193.158','2010-08-14','15:04:07','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7680,'207.46.195.214','2010-08-14','16:57:50','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(7681,'66.249.67.117','2010-08-14','22:14:57','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7682,'67.195.112.55','2010-08-15','00:19:09','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7683,'218.157.148.21','2010-08-15','01:11:20','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(7684,'118.217.213.29','2010-08-15','01:21:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(7685,'175.124.83.113','2010-08-15','15:07:27','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(7686,'222.231.40.175','2010-08-15','15:59:35','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7687,'218.48.149.109','2010-08-15','20:32:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(7688,'66.249.68.110','2010-08-15','23:01:08','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7689,'67.195.112.55','2010-08-16','00:22:37','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7690,'91.147.160.18','2010-08-16','06:56:03','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.1)'),(7691,'61.247.221.91','2010-08-16','08:45:56','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7692,'59.6.145.59','2010-08-16','10:52:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7693,'222.104.122.76','2010-08-16','11:02:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(7694,'121.254.193.201','2010-08-16','11:16:44','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7695,'124.254.188.61','2010-08-16','12:53:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(7696,'207.46.194.62','2010-08-16','17:05:57','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(7697,'211.172.253.196','2010-08-16','17:52:03','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7698,'125.152.202.17','2010-08-16','18:04:10','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7699,'114.206.35.18','2010-08-16','22:14:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7700,'66.249.68.110','2010-08-16','23:30:19','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7701,'67.195.112.55','2010-08-17','00:26:52','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7702,'66.249.68.110','2010-08-17','00:40:02','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7703,'61.247.203.35','2010-08-17','03:39:08','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7704,'61.247.221.89','2010-08-17','09:29:32','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7705,'121.183.49.51','2010-08-17','13:46:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2)'),(7706,'121.139.50.53','2010-08-17','14:59:56','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727)'),(7707,'93.158.149.31','2010-08-17','15:26:02','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),(7708,'210.92.109.192','2010-08-17','15:48:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7709,'222.231.40.166','2010-08-17','19:01:27','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7710,'121.173.38.30','2010-08-18','00:16:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(7711,'67.195.112.55','2010-08-18','00:31:06','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7712,'59.187.250.44','2010-08-18','00:44:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(7713,'66.249.68.17','2010-08-18','01:07:59','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7714,'61.247.203.35','2010-08-18','03:39:27','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7715,'66.249.17.200','2010-08-18','06:18:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; GTB5; .NET CLR 1.1.4322)'),(7716,'121.183.3.147','2010-08-18','09:09:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7717,'61.42.210.83','2010-08-18','12:18:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(7718,'121.88.230.222','2010-08-18','13:21:21','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7719,'210.109.153.46','2010-08-18','16:45:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(7720,'222.231.40.166','2010-08-18','19:48:13','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7721,'58.122.135.78','2010-08-18','20:56:26','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; InfoPath.1; Tablet PC 2.0)'),(7722,'207.46.13.47','2010-08-18','21:32:34','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7723,'67.195.112.55','2010-08-19','00:01:12','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7724,'64.246.178.34','2010-08-19','08:21:16','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(7725,'180.70.133.64','2010-08-19','10:05:56','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7726,'221.149.214.140','2010-08-19','11:27:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7727,'220.116.76.88','2010-08-19','12:03:18','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&x=34&y=3','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7728,'66.249.67.12','2010-08-19','12:38:10','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7729,'210.92.109.192','2010-08-19','14:01:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7730,'121.186.72.247','2010-08-19','15:41:49','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1&x=19&y=22','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7731,'115.93.248.194','2010-08-19','17:49:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7732,'93.158.149.31','2010-08-19','20:28:53','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),(7733,'125.133.9.139','2010-08-19','20:32:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2)'),(7734,'211.172.253.193','2010-08-19','21:12:32','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7735,'66.249.68.17','2010-08-19','22:15:42','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7736,'67.195.112.55','2010-08-20','01:02:52','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7737,'66.249.67.12','2010-08-20','02:58:32','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7738,'218.146.11.189','2010-08-20','09:23:40','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(7739,'207.46.194.76','2010-08-20','11:21:27','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(7740,'203.232.87.194','2010-08-20','11:33:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; TCO_20100820094405; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7741,'222.231.40.168','2010-08-20','22:38:02','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7742,'61.247.204.39','2010-08-21','00:41:03','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7743,'67.195.112.55','2010-08-21','01:04:39','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7744,'66.249.67.12','2010-08-21','01:23:30','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7745,'116.33.201.244','2010-08-21','03:09:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)'),(7746,'116.46.4.92','2010-08-21','03:24:43','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7747,'61.247.204.37','2010-08-21','06:52:07','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7748,'61.247.221.87','2010-08-21','07:50:49','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7749,'61.247.204.35','2010-08-21','08:25:01','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7750,'61.247.204.36','2010-08-21','08:50:42','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7751,'61.247.204.38','2010-08-21','08:52:02','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7752,'207.46.12.238','2010-08-21','14:46:17','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7753,'59.6.145.59','2010-08-21','17:01:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7754,'207.46.13.141','2010-08-21','20:48:44','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7755,'175.116.146.32','2010-08-21','22:18:18','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA+','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7756,'66.249.68.17','2010-08-21','23:04:03','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7757,'222.231.40.169','2010-08-22','00:03:31','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7758,'67.195.112.55','2010-08-22','01:06:31','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7759,'66.249.67.12','2010-08-22','02:03:06','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7760,'61.247.204.35','2010-08-22','09:34:19','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7761,'61.247.204.39','2010-08-22','09:37:39','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7762,'61.247.204.36','2010-08-22','09:47:19','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7763,'61.247.204.37','2010-08-22','10:02:07','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7764,'61.247.204.38','2010-08-22','10:34:10','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7765,'93.158.149.31','2010-08-22','12:37:49','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),(7766,'189.43.141.3','2010-08-22','17:07:48','',''),(7767,'211.252.150.147','2010-08-22','18:02:52','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(7768,'211.115.62.128','2010-08-22','20:39:54','http://search.naver.com/search.naver?where=nexearch&sm=ies_hty&ie=utf8&query=%EC%95%84%EC%B9%A8%EB%86%8D%EC%82%B0','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(7769,'66.249.67.12','2010-08-23','00:38:51','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7770,'67.195.112.55','2010-08-23','01:07:24','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7771,'222.231.40.171','2010-08-23','01:24:34','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7772,'61.247.204.37','2010-08-23','04:52:32','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7773,'183.99.6.114','2010-08-23','07:28:09','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2)'),(7774,'189.43.141.3','2010-08-23','12:38:00','',''),(7775,'203.236.22.11','2010-08-23','13:32:37','http://www.plusapple.com/','Mozilla/5.0 (Linux; U; Android 2.1-update1; ko-kr; SHW-M110S Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17'),(7776,'211.228.154.59','2010-08-23','20:08:51','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7777,'219.250.89.233','2010-08-23','21:18:08','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7778,'124.199.32.92','2010-08-23','21:18:23','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30618; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(7779,'221.142.59.10','2010-08-24','01:03:15','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; i-NavFourF; InfoPath.2)'),(7780,'67.195.112.55','2010-08-24','01:09:30','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7781,'211.172.253.199','2010-08-24','02:52:36','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7782,'183.103.112.118','2010-08-24','03:28:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; [xSP_2:c39749574cc37f491aea557f3ebebc09_158]; [xSP_2:c39749574cc37f491aea557f3ebebc09_7]; 8977097703)'),(7783,'61.247.221.87','2010-08-24','08:55:17','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7784,'207.46.13.89','2010-08-24','14:21:37','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7785,'59.6.145.59','2010-08-24','14:33:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7786,'121.151.84.72','2010-08-24','15:54:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(7787,'66.249.67.12','2010-08-24','17:38:30','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7788,'59.24.138.100','2010-08-24','21:38:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(7789,'207.46.13.84','2010-08-24','23:05:13','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7790,'67.195.112.55','2010-08-25','01:11:25','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7791,'95.108.151.244','2010-08-25','01:12:54','','Mozilla/5.0 (compatible; YandexBot/3.0; MirrorDetector; +http://yandex.com/bots)'),(7792,'211.243.69.148','2010-08-25','02:48:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(7793,'222.231.40.169','2010-08-25','04:18:16','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7794,'180.67.207.222','2010-08-25','04:57:56','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7795,'203.243.137.93','2010-08-25','12:54:50','','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; DigExt)'),(7796,'58.87.61.110','2010-08-25','14:56:12','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(7797,'116.32.239.194','2010-08-25','15:00:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.1; .NET CLR 3.5.30729; .NET'),(7798,'220.117.249.112','2010-08-25','15:07:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; EmbeddedWB 14.52 EmbeddedWB 14.52)'),(7799,'125.129.131.77','2010-08-25','15:52:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(7800,'125.128.73.12','2010-08-25','16:50:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(7801,'210.98.145.252','2010-08-25','19:21:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7802,'207.46.204.181','2010-08-25','21:38:57','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7803,'66.249.68.17','2010-08-26','00:01:48','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7804,'67.195.112.55','2010-08-26','00:12:24','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7805,'180.67.207.222','2010-08-26','00:52:17','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7806,'59.6.145.59','2010-08-26','06:41:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7807,'61.247.221.85','2010-08-26','08:32:19','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7808,'115.126.193.122','2010-08-26','09:14:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3)'),(7809,'211.243.69.148','2010-08-26','12:56:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(7810,'211.207.245.61','2010-08-26','14:53:31','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; InfoPath.1)'),(7811,'211.54.168.75','2010-08-26','16:14:08','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(7812,'118.36.187.97','2010-08-26','18:11:02','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET4.0C)'),(7813,'119.200.112.117','2010-08-26','22:09:14','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7814,'121.254.250.64','2010-08-26','23:02:11','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7815,'67.195.112.55','2010-08-27','00:17:46','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7816,'220.181.7.56','2010-08-27','01:00:24','','Baiduspider+(+http://www.baidu.com/search/spider.htm)'),(7817,'121.254.193.158','2010-08-27','03:45:16','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7818,'180.67.207.222','2010-08-27','04:51:32','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7819,'180.70.94.72','2010-08-27','08:59:21','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7820,'220.181.7.95','2010-08-27','12:19:26','','Baiduspider+(+http://www.baidu.com/search/spider.htm)'),(7821,'207.46.199.45','2010-08-27','13:26:40','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7822,'221.149.214.140','2010-08-27','16:20:33','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7823,'114.207.110.192','2010-08-27','16:49:33','http://www.plusapple.com/','Mozilla/5.0 (Linux; U; Android 2.1-update1; ko-kr; SKY IM-A630K Build/ERE27) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17'),(7824,'222.104.208.205','2010-08-27','18:25:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7825,'180.67.207.222','2010-08-28','01:00:17','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7826,'67.195.112.55','2010-08-28','01:11:44','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7827,'180.70.94.72','2010-08-28','01:48:10','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7828,'222.231.40.172','2010-08-28','04:43:03','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7829,'220.181.7.129','2010-08-28','09:09:55','','Baiduspider+(+http://www.baidu.com/search/spider.htm)'),(7830,'61.247.72.139','2010-08-28','21:10:57','http://kr.search.yahoo.com/search?p=%EC%9E%90%EC%97%B0%EC%82%AC%EA%B3%BC&fr=yfp-t-714&b=31','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(7831,'67.195.112.55','2010-08-29','00:17:54','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7832,'211.172.253.194','2010-08-29','05:51:01','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7833,'59.6.145.59','2010-08-29','12:35:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7834,'118.42.124.19','2010-08-29','12:51:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(7835,'220.181.7.65','2010-08-29','16:32:53','','Baiduspider+(+http://www.baidu.com/search/spider.htm)'),(7836,'66.249.68.17','2010-08-29','16:57:01','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7837,'207.46.204.197','2010-08-29','19:19:22','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7838,'64.246.165.180','2010-08-29','23:10:42','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(7839,'66.249.68.17','2010-08-30','00:35:37','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7840,'180.70.94.72','2010-08-30','01:02:39','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7841,'67.195.112.55','2010-08-30','01:17:51','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7842,'61.247.203.35','2010-08-30','03:41:38','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7843,'220.181.7.91','2010-08-30','04:22:53','','Baiduspider+(+http://www.baidu.com/search/spider.htm)'),(7844,'222.231.40.171','2010-08-30','07:22:40','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7845,'66.249.67.12','2010-08-30','11:12:37','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7846,'58.151.154.46','2010-08-30','15:53:01','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2)'),(7847,'220.94.103.154','2010-08-30','17:25:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(7848,'220.181.7.56','2010-08-30','20:09:34','','Baiduspider+(+http://www.baidu.com/search/spider.htm)'),(7849,'125.130.38.98','2010-08-30','21:20:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(7850,'121.88.208.17','2010-08-30','23:28:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(7851,'66.249.67.12','2010-08-31','00:27:23','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7852,'211.200.50.94','2010-08-31','02:05:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)'),(7853,'67.195.112.55','2010-08-31','02:26:55','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7854,'207.46.204.171','2010-08-31','03:12:43','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(7855,'211.46.125.253','2010-08-31','08:48:57','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/0100007F-147F318F5F5)'),(7856,'222.231.40.173','2010-08-31','09:16:54','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7857,'121.183.49.51','2010-08-31','09:41:19','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2)'),(7858,'175.115.92.128','2010-08-31','10:52:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(7859,'61.80.231.91','2010-08-31','11:01:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; CNS_UA; InfoPath.1; CNS_UA)'),(7860,'210.109.153.42','2010-08-31','11:02:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(7861,'118.33.199.3','2010-08-31','15:38:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7862,'175.121.4.11','2010-08-31','16:59:04','http://www.plusapple.com/','Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; ko-kr) AppleWebKit/533.17.8 (KHTML, like Gecko) Shiira/1.2.2 Safari/125'),(7863,'207.46.13.132','2010-08-31','19:41:44','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7864,'67.195.112.55','2010-09-01','01:52:54','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7865,'66.249.67.12','2010-09-01','02:02:46','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7866,'180.70.94.72','2010-09-01','06:29:32','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(7867,'61.247.221.92','2010-09-01','08:41:24','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7868,'220.181.7.56','2010-09-01','09:28:45','','Baiduspider+(+http://www.baidu.com/search/spider.htm)'),(7869,'211.172.253.206','2010-09-01','09:56:27','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7870,'221.152.143.4','2010-09-01','15:55:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(7871,'112.170.30.175','2010-09-01','21:35:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7872,'114.202.22.239','2010-09-01','22:32:15','http://www.plusapple.com/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; ko-kr) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7'),(7873,'66.249.67.12','2010-09-02','00:08:44','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7874,'67.195.112.55','2010-09-02','00:14:59','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7875,'121.140.122.98','2010-09-02','02:19:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(7876,'121.254.193.158','2010-09-02','11:00:58','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7877,'125.243.110.3','2010-09-02','11:11:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7878,'207.46.13.141','2010-09-02','12:26:09','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7879,'180.68.66.176','2010-09-02','12:55:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(7880,'112.170.227.223','2010-09-02','14:52:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7881,'210.92.109.177','2010-09-02','18:17:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(7882,'67.195.112.55','2010-09-03','00:22:17','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7883,'59.6.145.59','2010-09-03','06:49:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7884,'66.249.67.35','2010-09-03','07:21:42','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7885,'183.108.200.187','2010-09-03','09:20:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7886,'211.172.253.193','2010-09-03','12:47:53','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7887,'115.94.222.50','2010-09-03','13:28:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2)'),(7888,'61.247.204.39','2010-09-03','15:53:34','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7889,'115.143.169.37','2010-09-03','19:14:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(7890,'69.58.178.31','2010-09-03','21:02:05','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3'),(7891,'67.195.112.55','2010-09-04','00:34:17','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7892,'122.32.173.194','2010-09-04','01:09:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(7893,'61.247.204.39','2010-09-04','02:21:00','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7894,'220.181.7.85','2010-09-04','02:55:53','','Baiduspider+(+http://www.baidu.com/search/spider.htm)'),(7895,'61.247.221.86','2010-09-04','07:23:20','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7896,'66.249.67.35','2010-09-04','08:04:38','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7897,'207.46.194.139','2010-09-04','08:24:33','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(7898,'115.139.124.15','2010-09-04','10:54:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(7899,'74.52.245.146','2010-09-04','11:36:01','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(7900,'211.172.253.200','2010-09-04','14:40:38','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7901,'61.84.28.205','2010-09-04','15:11:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2)'),(7902,'211.197.90.222','2010-09-04','15:30:37','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; AskTbPTV/5.8.0.12304)'),(7903,'220.181.7.69','2010-09-04','16:57:43','','Baiduspider+(+http://www.baidu.com/search/spider.htm)'),(7904,'61.247.204.36','2010-09-04','20:39:06','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7905,'61.247.204.37','2010-09-04','23:08:03','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7906,'61.247.204.38','2010-09-04','23:18:02','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7907,'67.195.112.55','2010-09-05','00:01:29','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7908,'61.247.204.38','2010-09-05','04:40:00','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7909,'61.247.204.39','2010-09-05','04:49:04','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7910,'61.247.204.36','2010-09-05','05:00:58','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7911,'61.247.204.37','2010-09-05','05:12:49','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7912,'66.249.68.17','2010-09-05','10:02:45','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7913,'59.29.36.92','2010-09-05','10:48:06','http://search.daum.net/search?w=tot&t__nil_searchbox=btn&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)'),(7914,'210.223.245.138','2010-09-05','10:58:57','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(7915,'222.231.50.228','2010-09-05','11:00:12','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7916,'66.249.67.35','2010-09-05','12:29:27','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7917,'121.152.135.140','2010-09-05','13:33:54','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7918,'222.231.40.169','2010-09-05','15:15:26','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7919,'112.151.113.132','2010-09-05','16:15:43','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(7920,'71.255.121.122','2010-09-05','18:16:14','','Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)'),(7921,'61.247.204.35','2010-09-05','19:30:57','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7922,'203.132.161.114','2010-09-05','21:59:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Embedded Web Browser from: http://bsalsa.com/; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)'),(7923,'67.195.112.55','2010-09-06','00:25:43','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7924,'119.64.184.234','2010-09-06','01:14:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152;'),(7925,'207.46.13.48','2010-09-06','02:16:30','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7926,'61.247.204.39','2010-09-06','05:47:22','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7927,'221.149.214.140','2010-09-06','06:23:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(7928,'110.14.58.209','2010-09-06','09:05:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET4.0C; .NET4.0E)'),(7929,'66.249.67.35','2010-09-06','09:53:21','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7930,'113.131.9.31','2010-09-06','10:02:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5)'),(7931,'121.190.30.154','2010-09-06','11:18:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705)'),(7932,'112.222.14.204','2010-09-06','11:36:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(7933,'116.43.75.3','2010-09-06','12:14:38','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7934,'59.17.163.87','2010-09-06','13:00:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7935,'59.11.80.182','2010-09-06','13:24:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(7936,'115.139.124.15','2010-09-06','14:08:44','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(7937,'61.247.204.38','2010-09-06','15:05:28','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7938,'121.158.49.195','2010-09-06','16:29:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(7939,'121.254.193.156','2010-09-06','16:41:56','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7940,'66.249.68.20','2010-09-06','16:44:00','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7941,'124.61.38.37','2010-09-06','20:07:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(7942,'61.247.204.36','2010-09-06','20:28:45','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7943,'67.195.112.55','2010-09-07','00:27:39','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7944,'75.101.174.151','2010-09-07','05:40:34','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(7945,'66.249.67.35','2010-09-07','07:54:54','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7946,'66.249.68.90','2010-09-07','08:03:53','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(7947,'59.29.64.64','2010-09-07','09:53:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; Embedded Web Browser from: http://bsalsa.com/)'),(7948,'175.112.237.83','2010-09-07','12:52:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7949,'125.240.30.90','2010-09-07','14:36:55','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/02011EAC-14C8050D4C4-000000175735; InfoPath.2)'),(7950,'115.139.124.15','2010-09-07','14:40:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(7951,'112.218.213.162','2010-09-07','15:28:51','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7952,'59.6.145.59','2010-09-07','18:26:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(7953,'222.231.40.170','2010-09-07','18:33:51','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7954,'222.104.243.137','2010-09-07','19:33:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; I'),(7955,'118.129.239.72','2010-09-07','19:51:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)'),(7956,'175.119.207.156','2010-09-07','20:17:24','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=0&x=17&y=26','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(7957,'61.247.204.37','2010-09-07','20:23:37','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7958,'61.247.204.36','2010-09-07','21:40:48','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7959,'61.247.204.35','2010-09-07','21:43:28','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7960,'61.247.204.38','2010-09-07','22:11:18','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7961,'61.247.204.36','2010-09-08','00:10:02','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7962,'67.195.112.55','2010-09-08','00:30:29','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7963,'61.247.203.35','2010-09-08','03:46:27','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(7964,'61.247.204.38','2010-09-08','07:48:33','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7965,'61.247.221.80','2010-09-08','08:07:53','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7966,'121.132.108.112','2010-09-08','08:39:17','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(7967,'119.70.209.166','2010-09-08','08:48:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(7968,'61.247.204.35','2010-09-08','10:00:17','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7969,'119.201.33.122','2010-09-08','10:28:24','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F9C1CAC-14C86DD4DCD)'),(7970,'61.247.204.39','2010-09-08','11:14:31','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7971,'110.8.131.85','2010-09-08','15:06:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7972,'207.46.13.97','2010-09-08','15:11:01','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7973,'210.109.153.43','2010-09-08','17:07:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(7974,'125.178.64.164','2010-09-08','17:21:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(7975,'121.254.193.158','2010-09-08','19:55:07','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7976,'58.121.35.194','2010-09-08','20:24:33','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7977,'61.247.204.37','2010-09-08','21:09:16','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7978,'207.46.13.46','2010-09-08','21:47:40','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7979,'118.42.47.180','2010-09-08','23:05:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7980,'115.23.245.247','2010-09-09','00:14:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7981,'67.195.112.55','2010-09-09','00:18:33','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7982,'207.46.199.51','2010-09-09','03:55:02','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7983,'207.46.13.143','2010-09-09','04:45:02','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7984,'64.246.161.190','2010-09-09','05:38:53','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(7985,'61.247.221.81','2010-09-09','08:03:48','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(7986,'114.201.215.15','2010-09-09','08:34:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(7987,'207.46.195.230','2010-09-09','09:17:27','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7988,'207.46.199.39','2010-09-09','10:55:18','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(7989,'115.20.115.54','2010-09-09','11:33:21','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 1.0.3705)'),(7990,'125.245.102.202','2010-09-09','11:54:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; InfoPath.2)'),(7991,'221.150.179.152','2010-09-09','16:14:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7992,'59.4.142.99','2010-09-09','17:40:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(7993,'61.247.204.37','2010-09-09','18:17:19','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(7994,'121.124.166.22','2010-09-09','21:59:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.1; .NET CLR 2.0.50727; .NET C'),(7995,'222.231.40.171','2010-09-09','22:38:56','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(7996,'210.192.87.208','2010-09-09','23:56:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322)'),(7997,'67.195.112.55','2010-09-10','00:36:26','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(7998,'110.8.131.86','2010-09-10','09:10:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(7999,'66.249.67.35','2010-09-10','09:27:03','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8000,'66.249.68.90','2010-09-10','09:32:39','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8001,'112.217.29.58','2010-09-10','09:36:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; TCO_20100910080716; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(8002,'59.6.145.59','2010-09-10','10:10:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8003,'211.61.5.160','2010-09-10','10:48:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8004,'58.29.207.42','2010-09-10','11:27:12','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/3501100A-14C896C6DAD; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8005,'219.250.153.34','2010-09-10','12:07:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8006,'124.51.226.207','2010-09-10','14:02:34','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8007,'58.123.160.253','2010-09-10','14:29:09','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .N'),(8008,'61.85.198.193','2010-09-10','14:29:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2)'),(8009,'110.15.204.155','2010-09-10','14:51:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0; .NET CLR 1.1.4322)'),(8010,'122.44.186.11','2010-09-10','17:44:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(8011,'211.179.174.24','2010-09-10','18:27:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8012,'218.232.143.92','2010-09-10','18:42:40','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2)'),(8013,'121.163.168.170','2010-09-10','18:49:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322)'),(8014,'221.143.147.180','2010-09-10','20:17:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8015,'58.125.166.177','2010-09-10','20:41:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2)'),(8016,'211.172.253.202','2010-09-10','23:16:48','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8017,'119.201.186.134','2010-09-11','00:17:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8018,'67.195.112.55','2010-09-11','00:42:56','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8019,'123.213.70.101','2010-09-11','01:49:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(8020,'180.67.207.222','2010-09-11','06:16:22','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8021,'66.249.67.35','2010-09-11','07:59:30','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8022,'122.35.246.62','2010-09-11','10:59:18','http://search.daum.net/search?nil_suggest=btn&nil_ch=&rtupcoll=&w=tot&m=&f=&lpp=&q=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(8023,'115.139.124.15','2010-09-11','14:48:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(8024,'175.125.20.169','2010-09-11','17:26:18','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8025,'121.183.56.44','2010-09-11','20:27:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB0.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.1)'),(8026,'125.208.82.66','2010-09-11','21:13:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8027,'211.172.253.199','2010-09-12','00:09:32','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8028,'175.125.20.169','2010-09-12','00:30:15','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8029,'67.195.112.55','2010-09-12','00:45:36','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8030,'180.67.207.222','2010-09-12','02:00:25','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8031,'66.249.68.90','2010-09-12','06:59:33','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8032,'61.247.221.87','2010-09-12','07:24:25','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8033,'66.249.67.35','2010-09-12','07:38:04','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8034,'211.253.124.38','2010-09-12','11:34:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/6773116E-14C8C3063E3; InfoPath.1)'),(8035,'211.252.150.146','2010-09-12','13:16:40','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(8036,'125.176.204.28','2010-09-12','16:19:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB0.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; Tablet PC 2.0)'),(8037,'124.49.204.93','2010-09-12','19:46:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322)'),(8038,'203.90.56.138','2010-09-12','23:41:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322)'),(8039,'67.195.112.55','2010-09-13','00:27:18','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8040,'180.67.207.222','2010-09-13','01:42:38','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8041,'222.231.40.175','2010-09-13','02:23:39','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8042,'114.111.36.24','2010-09-13','04:48:15','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8043,'221.149.214.140','2010-09-13','06:21:40','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(8044,'175.125.20.169','2010-09-13','07:35:42','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8045,'66.249.67.35','2010-09-13','08:39:29','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8046,'66.249.68.90','2010-09-13','08:49:52','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8047,'125.137.189.157','2010-09-13','09:22:24','http://www.plusapple.com/','Mozilla/5.0 (Linux; U; Android 2.1-update1; ko-kr; XT720 Build/STSKT_N_79.22.39R) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17'),(8048,'211.115.143.66','2010-09-13','10:19:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(8049,'121.165.16.113','2010-09-13','12:20:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8050,'211.202.42.254','2010-09-13','12:22:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)'),(8051,'211.211.169.186','2010-09-13','15:48:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8052,'59.6.145.59','2010-09-13','16:12:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8053,'221.166.128.240','2010-09-13','17:25:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8054,'211.176.113.48','2010-09-13','17:35:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; yie8)'),(8055,'114.200.18.207','2010-09-13','17:36:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)'),(8056,'58.87.61.116','2010-09-13','18:04:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8057,'59.25.133.128','2010-09-13','19:29:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2)'),(8058,'211.52.168.74','2010-09-13','20:41:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8059,'112.140.90.80','2010-09-13','20:59:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(8060,'59.28.21.116','2010-09-13','21:06:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5)'),(8061,'119.64.114.179','2010-09-13','21:47:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727)'),(8062,'222.109.232.142','2010-09-13','21:53:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(8063,'118.220.138.12','2010-09-13','22:03:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8064,'59.21.145.233','2010-09-13','22:21:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; InfoPath.1)'),(8065,'180.70.222.121','2010-09-13','22:39:30','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(8066,'222.117.250.61','2010-09-13','22:55:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3)'),(8067,'118.47.171.90','2010-09-13','23:20:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727)'),(8068,'180.67.207.222','2010-09-14','00:26:51','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8069,'67.195.112.55','2010-09-14','00:55:24','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8070,'175.125.20.169','2010-09-14','07:20:09','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8071,'114.111.36.24','2010-09-14','08:13:10','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8072,'119.202.76.171','2010-09-14','10:31:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/4101A8C0-14C8EB05404; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 1.1.4322)'),(8073,'66.249.67.35','2010-09-14','10:49:55','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8074,'220.89.40.227','2010-09-14','11:11:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; GTB6.5; .NET CLR 1.1.4322)'),(8075,'222.107.175.70','2010-09-14','11:26:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8076,'122.203.149.130','2010-09-14','11:57:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/B8011EAC-14C8EDABBCB; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; yie8)'),(8077,'95.108.151.244','2010-09-14','11:59:08','','Mozilla/5.0 (compatible; YandexBot/3.0; MirrorDetector; +http://yandex.com/bots)'),(8078,'114.207.173.25','2010-09-14','12:01:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8079,'220.117.239.208','2010-09-14','12:26:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1)'),(8080,'58.76.185.101','2010-09-14','13:00:56','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8081,'211.46.14.18','2010-09-14','13:34:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/680110AC-14C8ED061C1; Embedded Web Browser from: http://bsalsa.com/; InfoPath.1)'),(8082,'220.127.85.174','2010-09-14','14:01:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8083,'121.135.100.17','2010-09-14','14:09:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; TCO_20100914002427; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.21022; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(8084,'220.95.244.201','2010-09-14','14:12:25','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(8085,'211.252.104.67','2010-09-14','14:13:35','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; IPMS/B90D10AC-14C8EFE54C4; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8086,'210.183.64.254','2010-09-14','14:47:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(8087,'114.200.18.207','2010-09-14','14:50:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)'),(8088,'112.166.47.36','2010-09-14','14:54:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; AskTB5.6)'),(8089,'125.180.104.51','2010-09-14','15:00:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8090,'210.205.3.195','2010-09-14','15:29:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8091,'203.238.127.61','2010-09-14','15:36:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.3; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8092,'211.107.125.89','2010-09-14','15:48:36','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1&x=18&y=16','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(8093,'210.205.126.151','2010-09-14','15:49:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8094,'125.129.131.14','2010-09-14','16:13:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8095,'121.139.117.41','2010-09-14','17:04:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2)'),(8096,'211.243.69.148','2010-09-14','17:10:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8097,'203.241.147.24','2010-09-14','17:21:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MS-RTC LM 8; .NET CLR 2.0.50727)'),(8098,'218.236.99.144','2010-09-14','18:27:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(8099,'121.158.201.94','2010-09-14','18:47:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(8100,'211.214.37.249','2010-09-14','20:26:28','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.5; OfficeLivePatch.1.3)'),(8101,'67.195.112.55','2010-09-15','00:57:10','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8102,'211.253.60.34','2010-09-15','01:46:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(8103,'175.125.20.169','2010-09-15','03:14:21','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8104,'114.111.36.24','2010-09-15','08:23:13','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8105,'207.46.12.120','2010-09-15','08:47:04','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.30729)'),(8106,'119.64.74.81','2010-09-15','09:14:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; Tablet PC 2.0)'),(8107,'61.101.152.45','2010-09-15','09:33:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2)'),(8108,'210.216.159.210','2010-09-15','09:55:30','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; TCO_20100915094136; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1)'),(8109,'66.249.67.35','2010-09-15','10:31:30','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8110,'59.23.30.41','2010-09-15','13:26:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2)'),(8111,'115.137.125.201','2010-09-15','13:36:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)'),(8112,'59.13.215.153','2010-09-15','14:39:40','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(8113,'210.104.132.130','2010-09-15','15:12:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(8114,'119.203.54.36','2010-09-15','16:12:34','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB0.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)'),(8115,'125.131.208.221','2010-09-15','18:01:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8116,'121.181.8.205','2010-09-15','19:03:35','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET4.0C; .NET4.0E)'),(8117,'211.172.253.197','2010-09-15','19:39:31','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8118,'218.232.143.92','2010-09-15','20:16:37','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2)'),(8119,'218.149.206.139','2010-09-15','21:07:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)'),(8120,'207.46.13.53','2010-09-15','21:53:37','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8121,'121.185.153.58','2010-09-15','22:14:37','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8122,'67.195.112.55','2010-09-16','00:22:49','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8123,'205.203.134.197','2010-09-16','02:45:07','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(8124,'114.111.36.24','2010-09-16','08:18:45','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8125,'220.86.47.58','2010-09-16','10:42:05','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(8126,'211.246.252.178','2010-09-16','15:01:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8127,'210.99.19.2','2010-09-16','17:50:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8128,'125.130.54.193','2010-09-16','18:26:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)'),(8129,'218.157.208.231','2010-09-16','19:08:41','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(8130,'218.209.75.146','2010-09-16','19:59:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(8131,'222.231.40.169','2010-09-16','20:29:09','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8132,'210.94.44.1','2010-09-16','20:29:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; MS-RTC LM 8)'),(8133,'210.223.245.187','2010-09-16','21:14:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(8134,'67.195.112.55','2010-09-17','01:53:23','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8135,'61.247.221.89','2010-09-17','08:05:16','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8136,'114.111.36.24','2010-09-17','08:15:57','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8137,'59.6.145.59','2010-09-17','09:28:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8138,'58.239.178.213','2010-09-17','12:38:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.1)'),(8139,'222.99.16.86','2010-09-17','12:53:06','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(8140,'121.162.78.241','2010-09-17','13:31:33','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8141,'211.61.5.160','2010-09-17','15:09:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8142,'222.231.40.175','2010-09-17','21:50:49','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8143,'220.81.125.222','2010-09-17','21:54:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET4.0C; .NET4.0E)'),(8144,'220.92.121.80','2010-09-17','23:11:56','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB0.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; InfoPath.1)'),(8145,'67.195.112.55','2010-09-18','00:59:14','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8146,'61.247.221.83','2010-09-18','07:50:30','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8147,'114.111.36.24','2010-09-18','08:24:02','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8148,'121.147.44.34','2010-09-18','11:56:38','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(8149,'222.118.136.128','2010-09-18','13:57:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(8150,'220.94.103.154','2010-09-18','15:28:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8151,'121.151.226.139','2010-09-18','15:35:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(8152,'221.187.3.4','2010-09-18','15:58:46','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8153,'211.172.253.195','2010-09-18','23:19:51','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8154,'67.195.112.55','2010-09-19','02:26:07','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8155,'114.111.36.24','2010-09-19','08:22:38','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8156,'211.180.44.162','2010-09-19','11:10:26','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(8157,'207.46.13.88','2010-09-19','14:07:37','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8158,'64.246.178.34','2010-09-19','14:23:54','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(8159,'221.164.230.156','2010-09-19','15:39:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8160,'220.181.7.121','2010-09-19','16:43:22','','Baiduspider+(+http://www.baidu.com/search/spider.htm)'),(8161,'118.219.19.250','2010-09-19','16:51:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; InfoPath.2)'),(8162,'220.116.186.56','2010-09-19','17:18:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6)'),(8163,'121.165.191.51','2010-09-19','22:10:21','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; AskTbBLT/5.8.0.12304)'),(8164,'121.151.12.77','2010-09-19','22:16:42','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8165,'118.45.4.171','2010-09-19','22:32:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(8166,'122.202.157.175','2010-09-19','23:26:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; InfoPath.1; .NET CLR 3.0.30729)'),(8167,'124.216.75.197','2010-09-19','23:28:17','http://www.plusapple.com/','Mozilla/5.0 (Linux; U; Android 2.1-update1; ko-kr; SHW-M110S Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17'),(8168,'59.152.160.173','2010-09-19','23:54:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(8169,'67.195.112.55','2010-09-20','00:12:23','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8170,'222.231.40.167','2010-09-20','00:52:05','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8171,'221.187.3.4','2010-09-20','01:46:30','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8172,'59.25.40.58','2010-09-20','11:41:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6)'),(8173,'211.107.148.88','2010-09-20','12:35:02','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1&x=21&y=29','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(8174,'61.84.68.29','2010-09-20','12:52:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8175,'211.253.60.65','2010-09-20','15:26:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8176,'207.46.199.46','2010-09-20','17:04:22','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8177,'222.103.59.218','2010-09-20','17:41:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.'),(8178,'211.234.194.18','2010-09-20','18:56:38','http://www.plusapple.com/','Mozilla/5.0 (Linux; U; Android 2.1-update1; ko-kr; SHW-M110S Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17'),(8179,'211.202.59.4','2010-09-20','18:58:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)'),(8180,'211.222.198.57','2010-09-20','19:15:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8181,'222.112.200.190','2010-09-20','23:25:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8182,'67.195.112.55','2010-09-21','00:29:52','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8183,'59.6.145.59','2010-09-21','05:13:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8184,'211.192.121.154','2010-09-21','07:01:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) )'),(8185,'211.172.253.200','2010-09-21','07:42:01','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8186,'114.111.36.24','2010-09-21','08:15:51','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8187,'121.149.217.22','2010-09-21','10:05:57','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&x=0&y=0','Mozilla/5.0 (Windows; U; Windows NT 5.1; ko-KR; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729)'),(8188,'66.249.67.35','2010-09-21','13:09:50','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8189,'61.247.221.90','2010-09-21','17:31:34','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8190,'61.247.204.39','2010-09-21','20:20:16','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8191,'67.195.112.55','2010-09-22','00:34:53','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8192,'221.149.214.140','2010-09-22','04:03:13','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(8193,'114.111.36.24','2010-09-22','08:23:09','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8194,'121.254.193.156','2010-09-22','08:43:30','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8195,'61.247.204.39','2010-09-22','08:59:06','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8196,'61.247.204.38','2010-09-22','10:36:38','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8197,'61.247.204.37','2010-09-22','12:16:35','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8198,'61.247.204.35','2010-09-22','12:41:46','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8199,'61.247.204.36','2010-09-22','12:42:06','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8200,'66.249.68.90','2010-09-22','13:23:33','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8201,'59.6.145.59','2010-09-22','22:01:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8202,'67.195.112.55','2010-09-23','00:36:43','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8203,'61.247.204.39','2010-09-23','02:26:40','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8204,'61.247.204.38','2010-09-23','02:28:20','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8205,'61.247.204.36','2010-09-23','02:32:00','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8206,'114.111.36.24','2010-09-23','08:19:05','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8207,'222.231.40.170','2010-09-23','10:00:36','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8208,'211.252.150.148','2010-09-23','10:51:00','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(8209,'123.185.67.226','2010-09-23','11:16:04','http://plusapple.com/','Opera/9.80 (Windows NT 5.1; U; ja) Presto/2.5.24 Version/10.54'),(8210,'210.103.83.39','2010-09-23','12:01:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(8211,'121.54.211.236','2010-09-23','12:53:35','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1&x=24&y=30','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(8212,'66.249.68.90','2010-09-23','13:21:05','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8213,'61.247.204.37','2010-09-23','14:05:21','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8214,'175.121.108.184','2010-09-23','14:39:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; InfoPath.2)'),(8215,'61.247.204.35','2010-09-23','18:18:05','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8216,'67.195.112.55','2010-09-24','00:45:27','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8217,'221.187.3.4','2010-09-24','01:01:45','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8218,'59.6.145.59','2010-09-24','05:32:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8219,'114.111.36.24','2010-09-24','08:18:03','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8220,'218.232.143.92','2010-09-24','09:34:57','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2)'),(8221,'211.194.159.11','2010-09-24','10:26:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(8222,'61.247.204.36','2010-09-24','11:00:32','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8223,'121.254.193.157','2010-09-24','11:20:37','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8224,'66.249.68.90','2010-09-24','12:21:12','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8225,'207.46.12.67','2010-09-24','16:12:18','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.30729)'),(8226,'207.46.195.242','2010-09-24','17:40:53','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8227,'117.55.148.142','2010-09-24','19:12:14','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&x=30&y=21','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(8228,'121.158.217.71','2010-09-24','19:39:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; ¾ÜÆÄÀÏ (atfile.com); InfoPath.2)'),(8229,'118.35.226.138','2010-09-24','21:11:29','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(8230,'125.130.110.128','2010-09-24','23:59:08','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&x=26&y=10','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(8231,'67.195.112.55','2010-09-25','00:47:04','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8232,'114.111.36.24','2010-09-25','08:18:02','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8233,'116.125.140.2','2010-09-25','10:24:31','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8234,'218.149.207.35','2010-09-25','11:24:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8235,'66.249.68.90','2010-09-25','12:06:36','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8236,'121.254.193.156','2010-09-25','12:33:34','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8237,'123.185.67.226','2010-09-25','15:51:37','http://plusapple.com/','Opera/9.80 (Windows NT 5.1; U; ja) Presto/2.5.22 Version/10.51'),(8238,'121.132.55.249','2010-09-25','17:31:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8239,'67.195.112.55','2010-09-26','00:35:53','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8240,'207.46.194.62','2010-09-26','03:51:29','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(8241,'61.247.221.87','2010-09-26','07:47:17','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8242,'114.111.36.24','2010-09-26','08:21:05','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8243,'207.46.195.241','2010-09-26','09:07:13','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8244,'113.10.61.122','2010-09-26','10:31:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2)'),(8245,'180.66.123.8','2010-09-26','12:33:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) )'),(8246,'58.224.64.195','2010-09-26','14:19:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2)'),(8247,'222.231.40.175','2010-09-26','14:22:03','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8248,'66.249.68.90','2010-09-26','17:51:17','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8249,'59.6.145.59','2010-09-26','20:43:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8250,'67.195.112.55','2010-09-27','00:42:31','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8251,'122.100.173.92','2010-09-27','01:18:53','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8252,'207.46.204.220','2010-09-27','02:45:40','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(8253,'66.249.68.90','2010-09-27','03:57:25','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8254,'122.100.218.70','2010-09-27','08:03:03','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8255,'122.100.185.189','2010-09-27','13:54:36','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8256,'211.172.253.201','2010-09-27','15:22:07','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8257,'220.81.125.93','2010-09-27','15:41:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET4.0C; .NET4.0E)'),(8258,'207.46.13.143','2010-09-27','17:00:26','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8259,'220.91.66.18','2010-09-27','19:07:46','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; AskTB5.5)'),(8260,'115.140.236.50','2010-09-27','20:28:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(8261,'122.100.166.34','2010-09-27','20:48:35','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8262,'203.232.53.86','2010-09-27','21:37:47','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(8263,'122.100.185.189','2010-09-28','00:48:08','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8264,'67.195.112.55','2010-09-28','00:58:31','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8265,'114.111.36.24','2010-09-28','08:10:34','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8266,'121.165.86.193','2010-09-28','11:12:14','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=0','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727)'),(8267,'220.94.103.154','2010-09-28','12:21:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(8268,'115.20.85.62','2010-09-28','12:36:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(8269,'122.100.222.2','2010-09-28','12:47:18','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8270,'180.64.168.189','2010-09-28','15:42:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(8271,'222.231.40.170','2010-09-28','16:25:18','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8272,'122.100.171.198','2010-09-28','18:32:35','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8273,'180.67.29.180','2010-09-28','22:06:43','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(8274,'67.195.112.55','2010-09-29','01:06:06','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8275,'122.100.222.2','2010-09-29','01:54:42','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8276,'111.91.128.94','2010-09-29','02:22:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/B914080A-14CA20876A6-000000427520; TCO_20100929021819; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8277,'61.247.221.81','2010-09-29','07:33:47','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8278,'114.111.36.24','2010-09-29','08:15:35','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8279,'66.249.68.90','2010-09-29','10:13:35','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8280,'122.100.163.242','2010-09-29','11:19:10','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8281,'210.109.153.34','2010-09-29','11:21:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(8282,'112.175.143.88','2010-09-29','12:09:51','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8283,'207.46.13.100','2010-09-29','13:09:27','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8284,'211.172.253.193','2010-09-29','17:25:40','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8285,'61.74.245.101','2010-09-29','17:51:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8286,'220.94.103.154','2010-09-29','18:36:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8287,'221.149.214.140','2010-09-29','21:40:21','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(8288,'122.100.238.254','2010-09-29','22:12:57','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8289,'121.176.69.155','2010-09-29','22:50:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E)'),(8290,'124.54.131.229','2010-09-29','23:35:05','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(8291,'67.195.112.55','2010-09-30','01:09:46','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8292,'122.100.230.159','2010-09-30','04:02:48','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8293,'122.100.238.254','2010-09-30','05:32:45','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8294,'122.100.219.32','2010-09-30','05:57:51','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8295,'64.246.165.180','2010-09-30','06:09:59','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(8296,'211.228.154.63','2010-09-30','07:00:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; AskTB5.5)'),(8297,'114.111.36.24','2010-09-30','08:14:21','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8298,'210.216.159.200','2010-09-30','08:26:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; TCO_20100930081434; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(8299,'66.249.68.90','2010-09-30','09:31:13','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8300,'175.194.243.79','2010-09-30','12:23:25','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB0.0)'),(8301,'119.204.230.204','2010-09-30','12:46:36','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(8302,'119.197.194.243','2010-09-30','13:03:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8303,'122.202.162.69','2010-09-30','13:59:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; yie8)'),(8304,'115.93.184.229','2010-09-30','14:01:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/CA06F30A-14CA3F11EAE-00000006267B; TCO_20100930133433; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)'),(8305,'122.100.218.147','2010-09-30','16:17:36','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8306,'121.183.49.51','2010-09-30','16:23:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2)'),(8307,'210.181.241.65','2010-09-30','17:49:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8308,'122.100.218.32','2010-09-30','18:38:34','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8309,'211.172.253.205','2010-09-30','20:25:36','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8310,'180.70.153.228','2010-09-30','22:24:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(8311,'222.120.203.108','2010-09-30','22:43:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(8312,'67.195.112.55','2010-10-01','01:27:49','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8313,'218.149.206.41','2010-10-01','02:16:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; InfoPath.1)'),(8314,'59.6.145.59','2010-10-01','02:28:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8315,'59.25.219.55','2010-10-01','03:17:31','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2; Tablet PC 2.0)'),(8316,'122.100.217.186','2010-10-01','05:46:04','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8317,'207.46.13.87','2010-10-01','05:52:02','','Mozilla/5.0 (compatible; bingbot/2.0 +http://www.bing.com/bingbot.htm)'),(8318,'207.46.12.155','2010-10-01','06:34:05','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.30729)'),(8319,'61.247.221.81','2010-10-01','07:17:43','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8320,'59.6.174.92','2010-10-01','08:04:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8321,'114.111.36.24','2010-10-01','08:10:57','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8322,'58.87.63.164','2010-10-01','08:22:57','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(8323,'122.42.173.18','2010-10-01','08:52:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; yie8)'),(8324,'112.175.143.99','2010-10-01','10:51:31','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8325,'112.175.143.100','2010-10-01','11:17:09','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8326,'112.153.130.108','2010-10-01','13:17:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2)'),(8327,'122.35.62.146','2010-10-01','15:21:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(8328,'66.249.68.90','2010-10-01','15:39:52','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8329,'211.202.174.16','2010-10-01','20:50:15','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(8330,'121.254.193.156','2010-10-01','21:21:17','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8331,'67.195.112.55','2010-10-02','00:38:00','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8332,'112.175.143.98','2010-10-02','01:41:23','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8333,'122.100.166.172','2010-10-02','03:27:20','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8334,'61.247.221.91','2010-10-02','07:14:43','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8335,'114.111.36.24','2010-10-02','08:10:49','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8336,'116.37.14.171','2010-10-02','08:24:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2)'),(8337,'122.100.226.74','2010-10-02','10:50:15','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8338,'66.249.68.90','2010-10-02','11:29:14','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8339,'114.111.36.35','2010-10-02','14:06:54','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8340,'58.231.87.206','2010-10-02','15:12:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322)'),(8341,'114.206.207.91','2010-10-02','18:24:17','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; iOpus-I-M; SV1; GTB6.5; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR'),(8342,'114.108.219.81','2010-10-02','21:21:17','','Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; DigExt)'),(8343,'211.172.253.202','2010-10-02','22:54:41','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8344,'67.195.112.55','2010-10-03','00:27:46','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8345,'122.100.226.74','2010-10-03','01:24:15','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8346,'61.247.203.35','2010-10-03','03:50:38','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(8347,'207.46.13.53','2010-10-03','04:29:29','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8348,'114.111.36.24','2010-10-03','08:17:58','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8349,'122.100.166.172','2010-10-03','09:52:48','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8350,'66.249.68.90','2010-10-03','11:36:27','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8351,'124.61.38.37','2010-10-03','12:54:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(8352,'211.199.69.244','2010-10-03','15:20:12','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8353,'61.102.199.68','2010-10-03','16:52:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(8354,'180.69.170.231','2010-10-03','18:53:55','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8355,'123.109.112.105','2010-10-03','20:54:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(8356,'207.46.13.52','2010-10-03','21:41:45','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8357,'116.39.39.12','2010-10-03','21:55:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(8358,'121.254.193.157','2010-10-04','00:14:01','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8359,'121.135.201.146','2010-10-04','00:14:32','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8360,'67.195.112.55','2010-10-04','00:45:59','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8361,'122.100.166.172','2010-10-04','03:07:10','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8362,'122.100.226.74','2010-10-04','07:26:35','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8363,'61.247.221.94','2010-10-04','07:44:59','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8364,'66.249.68.90','2010-10-04','10:44:00','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8365,'183.104.52.76','2010-10-04','11:18:25','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5)'),(8366,'115.161.228.168','2010-10-04','13:32:42','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8367,'112.167.167.12','2010-10-04','14:59:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)'),(8368,'175.117.234.192','2010-10-04','19:02:50','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8369,'221.157.214.183','2010-10-04','19:37:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.1)'),(8370,'59.6.145.59','2010-10-04','21:46:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8371,'112.165.32.163','2010-10-04','21:59:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(8372,'222.104.91.2','2010-10-05','01:11:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8373,'67.195.112.55','2010-10-05','01:24:24','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8374,'121.254.193.158','2010-10-05','02:48:17','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8375,'122.100.166.172','2010-10-05','07:09:10','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8376,'114.111.36.24','2010-10-05','08:10:01','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8377,'124.195.177.96','2010-10-05','09:39:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8378,'125.243.82.242','2010-10-05','10:08:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1)'),(8379,'115.139.124.15','2010-10-05','11:01:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(8380,'66.249.68.58','2010-10-05','11:14:34','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8381,'115.138.162.30','2010-10-05','12:00:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; InfoPath.2)'),(8382,'122.100.214.73','2010-10-05','12:27:20','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8383,'180.67.207.226','2010-10-05','12:36:25','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8384,'207.46.13.51','2010-10-05','15:16:22','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8385,'118.33.199.36','2010-10-05','17:30:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8386,'220.81.125.181','2010-10-06','00:02:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET4.0C; .NET4.0E)'),(8387,'122.100.166.172','2010-10-06','01:42:12','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8388,'122.100.214.73','2010-10-06','02:35:27','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8389,'67.195.112.55','2010-10-06','03:10:34','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8390,'69.58.178.26','2010-10-06','04:06:07','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3'),(8391,'112.175.143.105','2010-10-06','06:12:05','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8392,'180.67.207.226','2010-10-06','07:09:39','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8393,'114.111.36.24','2010-10-06','08:14:27','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8394,'125.240.62.226','2010-10-06','10:44:41','http://plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/181010AC-14CABB249C9; InfoPath.2)'),(8395,'221.142.59.10','2010-10-06','11:27:12','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(8396,'66.249.68.58','2010-10-06','11:29:37','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8397,'112.221.190.46','2010-10-06','12:01:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5; .NET CLR 2.0.50727; InfoPath.2)'),(8398,'118.41.77.208','2010-10-06','15:09:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506)'),(8399,'211.62.252.48','2010-10-06','17:06:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8400,'221.149.214.140','2010-10-06','18:38:25','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(8401,'211.233.31.146','2010-10-06','18:59:22','','Java/1.6.0_14'),(8402,'110.11.85.197','2010-10-06','21:38:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152)'),(8403,'112.175.143.84','2010-10-06','23:27:04','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8404,'180.67.207.226','2010-10-07','00:10:37','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8405,'67.195.112.55','2010-10-07','01:16:17','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8406,'122.100.166.172','2010-10-07','03:04:36','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8407,'222.231.40.170','2010-10-07','05:31:54','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8408,'125.128.70.4','2010-10-07','07:00:16','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8409,'61.247.221.93','2010-10-07','08:05:28','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8410,'114.111.36.24','2010-10-07','08:14:53','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8411,'175.125.20.223','2010-10-07','09:54:54','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8412,'175.125.20.222','2010-10-07','10:48:18','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8413,'66.249.68.58','2010-10-07','10:50:08','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8414,'122.100.214.73','2010-10-07','12:23:47','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8415,'220.73.21.32','2010-10-07','14:34:19','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8416,'59.6.145.59','2010-10-07','16:47:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8417,'203.239.56.69','2010-10-07','16:55:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/109715AC-14CAD702ACA; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8418,'210.123.136.133','2010-10-07','16:59:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2)'),(8419,'180.70.165.112','2010-10-07','17:39:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; Creative AutoUpdate v1.40.01)'),(8420,'211.107.47.85','2010-10-07','18:08:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(8421,'203.232.53.75','2010-10-07','20:04:59','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8422,'118.41.37.217','2010-10-07','22:24:01','http://search.naver.com/search.naver?where=nexearch&sm=ies_hty&ie=utf8&query=%EC%95%84%EC%B9%A8%EB%86%8D%EC%82%B0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2)'),(8423,'211.187.160.103','2010-10-07','22:43:21','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8424,'67.195.112.55','2010-10-08','00:08:40','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8425,'175.125.20.223','2010-10-08','02:40:28','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8426,'180.67.207.226','2010-10-08','03:09:41','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8427,'122.100.166.172','2010-10-08','03:12:49','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8428,'175.125.20.222','2010-10-08','04:17:36','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8429,'222.231.40.174','2010-10-08','06:45:08','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8430,'114.111.36.24','2010-10-08','08:15:55','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8431,'64.104.125.217','2010-10-08','10:28:29','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(8432,'221.164.227.198','2010-10-08','11:21:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(8433,'125.137.234.106','2010-10-08','17:01:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8434,'210.105.110.206','2010-10-08','17:18:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8435,'110.13.226.90','2010-10-08','21:11:54','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.1)'),(8436,'124.56.198.78','2010-10-08','21:15:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8437,'67.195.112.55','2010-10-09','00:17:30','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8438,'174.106.159.73','2010-10-09','01:21:05','http://plusapple.com/','Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 (.NET CLR 3.5.30729)'),(8439,'114.111.36.24','2010-10-09','08:04:00','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8440,'121.254.193.157','2010-10-09','08:07:31','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8441,'175.125.20.223','2010-10-09','08:08:35','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8442,'110.10.218.230','2010-10-09','14:13:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C)'),(8443,'218.51.124.131','2010-10-09','17:39:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(8444,'122.36.21.232','2010-10-09','20:31:06','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8445,'59.6.145.59','2010-10-09','21:00:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8446,'207.46.12.240','2010-10-09','23:18:36','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8447,'67.195.112.55','2010-10-10','00:19:09','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8448,'175.125.20.223','2010-10-10','01:41:44','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8449,'114.111.36.24','2010-10-10','08:08:09','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8450,'211.172.253.195','2010-10-10','09:48:36','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8451,'61.247.204.36','2010-10-10','09:57:23','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8452,'61.247.204.35','2010-10-10','10:01:56','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8453,'61.247.204.38','2010-10-10','10:03:28','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8454,'61.247.204.39','2010-10-10','10:09:07','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8455,'61.247.204.37','2010-10-10','10:11:11','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8456,'64.246.187.42','2010-10-10','18:51:40','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(8457,'121.88.218.57','2010-10-11','00:12:19','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1&x=42&y=15','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(8458,'61.247.204.36','2010-10-11','00:16:29','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8459,'61.247.204.38','2010-10-11','00:21:09','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8460,'61.247.204.35','2010-10-11','00:26:59','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8461,'67.195.112.55','2010-10-11','02:11:02','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8462,'61.247.204.37','2010-10-11','02:54:32','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8463,'61.247.204.39','2010-10-11','03:11:03','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8464,'175.125.20.223','2010-10-11','03:34:17','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8465,'116.39.56.163','2010-10-11','07:26:19','http://www.plusapple.com/','Mozilla/5.0 (Linux; U; Android 2.1-update1; ko-kr; SHW-M110S Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17'),(8466,'218.234.10.73','2010-10-11','09:06:14','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8467,'125.129.131.70','2010-10-11','10:19:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8468,'211.172.253.206','2010-10-11','10:26:05','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8469,'66.249.68.58','2010-10-11','11:25:16','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8470,'203.84.252.25','2010-10-11','13:15:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727)'),(8471,'66.249.67.41','2010-10-11','14:12:17','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8472,'175.112.76.141','2010-10-11','14:31:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8473,'125.142.199.199','2010-10-11','14:52:34','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)'),(8474,'207.46.13.145','2010-10-11','16:09:30','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8475,'116.43.29.25','2010-10-11','17:01:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3'),(8476,'95.108.151.244','2010-10-11','18:39:22','','Mozilla/5.0 (compatible; YandexBot/3.0; MirrorDetector; +http://yandex.com/bots)'),(8477,'168.126.166.190','2010-10-11','19:43:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(8478,'110.46.224.208','2010-10-11','20:21:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8479,'207.46.204.177','2010-10-11','20:54:38','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8480,'59.6.145.59','2010-10-11','21:53:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8481,'207.46.195.234','2010-10-11','22:16:02','','msnbot/2.0b (+http://search.msn.com/msnbot.htm)'),(8482,'67.195.112.55','2010-10-12','00:31:39','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8483,'211.252.150.150','2010-10-12','02:06:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(8484,'114.111.36.24','2010-10-12','08:05:58','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8485,'61.247.221.88','2010-10-12','08:33:32','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8486,'125.137.234.104','2010-10-12','09:45:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8487,'61.78.113.57','2010-10-12','11:40:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(8488,'124.199.51.45','2010-10-12','12:02:00','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8489,'122.35.215.55','2010-10-12','12:19:07','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8490,'121.151.249.39','2010-10-12','13:17:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; AT&T CSM 6; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8491,'211.172.253.197','2010-10-12','13:22:03','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8492,'125.129.131.78','2010-10-12','14:23:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8493,'122.100.161.114','2010-10-12','15:11:03','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8494,'112.154.207.67','2010-10-12','16:44:18','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(8495,'211.109.222.118','2010-10-12','20:54:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2; .NET CLR 2.0.50727)'),(8496,'207.46.13.54','2010-10-12','23:20:04','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8497,'67.195.112.55','2010-10-13','00:43:38','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8498,'61.247.204.37','2010-10-13','01:24:57','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8499,'122.100.216.99','2010-10-13','05:29:23','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8500,'208.138.254.150','2010-10-13','07:40:29','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(8501,'114.111.36.24','2010-10-13','08:07:55','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8502,'61.247.221.88','2010-10-13','08:12:33','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8503,'61.247.204.38','2010-10-13','09:36:31','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(8504,'125.241.117.186','2010-10-13','09:45:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/A5001EAC-14CB4F304C4-000000469677; InfoPath.2)'),(8505,'220.82.25.127','2010-10-13','09:53:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB0.0; InfoPath.2)'),(8506,'218.37.28.5','2010-10-13','10:22:57','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1)'),(8507,'66.249.68.84','2010-10-13','10:53:51','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8508,'221.149.214.140','2010-10-13','12:08:47','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(8509,'61.43.196.4','2010-10-13','12:20:33','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.2; OfficeLiveConnector.1.5; OfficeLivePatch.1.3)'),(8510,'125.248.148.130','2010-10-13','13:02:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/4F00A8C0-14CB5270808; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.1)'),(8511,'211.172.253.202','2010-10-13','15:57:01','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8512,'211.209.22.180','2010-10-13','16:07:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(8513,'125.241.124.202','2010-10-13','16:24:22','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/6F64A8C0-14CB2528707-000000142902; InfoPath.2)'),(8514,'118.45.61.172','2010-10-13','19:13:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 EmbeddedWB 14.52; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(8515,'67.195.112.55','2010-10-14','02:45:59','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8516,'180.67.207.151','2010-10-14','03:52:50','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8517,'180.70.94.127','2010-10-14','04:06:06','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8518,'180.70.94.126','2010-10-14','04:06:09','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8519,'180.70.94.121','2010-10-14','04:07:19','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8520,'122.100.217.192','2010-10-14','05:22:59','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8521,'61.247.221.89','2010-10-14','08:01:16','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8522,'114.111.36.24','2010-10-14','08:06:42','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8523,'125.137.234.104','2010-10-14','09:42:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8524,'180.67.207.141','2010-10-14','13:05:12','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8525,'180.67.207.144','2010-10-14','13:14:56','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8526,'180.67.207.150','2010-10-14','13:15:26','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8527,'180.70.94.125','2010-10-14','13:37:09','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8528,'180.70.94.116','2010-10-14','13:37:09','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8529,'122.100.185.113','2010-10-14','15:58:08','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8530,'118.219.84.10','2010-10-14','17:01:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/B82C0C0A-14CB6AF0EAE-00000040442A; InfoPath.2)'),(8531,'211.172.253.206','2010-10-14','17:11:40','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8532,'122.100.208.142','2010-10-14','21:22:52','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8533,'67.195.112.55','2010-10-15','02:40:39','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8534,'180.67.207.141','2010-10-15','02:56:19','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8535,'180.67.207.150','2010-10-15','03:00:33','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8536,'180.67.207.144','2010-10-15','03:00:33','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8537,'180.70.94.125','2010-10-15','03:17:58','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8538,'180.70.94.116','2010-10-15','03:17:59','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8539,'122.100.216.182','2010-10-15','05:19:26','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8540,'122.100.217.192','2010-10-15','06:30:54','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8541,'218.146.72.66','2010-10-15','06:31:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(8542,'61.247.221.84','2010-10-15','07:56:16','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8543,'180.70.94.126','2010-10-15','10:03:27','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8544,'180.70.94.127','2010-10-15','10:04:50','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8545,'180.70.94.121','2010-10-15','10:10:11','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8546,'180.67.207.151','2010-10-15','10:25:07','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8547,'122.100.179.229','2010-10-15','11:34:13','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8548,'119.70.102.242','2010-10-15','15:20:32','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(8549,'122.100.162.228','2010-10-15','19:23:02','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8550,'118.91.75.234','2010-10-15','19:29:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727)'),(8551,'211.172.253.196','2010-10-15','21:46:34','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8552,'66.249.68.84','2010-10-15','22:20:27','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8553,'122.100.237.229','2010-10-15','23:43:56','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8554,'59.24.225.41','2010-10-15','23:57:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8555,'122.100.180.201','2010-10-16','00:02:01','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8556,'67.195.112.55','2010-10-16','02:48:33','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8557,'180.67.207.150','2010-10-16','04:30:15','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8558,'180.67.207.144','2010-10-16','04:30:19','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8559,'180.67.207.141','2010-10-16','04:31:06','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8560,'180.70.94.116','2010-10-16','04:31:13','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8561,'180.70.94.125','2010-10-16','04:31:13','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8562,'207.46.13.84','2010-10-16','05:24:50','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8563,'180.70.94.127','2010-10-16','07:40:58','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8564,'180.70.94.121','2010-10-16','07:41:04','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8565,'180.70.94.126','2010-10-16','07:41:36','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8566,'180.67.207.151','2010-10-16','08:06:55','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8567,'122.100.224.49','2010-10-16','08:12:14','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8568,'219.251.230.239','2010-10-16','10:25:09','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(8569,'207.46.204.236','2010-10-16','11:57:35','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8570,'66.249.68.84','2010-10-16','12:33:40','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8571,'122.100.182.137','2010-10-16','15:28:46','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8572,'211.203.122.138','2010-10-16','15:33:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8573,'202.86.190.125','2010-10-16','20:39:14','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8574,'61.80.239.85','2010-10-16','21:02:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8575,'180.70.94.128','2010-10-16','23:06:27','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8576,'219.241.129.200','2010-10-16','23:37:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET4.0C; .NET4.0E; AskTB5.6)'),(8577,'211.211.66.69','2010-10-17','00:00:40','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(8578,'59.15.23.183','2010-10-17','01:57:30','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; Tablet PC 2.0)'),(8579,'222.231.40.175','2010-10-17','02:09:27','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8580,'67.195.112.55','2010-10-17','02:43:57','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8581,'180.70.94.116','2010-10-17','04:07:04','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8582,'180.67.207.150','2010-10-17','04:07:12','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8583,'180.67.207.141','2010-10-17','04:19:23','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8584,'180.70.94.125','2010-10-17','04:19:37','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8585,'178.25.88.83','2010-10-17','06:04:42','','Mozilla/5.0 (compatible; MJ12bot/v1.3.3; http://www.majestic12.co.uk/bot.php?+)'),(8586,'122.100.163.196','2010-10-17','07:01:03','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8587,'114.111.36.30','2010-10-17','08:45:05','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8588,'180.67.207.151','2010-10-17','10:20:31','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8589,'180.70.94.128','2010-10-17','10:39:53','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8590,'180.70.94.126','2010-10-17','11:19:04','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8591,'180.70.94.127','2010-10-17','11:19:05','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8592,'180.70.94.121','2010-10-17','11:19:06','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8593,'211.233.31.146','2010-10-17','13:25:12','','Java/1.6.0_14'),(8594,'122.100.182.150','2010-10-17','17:20:11','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8595,'207.46.204.188','2010-10-17','20:58:04','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8596,'122.100.210.206','2010-10-17','23:44:20','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8597,'67.195.112.55','2010-10-18','00:23:26','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8598,'74.52.245.146','2010-10-18','00:38:40','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(8599,'122.100.210.206','2010-10-18','00:47:22','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8600,'122.100.225.232','2010-10-18','03:07:37','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8601,'222.231.40.170','2010-10-18','04:31:37','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8602,'180.67.207.141','2010-10-18','05:00:18','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8603,'180.67.207.150','2010-10-18','05:15:41','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8604,'180.70.94.116','2010-10-18','05:18:51','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8605,'180.70.94.125','2010-10-18','05:24:20','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8606,'221.149.214.140','2010-10-18','07:35:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(8607,'211.222.237.215','2010-10-18','09:57:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8608,'180.70.94.128','2010-10-18','09:59:21','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8609,'180.67.207.151','2010-10-18','10:38:18','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8610,'207.46.195.231','2010-10-18','11:18:37','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8611,'61.37.122.2','2010-10-18','12:08:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(8612,'66.249.68.84','2010-10-18','12:39:15','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8613,'180.70.94.126','2010-10-18','13:02:26','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8614,'112.161.34.88','2010-10-18','13:04:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(8615,'180.70.94.127','2010-10-18','13:07:37','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8616,'59.10.22.226','2010-10-18','15:17:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; MS-RTC LM 8)'),(8617,'180.70.94.121','2010-10-18','15:32:51','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8618,'122.100.181.173','2010-10-18','15:48:38','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8619,'121.138.222.240','2010-10-18','17:28:06','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1&x=36&y=29','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(8620,'114.200.78.170','2010-10-18','19:15:26','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(8621,'211.207.198.53','2010-10-18','20:05:51','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(8622,'207.46.12.200','2010-10-18','21:59:40','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.30729)'),(8623,'118.131.197.35','2010-10-18','22:44:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(8624,'180.70.94.127','2010-10-19','01:36:16','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8625,'180.70.94.126','2010-10-19','01:45:22','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8626,'207.46.13.45','2010-10-19','02:26:14','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8627,'66.249.68.84','2010-10-19','02:31:52','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8628,'67.195.112.55','2010-10-19','02:58:23','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8629,'180.70.94.121','2010-10-19','04:16:08','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8630,'180.70.94.116','2010-10-19','06:42:52','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8631,'180.70.94.125','2010-10-19','06:42:52','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8632,'180.67.207.150','2010-10-19','06:42:53','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8633,'180.67.207.141','2010-10-19','06:43:00','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8634,'115.143.91.36','2010-10-19','08:51:55','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8635,'118.35.180.16','2010-10-19','09:21:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(8636,'122.100.204.113','2010-10-19','09:40:11','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8637,'112.154.217.51','2010-10-19','09:53:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(8638,'180.70.94.128','2010-10-19','10:02:48','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8639,'211.201.77.210','2010-10-19','10:37:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; IPMS/D0650A0A-14CBCF06AAA-000000010008; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(8640,'122.100.210.206','2010-10-19','12:29:29','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8641,'180.67.207.151','2010-10-19','14:35:00','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8642,'121.254.193.157','2010-10-19','14:56:20','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8643,'121.140.124.88','2010-10-19','17:12:50','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5; InfoPath.2)'),(8644,'121.138.222.200','2010-10-19','17:14:02','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(8645,'121.166.148.144','2010-10-19','18:47:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)'),(8646,'114.111.36.24','2010-10-19','20:26:39','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8647,'59.21.218.66','2010-10-19','21:18:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2)'),(8648,'175.158.26.80','2010-10-19','22:54:16','http://www.plusapple.com/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; ko-kr) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7'),(8649,'66.249.68.84','2010-10-20','00:21:03','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8650,'67.195.112.55','2010-10-20','01:16:27','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8651,'180.70.94.127','2010-10-20','02:36:39','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8652,'180.70.94.126','2010-10-20','03:37:58','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8653,'65.52.108.58','2010-10-20','04:30:40','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8654,'122.100.210.206','2010-10-20','05:13:12','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8655,'180.70.94.116','2010-10-20','06:26:22','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8656,'180.67.207.150','2010-10-20','06:26:25','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8657,'180.67.207.141','2010-10-20','06:40:41','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8658,'180.70.94.125','2010-10-20','07:02:58','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8659,'180.70.94.121','2010-10-20','07:48:02','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8660,'61.247.221.92','2010-10-20','08:29:31','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8661,'58.148.9.185','2010-10-20','08:49:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(8662,'114.111.36.24','2010-10-20','09:03:23','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8663,'180.70.94.128','2010-10-20','09:04:26','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8664,'121.175.58.69','2010-10-20','12:38:11','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8665,'203.84.252.25','2010-10-20','13:38:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727)'),(8666,'222.113.81.117','2010-10-20','14:13:15','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8667,'220.94.103.154','2010-10-20','15:33:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(8668,'122.42.111.140','2010-10-20','16:42:40','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=0','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(8669,'125.191.8.35','2010-10-20','18:29:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727)'),(8670,'180.71.251.13','2010-10-20','20:49:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8671,'122.100.173.17','2010-10-20','22:42:21','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8672,'125.176.221.6','2010-10-20','22:49:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(8673,'58.125.21.86','2010-10-21','00:16:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2)'),(8674,'67.195.112.55','2010-10-21','00:36:35','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8675,'216.145.14.142','2010-10-21','05:27:41','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(8676,'180.70.94.127','2010-10-21','05:57:24','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8677,'118.33.245.200','2010-10-21','06:24:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8678,'180.70.94.126','2010-10-21','06:48:31','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8679,'114.111.36.24','2010-10-21','08:05:12','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8680,'61.247.221.88','2010-10-21','08:34:47','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8681,'180.67.207.150','2010-10-21','09:34:28','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8682,'180.70.94.116','2010-10-21','09:36:05','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8683,'180.70.94.125','2010-10-21','10:01:03','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8684,'180.70.94.128','2010-10-21','10:10:58','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8685,'180.70.94.121','2010-10-21','10:51:05','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8686,'112.222.14.204','2010-10-21','11:10:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(8687,'180.67.207.141','2010-10-21','11:22:40','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8688,'66.249.68.84','2010-10-21','12:22:00','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8689,'124.139.43.130','2010-10-21','14:32:56','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/C0001FAC-14CBFC426C6; .NET CLR 2.0.50727; InfoPath.2)'),(8690,'175.119.190.130','2010-10-21','16:04:25','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322)'),(8691,'122.100.173.17','2010-10-21','17:27:14','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8692,'211.234.146.62','2010-10-21','20:38:38','http://www.plusapple.com/','Mozilla/5.0 (Linux; U; Android 2.1-update1; ko-kr; SHW-M110S Build/ECLAIR) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17'),(8693,'116.32.140.87','2010-10-21','20:51:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB0.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(8694,'222.231.40.172','2010-10-21','22:41:39','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8695,'67.195.112.55','2010-10-22','00:41:30','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8696,'180.70.94.128','2010-10-22','06:32:45','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8697,'114.111.36.24','2010-10-22','07:46:51','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8698,'122.100.226.202','2010-10-22','11:47:51','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8699,'66.249.68.84','2010-10-22','12:09:55','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8700,'211.253.82.235','2010-10-22','13:51:08','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/1512086A-14CC0D0AEAE-100000006179; InfoPath.2)'),(8701,'211.176.90.76','2010-10-22','14:12:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8702,'59.22.160.64','2010-10-22','14:14:46','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.2)'),(8703,'121.140.124.88','2010-10-22','16:27:31','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5; InfoPath.2)'),(8704,'220.94.103.154','2010-10-22','18:25:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8705,'201.20.18.165','2010-10-22','19:12:06','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8706,'69.172.204.137','2010-10-22','19:12:37','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8707,'86.96.229.89','2010-10-22','19:12:38','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8708,'86.96.226.86','2010-10-22','19:12:58','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8709,'174.143.247.84','2010-10-22','19:13:18','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8710,'213.228.152.157','2010-10-22','19:13:40','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8711,'61.196.230.8','2010-10-22','19:13:41','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8712,'87.159.167.132','2010-10-22','19:13:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8713,'134.215.222.211','2010-10-22','19:19:45','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8714,'66.249.68.84','2010-10-23','00:02:52','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8715,'67.195.112.55','2010-10-23','00:45:26','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8716,'180.70.94.128','2010-10-23','03:14:29','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8717,'211.172.253.202','2010-10-23','03:18:14','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8718,'207.46.195.105','2010-10-23','04:19:16','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8719,'122.100.211.47','2010-10-23','04:29:19','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8720,'114.111.36.29','2010-10-23','06:59:41','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8721,'61.247.221.89','2010-10-23','08:01:39','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8722,'114.111.36.24','2010-10-23','08:04:03','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8723,'207.46.12.238','2010-10-23','09:07:24','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8724,'222.235.147.89','2010-10-23','09:08:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8725,'180.150.204.208','2010-10-23','11:00:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(8726,'221.149.214.140','2010-10-23','11:51:29','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(8727,'61.196.230.8','2010-10-23','15:52:37','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8728,'92.68.241.157','2010-10-23','15:52:51','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8729,'86.96.228.86','2010-10-23','15:53:07','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8730,'84.88.233.50','2010-10-23','15:53:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8731,'194.31.241.222','2010-10-23','15:54:04','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8732,'112.163.7.60','2010-10-23','21:58:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; InfoPath.1)'),(8733,'207.46.13.143','2010-10-23','22:33:55','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8734,'67.195.112.55','2010-10-24','00:47:16','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8735,'122.100.234.223','2010-10-24','01:01:10','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8736,'180.70.94.128','2010-10-24','01:49:05','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8737,'114.111.36.29','2010-10-24','06:21:23','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8738,'121.254.193.157','2010-10-24','07:37:10','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8739,'114.111.36.24','2010-10-24','08:11:14','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8740,'66.249.68.84','2010-10-24','12:51:29','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8741,'118.219.228.182','2010-10-24','18:54:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(8742,'121.135.182.108','2010-10-24','19:11:40','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2)'),(8743,'122.100.238.2','2010-10-24','20:48:08','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8744,'121.183.13.56','2010-10-24','20:50:21','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2)'),(8745,'219.250.65.75','2010-10-25','00:28:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8746,'207.46.13.88','2010-10-25','00:44:52','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8747,'67.195.112.55','2010-10-25','00:50:06','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8748,'66.249.68.84','2010-10-25','01:23:16','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8749,'180.67.207.144','2010-10-25','04:38:41','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8750,'114.111.36.24','2010-10-25','08:13:33','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8751,'122.100.172.241','2010-10-25','09:45:17','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8752,'210.109.153.38','2010-10-25','09:51:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(8753,'222.111.73.106','2010-10-25','10:58:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 2.0.50727; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8754,'222.231.40.173','2010-10-25','12:52:24','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8755,'115.41.161.237','2010-10-25','13:05:06','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(8756,'122.100.172.59','2010-10-25','13:41:31','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8757,'91.212.226.3','2010-10-25','14:37:43','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8758,'121.151.137.165','2010-10-25','16:44:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8759,'121.135.82.94','2010-10-25','17:17:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2)'),(8760,'122.100.204.28','2010-10-25','17:36:50','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8761,'175.115.89.89','2010-10-25','19:51:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8762,'211.192.23.61','2010-10-25','21:00:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 2.0.50727; InfoPath.2)'),(8763,'180.70.94.182','2010-10-26','00:27:19','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8764,'221.145.216.240','2010-10-26','00:52:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(8765,'67.195.112.55','2010-10-26','00:52:31','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8766,'122.100.237.29','2010-10-26','01:15:30','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8767,'122.100.168.17','2010-10-26','01:31:01','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8768,'180.70.94.177','2010-10-26','01:38:15','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8769,'180.67.207.31','2010-10-26','02:54:19','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8770,'180.67.207.26','2010-10-26','04:10:08','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8771,'180.67.207.37','2010-10-26','04:50:19','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8772,'122.100.176.178','2010-10-26','05:41:01','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8773,'114.111.36.24','2010-10-26','08:13:29','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8774,'211.252.150.149','2010-10-26','08:57:42','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322)'),(8775,'203.247.80.53','2010-10-26','09:51:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8776,'122.199.229.206','2010-10-26','09:57:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(8777,'125.129.131.89','2010-10-26','13:27:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8778,'218.51.92.6','2010-10-26','14:06:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8779,'180.70.94.133','2010-10-26','14:51:19','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8780,'125.137.184.236','2010-10-26','14:53:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; GTB6.5)'),(8781,'122.100.176.189','2010-10-26','15:19:12','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8782,'180.70.94.152','2010-10-26','15:35:38','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8783,'180.70.94.137','2010-10-26','17:33:03','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8784,'180.67.207.150','2010-10-26','17:50:52','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8785,'180.70.94.136','2010-10-26','18:03:09','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8786,'180.67.207.141','2010-10-26','18:11:40','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8787,'180.67.207.144','2010-10-26','19:18:57','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8788,'180.67.207.151','2010-10-26','20:13:38','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8789,'180.70.94.149','2010-10-26','20:20:18','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8790,'180.70.94.128','2010-10-26','20:54:41','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8791,'180.70.94.116','2010-10-26','21:14:04','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8792,'118.33.199.217','2010-10-26','22:04:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8793,'66.249.68.84','2010-10-26','22:07:29','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8794,'180.70.94.121','2010-10-27','00:46:12','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8795,'67.195.112.55','2010-10-27','00:53:31','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8796,'180.67.207.31','2010-10-27','01:17:41','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8797,'180.70.94.127','2010-10-27','01:54:12','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8798,'180.70.94.125','2010-10-27','02:00:35','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8799,'180.70.94.126','2010-10-27','03:10:31','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8800,'180.67.207.150','2010-10-27','03:36:28','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8801,'180.67.207.37','2010-10-27','04:00:09','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8802,'180.67.207.26','2010-10-27','05:45:11','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8803,'180.67.207.141','2010-10-27','06:43:03','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8804,'114.111.36.24','2010-10-27','08:12:02','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8805,'115.88.235.66','2010-10-27','08:31:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8806,'115.20.68.142','2010-10-27','09:29:07','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; InfoPath.1; .NET CLR 3.5.30729)'),(8807,'121.128.182.92','2010-10-27','11:11:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8808,'180.70.94.182','2010-10-27','11:30:01','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8809,'211.253.82.235','2010-10-27','12:54:53','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8810,'180.67.207.144','2010-10-27','13:55:06','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8811,'221.142.59.10','2010-10-27','15:25:24','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(8812,'210.109.153.40','2010-10-27','16:21:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(8813,'91.212.226.3','2010-10-27','16:25:06','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8814,'211.172.253.205','2010-10-27','18:48:12','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8815,'180.67.207.151','2010-10-27','19:34:02','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8816,'61.30.72.217','2010-10-27','21:12:59','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8817,'196.36.153.134','2010-10-27','21:13:51','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8818,'220.218.3.125','2010-10-27','21:18:16','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8819,'92.255.66.65','2010-10-27','21:18:26','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8820,'189.206.101.194','2010-10-27','21:18:55','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8821,'211.229.145.41','2010-10-27','21:19:29','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; IPMS/279E13AC-14CC814E6C6; TCO_20101027212206; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E)'),(8822,'59.106.78.218','2010-10-27','21:19:58','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8823,'66.249.68.84','2010-10-27','21:24:35','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8824,'218.150.69.232','2010-10-27','22:33:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8825,'180.70.94.116','2010-10-28','00:12:58','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8826,'67.195.112.55','2010-10-28','00:54:40','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8827,'122.100.161.97','2010-10-28','02:11:21','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8828,'180.70.94.128','2010-10-28','02:37:34','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8829,'180.70.94.182','2010-10-28','04:38:09','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8830,'222.103.37.1','2010-10-28','05:56:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET C'),(8831,'180.67.207.141','2010-10-28','06:10:44','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8832,'180.67.207.150','2010-10-28','07:45:51','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8833,'114.111.36.24','2010-10-28','08:00:52','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8834,'122.100.222.38','2010-10-28','08:27:23','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8835,'207.46.204.232','2010-10-28','08:47:52','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8836,'61.247.221.88','2010-10-28','08:50:16','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8837,'221.162.161.179','2010-10-28','09:29:09','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(8838,'112.221.153.155','2010-10-28','09:51:44','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(8839,'58.78.229.33','2010-10-28','10:49:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8840,'61.77.142.237','2010-10-28','10:51:29','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1&x=6&y=15','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; AskTbBCPA/5.9.1.14019)'),(8841,'180.67.207.144','2010-10-28','10:56:07','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8842,'119.196.110.194','2010-10-28','10:58:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727)'),(8843,'220.94.103.154','2010-10-28','11:22:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(8844,'180.70.94.121','2010-10-28','13:21:19','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8845,'175.207.147.59','2010-10-28','13:22:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2)'),(8846,'66.249.68.215','2010-10-28','15:45:54','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8847,'180.70.94.127','2010-10-28','16:04:54','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8848,'180.70.94.125','2010-10-28','16:17:07','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8849,'125.136.89.175','2010-10-28','16:23:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(8850,'118.219.84.10','2010-10-28','16:44:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)'),(8851,'211.253.60.49','2010-10-28','16:44:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8852,'211.253.60.65','2010-10-28','17:20:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8853,'207.46.199.37','2010-10-28','17:27:18','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8854,'118.35.150.123','2010-10-28','18:40:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2)'),(8855,'121.254.193.157','2010-10-28','19:38:35','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8856,'118.43.219.190','2010-10-28','20:08:19','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1&x=32&y=7','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8857,'180.70.94.126','2010-10-28','20:14:40','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8858,'180.67.207.151','2010-10-28','20:18:31','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8859,'221.149.214.140','2010-10-28','20:36:42','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(8860,'180.67.207.37','2010-10-29','00:47:46','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8861,'180.67.207.31','2010-10-29','00:48:30','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8862,'180.67.207.151','2010-10-29','00:55:30','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8863,'67.195.112.55','2010-10-29','00:56:36','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8864,'180.70.94.182','2010-10-29','01:01:27','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8865,'180.67.207.26','2010-10-29','01:02:48','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8866,'180.70.94.121','2010-10-29','01:03:38','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8867,'180.70.94.126','2010-10-29','01:03:44','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8868,'180.70.94.127','2010-10-29','01:15:36','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8869,'180.67.207.150','2010-10-29','01:19:33','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8870,'180.70.94.116','2010-10-29','01:19:43','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8871,'180.70.94.128','2010-10-29','01:21:54','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8872,'180.67.207.141','2010-10-29','01:22:21','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8873,'180.70.94.125','2010-10-29','01:40:24','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8874,'121.183.61.105','2010-10-29','07:54:00','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8875,'114.111.36.24','2010-10-29','08:03:23','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8876,'66.249.68.43','2010-10-29','14:37:35','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8877,'203.247.149.6','2010-10-29','16:49:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(8878,'61.84.150.55','2010-10-29','18:56:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8879,'110.8.117.123','2010-10-29','19:02:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(8880,'121.254.193.156','2010-10-29','21:58:10','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8881,'121.144.65.153','2010-10-29','22:02:30','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2)'),(8882,'122.100.178.73','2010-10-30','00:27:45','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8883,'67.195.112.55','2010-10-30','01:01:09','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8884,'180.67.207.31','2010-10-30','01:33:28','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8885,'180.67.207.37','2010-10-30','01:34:01','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8886,'180.67.207.151','2010-10-30','01:34:30','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8887,'61.247.203.66','2010-10-30','02:14:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)'),(8888,'180.70.94.116','2010-10-30','02:38:48','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8889,'180.70.94.126','2010-10-30','02:39:12','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8890,'180.70.94.127','2010-10-30','02:39:14','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8891,'180.67.207.141','2010-10-30','02:39:23','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8892,'180.70.94.128','2010-10-30','02:39:32','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8893,'180.67.207.26','2010-10-30','02:39:43','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8894,'180.70.94.121','2010-10-30','02:40:06','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8895,'180.67.207.150','2010-10-30','02:40:13','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8896,'180.70.94.182','2010-10-30','02:40:14','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8897,'180.70.94.125','2010-10-30','04:39:08','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8898,'207.46.13.88','2010-10-30','05:48:09','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8899,'66.249.68.43','2010-10-30','08:07:56','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8900,'114.111.36.24','2010-10-30','08:08:46','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8901,'114.111.36.29','2010-10-30','08:34:32','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8902,'218.150.22.251','2010-10-30','10:47:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; CNS_UA; InfoPath.1; CNS_UA)'),(8903,'222.107.71.24','2010-10-30','11:30:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0)'),(8904,'183.100.249.227','2010-10-30','11:52:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(8905,'207.46.195.232','2010-10-30','13:56:20','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8906,'116.34.121.103','2010-10-30','15:25:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8907,'125.185.33.26','2010-10-30','17:55:00','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=0','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2)'),(8908,'115.139.124.15','2010-10-30','19:50:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(8909,'59.24.198.195','2010-10-30','20:28:34','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.1)'),(8910,'112.151.95.205','2010-10-30','22:34:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.1)'),(8911,'121.134.98.180','2010-10-30','23:01:20','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8912,'222.119.28.152','2010-10-30','23:06:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CL'),(8913,'211.172.253.196','2010-10-30','23:43:51','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8914,'118.45.77.73','2010-10-31','00:04:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(8915,'116.34.100.62','2010-10-31','00:10:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8916,'66.249.68.43','2010-10-31','00:33:09','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8917,'180.70.94.127','2010-10-31','00:56:09','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8918,'67.195.112.55','2010-10-31','01:03:01','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8919,'180.70.94.125','2010-10-31','01:22:03','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8920,'122.100.178.73','2010-10-31','04:00:26','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8921,'91.212.226.3','2010-10-31','06:42:39','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8922,'180.67.207.31','2010-10-31','07:05:08','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8923,'180.67.207.37','2010-10-31','07:06:56','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8924,'180.67.207.151','2010-10-31','07:06:56','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8925,'114.111.36.24','2010-10-31','07:59:50','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8926,'180.67.207.26','2010-10-31','08:56:06','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8927,'180.67.207.150','2010-10-31','08:59:40','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8928,'180.70.94.116','2010-10-31','08:59:45','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8929,'180.70.94.182','2010-10-31','09:02:32','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8930,'180.67.207.141','2010-10-31','09:08:02','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8931,'207.46.204.193','2010-10-31','12:53:48','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8932,'122.100.237.231','2010-10-31','18:46:06','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8933,'211.198.255.22','2010-10-31','19:21:09','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2)'),(8934,'121.183.3.138','2010-10-31','19:54:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(8935,'207.46.13.133','2010-11-01','00:34:31','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8936,'222.231.40.172','2010-11-01','00:52:52','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8937,'67.195.112.55','2010-11-01','01:04:17','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8938,'180.70.94.116','2010-11-01','02:43:11','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8939,'180.70.94.182','2010-11-01','02:43:27','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8940,'180.67.207.150','2010-11-01','02:43:55','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8941,'180.67.207.26','2010-11-01','02:44:16','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8942,'180.67.207.141','2010-11-01','02:50:58','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8943,'59.14.216.124','2010-11-01','03:37:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8944,'66.249.68.43','2010-11-01','04:20:12','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8945,'216.145.11.94','2010-11-01','05:32:18','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(8946,'180.70.94.125','2010-11-01','06:06:20','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8947,'114.111.36.24','2010-11-01','08:02:14','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8948,'180.67.207.37','2010-11-01','10:51:23','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8949,'180.67.207.151','2010-11-01','10:51:46','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8950,'180.67.207.31','2010-11-01','10:51:47','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8951,'220.94.103.154','2010-11-01','11:02:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8952,'222.104.238.197','2010-11-01','13:18:47','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(8953,'124.139.106.2','2010-11-01','14:29:33','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/E1011FAC-14CCE1912C2-000000102659; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(8954,'183.99.81.250','2010-11-01','14:35:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C)'),(8955,'175.113.30.195','2010-11-01','14:58:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.2; .NET4.0C; .NET4.0E)'),(8956,'121.155.13.68','2010-11-01','15:29:02','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; AskTB5.6)'),(8957,'211.253.60.65','2010-11-01','16:10:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8958,'124.5.169.11','2010-11-01','19:36:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(8959,'59.151.219.232','2010-11-01','22:12:47','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2; Tablet PC 2.0)'),(8960,'112.167.249.186','2010-11-01','23:09:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8961,'211.215.243.60','2010-11-01','23:30:05','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8962,'180.70.94.116','2010-11-02','00:21:14','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8963,'180.67.207.150','2010-11-02','00:21:30','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8964,'180.67.207.141','2010-11-02','00:22:11','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8965,'180.67.207.26','2010-11-02','00:23:05','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8966,'180.70.94.182','2010-11-02','00:23:54','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8967,'67.195.112.55','2010-11-02','00:45:30','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8968,'125.128.70.4','2010-11-02','01:11:50','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(8969,'222.231.40.176','2010-11-02','02:09:17','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8970,'180.70.94.125','2010-11-02','02:22:45','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8971,'66.249.68.43','2010-11-02','03:57:23','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8972,'180.67.207.37','2010-11-02','05:53:41','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8973,'180.67.207.31','2010-11-02','05:53:41','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8974,'180.67.207.151','2010-11-02','05:53:45','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8975,'95.215.0.136','2010-11-02','07:18:15','http://plusapple.com/www/index.php','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; MRA 4.6 (build 01425); MRSPUTNIK 1, 5, 0, 19 SW)'),(8976,'114.111.36.24','2010-11-02','08:01:59','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8977,'118.44.200.88','2010-11-02','08:06:33','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8978,'207.46.204.179','2010-11-02','08:21:24','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8979,'121.181.189.183','2010-11-02','11:48:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8980,'122.100.213.232','2010-11-02','13:10:22','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(8981,'211.244.154.57','2010-11-02','13:13:06','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET4.0C; .NET4.0E)'),(8982,'211.114.63.81','2010-11-02','14:18:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(8983,'122.40.126.164','2010-11-02','15:39:34','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(8984,'203.232.52.31','2010-11-02','16:14:11','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)'),(8985,'211.253.60.49','2010-11-02','16:37:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8986,'207.46.13.141','2010-11-02','16:44:57','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(8987,'211.253.60.18','2010-11-02','16:46:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8988,'220.94.103.154','2010-11-02','16:52:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(8989,'118.130.16.70','2010-11-02','17:58:41','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.2)'),(8990,'121.200.67.93','2010-11-02','19:05:11','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(8991,'124.50.174.115','2010-11-02','20:17:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(8992,'118.45.70.104','2010-11-02','20:54:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(8993,'207.46.12.22','2010-11-02','23:04:11','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.04506.648)'),(8994,'118.38.184.148','2010-11-03','00:08:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; BTRS28059; InfoPath.1)'),(8995,'67.195.112.55','2010-11-03','01:09:13','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(8996,'211.172.253.205','2010-11-03','04:13:32','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(8997,'66.249.68.49','2010-11-03','05:17:38','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(8998,'114.111.36.24','2010-11-03','08:03:19','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(8999,'210.109.153.36','2010-11-03','10:45:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(9000,'221.142.59.10','2010-11-03','10:56:38','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9001,'112.170.86.100','2010-11-03','13:07:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(9002,'122.100.170.174','2010-11-03','13:49:35','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9003,'118.33.120.107','2010-11-03','15:01:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(9004,'221.149.214.140','2010-11-03','15:11:16','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(9005,'118.43.219.217','2010-11-03','15:20:45','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1&x=14&y=28','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(9006,'116.127.248.137','2010-11-03','15:43:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.5; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(9007,'61.42.210.99','2010-11-03','19:20:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(9008,'121.183.48.9','2010-11-03','19:37:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3)'),(9009,'61.247.219.71','2010-11-03','21:12:51','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9010,'207.46.195.212','2010-11-03','21:55:14','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.30729)'),(9011,'115.139.220.58','2010-11-03','21:55:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.6; InfoPath.2)'),(9012,'121.133.115.112','2010-11-04','00:34:26','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=0','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0) chromeframe/7.0.517.43'),(9013,'67.195.112.55','2010-11-04','00:51:09','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(9014,'207.46.13.141','2010-11-04','03:44:03','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9015,'66.249.68.49','2010-11-04','04:41:52','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9016,'211.172.253.201','2010-11-04','05:37:40','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9017,'69.58.178.56','2010-11-04','07:01:03','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3; ips-agent) Gecko/20090824 Fedora/1.0.7-1.1.fc4 Firefox/3.5.3'),(9018,'123.109.58.183','2010-11-04','07:59:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9019,'114.111.36.24','2010-11-04','07:59:55','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9020,'207.46.199.42','2010-11-04','09:15:18','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9021,'174.129.76.46','2010-11-04','10:36:11','','Mozilla/5.0 (compatible; NetcraftSurveyAgent/1.0; +info@netcraft.com)'),(9022,'183.105.170.184','2010-11-04','11:03:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(9023,'207.46.195.232','2010-11-04','11:30:51','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9024,'211.252.203.34','2010-11-04','13:42:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; AhnLab:APG=1^205525270^21;; InfoPath.1)'),(9025,'211.37.36.26','2010-11-04','15:08:18','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9026,'116.40.236.90','2010-11-04','17:09:26','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(9027,'66.249.68.43','2010-11-04','17:37:12','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9028,'211.237.215.194','2010-11-04','17:37:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(9029,'210.103.104.228','2010-11-04','18:09:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(9030,'118.37.103.91','2010-11-04','18:32:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; InfoPath.1)'),(9031,'58.142.16.172','2010-11-04','20:58:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0)'),(9032,'61.247.219.71','2010-11-04','21:09:11','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9033,'67.195.112.55','2010-11-05','00:22:00','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(9034,'66.249.68.43','2010-11-05','00:57:40','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9035,'222.231.40.173','2010-11-05','07:04:31','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9036,'114.111.36.24','2010-11-05','08:02:57','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9037,'115.20.83.166','2010-11-05','10:10:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(9038,'66.249.68.104','2010-11-05','10:49:58','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9039,'207.46.199.51','2010-11-05','11:01:27','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9040,'61.247.221.85','2010-11-05','11:16:07','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9041,'110.8.186.17','2010-11-05','13:20:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(9042,'118.43.219.246','2010-11-05','13:31:49','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&x=24&y=31','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(9043,'122.100.171.10','2010-11-05','16:19:54','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9044,'218.51.92.6','2010-11-05','16:46:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9045,'203.233.124.34','2010-11-05','16:49:35','','Java/1.4.2_05'),(9046,'220.94.103.154','2010-11-05','19:51:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(9047,'182.208.39.23','2010-11-05','20:01:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2)'),(9048,'180.67.207.141','2010-11-05','20:06:43','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9049,'180.67.207.150','2010-11-05','20:12:54','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9050,'180.70.94.116','2010-11-05','20:19:18','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9051,'180.70.94.125','2010-11-05','20:40:41','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9052,'180.70.94.126','2010-11-05','21:17:14','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9053,'180.70.94.127','2010-11-05','21:17:21','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9054,'180.70.94.121','2010-11-05','21:27:09','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9055,'180.70.94.128','2010-11-05','21:28:31','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9056,'175.205.59.155','2010-11-05','21:38:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0;'),(9057,'180.70.94.151','2010-11-05','23:59:25','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9058,'202.86.191.99','2010-11-06','01:12:46','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9059,'67.195.112.55','2010-11-06','02:37:11','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(9060,'180.67.207.150','2010-11-06','03:11:16','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9061,'180.67.207.141','2010-11-06','03:12:17','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9062,'180.70.94.116','2010-11-06','03:20:45','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9063,'180.67.207.151','2010-11-06','03:21:51','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9064,'180.70.94.125','2010-11-06','04:14:31','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9065,'66.249.68.104','2010-11-06','07:02:53','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9066,'114.111.36.24','2010-11-06','07:58:09','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9067,'61.247.221.81','2010-11-06','08:36:26','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9068,'180.67.207.37','2010-11-06','09:45:36','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9069,'180.67.207.26','2010-11-06','09:45:41','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9070,'180.70.94.182','2010-11-06','09:45:42','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9071,'180.70.94.121','2010-11-06','09:49:13','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9072,'180.70.94.126','2010-11-06','09:49:36','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9073,'180.70.94.127','2010-11-06','09:49:38','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9074,'180.67.207.31','2010-11-06','10:30:21','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9075,'180.70.94.128','2010-11-06','10:34:07','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9076,'222.231.40.174','2010-11-06','10:57:48','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9077,'121.191.49.198','2010-11-06','11:03:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727)'),(9078,'180.70.94.151','2010-11-06','12:34:36','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9079,'211.221.83.39','2010-11-06','15:49:04','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1&x=15&y=22','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; i-NavFourF; .NET CLR 1.1.4322)'),(9080,'222.104.15.92','2010-11-06','20:05:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9081,'175.123.150.78','2010-11-06','21:38:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB0.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),(9082,'122.100.219.53','2010-11-06','22:06:46','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9083,'180.70.94.151','2010-11-07','00:02:00','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9084,'67.195.112.55','2010-11-07','00:04:07','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(9085,'180.70.94.125','2010-11-07','01:56:46','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9086,'180.70.94.149','2010-11-07','03:10:58','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9087,'180.70.94.129','2010-11-07','03:11:01','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9088,'180.70.94.136','2010-11-07','03:11:03','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9089,'180.70.94.133','2010-11-07','03:26:51','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9090,'66.249.68.104','2010-11-07','03:41:39','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9091,'180.67.207.151','2010-11-07','03:42:07','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9092,'207.46.199.47','2010-11-07','03:52:40','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9093,'180.67.207.150','2010-11-07','05:59:30','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9094,'180.67.207.141','2010-11-07','06:00:45','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9095,'180.70.94.116','2010-11-07','06:01:11','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9096,'61.247.221.93','2010-11-07','07:55:50','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9097,'114.111.36.24','2010-11-07','08:02:59','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9098,'180.70.94.127','2010-11-07','09:08:45','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9099,'180.70.94.126','2010-11-07','09:09:25','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9100,'180.70.94.121','2010-11-07','09:09:28','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9101,'122.100.213.232','2010-11-07','09:11:09','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9102,'180.67.207.37','2010-11-07','10:23:46','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9103,'180.70.94.128','2010-11-07','11:04:32','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9104,'180.67.207.26','2010-11-07','11:09:51','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9105,'180.70.94.182','2010-11-07','11:10:58','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9106,'180.67.207.31','2010-11-07','11:11:30','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9107,'211.172.253.194','2010-11-07','13:37:11','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9108,'218.147.224.208','2010-11-07','17:30:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9109,'114.202.165.138','2010-11-07','18:08:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(9110,'112.120.209.109','2010-11-07','20:33:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.2)'),(9111,'110.35.151.46','2010-11-07','20:55:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2; .NET4.0C)'),(9112,'222.112.60.62','2010-11-07','21:50:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(9113,'121.177.21.54','2010-11-07','21:54:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(9114,'66.249.67.47','2010-11-07','22:18:57','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9115,'124.50.27.28','2010-11-07','23:35:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(9116,'180.67.207.151','2010-11-08','00:24:40','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9117,'180.67.207.150','2010-11-08','00:25:57','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9118,'180.70.94.116','2010-11-08','00:26:48','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9119,'180.67.207.141','2010-11-08','00:27:48','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9120,'180.70.94.136','2010-11-08','00:31:35','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9121,'180.70.94.133','2010-11-08','00:32:21','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9122,'180.70.94.149','2010-11-08','00:44:10','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9123,'180.70.94.129','2010-11-08','00:44:56','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9124,'67.195.112.55','2010-11-08','02:15:44','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(9125,'180.70.94.125','2010-11-08','04:38:49','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9126,'180.70.94.121','2010-11-08','05:32:06','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9127,'180.70.94.127','2010-11-08','05:32:19','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9128,'180.70.94.126','2010-11-08','05:32:35','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9129,'180.67.207.37','2010-11-08','06:05:17','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9130,'180.67.207.26','2010-11-08','06:05:49','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9131,'180.67.207.31','2010-11-08','06:25:59','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9132,'180.70.94.182','2010-11-08','06:27:00','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9133,'114.111.36.24','2010-11-08','08:02:38','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9134,'180.70.94.151','2010-11-08','08:25:47','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9135,'180.70.94.128','2010-11-08','08:26:05','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9136,'175.194.136.232','2010-11-08','09:39:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(9137,'210.109.153.45','2010-11-08','10:52:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(9138,'124.49.153.171','2010-11-08','11:21:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152;'),(9139,'66.249.68.104','2010-11-08','12:56:24','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9140,'183.98.68.11','2010-11-08','13:15:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(9141,'220.94.103.154','2010-11-08','13:26:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(9142,'65.52.110.68','2010-11-08','14:37:15','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9143,'222.231.40.166','2010-11-08','15:07:52','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9144,'211.216.213.50','2010-11-08','15:23:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(9145,'118.43.115.138','2010-11-08','17:40:28','http://search.naver.com/search.naver?where=nexearch&query=%C3%BB%BC%DB%BB%E7%B0%FA%C3%E0%C1%A6&sm=top_sug.pre&fbm=1','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.1)'),(9146,'124.50.174.115','2010-11-08','17:41:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9147,'210.109.153.36','2010-11-08','17:44:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(9148,'203.233.124.94','2010-11-08','17:50:25','','Java/1.6.0_20'),(9149,'210.109.153.35','2010-11-08','17:50:48','http://pg.dacom.net/card/load.jsp','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(9150,'221.149.214.140','2010-11-08','22:26:26','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(9151,'67.195.112.55','2010-11-09','00:27:40','','Mozilla/5.0 (compatible; Yahoo! Slurp/3.0; http://help.yahoo.com/help/us/ysearch/slurp)'),(9152,'180.70.94.182','2010-11-09','00:40:03','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9153,'180.70.94.151','2010-11-09','00:49:40','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9154,'180.70.94.133','2010-11-09','01:18:05','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9155,'180.70.94.136','2010-11-09','01:49:31','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9156,'66.249.68.104','2010-11-09','02:00:41','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9157,'180.67.207.26','2010-11-09','02:02:06','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9158,'180.67.207.31','2010-11-09','02:36:36','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9159,'180.70.94.129','2010-11-09','04:03:36','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9160,'180.67.207.37','2010-11-09','04:19:09','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9161,'180.70.94.149','2010-11-09','04:38:46','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9162,'61.247.221.85','2010-11-09','06:34:19','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9163,'114.111.36.24','2010-11-09','08:02:54','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9164,'203.247.174.245','2010-11-09','08:35:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; AhnLab:APG=1^2276985633^22;; GTB6.6; IPMS/F5AEF7CB-14CD884D5B5-00000000703F; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506'),(9165,'203.233.124.94','2010-11-09','08:43:39','','Java/1.6.0_20'),(9166,'210.109.153.32','2010-11-09','09:46:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(9167,'125.240.30.98','2010-11-09','09:55:50','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/3702A8C0-14CCE1B1B0B-00000007886E; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322)'),(9168,'220.94.103.154','2010-11-09','10:19:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(9169,'210.109.153.42','2010-11-09','10:23:10','http://plusapple.com/www/shop/orderinquiry.php','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(9170,'210.109.153.43','2010-11-09','10:28:02','http://plusapple.com/www/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(9171,'207.46.204.193','2010-11-09','10:37:57','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9172,'59.15.197.76','2010-11-09','13:19:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2)'),(9173,'218.157.181.134','2010-11-09','14:08:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(9174,'115.93.66.228','2010-11-09','15:00:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9175,'182.208.151.25','2010-11-09','16:05:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9176,'61.78.178.48','2010-11-09','16:11:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(9177,'183.106.26.111','2010-11-09','16:47:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(9178,'115.21.69.44','2010-11-09','16:55:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(9179,'220.122.119.26','2010-11-09','17:08:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9180,'222.231.40.176','2010-11-09','17:48:09','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9181,'222.113.81.112','2010-11-09','20:16:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9182,'116.36.241.35','2010-11-09','20:23:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.4; Media Center PC 3.0; .NET CLR 1.0.3705; InfoPath.1)'),(9183,'222.108.198.200','2010-11-09','23:38:46','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9184,'67.195.112.55','2010-11-10','00:18:41','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9185,'180.70.94.182','2010-11-10','00:20:33','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9186,'1.224.217.101','2010-11-10','00:20:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9187,'180.70.94.151','2010-11-10','01:16:53','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9188,'180.70.94.133','2010-11-10','01:33:56','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9189,'180.70.94.129','2010-11-10','01:47:48','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9190,'180.70.94.136','2010-11-10','01:52:26','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9191,'180.67.207.31','2010-11-10','02:09:29','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9192,'180.67.207.37','2010-11-10','02:49:39','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9193,'61.247.203.35','2010-11-10','04:22:34','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9194,'180.67.207.26','2010-11-10','04:28:39','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9195,'180.70.94.149','2010-11-10','04:59:26','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9196,'121.183.56.22','2010-11-10','05:33:27','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=0&x=22&y=23','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9197,'66.249.68.104','2010-11-10','05:35:54','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9198,'61.247.221.87','2010-11-10','07:46:25','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9199,'114.111.36.24','2010-11-10','07:52:05','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9200,'1.104.146.229','2010-11-10','09:52:43','http://www.plusapple.com/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; ko-kr) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7'),(9201,'220.81.122.159','2010-11-10','10:42:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; CNS_UA; InfoPath.1; CNS_UA)'),(9202,'203.152.163.94','2010-11-10','13:02:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9203,'183.107.128.59','2010-11-10','16:45:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3'),(9204,'210.109.153.39','2010-11-10','17:07:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(9205,'121.156.125.105','2010-11-10','18:32:23','',''),(9206,'115.139.220.58','2010-11-10','19:53:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.6; InfoPath.2)'),(9207,'121.183.48.9','2010-11-10','19:57:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30729; OfficeLiveConnector.1.5; OfficeLivePatch.1.3)'),(9208,'222.231.40.167','2010-11-10','20:27:23','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9209,'115.138.245.58','2010-11-10','21:24:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9210,'121.149.86.224','2010-11-11','00:20:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(9211,'180.70.94.129','2010-11-11','00:28:11','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9212,'180.70.94.149','2010-11-11','00:46:13','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9213,'180.70.94.182','2010-11-11','01:03:50','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9214,'180.67.207.37','2010-11-11','01:53:04','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9215,'180.67.207.31','2010-11-11','02:06:28','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9216,'180.70.94.151','2010-11-11','02:25:59','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9217,'180.70.94.133','2010-11-11','02:29:48','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9218,'183.107.64.160','2010-11-11','02:43:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(9219,'180.70.94.136','2010-11-11','02:44:55','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9220,'67.195.112.55','2010-11-11','03:18:26','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9221,'121.156.121.93','2010-11-11','03:23:35','',''),(9222,'61.247.203.35','2010-11-11','04:36:57','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9223,'121.183.61.123','2010-11-11','05:07:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9224,'220.94.99.231','2010-11-11','07:09:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(9225,'58.87.60.220','2010-11-11','07:44:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9226,'114.111.36.24','2010-11-11','07:55:15','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9227,'121.165.251.8','2010-11-11','08:03:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(9228,'121.135.70.186','2010-11-11','08:34:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.6; InfoPath.2)'),(9229,'114.206.237.130','2010-11-11','09:41:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9230,'114.207.174.126','2010-11-11','09:52:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(9231,'121.184.241.51','2010-11-11','10:05:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9232,'121.156.125.105','2010-11-11','10:25:51','',''),(9233,'112.218.25.141','2010-11-11','11:42:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)'),(9234,'221.148.56.80','2010-11-11','12:24:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)'),(9235,'119.207.112.105','2010-11-11','12:29:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; msn OptimizedIE8;KOKR)'),(9236,'119.201.33.120','2010-11-11','13:11:24','http://www.plusapple.com/?','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/D3921CAC-14CDB4EABCB-00000004636C)'),(9237,'59.8.89.166','2010-11-11','13:26:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9238,'125.179.190.136','2010-11-11','13:45:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(9239,'203.231.152.63','2010-11-11','14:01:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(9240,'210.109.153.44','2010-11-11','14:10:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(9241,'203.233.124.34','2010-11-11','14:16:18','','Java/1.4.2_05'),(9242,'220.94.103.154','2010-11-11','14:19:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(9243,'210.109.153.35','2010-11-11','14:22:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; OfficeLiveConnector.1.4; OfficeLivePatch.1.3)'),(9244,'125.178.22.204','2010-11-11','15:10:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; Embedded Web Browser from: http://bsalsa.com/; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.3)'),(9245,'66.249.68.104','2010-11-11','15:24:51','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9246,'121.181.178.72','2010-11-11','15:56:47','http://www.plusapple.com/','Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; ko-kr) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1'),(9247,'180.231.165.33','2010-11-11','16:01:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9248,'114.203.185.214','2010-11-11','16:12:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9249,'125.245.210.194','2010-11-11','16:40:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(9250,'125.137.16.10','2010-11-11','18:22:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CPNTDF)'),(9251,'203.247.149.203','2010-11-11','18:45:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; CNS_UA; AD_LOGON=4C47452E4E4554; InfoPath.1; .NET CLR 2.0.50727; CNS_UA; AD_LOGON=4C47452E4E4554)'),(9252,'110.46.21.54','2010-11-11','19:47:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9253,'116.212.6.191','2010-11-11','19:57:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(9254,'112.148.174.119','2010-11-11','20:00:27','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9255,'220.122.240.119','2010-11-11','20:08:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(9256,'220.76.215.97','2010-11-11','20:22:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)'),(9257,'222.232.78.248','2010-11-11','20:37:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; CPNTDF)'),(9258,'125.186.128.50','2010-11-11','20:46:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2)'),(9259,'211.44.195.120','2010-11-11','21:51:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9260,'61.247.204.35','2010-11-11','22:27:55','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9261,'121.254.193.158','2010-11-11','22:28:56','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9262,'61.247.204.36','2010-11-11','22:30:38','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9263,'61.247.204.38','2010-11-11','22:36:14','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9264,'61.247.204.39','2010-11-11','22:58:02','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9265,'118.127.199.14','2010-11-11','23:11:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9266,'61.247.204.37','2010-11-11','23:19:35','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9267,'222.118.39.29','2010-11-11','23:36:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9268,'119.195.155.232','2010-11-11','23:44:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9269,'218.51.92.6','2010-11-11','23:49:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9270,'66.249.68.104','2010-11-12','00:15:49','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9271,'110.8.168.191','2010-11-12','00:31:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9272,'67.195.112.55','2010-11-12','01:16:04','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9273,'121.156.121.93','2010-11-12','01:39:57','',''),(9274,'61.247.204.38','2010-11-12','02:35:30','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9275,'12.237.74.178','2010-11-12','05:44:38','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(9276,'61.247.203.35','2010-11-12','06:02:50','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9277,'64.246.165.190','2010-11-12','07:02:38','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(9278,'119.71.192.3','2010-11-12','07:26:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9279,'114.111.36.24','2010-11-12','08:01:13','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9280,'121.156.125.105','2010-11-12','08:48:48','',''),(9281,'210.103.104.228','2010-11-12','09:01:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(9282,'121.136.32.208','2010-11-12','09:04:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),(9283,'59.23.43.186','2010-11-12','09:40:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; InfoPath.2)'),(9284,'66.249.67.47','2010-11-12','10:03:32','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9285,'95.108.151.244','2010-11-12','10:04:50','','Mozilla/5.0 (compatible; YandexBot/3.0; MirrorDetector; +http://yandex.com/bots)'),(9286,'118.34.139.70','2010-11-12','10:18:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(9287,'121.158.35.122','2010-11-12','11:02:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9288,'124.1.53.2','2010-11-12','11:59:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5)'),(9289,'112.171.245.155','2010-11-12','12:14:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9290,'124.199.153.246','2010-11-12','13:27:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9291,'61.247.204.35','2010-11-12','13:36:23','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9292,'59.4.131.241','2010-11-12','14:39:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(9293,'61.247.204.37','2010-11-12','15:00:05','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9294,'220.94.103.154','2010-11-12','15:18:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(9295,'119.196.54.206','2010-11-12','15:31:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(9296,'123.213.163.41','2010-11-12','16:10:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2)'),(9297,'218.144.42.27','2010-11-12','16:29:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727)'),(9298,'220.84.35.215','2010-11-12','16:57:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; netimo)'),(9299,'118.223.130.160','2010-11-12','17:42:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(9300,'122.199.67.96','2010-11-12','17:45:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9301,'219.252.164.30','2010-11-12','18:36:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9302,'121.166.200.210','2010-11-12','18:49:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2)'),(9303,'210.204.160.2','2010-11-12','20:14:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.1)'),(9304,'125.178.70.88','2010-11-12','20:53:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9305,'221.138.231.146','2010-11-12','22:15:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9306,'123.111.15.63','2010-11-12','22:47:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(9307,'210.182.144.37','2010-11-12','23:25:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; MS-RTC LM 8)'),(9308,'221.142.59.10','2010-11-13','00:34:57','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9309,'67.195.112.55','2010-11-13','00:36:01','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9310,'222.231.40.173','2010-11-13','01:27:51','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9311,'61.247.204.37','2010-11-13','02:05:09','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9312,'121.156.121.93','2010-11-13','02:08:24','',''),(9313,'207.46.199.31','2010-11-13','02:45:33','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SLCC1; .NET CLR 1.1.4325; .NET CLR 2.0.50727; .NET CLR 3.0.30729)'),(9314,'65.52.110.67','2010-11-13','03:36:42','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9315,'66.249.68.104','2010-11-13','05:14:16','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9316,'61.247.203.35','2010-11-13','05:58:40','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9317,'114.111.36.24','2010-11-13','07:57:47','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9318,'202.136.146.105','2010-11-13','08:27:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9319,'61.247.221.94','2010-11-13','08:43:51','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9320,'211.211.249.41','2010-11-13','09:46:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(9321,'122.254.130.73','2010-11-13','10:00:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(9322,'207.46.13.91','2010-11-13','10:12:11','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9323,'207.46.13.44','2010-11-13','11:14:14','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9324,'121.190.178.131','2010-11-13','12:20:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322; InfoPath.2)'),(9325,'221.154.201.108','2010-11-13','13:12:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.0.4506.'),(9326,'207.46.195.233','2010-11-13','13:29:21','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9327,'211.58.10.135','2010-11-13','17:11:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9328,'58.148.240.162','2010-11-13','18:40:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.45'),(9329,'118.45.61.208','2010-11-13','20:18:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(9330,'121.183.3.164','2010-11-13','23:20:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9331,'112.151.95.205','2010-11-13','23:23:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.1)'),(9332,'119.202.242.109','2010-11-13','23:30:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9333,'61.247.204.36','2010-11-14','00:03:18','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9334,'121.130.5.55','2010-11-14','00:31:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(9335,'67.195.112.55','2010-11-14','01:56:53','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9336,'180.70.94.126','2010-11-14','01:57:21','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9337,'180.70.94.116','2010-11-14','02:15:00','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9338,'207.46.195.226','2010-11-14','02:22:53','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9339,'180.70.94.121','2010-11-14','02:39:50','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9340,'180.67.207.141','2010-11-14','02:55:21','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9341,'180.70.94.127','2010-11-14','03:15:48','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9342,'180.67.207.150','2010-11-14','03:39:54','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9343,'180.67.207.151','2010-11-14','04:44:46','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9344,'222.231.40.175','2010-11-14','04:46:20','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9345,'221.149.214.140','2010-11-14','04:46:49','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(9346,'180.70.94.128','2010-11-14','05:35:00','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9347,'180.67.207.144','2010-11-14','06:08:44','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9348,'61.247.204.35','2010-11-14','06:30:52','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9349,'180.70.94.125','2010-11-14','06:35:00','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9350,'211.173.178.130','2010-11-14','07:25:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(9351,'114.111.36.24','2010-11-14','07:58:16','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9352,'61.247.221.88','2010-11-14','08:08:29','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9353,'121.187.18.221','2010-11-14','08:31:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/)'),(9354,'116.121.164.53','2010-11-14','08:59:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(9355,'203.132.180.115','2010-11-14','10:19:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(9356,'61.247.204.39','2010-11-14','11:11:40','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9357,'220.94.103.154','2010-11-14','11:53:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(9358,'66.249.68.104','2010-11-14','12:20:14','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9359,'61.247.204.37','2010-11-14','12:24:18','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9360,'207.46.204.197','2010-11-14','12:39:14','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9361,'121.132.47.229','2010-11-14','12:46:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Embedded Web Browser from: http://bsalsa.com/; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)'),(9362,'210.204.160.2','2010-11-14','13:05:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.1)'),(9363,'211.193.142.186','2010-11-14','13:18:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1; OfficeLiveConnector.1.4; OfficeLivePat'),(9364,'66.249.67.47','2010-11-14','14:51:32','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9365,'118.45.69.20','2010-11-14','16:15:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)'),(9366,'220.122.97.135','2010-11-14','16:55:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9367,'203.171.179.122','2010-11-14','17:51:14','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(9368,'59.21.47.122','2010-11-14','17:56:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1)'),(9369,'112.158.185.10','2010-11-14','17:57:01','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)'),(9370,'175.125.20.144','2010-11-14','20:17:09','http://plusapple.com/www/bbs/write.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9371,'175.125.20.142','2010-11-14','20:18:31','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9372,'175.125.20.141','2010-11-14','20:20:49','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9373,'210.205.231.206','2010-11-14','20:24:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.6)'),(9374,'183.106.27.87','2010-11-14','21:03:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9375,'180.67.207.238','2010-11-14','22:00:35','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9376,'180.70.94.60','2010-11-14','22:13:46','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9377,'222.104.122.116','2010-11-14','22:49:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(9378,'175.125.20.142','2010-11-15','00:01:59','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9379,'175.125.20.144','2010-11-15','00:03:09','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9380,'175.125.20.141','2010-11-15','00:05:33','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9381,'67.195.112.55','2010-11-15','00:23:29','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9382,'210.113.106.98','2010-11-15','00:31:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTB5.5)'),(9383,'121.163.130.223','2010-11-15','01:20:14','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9384,'121.171.213.188','2010-11-15','02:04:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(9385,'61.247.204.37','2010-11-15','02:44:28','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9386,'180.67.207.238','2010-11-15','02:48:32','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9387,'180.70.94.60','2010-11-15','02:57:53','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9388,'66.249.68.104','2010-11-15','03:00:03','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9389,'61.247.204.36','2010-11-15','04:34:33','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9390,'207.46.194.62','2010-11-15','05:50:36','','msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),(9391,'61.247.221.81','2010-11-15','07:30:44','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9392,'61.247.204.35','2010-11-15','07:37:50','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9393,'61.247.204.38','2010-11-15','07:54:50','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9394,'114.111.36.24','2010-11-15','08:01:09','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9395,'211.172.253.196','2010-11-15','08:13:14','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9396,'222.119.182.61','2010-11-15','08:39:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9397,'218.158.190.169','2010-11-15','08:59:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(9398,'123.214.215.20','2010-11-15','09:17:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9399,'118.219.84.11','2010-11-15','11:02:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/7B300C0A-14CE08468A8-000000436193; InfoPath.2)'),(9400,'221.155.199.232','2010-11-15','11:11:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(9401,'207.46.195.229','2010-11-15','11:12:56','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9402,'59.14.57.12','2010-11-15','11:46:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(9403,'114.207.242.156','2010-11-15','11:53:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9404,'58.232.235.165','2010-11-15','13:09:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9405,'221.161.137.3','2010-11-15','13:16:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; InfoPath.2; NCLIENT50_AAP2E90BCB78AA)'),(9406,'211.178.151.108','2010-11-15','13:19:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; InfoPath.2; .NET CLR 3.0.30729)'),(9407,'121.180.165.1','2010-11-15','14:09:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(9408,'121.151.66.166','2010-11-15','14:14:04','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9409,'211.109.121.58','2010-11-15','14:21:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/283A0A96-14CE0BCF969-000000015393; TCO_20101115141059; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2'),(9410,'121.161.31.87','2010-11-15','14:25:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(9411,'183.109.45.51','2010-11-15','14:27:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9412,'118.219.84.10','2010-11-15','14:27:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/A42C0C0A-14CE08112A2-000000414968; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9413,'211.253.98.18','2010-11-15','14:29:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/AB0D0765-14CE0C3BE5E; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(9414,'211.200.141.179','2010-11-15','14:32:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)'),(9415,'59.26.228.124','2010-11-15','14:37:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9416,'221.142.59.10','2010-11-15','14:42:52','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9417,'123.214.31.94','2010-11-15','14:48:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2)'),(9418,'122.203.109.130','2010-11-15','14:55:29','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/7C0110AC-14CE09C2DCD; InfoPath.2)'),(9419,'180.231.181.9','2010-11-15','15:00:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(9420,'211.175.14.10','2010-11-15','15:18:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/221506AC-14CE072AFCF-000000235128)'),(9421,'58.237.137.56','2010-11-15','16:11:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9422,'175.196.196.223','2010-11-15','16:25:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9423,'122.32.33.54','2010-11-15','16:33:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(9424,'59.6.194.11','2010-11-15','16:38:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; INCS/140A010A-14CE0A676A6-00000002428C)'),(9425,'211.226.187.153','2010-11-15','16:41:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2)'),(9426,'58.149.211.195','2010-11-15','16:51:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9427,'121.54.207.237','2010-11-15','17:06:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9428,'118.45.80.249','2010-11-15','17:37:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9429,'211.230.164.253','2010-11-15','17:50:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9430,'116.123.243.57','2010-11-15','17:55:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9431,'211.176.99.157','2010-11-15','18:47:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Creative AutoUpdate v1.40.00)'),(9432,'218.236.172.202','2010-11-15','19:46:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9433,'118.39.81.243','2010-11-15','20:09:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.5; OfficeLivePatch.1.3)'),(9434,'222.118.57.57','2010-11-15','21:10:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1)'),(9435,'211.229.6.31','2010-11-15','21:17:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9436,'116.123.210.92','2010-11-15','22:12:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(9437,'121.150.195.139','2010-11-15','22:45:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; IPMS/DCADF4CB-14CE0E652B2-00000069164C)'),(9438,'121.151.197.149','2010-11-15','22:46:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.6; InfoPath.2)'),(9439,'182.209.72.14','2010-11-15','23:22:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(9440,'119.193.147.144','2010-11-15','23:39:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9441,'223.130.96.24','2010-11-15','23:45:11','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.30618; .NET CLR 3.5.30729)'),(9442,'67.195.112.55','2010-11-16','00:24:49','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9443,'125.178.118.29','2010-11-16','00:28:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9444,'175.125.20.141','2010-11-16','00:35:09','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9445,'61.247.204.36','2010-11-16','01:33:40','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9446,'203.90.62.56','2010-11-16','01:56:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9447,'61.247.204.39','2010-11-16','02:12:54','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9448,'61.247.204.35','2010-11-16','02:13:41','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9449,'180.70.94.60','2010-11-16','03:26:04','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9450,'180.67.207.238','2010-11-16','03:52:52','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9451,'175.125.20.144','2010-11-16','03:53:38','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9452,'175.125.20.142','2010-11-16','03:53:52','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9453,'61.247.203.35','2010-11-16','05:58:39','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9454,'125.128.70.4','2010-11-16','07:15:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(9455,'114.111.36.24','2010-11-16','08:00:44','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9456,'66.249.68.104','2010-11-16','08:04:15','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9457,'118.217.241.82','2010-11-16','08:55:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(9458,'211.253.60.18','2010-11-16','09:32:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; IPMS/656F0A62-14CE1C2D626; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9459,'111.65.132.145','2010-11-16','09:58:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9460,'14.33.186.25','2010-11-16','10:16:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9461,'121.163.27.14','2010-11-16','10:43:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(9462,'125.134.213.133','2010-11-16','10:45:16','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)'),(9463,'210.109.153.197','2010-11-16','11:09:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9464,'210.109.153.204','2010-11-16','11:16:17','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9465,'175.123.45.231','2010-11-16','11:43:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(9466,'121.156.215.86','2010-11-16','11:46:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3)'),(9467,'123.109.194.108','2010-11-16','12:23:15','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(9468,'124.56.207.75','2010-11-16','12:37:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9469,'121.55.168.216','2010-11-16','13:32:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9470,'115.94.18.130','2010-11-16','15:16:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9471,'211.199.232.118','2010-11-16','15:16:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; IPMS/76E8C7D3-14CE21D2B3B; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C)'),(9472,'183.107.94.214','2010-11-16','15:17:18','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9473,'210.123.108.110','2010-11-16','15:25:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9474,'210.95.187.43','2010-11-16','15:32:16','http://search.naver.com/search.naver?where=nexearch&query=%BB%E7%B0%FA+10KG+30%B0%FA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9475,'114.200.126.251','2010-11-16','15:34:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Tablet PC 2.0; .NET CLR 1.1.4322)'),(9476,'124.80.146.38','2010-11-16','15:37:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2)'),(9477,'124.216.12.45','2010-11-16','16:15:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; .NET4.0C)'),(9478,'59.10.235.184','2010-11-16','17:15:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1)'),(9479,'219.241.180.77','2010-11-16','17:23:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3)'),(9480,'116.43.96.86','2010-11-16','17:36:59','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9481,'114.206.36.94','2010-11-16','17:37:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.'),(9482,'125.137.114.163','2010-11-16','19:16:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9483,'119.31.245.13','2010-11-16','19:40:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(9484,'218.157.158.8','2010-11-16','20:04:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET Client 3.5.30729.01)'),(9485,'152.99.84.12','2010-11-16','20:17:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(9486,'121.181.48.179','2010-11-16','20:17:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)'),(9487,'65.52.110.56','2010-11-16','20:28:35','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9488,'175.113.170.139','2010-11-16','21:08:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.2)'),(9489,'221.138.26.78','2010-11-16','21:37:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.2; .NET CLR 1.1.4322; .NE'),(9490,'183.178.229.51','2010-11-16','22:33:31','http://hk.search.yahoo.com/search;_ylt=A8tU3wcTiOJMdi8A_VXwzAt.?p=plusapple&fr=FP-tab-web-t&fr2=sb-bot&xargs=0&pstart=1&b=11','Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 Foxy/1 (.NET CLR 3.5.30729)'),(9491,'112.152.166.179','2010-11-16','23:08:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9492,'66.249.68.104','2010-11-17','00:06:00','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9493,'112.165.27.76','2010-11-17','00:18:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(9494,'67.195.112.55','2010-11-17','00:19:41','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9495,'218.235.35.44','2010-11-17','01:10:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(9496,'114.207.179.133','2010-11-17','01:15:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(9497,'124.54.181.14','2010-11-17','01:55:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9498,'180.70.94.60','2010-11-17','03:22:31','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9499,'180.67.207.238','2010-11-17','04:36:30','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9500,'61.247.203.35','2010-11-17','06:02:37','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9501,'207.46.13.133','2010-11-17','06:08:32','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9502,'61.247.221.85','2010-11-17','06:27:25','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9503,'211.201.70.9','2010-11-17','06:43:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9504,'114.111.36.24','2010-11-17','08:02:57','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9505,'211.172.253.201','2010-11-17','08:37:57','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9506,'115.140.72.32','2010-11-17','08:57:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6.6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(9507,'182.208.151.25','2010-11-17','09:54:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9508,'121.154.115.83','2010-11-17','10:13:48','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; i-NavFourF; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727)'),(9509,'74.52.245.146','2010-11-17','10:38:20','','Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(9510,'121.141.0.236','2010-11-17','10:56:06','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET'),(9511,'110.10.146.89','2010-11-17','11:15:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(9512,'210.182.96.11','2010-11-17','12:12:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9513,'211.229.10.91','2010-11-17','12:20:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9514,'183.2.231.84','2010-11-17','12:20:53','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9515,'125.184.221.134','2010-11-17','12:54:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(9516,'211.253.149.30','2010-11-17','12:56:51','http://www.plusapple.com/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7'),(9517,'175.211.206.114','2010-11-17','13:11:30','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(9518,'112.165.30.50','2010-11-17','13:33:35','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30729)'),(9519,'203.237.1.73','2010-11-17','13:57:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9520,'118.37.177.214','2010-11-17','14:16:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTB5.5)'),(9521,'118.42.101.127','2010-11-17','14:18:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; InfoPath.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729'),(9522,'112.170.195.120','2010-11-17','15:05:58','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(9523,'211.107.117.14','2010-11-17','15:13:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET4.0C; .NET4.0E)'),(9524,'115.92.199.131','2010-11-17','15:24:07','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2)'),(9525,'210.92.27.214','2010-11-17','15:26:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(9526,'218.50.73.23','2010-11-17','15:29:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9527,'218.157.147.169','2010-11-17','15:41:24','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(9528,'221.157.139.130','2010-11-17','16:00:40','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)'),(9529,'88.255.117.114','2010-11-17','16:28:33','','libwww-perl/5.805'),(9530,'119.196.160.246','2010-11-17','16:34:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(9531,'219.149.10.226','2010-11-17','17:02:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2)'),(9532,'124.137.130.254','2010-11-17','17:14:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; MS Extended PlugIn Ver 2.0.0.1; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9533,'124.50.2.7','2010-11-17','17:32:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)'),(9534,'175.119.165.132','2010-11-17','17:37:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9535,'110.11.254.189','2010-11-17','17:55:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(9536,'121.151.201.141','2010-11-17','18:01:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 2.0.50727)'),(9537,'115.93.175.210','2010-11-17','18:06:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2)'),(9538,'58.141.170.252','2010-11-17','18:20:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727)'),(9539,'119.148.137.80','2010-11-17','18:36:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(9540,'110.68.210.47','2010-11-17','19:00:44','http://www.plusapple.com/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; ko-kr) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8B117 Safari/6531.22.7'),(9541,'122.34.149.39','2010-11-17','19:16:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(9542,'220.91.2.128','2010-11-17','19:24:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(9543,'183.106.26.79','2010-11-17','19:52:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(9544,'211.49.2.177','2010-11-17','20:57:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9545,'110.11.81.193','2010-11-17','20:59:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath.2)'),(9546,'222.98.170.103','2010-11-17','21:16:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://bsalsa.com) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(9547,'124.49.144.37','2010-11-17','21:27:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(9548,'115.140.254.202','2010-11-17','21:51:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9549,'220.120.117.120','2010-11-17','22:06:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(9550,'118.35.251.169','2010-11-17','22:29:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(9551,'118.220.71.247','2010-11-17','22:46:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(9552,'211.55.193.28','2010-11-17','22:53:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 1.1.4322)'),(9553,'222.237.171.227','2010-11-17','22:55:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)'),(9554,'58.121.175.169','2010-11-17','23:09:47','http://www.plusapple.com/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),(9555,'67.195.112.55','2010-11-18','00:14:45','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9556,'180.67.207.37','2010-11-18','03:08:33','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9557,'66.249.68.104','2010-11-18','03:55:02','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9558,'61.247.204.37','2010-11-18','04:06:13','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9559,'180.70.94.177','2010-11-18','04:27:48','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9560,'180.228.235.119','2010-11-18','04:47:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9561,'180.67.207.31','2010-11-18','05:16:14','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9562,'180.67.207.26','2010-11-18','05:58:06','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9563,'61.247.203.35','2010-11-18','06:00:22','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9564,'61.247.204.36','2010-11-18','06:01:24','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9565,'180.70.94.182','2010-11-18','06:02:42','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9566,'66.249.17.109','2010-11-18','07:51:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2; GTB5; .NET CLR 1.1.4322)'),(9567,'114.111.36.24','2010-11-18','07:59:03','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9568,'211.48.162.234','2010-11-18','09:37:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1)'),(9569,'211.172.253.205','2010-11-18','09:58:51','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9570,'207.46.13.139','2010-11-18','10:10:58','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9571,'121.177.108.19','2010-11-18','10:47:05','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(9572,'221.142.59.10','2010-11-18','11:33:26','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9573,'218.146.11.194','2010-11-18','11:33:37','http://plusapple.com/','Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12'),(9574,'218.38.58.165','2010-11-18','11:59:12','','libwww-perl/5.79'),(9575,'168.143.19.89','2010-11-18','12:15:24','','libwww-perl/5.825'),(9576,'115.137.229.105','2010-11-18','12:23:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.1.4322; InfoPath.2)'),(9577,'211.209.255.231','2010-11-18','12:32:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 1.1.4322)'),(9578,'147.6.1.101','2010-11-18','13:44:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(9579,'210.180.168.130','2010-11-18','13:58:52','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; AhnLab:APG=1^396822333^22;; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1)'),(9580,'121.168.114.252','2010-11-18','14:18:22','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9581,'123.213.219.16','2010-11-18','14:40:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; http://www.muuk.co.kr) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Cen'),(9582,'221.149.214.140','2010-11-18','15:02:23','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(9583,'221.163.122.240','2010-11-18','15:06:43','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(9584,'121.129.144.222','2010-11-18','16:31:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9585,'211.107.55.24','2010-11-18','17:24:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; AskTB5.5)'),(9586,'115.139.124.15','2010-11-18','17:35:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(9587,'120.142.185.18','2010-11-18','18:01:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)'),(9588,'61.247.204.38','2010-11-18','18:19:52','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9589,'61.78.178.48','2010-11-18','18:28:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(9590,'125.128.57.193','2010-11-18','18:46:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(9591,'121.156.125.105','2010-11-18','19:08:04','',''),(9592,'61.247.204.39','2010-11-18','19:59:04','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9593,'61.247.204.35','2010-11-18','20:12:12','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9594,'207.46.195.225','2010-11-18','21:24:30','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9595,'125.128.148.90','2010-11-18','21:57:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322)'),(9596,'175.211.135.98','2010-11-18','22:16:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.2)'),(9597,'125.178.112.154','2010-11-18','22:50:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9598,'222.110.112.43','2010-11-18','23:52:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9599,'67.195.112.55','2010-11-19','00:09:42','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9600,'180.67.207.37','2010-11-19','00:18:20','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9601,'180.67.207.26','2010-11-19','02:00:49','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9602,'180.70.94.182','2010-11-19','02:01:26','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9603,'180.70.94.177','2010-11-19','02:30:49','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9604,'180.67.207.31','2010-11-19','02:37:06','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9605,'121.156.125.105','2010-11-19','05:23:18','',''),(9606,'61.247.203.35','2010-11-19','05:56:47','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9607,'66.249.68.104','2010-11-19','06:39:54','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9608,'114.111.36.24','2010-11-19','07:12:37','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9609,'61.247.221.89','2010-11-19','07:12:39','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9610,'61.247.204.35','2010-11-19','07:44:51','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9611,'61.247.204.38','2010-11-19','08:15:04','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9612,'61.247.204.37','2010-11-19','08:38:10','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9613,'66.249.67.47','2010-11-19','08:38:38','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9614,'203.244.221.2','2010-11-19','09:14:54','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; MS-RTC LM 8)'),(9615,'61.247.204.36','2010-11-19','09:47:43','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9616,'121.160.42.50','2010-11-19','10:45:44','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(9617,'222.232.172.17','2010-11-19','11:05:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9618,'210.111.230.203','2010-11-19','11:30:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; NCLIENT50_AAP7CE6E3262FE)'),(9619,'118.219.84.10','2010-11-19','11:31:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; IPMS/232C0C0A-14CE5C70CAC-000000418477; InfoPath.2)'),(9620,'222.231.40.176','2010-11-19','11:53:59','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9621,'203.100.162.109','2010-11-19','13:44:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)'),(9622,'220.70.240.173','2010-11-19','14:23:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9623,'207.46.13.94','2010-11-19','14:32:29','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9624,'123.108.168.243','2010-11-19','17:42:23','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; Embedded Web Browser from: http://bsalsa.com/; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(9625,'207.46.195.204','2010-11-19','17:49:54','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.30729)'),(9626,'121.125.161.202','2010-11-19','18:55:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(9627,'211.105.100.111','2010-11-19','20:36:08','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.1)'),(9628,'211.243.76.74','2010-11-19','21:31:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(9629,'125.137.114.246','2010-11-19','23:10:13','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.6)'),(9630,'211.212.73.193','2010-11-19','23:36:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9631,'67.195.112.55','2010-11-20','00:20:32','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9632,'180.67.207.31','2010-11-20','00:23:31','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9633,'203.226.216.37','2010-11-20','01:02:39','http://www.plusapple.com/','Mozilla/5.0 (Linux; U; Android 2.2; ko-kr; SHW-M110S Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(9634,'180.70.94.177','2010-11-20','01:45:07','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9635,'180.67.207.37','2010-11-20','02:46:20','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9636,'121.156.121.93','2010-11-20','03:31:21','',''),(9637,'207.46.199.18','2010-11-20','05:08:36','','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.40607; .NET CLR 3.0.30729)'),(9638,'66.249.68.104','2010-11-20','05:46:39','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9639,'61.247.204.36','2010-11-20','05:54:28','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9640,'61.247.203.35','2010-11-20','05:57:35','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9641,'61.247.221.89','2010-11-20','06:15:17','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9642,'114.111.36.24','2010-11-20','08:02:44','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9643,'175.216.12.172','2010-11-20','08:09:53','http://www.plusapple.com/','Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_1 like Mac OS X; ko-kr) AppleWebKit/532.9 (KHTML, like Gecko) Mobile/8B117'),(9644,'180.70.94.182','2010-11-20','08:19:18','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9645,'180.67.207.26','2010-11-20','08:35:18','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9646,'65.52.108.58','2010-11-20','09:31:04','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9647,'123.141.10.58','2010-11-20','13:43:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9648,'61.75.233.232','2010-11-20','13:52:49','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)'),(9649,'205.251.121.5','2010-11-20','14:11:02','','panscient.com'),(9650,'222.231.40.169','2010-11-20','14:20:06','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9651,'208.186.78.113','2010-11-20','15:06:23','','libwww-perl/5.65'),(9652,'216.227.220.84','2010-11-20','15:07:16','','libwww-perl/5.805'),(9653,'173.212.215.186','2010-11-20','15:19:15','','libwww-perl/5.805'),(9654,'125.129.131.3','2010-11-20','15:42:27','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322)'),(9655,'222.104.122.116','2010-11-20','17:47:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(9656,'207.46.199.54','2010-11-20','19:53:32','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9657,'211.228.154.123','2010-11-20','22:04:20','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9658,'180.67.207.31','2010-11-21','00:03:36','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9659,'67.195.112.55','2010-11-21','00:31:20','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9660,'180.70.94.177','2010-11-21','01:11:43','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9661,'180.66.1.128','2010-11-21','01:46:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9662,'180.67.207.37','2010-11-21','02:48:47','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9663,'180.70.94.182','2010-11-21','04:46:04','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9664,'180.67.207.26','2010-11-21','05:17:51','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9665,'61.247.203.35','2010-11-21','05:51:43','','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/1F73080A-049C989D5A5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9666,'114.111.36.24','2010-11-21','08:04:36','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9667,'66.249.68.104','2010-11-21','08:08:25','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9668,'222.236.41.219','2010-11-21','08:09:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9669,'122.40.57.56','2010-11-21','09:22:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E)'),(9670,'88.131.106.4','2010-11-21','11:35:10','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) Speedy Spider (http://www.entireweb.com/about/search_tech/speedy_spider/)'),(9671,'175.198.217.188','2010-11-21','11:41:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9672,'61.247.204.38','2010-11-21','11:59:46','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9673,'122.40.227.34','2010-11-21','12:09:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; InfoPath.3)'),(9674,'121.176.213.51','2010-11-21','12:13:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(9675,'121.140.254.234','2010-11-21','12:43:26','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),(9676,'211.223.45.252','2010-11-21','13:02:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)'),(9677,'61.247.204.35','2010-11-21','13:05:21','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9678,'61.247.204.39','2010-11-21','13:39:43','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9679,'211.54.162.23','2010-11-21','14:35:57','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; InfoPath.2)'),(9680,'207.46.204.177','2010-11-21','14:45:29','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9681,'124.53.249.27','2010-11-21','16:01:39','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; GTB6; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)'),(9682,'61.247.204.36','2010-11-21','16:42:49','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9683,'222.231.40.176','2010-11-21','18:10:31','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9684,'211.206.61.240','2010-11-21','20:06:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9685,'220.69.241.34','2010-11-21','22:48:01','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; IPMS/19F145DC-14CDF8C7CCC-000000228000; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Creative AutoUpdate v1.40.01)'),(9686,'115.41.146.235','2010-11-21','23:03:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9687,'221.17.58.26','2010-11-21','23:21:42','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9688,'180.70.94.177','2010-11-22','00:21:27','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9689,'180.67.207.37','2010-11-22','00:46:14','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9690,'67.195.112.55','2010-11-22','01:27:03','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9691,'180.70.94.182','2010-11-22','01:49:53','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9692,'180.67.207.26','2010-11-22','03:18:00','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9693,'66.249.68.104','2010-11-22','04:36:01','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9694,'61.247.221.92','2010-11-22','07:50:55','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9695,'114.111.36.24','2010-11-22','08:03:06','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9696,'180.70.94.60','2010-11-22','09:34:18','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9697,'175.125.20.144','2010-11-22','09:51:24','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9698,'110.14.78.178','2010-11-22','10:40:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C)'),(9699,'65.52.110.51','2010-11-22','11:33:01','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9700,'180.67.207.31','2010-11-22','12:11:10','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9701,'218.156.85.71','2010-11-22','13:49:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9702,'125.177.240.159','2010-11-22','14:12:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)'),(9703,'118.37.246.30','2010-11-22','15:33:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9704,'211.181.253.38','2010-11-22','16:11:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; IPMS/30C00182-14CE9B70929-000000000000; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9705,'121.171.193.139','2010-11-22','16:22:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9706,'203.233.124.94','2010-11-22','16:27:21','','Java/1.6.0_20'),(9707,'114.206.158.93','2010-11-22','16:46:56','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727)'),(9708,'211.219.66.62','2010-11-22','16:55:12','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; InfoPath.2)'),(9709,'123.108.168.243','2010-11-22','16:57:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322)'),(9710,'211.234.220.1','2010-11-22','17:53:04','http://www.plusapple.com/','Mozilla/5.0 (Linux; U; Android 2.2; ko-kr; SHW-M180S Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),(9711,'121.183.56.168','2010-11-22','17:57:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)'),(9712,'115.143.53.139','2010-11-22','18:36:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2)'),(9713,'125.208.233.130','2010-11-22','19:38:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; InfoPath.2)'),(9714,'211.195.61.26','2010-11-22','20:17:25','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9715,'211.172.253.197','2010-11-22','20:26:08','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9716,'222.117.87.36','2010-11-22','20:34:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.2)'),(9717,'218.158.43.203','2010-11-22','21:35:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; Media Center PC 3.1)'),(9718,'211.107.55.24','2010-11-22','21:37:51','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; AskTB5.5)'),(9719,'125.176.47.151','2010-11-22','23:04:32','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 1.1.4322)'),(9720,'67.195.112.55','2010-11-23','00:27:51','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9721,'116.32.214.170','2010-11-23','00:37:40','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52)'),(9722,'66.249.68.104','2010-11-23','01:50:20','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9723,'66.249.67.47','2010-11-23','01:51:41','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9724,'211.233.79.165','2010-11-23','02:40:36','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9725,'180.70.94.60','2010-11-23','04:16:50','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9726,'121.156.125.105','2010-11-23','04:18:06','',''),(9727,'61.247.204.39','2010-11-23','04:45:51','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9728,'175.125.20.144','2010-11-23','05:13:34','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9729,'222.122.208.24','2010-11-23','05:36:39','http://plusapple.com/www/bbs/write.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9730,'61.80.239.50','2010-11-23','07:37:03','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322)'),(9731,'61.247.221.92','2010-11-23','07:51:53','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9732,'65.52.110.53','2010-11-23','07:59:00','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9733,'114.111.36.24','2010-11-23','08:00:14','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9734,'220.94.103.154','2010-11-23','10:06:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(9735,'222.122.208.23','2010-11-23','10:25:43','http://plusapple.com/www/bbs/write.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9736,'64.246.178.34','2010-11-23','10:56:04','http://whois.domaintools.com/plusapple.com','Mozilla/5.0 (Windows; U; Windows NT 5.1; en; rv:1.9.0.13) Gecko/2009073022 Firefox/3.5.2 (.NET CLR 3.5.30729) SurveyBot/2.3 (DomainTools)'),(9737,'59.20.225.80','2010-11-23','11:28:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2)'),(9738,'183.100.99.143','2010-11-23','11:53:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9739,'112.154.43.152','2010-11-23','14:07:04','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0)'),(9740,'210.109.153.41','2010-11-23','15:35:00','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),(9741,'112.168.146.153','2010-11-23','16:40:55','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; InfoPath.2)'),(9742,'112.170.118.160','2010-11-23','17:29:19','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; .NET CLR 2.0.50727; InfoPath.3)'),(9743,'211.255.180.86','2010-11-23','17:29:45','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),(9744,'208.186.78.113','2010-11-23','18:11:25','','libwww-perl/5.65'),(9745,'173.212.215.186','2010-11-23','18:39:02','','libwww-perl/5.805'),(9746,'221.149.214.140','2010-11-23','18:45:50','','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(9747,'218.147.63.156','2010-11-23','19:56:47','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)'),(9748,'121.156.121.93','2010-11-23','20:38:17','',''),(9749,'118.45.69.20','2010-11-23','21:03:41','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1)'),(9750,'220.74.50.192','2010-11-23','21:24:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9751,'182.209.245.78','2010-11-23','23:57:52','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.1)'),(9752,'211.172.253.205','2010-11-24','00:01:44','http://plusapple.com/','Mozilla/5.0 (compatible; MSIE or Firefox mutant; not on Windows server; +http://ws.daum.net/aboutWebSearch.html) Daumoa/2.0'),(9753,'67.195.112.55','2010-11-24','00:16:06','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9754,'116.34.50.70','2010-11-24','01:07:31','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),(9755,'61.247.204.35','2010-11-24','04:08:36','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9756,'180.70.94.60','2010-11-24','04:42:51','http://plusapple.com/www/bbs/board.php?bo_table=order','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),(9757,'61.247.204.39','2010-11-24','04:54:26','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9758,'121.156.125.105','2010-11-24','05:52:07','',''),(9759,'61.247.204.38','2010-11-24','06:27:47','','Yeti/1.0 (NHN Corp.; http://help.naver.com/robots/)'),(9760,'66.249.68.104','2010-11-24','06:57:53','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),(9761,'114.111.36.24','2010-11-24','08:01:26','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9762,'61.247.221.87','2010-11-24','08:07:54','','Mozilla/4.0 (compatible; NaverBot/1.0; http://help.naver.com/customer_webtxt_02.jsp)'),(9763,'110.9.213.113','2010-11-24','09:13:38','http://search.naver.com/search.naver?sm=tab_hty&where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2)'),(9764,'121.165.223.203','2010-11-24','10:45:33','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2)'),(9765,'220.94.103.154','2010-11-24','12:03:21','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 1.1.4322)'),(9766,'112.167.166.97','2010-11-24','12:14:39','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9767,'211.182.242.3','2010-11-24','13:15:36','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; AhnLab:APG=1^396822333^22;; InfoPath.1)'),(9768,'121.181.94.160','2010-11-24','13:42:10','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9769,'112.187.215.159','2010-11-24','13:50:02','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1; .NET CLR 1.1.4322)'),(9770,'220.116.184.100','2010-11-24','15:05:31','http://search.naver.com/search.naver?where=nexearch&query=%BE%C6%C4%A7%B3%F3%BB%EA&sm=top_hty&fbm=1','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.1; .NET4.0C; .NET4.0E)'),(9771,'125.136.244.4','2010-11-24','15:15:28','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),(9772,'207.46.204.194','2010-11-24','15:47:32','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9773,'220.85.121.201','2010-11-24','16:19:53','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; InfoPath.2)'),(9774,'122.38.56.46','2010-11-24','17:08:37','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2)'),(9775,'175.116.73.183','2010-11-24','18:26:20','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )'),(9776,'207.46.195.105','2010-11-24','18:59:33','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9777,'121.156.121.93','2010-11-24','19:18:35','',''),(9778,'207.46.13.143','2010-11-24','20:21:33','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),(9779,'112.154.78.56','2010-11-24','20:50:56','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.30729; .NET CLR 3.0.30618)'),(9780,'59.21.35.217','2010-11-24','21:08:46','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; .NET CLR 2.0.50727)'),(9781,'219.241.47.223','2010-11-24','21:56:34','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9782,'180.66.210.207','2010-11-24','22:18:50','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9783,'116.34.42.195','2010-11-24','23:05:09','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; InfoPath.2; .NET CLR 2.0.50727)'),(9784,'211.247.79.221','2010-11-24','23:24:11','http://www.plusapple.com/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14.52; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),(9785,'67.195.112.55','2010-11-25','00:35:05','','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),(9786,'218.146.11.186','2010-11-25','00:55:31','http://plusapple.com/','Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'); /*!40000 ALTER TABLE `g4_visit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_visit_sum` -- DROP TABLE IF EXISTS `g4_visit_sum`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_visit_sum` ( `vs_date` date NOT NULL default '0000-00-00', `vs_count` int(11) NOT NULL default '0', PRIMARY KEY (`vs_date`), KEY `index1` (`vs_count`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_visit_sum` -- LOCK TABLES `g4_visit_sum` WRITE; /*!40000 ALTER TABLE `g4_visit_sum` DISABLE KEYS */; INSERT INTO `g4_visit_sum` VALUES ('2008-12-19',2),('2008-12-22',3),('2008-12-23',2),('2008-12-24',1),('2008-12-25',3),('2008-12-26',3),('2008-12-27',4),('2008-12-28',1),('2008-12-29',3),('2008-12-30',2),('2008-12-31',3),('2009-01-01',1),('2009-01-02',3),('2009-01-03',3),('2009-01-04',3),('2009-01-05',2),('2009-01-06',5),('2009-01-07',2),('2009-01-08',12),('2009-01-09',7),('2009-01-10',8),('2009-01-11',7),('2009-01-12',9),('2009-01-13',12),('2009-01-14',25),('2009-01-15',8),('2009-01-16',24),('2009-01-17',32),('2009-01-18',38),('2009-01-19',47),('2009-01-20',35),('2009-01-21',10),('2009-01-22',15),('2009-01-23',18),('2009-01-24',8),('2009-01-25',6),('2009-01-26',8),('2009-01-27',8),('2009-01-28',16),('2009-01-29',18),('2009-01-30',12),('2009-01-31',13),('2009-02-01',9),('2009-02-02',18),('2009-02-03',12),('2009-02-04',11),('2009-02-05',11),('2009-02-06',11),('2009-02-07',13),('2009-02-08',11),('2009-02-09',13),('2009-02-10',19),('2009-02-11',15),('2009-02-12',16),('2009-02-13',9),('2009-02-14',13),('2009-02-15',7),('2009-02-16',17),('2009-02-17',13),('2009-02-18',10),('2009-02-19',19),('2009-02-20',15),('2009-02-21',10),('2009-02-22',11),('2009-02-23',16),('2009-02-24',13),('2009-02-25',14),('2009-02-26',19),('2009-02-27',18),('2009-02-28',10),('2009-03-01',15),('2009-03-02',18),('2009-03-03',15),('2009-03-04',14),('2009-03-05',17),('2009-03-06',11),('2009-03-07',7),('2009-03-08',8),('2009-03-09',12),('2009-03-10',7),('2009-03-11',11),('2009-03-12',9),('2009-03-13',11),('2009-03-14',25),('2009-03-15',10),('2009-03-16',16),('2009-03-17',17),('2009-03-18',21),('2009-03-19',10),('2009-03-20',18),('2009-03-21',18),('2009-03-22',12),('2009-03-23',19),('2009-03-24',22),('2009-03-25',20),('2009-03-26',16),('2009-03-27',23),('2009-03-28',24),('2009-03-29',23),('2009-03-30',18),('2009-03-31',19),('2009-04-01',29),('2009-04-02',16),('2009-04-03',19),('2009-04-04',13),('2009-04-05',6),('2009-04-06',15),('2009-04-07',10),('2009-04-08',15),('2009-04-09',11),('2009-04-10',13),('2009-04-11',11),('2009-04-12',14),('2009-04-13',15),('2009-04-14',28),('2009-04-15',23),('2009-04-16',12),('2009-04-17',19),('2009-04-18',8),('2009-04-19',13),('2009-04-20',22),('2009-04-21',39),('2009-04-22',10),('2009-04-23',18),('2009-04-24',13),('2009-04-25',7),('2009-04-26',5),('2009-04-27',18),('2009-04-28',14),('2009-04-29',11),('2009-04-30',17),('2009-05-01',18),('2009-05-02',16),('2009-05-07',3),('2009-05-08',13),('2009-05-09',9),('2009-05-10',9),('2009-05-11',13),('2009-05-12',7),('2009-05-13',18),('2009-05-14',14),('2009-05-15',10),('2009-05-16',12),('2009-05-17',12),('2009-05-18',20),('2009-05-19',18),('2009-05-20',20),('2009-05-21',11),('2009-05-22',16),('2009-05-23',21),('2009-05-24',27),('2009-05-25',14),('2009-05-26',20),('2009-05-27',13),('2009-05-28',6),('2009-05-29',11),('2009-05-30',10),('2009-05-31',17),('2009-06-01',13),('2009-06-02',11),('2009-06-03',13),('2009-06-04',12),('2009-06-05',11),('2009-06-06',10),('2009-06-07',11),('2009-06-08',11),('2009-06-09',16),('2009-06-10',15),('2009-06-11',16),('2009-06-12',10),('2009-06-13',13),('2009-06-14',13),('2009-06-15',14),('2009-06-16',18),('2009-06-17',13),('2009-06-18',25),('2009-06-19',15),('2009-06-20',24),('2009-06-21',21),('2009-06-22',21),('2009-06-23',16),('2009-06-24',14),('2009-06-25',16),('2009-06-26',14),('2009-06-27',12),('2009-06-28',12),('2009-06-29',15),('2009-06-30',10),('2009-07-01',13),('2009-07-02',16),('2009-07-03',16),('2009-07-04',22),('2009-07-05',8),('2009-07-06',14),('2009-07-07',12),('2009-07-08',15),('2009-07-09',20),('2009-07-10',18),('2009-07-11',28),('2009-07-12',21),('2009-07-13',20),('2009-07-14',18),('2009-07-15',21),('2009-07-16',10),('2009-07-17',11),('2009-07-18',10),('2009-07-19',8),('2009-07-20',12),('2009-07-21',11),('2009-07-22',22),('2009-07-23',20),('2009-07-24',20),('2009-07-25',18),('2009-07-26',18),('2009-07-27',14),('2009-07-28',15),('2009-07-29',14),('2009-07-30',18),('2009-07-31',13),('2009-08-01',10),('2009-08-02',12),('2009-08-03',16),('2009-08-04',20),('2009-08-05',14),('2009-08-06',13),('2009-08-07',11),('2009-08-08',13),('2009-08-09',15),('2009-08-10',14),('2009-08-11',23),('2009-08-12',18),('2009-08-13',19),('2009-08-14',17),('2009-08-15',16),('2009-08-16',13),('2009-08-17',17),('2009-08-18',13),('2009-08-19',15),('2009-08-20',16),('2009-08-21',16),('2009-08-22',8),('2009-08-23',11),('2009-08-24',14),('2009-08-25',19),('2009-08-26',18),('2009-08-27',17),('2009-08-28',22),('2009-08-29',12),('2009-08-30',11),('2009-08-31',11),('2009-09-01',13),('2009-09-02',11),('2009-09-03',15),('2009-09-04',9),('2009-09-05',18),('2009-09-06',12),('2009-09-07',11),('2009-09-08',11),('2009-09-09',18),('2009-09-10',10),('2009-09-11',16),('2009-09-12',15),('2009-09-13',10),('2009-09-14',18),('2009-09-15',20),('2009-09-16',12),('2009-09-17',17),('2009-09-18',15),('2009-09-19',16),('2009-09-20',16),('2009-09-21',18),('2009-09-22',13),('2009-09-23',16),('2009-09-24',18),('2009-09-25',13),('2009-09-26',15),('2009-09-27',19),('2009-09-28',19),('2009-09-29',15),('2009-09-30',15),('2009-10-01',13),('2009-10-02',10),('2009-10-03',8),('2009-10-04',11),('2009-10-05',12),('2009-10-06',15),('2009-10-07',13),('2009-10-08',12),('2009-10-09',9),('2009-10-10',9),('2009-10-11',10),('2009-10-12',13),('2009-10-13',13),('2009-10-14',9),('2009-10-15',9),('2009-10-16',6),('2009-10-17',7),('2009-10-18',6),('2009-10-19',7),('2009-10-20',14),('2009-10-21',9),('2009-10-22',12),('2009-10-23',6),('2009-10-24',7),('2009-10-25',6),('2009-10-26',8),('2009-10-27',6),('2009-10-28',12),('2009-10-29',12),('2009-10-30',10),('2009-10-31',7),('2009-11-01',10),('2009-11-02',10),('2009-11-03',7),('2009-11-04',8),('2009-11-05',16),('2009-11-06',9),('2009-11-07',15),('2009-11-08',9),('2009-11-09',14),('2009-11-10',16),('2009-11-11',10),('2009-11-12',10),('2009-11-13',11),('2009-11-14',7),('2009-11-15',7),('2009-11-16',10),('2009-11-17',8),('2009-11-18',12),('2009-11-19',11),('2009-11-20',7),('2009-11-21',4),('2009-11-22',14),('2009-11-23',7),('2009-11-24',4),('2009-11-25',20),('2009-11-26',6),('2009-11-27',9),('2009-11-28',7),('2009-11-29',4),('2009-11-30',11),('2009-12-01',10),('2009-12-02',14),('2009-12-03',13),('2009-12-04',4),('2009-12-05',3),('2009-12-06',8),('2009-12-07',8),('2009-12-08',12),('2009-12-09',10),('2009-12-10',10),('2009-12-11',5),('2009-12-12',8),('2009-12-13',6),('2009-12-14',6),('2009-12-15',8),('2009-12-16',6),('2009-12-17',6),('2009-12-18',7),('2009-12-19',6),('2009-12-20',4),('2009-12-21',6),('2009-12-22',4),('2009-12-23',4),('2009-12-24',6),('2009-12-25',4),('2009-12-26',7),('2009-12-27',2),('2009-12-28',12),('2009-12-29',7),('2009-12-30',10),('2009-12-31',9),('2010-01-01',4),('2010-01-02',6),('2010-01-03',4),('2010-01-04',6),('2010-01-05',5),('2010-01-06',9),('2010-01-07',9),('2010-01-08',8),('2010-01-09',7),('2010-01-10',7),('2010-01-11',6),('2010-01-12',5),('2010-01-13',4),('2010-01-14',13),('2010-01-15',7),('2010-01-16',3),('2010-01-17',10),('2010-01-18',8),('2010-01-19',4),('2010-01-20',6),('2010-01-21',6),('2010-01-22',10),('2010-01-23',9),('2010-01-24',9),('2010-01-25',10),('2010-01-26',11),('2010-01-27',14),('2010-01-28',17),('2010-01-29',14),('2010-01-30',24),('2010-01-31',12),('2010-02-01',16),('2010-02-02',8),('2010-02-03',16),('2010-02-04',13),('2010-02-05',24),('2010-02-06',9),('2010-02-07',17),('2010-02-08',12),('2010-02-09',14),('2010-02-10',18),('2010-02-11',12),('2010-02-12',14),('2010-02-13',7),('2010-02-14',10),('2010-02-15',10),('2010-02-16',15),('2010-02-17',13),('2010-02-18',10),('2010-02-19',13),('2010-02-20',12),('2010-02-21',10),('2010-02-22',14),('2010-02-23',16),('2010-02-24',18),('2010-02-25',16),('2010-02-26',14),('2010-02-27',10),('2010-02-28',13),('2010-03-01',12),('2010-03-02',16),('2010-03-03',7),('2010-03-04',20),('2010-03-05',9),('2010-03-06',6),('2010-03-07',12),('2010-03-08',12),('2010-03-09',11),('2010-03-10',8),('2010-03-11',15),('2010-03-12',21),('2010-03-13',14),('2010-03-14',5),('2010-03-15',17),('2010-03-16',14),('2010-03-17',13),('2010-03-18',10),('2010-03-19',12),('2010-03-20',15),('2010-03-21',11),('2010-03-22',10),('2010-03-23',22),('2010-03-24',12),('2010-03-25',7),('2010-03-26',10),('2010-03-27',13),('2010-03-28',14),('2010-03-29',12),('2010-03-30',17),('2010-03-31',16),('2010-04-01',17),('2010-04-02',14),('2010-04-03',15),('2010-04-04',9),('2010-04-05',25),('2010-04-06',19),('2010-04-07',21),('2010-04-08',22),('2010-04-09',10),('2010-04-10',11),('2010-04-11',23),('2010-04-12',21),('2010-04-13',24),('2010-04-14',17),('2010-04-15',21),('2010-04-16',19),('2010-04-17',12),('2010-04-18',11),('2010-04-19',22),('2010-04-20',19),('2010-04-21',21),('2010-04-22',15),('2010-04-23',20),('2010-04-24',14),('2010-04-25',12),('2010-04-26',21),('2010-04-27',15),('2010-04-28',29),('2010-04-29',23),('2010-04-30',14),('2010-05-01',13),('2010-05-02',7),('2010-05-03',18),('2010-05-04',14),('2010-05-05',13),('2010-05-06',16),('2010-05-07',10),('2010-05-08',13),('2010-05-09',13),('2010-05-10',12),('2010-05-11',17),('2010-05-12',12),('2010-05-13',16),('2010-05-14',17),('2010-05-15',8),('2010-05-16',6),('2010-05-17',18),('2010-05-18',11),('2010-05-19',13),('2010-05-20',16),('2010-05-21',11),('2010-05-22',11),('2010-05-23',13),('2010-05-24',11),('2010-05-25',15),('2010-05-26',21),('2010-05-27',12),('2010-05-28',12),('2010-05-29',13),('2010-05-30',12),('2010-05-31',7),('2010-06-01',12),('2010-06-02',8),('2010-06-03',10),('2010-06-04',15),('2010-06-05',7),('2010-06-06',12),('2010-06-07',13),('2010-06-08',12),('2010-06-09',11),('2010-06-10',14),('2010-06-11',94),('2010-06-12',9),('2010-06-13',13),('2010-06-14',15),('2010-06-15',16),('2010-06-16',8),('2010-06-17',11),('2010-06-18',11),('2010-06-19',9),('2010-06-20',8),('2010-06-21',8),('2010-06-22',12),('2010-06-23',10),('2010-06-24',10),('2010-06-25',9),('2010-06-26',10),('2010-06-27',15),('2010-06-28',8),('2010-06-29',6),('2010-06-30',8),('2010-07-01',9),('2010-07-02',9),('2010-07-03',10),('2010-07-04',8),('2010-07-05',13),('2010-07-06',16),('2010-07-07',13),('2010-07-08',11),('2010-07-09',13),('2010-07-10',9),('2010-07-11',9),('2010-07-12',14),('2010-07-13',8),('2010-07-14',12),('2010-07-15',11),('2010-07-16',9),('2010-07-17',10),('2010-07-18',8),('2010-07-19',11),('2010-07-20',14),('2010-07-21',8),('2010-07-22',9),('2010-07-23',18),('2010-07-24',14),('2010-07-25',13),('2010-07-26',10),('2010-07-27',12),('2010-07-28',12),('2010-07-29',13),('2010-07-30',9),('2010-07-31',22),('2010-08-01',5),('2010-08-02',7),('2010-08-03',6),('2010-08-04',10),('2010-08-05',18),('2010-08-06',19),('2010-08-07',11),('2010-08-08',7),('2010-08-09',12),('2010-08-10',8),('2010-08-11',12),('2010-08-12',7),('2010-08-13',13),('2010-08-14',10),('2010-08-15',7),('2010-08-16',12),('2010-08-17',9),('2010-08-18',13),('2010-08-19',13),('2010-08-20',6),('2010-08-21',15),('2010-08-22',12),('2010-08-23',10),('2010-08-24',11),('2010-08-25',13),('2010-08-26',12),('2010-08-27',10),('2010-08-28',6),('2010-08-29',8),('2010-08-30',12),('2010-08-31',13),('2010-09-01',9),('2010-09-02',9),('2010-09-03',9),('2010-09-04',16),('2010-09-05',16),('2010-09-06',20),('2010-09-07',18),('2010-09-08',19),('2010-09-09',17),('2010-09-10',20),('2010-09-11',10),('2010-09-12',12),('2010-09-13',29),('2010-09-14',33),('2010-09-15',21),('2010-09-16',12),('2010-09-17',11),('2010-09-18',9),('2010-09-19',15),('2010-09-20',13),('2010-09-21',9),('2010-09-22',11),('2010-09-23',14),('2010-09-24',15),('2010-09-25',8),('2010-09-26',11),('2010-09-27',13),('2010-09-28',11),('2010-09-29',17),('2010-09-30',21),('2010-10-01',19),('2010-10-02',13),('2010-10-03',14),('2010-10-04',14),('2010-10-05',14),('2010-10-06',18),('2010-10-07',20),('2010-10-08',13),('2010-10-09',10),('2010-10-10',10),('2010-10-11',25),('2010-10-12',15),('2010-10-13',18),('2010-10-14',18),('2010-10-15',22),('2010-10-16',22),('2010-10-17',20),('2010-10-18',27),('2010-10-19',25),('2010-10-20',24),('2010-10-21',22),('2010-10-22',19),('2010-10-23',20),('2010-10-24',11),('2010-10-25',18),('2010-10-26',31),('2010-10-27',31),('2010-10-28',35),('2010-10-29',22),('2010-10-30',32),('2010-10-31',21),('2010-11-01',27),('2010-11-02',32),('2010-11-03',18),('2010-11-04',21),('2010-11-05',25),('2010-11-06',25),('2010-11-07',33),('2010-11-08',35),('2010-11-09',33),('2010-11-10',26),('2010-11-11',60),('2010-11-12',38),('2010-11-13',25),('2010-11-14',45),('2010-11-15',64),('2010-11-16',50),('2010-11-17',63),('2010-11-18',44),('2010-11-19',32),('2010-11-20',27),('2010-11-21',30),('2010-11-22',32),('2010-11-23',32),('2010-11-24',33),('2010-11-25',2); /*!40000 ALTER TABLE `g4_visit_sum` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_write_faq` -- DROP TABLE IF EXISTS `g4_write_faq`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_write_faq` ( `wr_id` int(11) NOT NULL auto_increment, `wr_num` int(11) NOT NULL default '0', `wr_reply` varchar(10) NOT NULL default '', `wr_parent` int(11) NOT NULL default '0', `wr_is_comment` tinyint(4) NOT NULL default '0', `wr_comment` int(11) NOT NULL default '0', `wr_comment_reply` varchar(5) NOT NULL default '', `ca_name` varchar(255) NOT NULL default '', `wr_option` set('html1','html2','secret','mail') NOT NULL default '', `wr_subject` varchar(255) NOT NULL default '', `wr_content` text NOT NULL, `wr_link1` text NOT NULL, `wr_link2` text NOT NULL, `wr_link1_hit` int(11) NOT NULL default '0', `wr_link2_hit` int(11) NOT NULL default '0', `wr_trackback` varchar(255) NOT NULL default '', `wr_hit` int(11) NOT NULL default '0', `wr_good` int(11) NOT NULL default '0', `wr_nogood` int(11) NOT NULL default '0', `mb_id` varchar(255) NOT NULL default '', `wr_password` varchar(255) NOT NULL default '', `wr_name` varchar(255) NOT NULL default '', `wr_email` varchar(255) NOT NULL default '', `wr_homepage` varchar(255) NOT NULL default '', `wr_datetime` datetime NOT NULL default '0000-00-00 00:00:00', `wr_last` varchar(19) NOT NULL default '', `wr_ip` varchar(255) NOT NULL default '', `wr_1` varchar(255) NOT NULL default '', `wr_2` varchar(255) NOT NULL default '', `wr_3` varchar(255) NOT NULL default '', `wr_4` varchar(255) NOT NULL default '', `wr_5` varchar(255) NOT NULL default '', `wr_6` varchar(255) NOT NULL default '', `wr_7` varchar(255) NOT NULL default '', `wr_8` varchar(255) NOT NULL default '', `wr_9` varchar(255) NOT NULL default '', `wr_10` varchar(255) NOT NULL default '', PRIMARY KEY (`wr_id`), KEY `wr_num_reply_parent` (`wr_num`,`wr_reply`,`wr_parent`), KEY `wr_is_comment` (`wr_is_comment`,`wr_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_write_faq` -- LOCK TABLES `g4_write_faq` WRITE; /*!40000 ALTER TABLE `g4_write_faq` DISABLE KEYS */; /*!40000 ALTER TABLE `g4_write_faq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_write_notice` -- DROP TABLE IF EXISTS `g4_write_notice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_write_notice` ( `wr_id` int(11) NOT NULL auto_increment, `wr_num` int(11) NOT NULL default '0', `wr_reply` varchar(10) NOT NULL default '', `wr_parent` int(11) NOT NULL default '0', `wr_is_comment` tinyint(4) NOT NULL default '0', `wr_comment` int(11) NOT NULL default '0', `wr_comment_reply` varchar(5) NOT NULL default '', `ca_name` varchar(255) NOT NULL default '', `wr_option` set('html1','html2','secret','mail') NOT NULL default '', `wr_subject` varchar(255) NOT NULL default '', `wr_content` text NOT NULL, `wr_link1` text NOT NULL, `wr_link2` text NOT NULL, `wr_link1_hit` int(11) NOT NULL default '0', `wr_link2_hit` int(11) NOT NULL default '0', `wr_trackback` varchar(255) NOT NULL default '', `wr_hit` int(11) NOT NULL default '0', `wr_good` int(11) NOT NULL default '0', `wr_nogood` int(11) NOT NULL default '0', `mb_id` varchar(255) NOT NULL default '', `wr_password` varchar(255) NOT NULL default '', `wr_name` varchar(255) NOT NULL default '', `wr_email` varchar(255) NOT NULL default '', `wr_homepage` varchar(255) NOT NULL default '', `wr_datetime` datetime NOT NULL default '0000-00-00 00:00:00', `wr_last` varchar(19) NOT NULL default '', `wr_ip` varchar(255) NOT NULL default '', `wr_1` varchar(255) NOT NULL default '', `wr_2` varchar(255) NOT NULL default '', `wr_3` varchar(255) NOT NULL default '', `wr_4` varchar(255) NOT NULL default '', `wr_5` varchar(255) NOT NULL default '', `wr_6` varchar(255) NOT NULL default '', `wr_7` varchar(255) NOT NULL default '', `wr_8` varchar(255) NOT NULL default '', `wr_9` varchar(255) NOT NULL default '', `wr_10` varchar(255) NOT NULL default '', PRIMARY KEY (`wr_id`), KEY `wr_num_reply_parent` (`wr_num`,`wr_reply`,`wr_parent`), KEY `wr_is_comment` (`wr_is_comment`,`wr_id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_write_notice` -- LOCK TABLES `g4_write_notice` WRITE; /*!40000 ALTER TABLE `g4_write_notice` DISABLE KEYS */; INSERT INTO `g4_write_notice` VALUES (6,-2,'',6,0,0,'','','','¼³»óǰ Åùè¾È³»','Åùè»çÀÇ ¾÷¹«±ÞÁõÀ¸·Î 1¿ù 22ÀÏ ¿ÀÀü¿¡ ¸¶°¨ÇÕ´Ï´Ù.\r\n\r\n¹Ì¹ß¼ÛºÐÀº ¼³¿¬ÈÞ°¡ ³¡³­ 30ÀÏ¿¡ Àϰý¹è¼ÛÇÕ´Ï´Ù.\r\n\r\n»óǰ ¹è¼Û¿¡ Â÷ÁúÀÌ ¾øµµ·Ï È®ÀÎÈÄ ÁÖ¹®ÇØÁÖ¼¼¿ä!!!!!','','',0,0,'',1377,0,0,'admin','*86189139D1F287A9C2F40916A8FB85F3109DD157','ÃÖ°í°ü¸®ÀÚ','achim@plusapple.com','','2009-01-17 20:00:20','2009-01-17 20:00:20','220.94.103.175','','','','','','','','','',''),(5,-1,'',5,0,0,'','','','¼îÇθô ¿ÀÇÂ!!!!!','¼ÒÇθô ¿ÀÇÂÇÕ´Ï´Ù.\r\n¸¹Àº ÀÌ¿ëºÎʵ右´Ï´Ù.','','',0,0,'',1086,0,0,'admin','*86189139D1F287A9C2F40916A8FB85F3109DD157','ÃÖ°í°ü¸®ÀÚ','achim@plusapple.com','','2009-01-17 19:50:01','2009-01-17 19:50:01','220.94.103.175','','','','','','','','','',''),(7,-2,'A',7,0,0,'','','','³×Ƽ¹æ--Áö³ª°¡¸é¼­...','\r\n Áö³ª°¡¸é¼­ µé·Áº¾´Ï´Ù.\r\n\r\n\r\n 9876\r\n ','','',0,0,'',1232,0,0,'','*D5A3562A0200E24C8F0ED0DEBA9D6CEE78314742','³×Ƽ¹æ','netibang@naver.com','','2009-04-19 12:48:27','2009-04-19 12:48:27','211.172.222.68','','','','','','','','','',''),(8,-2,'AA',8,0,0,'','','','¿À´Ã ¸ðµÎ ÇູÇϼ¼¿ä,,,','¿À´Ã ¸ðµÎ Çູ Çϼ¼¿ä....\r\n\r\n½Ã°£ÀÌ ³Ê¹«³ªµµ ª¾Æ¿ä....ÇູÇÑ ½Ã°£À» ´Ù¸¥µ¥¿¡´Ù \r\n\r\n »©¾Ñ±âÁö ¸¶¼¼¿ä...\r\n\r\n\r\n 7878','','',0,0,'',1086,0,0,'','*7B8548874FE70CF8EB7AEF2C2EDFFD494534A84E','¿À´Ã¸ðµÎ','aaaa@aaaa.com','http://','2009-04-20 20:08:36','2009-04-20 20:08:36','211.237.222.164','','','','','','','','','',''),(11,-3,'',11,0,0,'','','','û¼Û »ç°úÃàÁ¦','û¼Û»ç°úÃàÁ¦ ÇÕ´Ï´Ù.\r\n´Ù¾çÇÑ Ã¼ÇèÇà»çµµ Âü¿©ÇϽñ¸ ¸ÀÀִ û¼Û»ç°úµµ µå¼¼¿ä..\r\n\r\nÃàÁ¦¼Ò°³\r\n±â°£ : 2010. 10. 29(±Ý) ~ 10. 31(ÀÏ) (3Àϰ£)\r\nÀå¼Ò : û¼Û»ç°ú°ø¿ø,¹Î¼Ó¹Ú¹°°ü ÀÏ¿ø','http://tour.cs.go.kr/03festival/03_01.asp','',34,0,'',141,0,0,'admin','*86189139D1F287A9C2F40916A8FB85F3109DD157','ÃÖ°í°ü¸®ÀÚ','achim@plusapple.com','','2010-10-28 12:37:56','2010-10-28 12:37:56','220.94.103.154','','','','','','','','','',''),(12,-4,'',12,0,0,'','','','û¼Û²Ü»ç°ú ÆÇ¸Å¿ä..','°«¼öÈ®ÇÑ Ã»¼Û²Ü»ç°ú(ºÎ»ç,¹Ì½Ã¸¶)\r\nÆÇ¸ÅÇÕ´Ï´Ù.','','',0,0,'',159,0,0,'admin','*86189139D1F287A9C2F40916A8FB85F3109DD157','ÃÖ°í°ü¸®ÀÚ','achim@plusapple.com','','2010-10-28 13:15:00','2010-10-28 13:15:00','220.94.103.154','','','','','','','','','',''); /*!40000 ALTER TABLE `g4_write_notice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_write_order` -- DROP TABLE IF EXISTS `g4_write_order`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_write_order` ( `wr_id` int(11) NOT NULL auto_increment, `wr_num` int(11) NOT NULL default '0', `wr_reply` varchar(10) NOT NULL default '', `wr_parent` int(11) NOT NULL default '0', `wr_is_comment` tinyint(4) NOT NULL default '0', `wr_comment` int(11) NOT NULL default '0', `wr_comment_reply` varchar(5) NOT NULL default '', `ca_name` varchar(255) NOT NULL default '', `wr_option` set('html1','html2','secret','mail') NOT NULL default '', `wr_subject` varchar(255) NOT NULL default '', `wr_content` text NOT NULL, `wr_link1` text NOT NULL, `wr_link2` text NOT NULL, `wr_link1_hit` int(11) NOT NULL default '0', `wr_link2_hit` int(11) NOT NULL default '0', `wr_trackback` varchar(255) NOT NULL default '', `wr_hit` int(11) NOT NULL default '0', `wr_good` int(11) NOT NULL default '0', `wr_nogood` int(11) NOT NULL default '0', `mb_id` varchar(255) NOT NULL default '', `wr_password` varchar(255) NOT NULL default '', `wr_name` varchar(255) NOT NULL default '', `wr_email` varchar(255) NOT NULL default '', `wr_homepage` varchar(255) NOT NULL default '', `wr_datetime` datetime NOT NULL default '0000-00-00 00:00:00', `wr_last` varchar(19) NOT NULL default '', `wr_ip` varchar(255) NOT NULL default '', `wr_1` varchar(255) NOT NULL default '', `wr_2` varchar(255) NOT NULL default '', `wr_3` varchar(255) NOT NULL default '', `wr_4` varchar(255) NOT NULL default '', `wr_5` varchar(255) NOT NULL default '', `wr_6` varchar(255) NOT NULL default '', `wr_7` varchar(255) NOT NULL default '', `wr_8` varchar(255) NOT NULL default '', `wr_9` varchar(255) NOT NULL default '', `wr_10` varchar(255) NOT NULL default '', PRIMARY KEY (`wr_id`), KEY `wr_num_reply_parent` (`wr_num`,`wr_reply`,`wr_parent`), KEY `wr_is_comment` (`wr_is_comment`,`wr_id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_write_order` -- LOCK TABLES `g4_write_order` WRITE; /*!40000 ALTER TABLE `g4_write_order` DISABLE KEYS */; /*!40000 ALTER TABLE `g4_write_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `g4_write_qa` -- DROP TABLE IF EXISTS `g4_write_qa`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `g4_write_qa` ( `wr_id` int(11) NOT NULL auto_increment, `wr_num` int(11) NOT NULL default '0', `wr_reply` varchar(10) NOT NULL default '', `wr_parent` int(11) NOT NULL default '0', `wr_is_comment` tinyint(4) NOT NULL default '0', `wr_comment` int(11) NOT NULL default '0', `wr_comment_reply` varchar(5) NOT NULL default '', `ca_name` varchar(255) NOT NULL default '', `wr_option` set('html1','html2','secret','mail') NOT NULL default '', `wr_subject` varchar(255) NOT NULL default '', `wr_content` text NOT NULL, `wr_link1` text NOT NULL, `wr_link2` text NOT NULL, `wr_link1_hit` int(11) NOT NULL default '0', `wr_link2_hit` int(11) NOT NULL default '0', `wr_trackback` varchar(255) NOT NULL default '', `wr_hit` int(11) NOT NULL default '0', `wr_good` int(11) NOT NULL default '0', `wr_nogood` int(11) NOT NULL default '0', `mb_id` varchar(255) NOT NULL default '', `wr_password` varchar(255) NOT NULL default '', `wr_name` varchar(255) NOT NULL default '', `wr_email` varchar(255) NOT NULL default '', `wr_homepage` varchar(255) NOT NULL default '', `wr_datetime` datetime NOT NULL default '0000-00-00 00:00:00', `wr_last` varchar(19) NOT NULL default '', `wr_ip` varchar(255) NOT NULL default '', `wr_1` varchar(255) NOT NULL default '', `wr_2` varchar(255) NOT NULL default '', `wr_3` varchar(255) NOT NULL default '', `wr_4` varchar(255) NOT NULL default '', `wr_5` varchar(255) NOT NULL default '', `wr_6` varchar(255) NOT NULL default '', `wr_7` varchar(255) NOT NULL default '', `wr_8` varchar(255) NOT NULL default '', `wr_9` varchar(255) NOT NULL default '', `wr_10` varchar(255) NOT NULL default '', PRIMARY KEY (`wr_id`), KEY `wr_num_reply_parent` (`wr_num`,`wr_reply`,`wr_parent`), KEY `wr_is_comment` (`wr_is_comment`,`wr_id`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `g4_write_qa` -- LOCK TABLES `g4_write_qa` WRITE; /*!40000 ALTER TABLE `g4_write_qa` DISABLE KEYS */; INSERT INTO `g4_write_qa` VALUES (10,-1,'',10,0,0,'','±âŸ¹®ÀÇ','','¹®Àǵå·Á¿ä','¡°È¨ÆäÀÌÁö¸¦ ¹æ¹®ÇÑ °í°´µéÀÌ\r\n´©±¸ÀÎÁö, ¿Ö, ¾îµð¿¡¼­, ¾î¶»°Ô ¿Ô´ÂÁö, ±×¸®°í ¹«¾ùÀ» ÇÏ´ÂÁö\r\nÇÑ ¹ø¿¡ È®ÀÎÇÏ°í ½Ç½Ã°£À¸·Î »ó´ãÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù¡±\r\n\r\n\r\n[ Á¢¼ÓÀÚ¸¶ÄÉÆÃÀ̶õ? ]\r\n \r\n1. ·Î±×ºÐ¼® - À¥»ó¿¡¼­ ȨÆäÀÌÁö¸¦ ¹æ¹®ÇÏ´Â Á¢¼ÓÀÚµéÀ» ½Ç½Ã°£À¸·Î ºÐ¼®ÇØ °í°´°ü¸®¸¦ ´Éµ¿ÀûÀ̰í, È¿À²ÀûÀ¸·Î °¡´ÉÇÏ°Ô ÇÕ´Ï´Ù.\r\n \r\n2. ½Ç½Ã°£ »ó´ã - °Ô½ÃÆÇ¿¡ µî·Ï µÈ ¹®Àdz»¿ëÀ̳ª »ó´ã³»¿ëÀ» È®ÀÎ ÈÄ ÀÀ´ëÇÏ´Â ¹æ½Ä¿¡¼­ ¹þ¾î³ª ½Ç½Ã°£À¸·Î ºü¸£°í, °£ÆíÇÑ °í°´ÀÀ´ë°¡ °¡´ÉÇÕ´Ï´Ù.\r\n \r\n3. ºÎÁ¤Å¬¸¯ÃßÀû - Ű¿öµå±¤.°í·Î ÁöÃâµÇ´Â ±¤.°íºñ¸¦ ½Ç½Ã°£À¸·Î ÃßÀûÇØ ºÐ¼®ÇÏ°í ºÎÁ¤Å¬¸¯È®ÀÎ ¹× Â÷´ÜÀ» ÅëÇØ ±¤.°íºñÀý¾àÀÌ °¡´ÉÇÕ´Ï´Ù.\r\n \r\n\r\nÁ¢¼ÓÀÚ¸¶ÄÉÆÃ ½Ã¿¥ < http://www.475.co.kr >\r\n!!!!!!!! Áö±Ý ÀÌ¿ëÇϽøé 3Àϰ£ Å×½ºÆ®¸¦ ÅëÇØ üÇèÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù^^ !!!!!!!!!\r\n\r\n¢¾±Í»çÀÇ ¹«±ÃÇÑ ¹ßÀüÀÌ Àֱ⸦ ¹Ù¶ø´Ï´Ù.¢¾\r\n','','',0,0,'',43,0,0,'','*667F407DE7C6AD07358FA38DAED7828A72014B4E','½Ã¿¥','godwls3952@naver.com','','2010-06-07 10:46:30','2010-06-07 10:46:30','112.218.45.242','','','1','1','1','','','','',''),(11,-2,'',11,0,0,'','´ë·®±¸¸Å¹®ÀÇ','','¹®Àǵ帳´Ï´Ù.','¾È³çÇϼ¼¿ä ½ÃÇǽð¡µå(www.cpcguard.com) ±èÇý°æ°úÀåÀÔ´Ï´Ù *\r\nÀÚ»çÀÇ ¸Â´Â ±âȹ¾È Á¦¾Èµå¸³´Ï´Ù\r\n\r\nȨÆäÀÌÁöÁ¦ÀÛ¾÷ü´Â µðÀÚÀÎÀÇ ÃÊÁ¡ÀÌ ¸ÂÃçÁ®ÀÖ°í\r\nÀúÈñ°¡ Á¦¾Èµå¸®´Â ºÎºÐÀº ±¤°íÈ¿À²¼ºÀÔ´Ï´Ù.\r\n°í°´Àº ȨÆäÀÌÁö·Î ¹æ¹® ÈÄ 10ÃÊ À̳»¿¡ ±¸¸ÅÀüȯÀÌ °áÁ¤µË´Ï´Ù\r\nÀÌ ºÎºÐ Âü°íºÎʵ右´Ï´Ù\r\n\r\n±âȹ¾È »ùÇÃ: http://www.spopup.co.kr\r\n\r\n½ÃÇǽð¡µå 1³â °áÁ¦ ½Ã Àû¿ë\r\n(±âȹ¾Èºñ¿ë 22¸¸¿ø ¹«·á + µðÀÚÀκñ¿ë 33¸¸¿ø ¹«·á)\r\n\r\nÀÚ¼¼ÇÑ »çÇ×Àº ¿¬¶ôÁÖ½Ã¸é »ó´ãµå¸®°Ú½À´Ï´Ù\r\n\r\n\r\n02-3488-8365 (³×ÀÌÆ®¿Â: vraiment99@nate.com)\r\n \r\n\r\ninfo@cpcguard.com','','',0,0,'',22,0,0,'','*89C6B530AA78695E257E55D63C00A6EC9AD3E977','½ÃÇǽð¡µå','info@cpcguard.com','','2010-10-08 17:19:34','2010-10-08 17:19:34','210.105.110.206','','','info@cpcguard.com','111111111','info@cpcguard.com','','','','',''),(12,-3,'',12,0,0,'','±âŸ¹®ÀÇ','','ÇÁ¶ó½ºÆ½ »óÀÚ ÆÄ·¹Æ® Àú°¡ ÆÇ¸ÅÀÇ °Ç (ÀýÀÓÅë1000L.600L¿ë)','¾È³ç ÇϽʴϱî? \r\n´ç»ç¿¡¼­´Â Çϱâ¿Í °°ÀÌ ÇÁ¶ó½ºÆ½Á¦Ç°À» Àú·ÅÇÏ°Ô ÆÇ¸ÅÇÏ´Ï ¿¬¶ôÀ» ¹Ù¶ø´Ï´Ù. \r\n\r\nÇÁ¶ó½ºÆ½»óÀÚ·ù ---- °úÀÏ»óÀÚ.Á¡º¸»óÀÚ.ºÎǰ»óÀÚ.°ø±¸»óÀÚ.¼ö»ê¹°»óÀÚ.¶±»óÀÚ.¼ö»ê¹°°ÇÁ¶´ë.Àý \r\nø½Ä»óÀÚ.º¸¿Â¹ä»óÀÚ.¸·°É¸®»óÀÚ.ÃÊ´ëÇüÁ¡º¸»óÀÚ(1000L.600L¿ë) \r\n´Ü¹«Áö»óÀÚ.¸¶»óÀÚ.µ¥Å©Æ®·°(Àϸí:±¸·ç¸¶).»§»óÀÚ.±èÄ¡»óÀÚ.ÃÊ´çµÎºÎ»óÀÚ \r\nµîÀÌ ÀÖÀ¸¸ç Áß°í»óÀÚµµ Ãë±ÞÇÔ. \r\nÆÄ·¿Æ®·ù ----- ÀϹݿë.ÇÚµåÄ«¿ë.¼öÃâ¿ë.ÀÏȸ¿ë.±òÆÇµîÀÌ ÀÖÀ¸¸ç \r\nÁß°í ÆÄ·¿Æ®µµ Ãë±ÞÇÔ. \r\nȯ°æÁ¦Ç°·ù ------ À½½Ä¹°Â±âÅë.ºÐ¸®¼ö°Å¿ë.ÆÄ¶ó¼Ö.Çà»ç¿ëÀÇÀÚ.ÈްԽǺ¥Ãë \r\n°¢´ëÇРå°É»óµµ Ãë±ÞÇÔ.(´«»ç°í ´ëºñ Á¦¼³ÇÔ ÆÇ¸Å) \r\n´«½ä¸Å·ù ------ »ç°èÀý¿ëÀÌ ÀÖÀ¸¸ç Çà»ç¹× ÆÇÃ˹°·Î Àú°¡¿¡ °ø±ÞÀ»ÇϰíÀÖÀ½. \r\n´Üü¿ë¹×±èÄ¡ Àü¿ë ÀýÀÓÅëÀ» ÆÇ¸Å Çϰí ÀÖÀ½.\r\nȨÆäÀÌÁö:www.gwplastic.co.kr \r\n\r\n¿¬¶ôó:(033)762-4723 011-231-9901 ±èÀÏȯ \r\n\r\n--------------------------------------------------------------------------------\r\n \r\n','','',0,0,'',8,0,0,'','*FE62A021FC4EA65F0267A22BDF065191430D8301','±èÀÏȯ','','','2010-11-09 20:17:43','2010-11-09 20:17:43','222.113.81.112','','','033-762-4723','011-231-9901','¿øÁֽà ¸í·ûµ¿ 376','','','','',''); /*!40000 ALTER TABLE `g4_write_qa` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_banner` -- DROP TABLE IF EXISTS `yc4_banner`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_banner` ( `bn_id` int(11) NOT NULL auto_increment, `bn_alt` varchar(255) NOT NULL default '', `bn_url` varchar(255) NOT NULL default '', `bn_position` varchar(255) NOT NULL default '', `bn_border` tinyint(4) NOT NULL default '0', `bn_new_win` tinyint(4) NOT NULL default '0', `bn_begin_time` datetime NOT NULL default '0000-00-00 00:00:00', `bn_end_time` datetime NOT NULL default '0000-00-00 00:00:00', `bn_time` datetime NOT NULL default '0000-00-00 00:00:00', `bn_hit` int(11) NOT NULL default '0', `bn_order` int(11) NOT NULL default '0', PRIMARY KEY (`bn_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_banner` -- LOCK TABLES `yc4_banner` WRITE; /*!40000 ALTER TABLE `yc4_banner` DISABLE KEYS */; /*!40000 ALTER TABLE `yc4_banner` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_card_history` -- DROP TABLE IF EXISTS `yc4_card_history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_card_history` ( `cd_id` int(11) NOT NULL auto_increment, `od_id` varchar(10) NOT NULL default '', `on_uid` varchar(32) NOT NULL default '', `cd_mall_id` varchar(20) NOT NULL default '', `cd_amount` int(11) NOT NULL default '0', `cd_app_no` varchar(20) NOT NULL default '', `cd_app_rt` varchar(8) NOT NULL default '', `cd_trade_ymd` date NOT NULL default '0000-00-00', `cd_trade_hms` time NOT NULL default '00:00:00', `cd_quota` varchar(2) NOT NULL default '', `cd_opt01` varchar(255) NOT NULL default '', `cd_opt02` varchar(255) NOT NULL default '', `cd_time` datetime NOT NULL default '0000-00-00 00:00:00', `cd_ip` varchar(25) NOT NULL default '', PRIMARY KEY (`cd_id`), KEY `od_id` (`od_id`) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_card_history` -- LOCK TABLES `yc4_card_history` WRITE; /*!40000 ALTER TABLE `yc4_card_history` DISABLE KEYS */; INSERT INTO `yc4_card_history` VALUES (1,'0902100004','452bf208bf901322968557227b8f6efe','si_achim',25000,'48649809','0000','2009-02-10','10:54:41','','¼Ûº´±Ù','¼Û¼øÈñ','2009-02-10 10:54:41','203.233.124.34'),(2,'0902250001','08f90c1a417155361a5c4b8d297e0d78','si_achim',30000,'38231177','0000','2009-03-02','16:55:41','','ÃÖÇØ¿µ','ÃÖÇØ¿µ','2009-03-02 16:55:41','203.233.124.34'),(3,'0904080001','735143e9ff8c47def504f1ba0442df98','si_achim',25000,'00221167','0000','2009-04-08','18:51:31','','¼ÕűÔ','¼ÕűÔ','2009-04-08 18:51:30','203.233.124.34'),(4,'0904150001','1c66f4627f1b9679f8db47d1287d7e98','si_achim',30000,'15988924','0000','2009-04-15','18:23:32','','Á¶±ÔÅÃ','Á¶±ÔÅÃ','2009-04-15 18:23:32','203.233.124.94'),(5,'0904170001','4175a4b46a45813fccf4bd34c779d817','si_achim',40000,'00673459','0000','2009-04-17','09:43:40','','À̹ü¼®','À̹ü¼®','2009-04-17 09:43:39','203.233.124.94'),(6,'0904190001','86c51678350f656dcc7f490a43946ee5','si_achim',25000,'55576656','0000','2009-04-19','07:12:32','','¹ÚÁø¼÷','¹ÚÁø¼÷','2009-04-19 07:12:32','203.233.124.34'),(7,'0905170001','8df7c2e3c3c3be098ef7b382bd2c37ba','si_achim',30000,'37218803','0000','2009-05-17','23:33:18','','¹ÚÁø¼÷','¹ÚÁø¼÷','2009-05-17 23:33:18','203.233.124.94'),(8,'0905190001','5e69fda38cda2060819766569fd93aa5','si_achim',35000,'00161000','0000','2009-05-19','18:10:00','','À̹ü¼®','À̹ü¼®','2009-05-19 18:10:00','203.233.124.94'),(9,'0911180001','20d534ef3fe79831c525d1a218cc2818','si_achim',20000,'57364844','0000','2009-11-18','11:23:14','','¹ÚÁø¼÷','¹ÚÁø¼÷','2009-11-18 11:23:14','203.233.124.34'),(10,'1001230001','917fac06d4daae681dabfe964ca8c74e','si_achim',20000,'00918516','0000','2010-01-23','16:44:39','','À̰濵','À̰濵','2010-01-23 16:44:39','203.233.124.34'),(11,'1001290001','1de6b7909d0cb2fa54f7e321f505a4b9','si_achim',30000,'00767905','0000','2010-01-29','12:39:56','','À̰濵','ÀÌ¿µÀÚ','2010-01-29 12:39:56','203.233.124.34'),(12,'1001290002','2674cea93e3214abce13e072a2dc2ca5','si_achim',30000,'00028431','0000','2010-01-29','15:34:57','','À̰濵','ÀÌ°æ¼ø','2010-01-29 15:34:57','203.233.124.34'),(13,'1002050001','03e0d5f0c8b9b7b78532779f6ca94209','si_achim',30000,'00100057','0000','2010-02-05','18:11:53','','ÀÌ°æ¼ø','¹Ú¾ð±â','2010-02-05 18:11:53','203.233.124.94'),(14,'1002050002','44f455185e5ae730f5e12534aaaa5e02','si_achim',30000,'00233825','0000','2010-02-05','18:15:23','','¹ÚÁ¾ÇÑ','±è¿î°æ','2010-02-05 18:15:23','203.233.124.94'),(15,'1002210001','8856638da4354266a53ba0fe9aef68dd','si_achim',30000,'00542613','0000','2010-02-21','10:04:53','','À̰濵','À̰濵','2010-02-21 10:04:53','203.233.124.94'),(16,'1002210002','ce3b5506fc4151c97d646dc6fce8b1f5','si_achim',30000,'00284646','0000','2010-02-21','23:27:54','','À̰濵','ÀÌ°æ¼ø','2010-02-21 23:27:54','203.233.124.94'),(17,'1002240001','ac411f98b72734d56053360159f88447','si_achim',35000,'43573968','0000','2010-02-24','13:37:06','','À̼±¹Ì','À̼±¹Ì','2010-02-24 13:37:06','203.233.124.34'),(18,'1003200001','e1924e8eb73074038bbea5e2a0bffa40','si_achim',40000,'32672809','0000','2010-03-20','16:00:31','','±è¹Ì¿¬','±è¹Ì¿¬','2010-03-20 16:00:31','203.233.124.34'),(19,'1004120002','dbc1c85e4b057d60f37372cb2dd4673d','si_achim',20000,'86605309','0000','2010-04-12','13:07:24','','¹®¼ø¿Á','¹®¼ø¿Á','2010-04-12 13:07:24','203.233.124.34'),(20,'1004150001','a0db07376ffdd25bdd4eb084b03d5908','si_achim',20000,'35500591','0000','2010-04-15','17:20:21','','ÀÌÁø¼±','ÀÌÁø¼±','2010-04-15 17:20:20','203.233.124.34'),(21,'1004230001','9d0bbb435db57b64859584c8e160a485','si_achim',20000,'52209409','0000','2010-04-23','14:21:44','','¹®¼ø¿Á','¹®¼ø¿Á','2010-04-23 14:21:44','203.233.124.34'),(22,'1004290001','6c412bd41e67b8d773d5651ed76c984e','si_achim',35000,'36558326','0000','2010-04-29','14:41:27','','ÀÌÁø¼±','¼­Àμø','2010-04-29 14:41:27','203.233.124.34'),(23,'1011050001','f0f42953e6ac78566f36c5824c795c7f','si_achim',28000,'00650622','0000','2010-11-05','16:49:35','','À̰濵','À̰濵','2010-11-05 16:49:35','203.233.124.34'),(24,'1011080001','24d26100b9d2097f0418ed14dd528b38','si_achim',28000,'21486001','0000','2010-11-08','17:50:25','','¹Ú°æ¼÷','¹Ú°æ¼÷','2010-11-08 17:50:25','203.233.124.94'),(25,'1011090001','58836fbe6a74d8fbef6dbce688905c71','si_achim',28000,'36706265','0000','2010-11-09','08:43:39','','À̺ÀÁÖ','À̺ÀÁÖ','2010-11-09 08:43:39','203.233.124.94'),(26,'1011110001','f811fcdc741bd7a5403aabf55e041d1e','si_achim',28000,'30021464','0000','2010-11-11','14:16:18','','±Ç´ëȯ','À¯Ãæ¿Á','2010-11-11 14:16:18','203.233.124.34'),(27,'1011220001','2462b9b1bd83b589c5b262d72a395c4f','si_achim',28000,'00592089','0000','2010-11-22','16:27:21','','¼­Á¤ÀÓ','¼­Á¤ÀÓ','2010-11-22 16:27:21','203.233.124.94'); /*!40000 ALTER TABLE `yc4_card_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_cart` -- DROP TABLE IF EXISTS `yc4_cart`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_cart` ( `ct_id` int(11) NOT NULL auto_increment, `on_uid` varchar(32) NOT NULL default '', `it_id` varchar(10) NOT NULL default '0', `it_opt1` varchar(255) NOT NULL default '', `it_opt2` varchar(255) NOT NULL default '', `it_opt3` varchar(255) NOT NULL default '', `it_opt4` varchar(255) NOT NULL default '', `it_opt5` varchar(255) NOT NULL default '', `it_opt6` varchar(255) NOT NULL default '', `ct_status` enum('쇼핑','주문','준비','배송','완료','취소','반품','품절') NOT NULL default '쇼핑', `ct_history` text NOT NULL, `ct_amount` int(11) NOT NULL default '0', `ct_point` int(11) NOT NULL default '0', `ct_point_use` tinyint(4) NOT NULL default '0', `ct_stock_use` tinyint(4) NOT NULL default '0', `ct_qty` int(11) NOT NULL default '0', `ct_time` datetime NOT NULL default '0000-00-00 00:00:00', `ct_ip` varchar(25) NOT NULL default '', `ct_send_cost` varchar(255) NOT NULL default '', PRIMARY KEY (`ct_id`), KEY `on_uid` (`on_uid`) ) ENGINE=MyISAM AUTO_INCREMENT=162 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_cart` -- LOCK TABLES `yc4_cart` WRITE; /*!40000 ALTER TABLE `yc4_cart` DISABLE KEYS */; INSERT INTO `yc4_cart` VALUES (53,'5e69fda38cda2060819766569fd93aa5','b003','','','','','','','¿Ï·á','\n¿Ï·á||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154\nÁغñ||220.94.103.154\n¿Ï·á||220.94.103.154',35000,0,1,1,1,'2009-05-19 18:05:39','220.123.179.26',''),(47,'4175a4b46a45813fccf4bd34c779d817','b002','','','','','','','¿Ï·á','\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',40000,0,1,1,1,'2009-04-17 09:37:25','220.123.179.26',''),(54,'80f2f15983422987ea30d77bb531be86','b002','','','','','','','¿Ï·á','\n¿Ï·á||220.94.103.154\n¿Ï·á||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',40000,0,1,1,1,'2009-05-24 16:58:41','118.36.34.228',''),(50,'86c51678350f656dcc7f490a43946ee5','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',25000,0,1,1,1,'2009-04-19 07:09:50','116.127.247.117',''),(42,'735143e9ff8c47def504f1ba0442df98','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¿Ï·á||220.94.103.154',25000,0,1,1,1,'2009-04-08 18:45:04','59.12.191.237',''),(39,'9af76329c78e28c977ab1bcd1c3fe9b8','b004','','','','','','','¿Ï·á','\nÁغñ||220.94.103.175\n¿Ï·á||220.94.103.175',30000,0,1,1,1,'2009-03-15 16:07:54','221.142.35.34',''),(34,'08f90c1a417155361a5c4b8d297e0d78','b004','','','','','','','¿Ï·á','\n¹è¼Û||220.94.103.175\n¿Ï·á||220.94.103.154',30000,0,1,1,1,'2009-02-25 12:04:29','210.113.12.48',''),(43,'1c66f4627f1b9679f8db47d1287d7e98','b004','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154\n¿Ï·á||220.94.103.154\n¿Ï·á||220.94.103.154\n¿Ï·á||220.94.103.154\n¿Ï·á||220.94.103.154',30000,0,1,1,1,'2009-04-15 18:18:38','125.142.210.59',''),(28,'452bf208bf901322968557227b8f6efe','b005','','','','','','','¿Ï·á','\n¿Ï·á||220.94.103.175\n¿Ï·á||220.94.103.175\n¿Ï·á||220.94.103.175\n¿Ï·á||220.94.103.154\n¿Ï·á||220.94.103.154',25000,0,1,1,1,'2009-02-10 10:41:01','58.234.158.227',''),(52,'8df7c2e3c3c3be098ef7b382bd2c37ba','b004','','','','','','','¿Ï·á','\n¿Ï·á||220.94.103.154',30000,0,1,1,1,'2009-05-17 23:30:14','121.176.69.180',''),(55,'20d534ef3fe79831c525d1a218cc2818','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,1,'2009-11-18 11:21:07','121.176.69.180',''),(58,'1de6b7909d0cb2fa54f7e321f505a4b9','b004','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¿Ï·á||220.94.103.154',30000,0,1,1,1,'2010-01-29 12:34:30','125.177.117.154',''),(57,'917fac06d4daae681dabfe964ca8c74e','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,1,'2010-01-23 16:41:35','125.177.117.166',''),(59,'2674cea93e3214abce13e072a2dc2ca5','b004','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¿Ï·á||220.94.103.154',30000,0,1,1,1,'2010-01-29 15:31:56','125.177.117.154',''),(69,'8856638da4354266a53ba0fe9aef68dd','b004','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',30000,0,1,1,1,'2010-02-21 10:02:21','125.177.117.186',''),(71,'ac411f98b72734d56053360159f88447','b003','','','','','','','¿Ï·á','\n¹è¼Û||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',35000,0,1,1,1,'2010-02-24 13:30:58','180.66.165.68',''),(65,'03e0d5f0c8b9b7b78532779f6ca94209','b004','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',30000,0,1,1,1,'2010-02-05 18:02:13','125.177.117.148',''),(66,'44f455185e5ae730f5e12534aaaa5e02','b004','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',30000,0,1,1,1,'2010-02-05 18:12:46','125.177.117.148',''),(70,'ce3b5506fc4151c97d646dc6fce8b1f5','b004','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',30000,0,1,1,1,'2010-02-21 23:25:38','125.177.117.186',''),(75,'32e3b25cfdadc8779a12ddc58c0b2a8d','b003','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\nÁغñ||220.94.103.154\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',35000,0,1,1,1,'2010-03-12 11:08:13','180.66.165.68',''),(74,'0cad5adfb5b36b908b4bfe0e47371e3b','b003','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',35000,0,1,1,1,'2010-03-12 11:03:42','180.66.165.68',''),(78,'e1924e8eb73074038bbea5e2a0bffa40','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,1,'2010-03-20 15:48:54','116.123.187.148',''),(79,'e1924e8eb73074038bbea5e2a0bffa40','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,1,'2010-03-20 15:52:43','116.123.187.148',''),(112,'d91eef84694cd9a010815de5851b4be9','b003','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¿Ï·á||220.94.103.154',35000,0,1,1,1,'2010-04-13 15:43:25','211.177.224.181',''),(89,'6018b060f25866be75165c45a66ae3c6','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,1,'2010-04-02 16:06:23','210.109.153.42',''),(88,'e4f26beeb0ae24b92ffd355f5e9c5fda','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,1,'2010-04-01 11:09:59','210.109.153.34',''),(87,'1f2013e3dcfa352ca993cc25cc334c10','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,1,'2010-03-30 14:51:35','203.132.164.67',''),(104,'dbc1c85e4b057d60f37372cb2dd4673d','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,1,'2010-04-12 13:02:47','210.109.153.40',''),(95,'94263e205faec4311b1859acceeafe26','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,2,'2010-04-06 15:40:42','210.109.153.42',''),(96,'eb82580b24533db0ec12038c3c2156a3','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,1,'2010-04-06 17:37:32','210.109.153.38',''),(102,'fbbb76a10e33a4dc61102a3276927c71','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,1,'2010-04-12 12:59:39','210.109.153.37',''),(101,'d4ae72ec5374a998c56865d04fb32da5','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,1,'2010-04-07 11:00:25','210.109.153.35',''),(114,'9d0bbb435db57b64859584c8e160a485','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,1,'2010-04-23 14:17:43','210.109.153.33',''),(113,'a0db07376ffdd25bdd4eb084b03d5908','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,1,'2010-04-15 17:14:45','210.109.153.36',''),(125,'8de87e06e082806f690692c0ca47d3cc','b004','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',30000,0,1,1,2,'2010-04-28 15:09:48','210.109.153.43',''),(128,'6c412bd41e67b8d773d5651ed76c984e','b003','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',35000,0,1,1,1,'2010-04-29 14:35:29','210.109.153.36',''),(118,'be19b5f3f1fab3af9028503f50c864db','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',20000,0,1,1,2,'2010-04-28 09:12:50','210.109.153.37',''),(142,'24d26100b9d2097f0418ed14dd528b38','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼ÛÀϰý||220.94.103.154\n¿Ï·á||220.94.103.154',28000,0,1,1,1,'2010-11-08 17:44:40','210.109.153.36',''),(123,'0b42ee7598a0141dfa0877206df38f9c','b004','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',30000,0,1,1,1,'2010-04-28 14:58:02','210.109.153.42',''),(143,'01584ecac98696299889eaf9999e1b7b','b004','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼ÛÀϰý||220.94.103.154\n¿Ï·á||220.94.103.154',35000,0,1,1,1,'2010-11-08 17:45:21','124.50.174.115',''),(132,'3129dfa08dbd19f97ef05cc5753e450b','b004','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',30000,0,1,1,1,'2010-05-03 15:44:52','210.109.153.40',''),(149,'b5146481a245e50255f5b24319c2711a','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\nÁغñ||220.94.103.154\n¹è¼ÛÀϰý||220.94.103.154\n¿Ï·á||220.94.103.154',28000,0,1,1,2,'2010-11-09 09:48:38','210.109.153.32',''),(152,'e3423656a3520cb9a9825048b5cb59aa','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',28000,0,1,1,1,'2010-11-09 10:14:43','210.109.153.32',''),(148,'58836fbe6a74d8fbef6dbce688905c71','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼ÛÀϰý||220.94.103.154\n¿Ï·á||220.94.103.154',28000,0,1,1,1,'2010-11-09 08:41:50','203.247.174.245',''),(141,'f0f42953e6ac78566f36c5824c795c7f','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼ÛÀϰý||220.94.103.154\n¿Ï·á||220.94.103.154',28000,0,1,1,1,'2010-11-05 16:47:33','218.51.92.6',''),(153,'f811fcdc741bd7a5403aabf55e041d1e','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼ÛÀϰý||220.94.103.154\n¿Ï·á||220.94.103.154',28000,0,1,1,1,'2010-11-11 14:10:19','203.231.152.63',''),(154,'65b6edfd9f135a6a1dbe075fb82c411f','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',28000,0,1,1,1,'2010-11-11 20:40:32','222.232.78.248',''),(160,'2462b9b1bd83b589c5b262d72a395c4f','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¿Ï·á||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',28000,0,0,1,1,'2010-11-22 16:24:34','121.171.193.139',''),(161,'d715978fcc0396b4d67d7ef9a0edf1f9','b005','','','','','','','¿Ï·á','\nÁغñ||220.94.103.154\n¿Ï·á||220.94.103.154\n¿Ï·á||220.94.103.154\n¹è¼Û||220.94.103.154\n¹è¼Û||220.94.103.154\n¿Ï·á||220.94.103.154',28000,0,0,1,1,'2010-11-22 16:57:04','211.219.66.62',''); /*!40000 ALTER TABLE `yc4_cart` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_category` -- DROP TABLE IF EXISTS `yc4_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_category` ( `ca_id` varchar(10) NOT NULL default '0', `ca_name` varchar(255) NOT NULL default '', `ca_skin` varchar(255) NOT NULL default '', `ca_opt1_subject` varchar(255) NOT NULL default '', `ca_opt2_subject` varchar(255) NOT NULL default '', `ca_opt3_subject` varchar(255) NOT NULL default '', `ca_opt4_subject` varchar(255) NOT NULL default '', `ca_opt5_subject` varchar(255) NOT NULL default '', `ca_opt6_subject` varchar(255) NOT NULL default '', `ca_img_width` int(11) NOT NULL default '0', `ca_img_height` int(11) NOT NULL default '0', `ca_sell_email` varchar(255) NOT NULL default '', `ca_use` tinyint(4) NOT NULL default '0', `ca_stock_qty` int(11) NOT NULL default '0', `ca_explan_html` tinyint(4) NOT NULL default '0', `ca_head_html` text NOT NULL, `ca_tail_html` text NOT NULL, `ca_list_mod` int(11) NOT NULL default '0', `ca_list_row` int(11) NOT NULL default '0', `ca_include_head` varchar(255) NOT NULL default '', `ca_include_tail` varchar(255) NOT NULL default '', `ca_mb_id` varchar(255) NOT NULL default '', PRIMARY KEY (`ca_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_category` -- LOCK TABLES `yc4_category` WRITE; /*!40000 ALTER TABLE `yc4_category` DISABLE KEYS */; INSERT INTO `yc4_category` VALUES ('10','ÀÚ¿¬¿¡ »ç°ú 5kg','list.skin.10.php','','','','','','',160,160,'',1,0,1,'','',3,5,'','',''),('20','ÀÚ¿¬¿¡ »ç°ú 10kg','list.skin.10.php','','','','','','',160,160,'',1,99999,1,'','',3,5,'','',''),('30','ÀÚ¿¬¿¡ Á꽺','list.skin.10.php','','','','','','',160,160,'',1,99999,1,'','',4,5,'','',''),('40','±âŸ»óǰ','list.skin.10.php','','','','','','',160,160,'',1,99999,1,'','',3,5,'','',''); /*!40000 ALTER TABLE `yc4_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_content` -- DROP TABLE IF EXISTS `yc4_content`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_content` ( `co_id` varchar(20) NOT NULL default '', `co_html` tinyint(4) NOT NULL default '0', `co_subject` varchar(255) NOT NULL default '', `co_content` longtext NOT NULL, `co_hit` int(11) NOT NULL default '0', PRIMARY KEY (`co_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_content` -- LOCK TABLES `yc4_content` WRITE; /*!40000 ALTER TABLE `yc4_content` DISABLE KEYS */; INSERT INTO `yc4_content` VALUES ('company',1,'ȸ»ç¼Ò°³','

    ',0),('privacy',1,'°³ÀÎÁ¤º¸º¸È£Á¤Ã¥','

    1.°³ÀÎÁ¤º¸ÀÇ ¼öÁý¸ñÀû ¹× ÀÌ¿ë
    º» ¼îÇθôÀÌ È¸¿øµî·Ï°ú ·Î±×ÀÎ(Log in) ÀÚ·á µîÀ» ÅëÇØ ÀÔ¼öÇÏ°Ô µÈ ȸ¿øÁ¤º¸´Â ÀüüÀûÀÎ Åë°èÀÚ·á·Î ÀÌ¿ëµÇ¸ç, À̸¦ Åä´ë·Î ȸ¿øµé¿¡°Ô º¸´Ù ³ªÀº ¼­ºñ½º¸¦ Á¦°øÇÏ´Â µ¥ Ȱ¿ëµË´Ï´Ù.

    \r\n

    2.°³ÀÎÁ¤º¸ Ç׸ñ ¹× ¼öÁý ¹æ¹ý

    \r\n

    º» ¼îÇθôÀº ¸ÕÀú ȸ¿øÀ¸·Î °¡ÀÔÇÏ½Ç ¶§ ÇʼöÀûÀ¸·Î °³ÀÎÁ¤º¸¸¦ ¾ò°í ÀÖ½À´Ï´Ù. ÀÌ ¶§ ±âÀÔÇϽô °³ÀÎÁ¤º¸·Î´Â ¼º¸í, Áֹεî·Ï¹øÈ£, e-mail ÁÖ¼Ò µîÀÌ ÀÖÀ¸¸ç, »óǰÀÇ ¹è¼Û, °æÇ°À̳ª ±â³äǰ µîÀÇ ¹ß¼Û µîÀ» À§ÇÑ ¸ñÀûÀ¸·Î ÁÖ¼Ò, ¿ìÆí¹øÈ£, Á÷¾÷, ÀüÈ­¹øÈ£ µîÀ» Çʼö ±âÀÔÇØ¾ß ÇÕ´Ï´Ù. ¶ÇÇÑ, ÃßÈÄ¿¡ ȸ¿øÀÇ »óǰ±¸ÀÔ µîÀ¸·Î ÀÎÇØ º» ¼îÇθôÀº ºÎµæÀÌÇÏ°Ô È¸¿øÀÇ ÁÖ¼Ò, ¿ìÆí¹øÈ£, ÀüÈ­¹øÈ£ µîÀÇ °³ÀÎÁ¤º¸¸¦ ¿äûÇÏ°Ô µÇ¸ç, ÀÌ °æ¿ì¿¡µµ º» ¼îÇθô¿¡¼­´Â ÇØ´ç ¼­ºñ½ºÀÇ Á¦°øÀ̳ª »çÀü¿¡ ȸ¿ø¿¡°Ô ¹àÈù ¸ñÀû ÀÌ¿ÜÀÇ ¾î¶² ´Ù¸¥ ¸ñÀûÀ¸·Îµµ ȸ¿øÀÇ °³ÀÎÁ¤º¸¸¦ »ç¿ëÇÏÁö ¾Ê°Ô µË´Ï´Ù.

    \r\n

    3.ÄíŰÀÇ ¿î¿ë ¹× Ȱ¿ë

    \r\n

    º» ¼îÇθôÀº ȸ¿ø¿¡°Ô º¸´Ù ÀûÀýÇϰí À¯¿ëÇÑ ¼­ºñ½º¸¦ Á¦°øÇϱâ À§ÇÏ¿© Äí۸¦ »ç¿ëÇÏ¿© ȸ¿øÀÌ ·Î±×ÀÎ(Log in)ÇÏ¿© º» ¼îÇθô »çÀÌÆ®¸¦ ÀÌ¿ëÇϽô µ¿¾È ȸ¿øÀÇ ¾ÆÀ̵ð(ID)¿¡ °üÇÑ Á¤º¸¸¦ ¾Ë¾Æ³À´Ï´Ù. Äí۶õ ȨÆäÀÌÁö¸¦ Á¦°øÇÏ´Â ¼­¹ö¿¡¼­ »ç¿ëÀÚÀÇ ºê¶ó¿ìÀú¿¡ º¸³»´Â ÀÛÀº µ¥ÀÌÅͷμ­, »ç¿ëÀÚÀÇ ÄÄÇ»ÅÍ ÇÏµå µå¶óÀ̹ö¿¡ ÀúÀåµË´Ï´Ù. Äí۸¦ ÅëÇØ »ç¿ëÀÚ ±Ô¸ð ¹× ºóµµ, ¼±È£µµ, ¹æ¹®°æ·Î µîÀ» ÃøÁ¤ÇÒ ¼ö ÀÖÀ¸¸ç, »ç¿ëÀÚÀÇ °ü½ÉºÐ¾ß¿¡ ±âÃÊÇÏ¿© ȸ¿øµé¿¡°Ô º¸´Ù ÀûÀýÇÑ ±¤°í ¹× ¼­ºñ½º¸¦ Á¦°øÇÏ´Â µ¥ »ç¿ëµË´Ï´Ù.

    \r\n

    4.°³ÀÎÁ¤º¸ÀÇ ¿­¶÷, Á¤Á¤ ¹× »èÁ¦

    \r\n

    º» ¼îÇθôÀº ȸ¿øÀÇ ÀÔ·ÂÇϽа³ÀÎÁ¤º¸¸¦ \'°³ÀÎÁ¤º¸ º¯°æ\'¶õ¿¡¼­ ¾ðÁ¦µçÁö ¿­¶÷, º¯°æ, Á¤Á¤ÇÒ ¼ö ÀÖµµ·Ï Çϰí ÀÖÀ¸¸ç, °³ÀÎÁ¤º¸ ¼öÁýÀ» ¹Ý´ëÇϴ ȸ¿ø¿¡°Õ °³ÀÎÁ¤º¸ ¼öÁý¿¡ ´ëÇÑ µ¿ÀǸ¦ öȸÇÒ ¼ö ÀÖ°Ô Çϰí ÀÖ½À´Ï´Ù. ȸ¿øÅ»Åð, Áï ¾ÆÀ̵ð (ID)ÀÇ »èÁ¦¸¦ ¿øÇϽøé, Å»Åð¿äû ¸Þ´º¸¦ ÀÌ¿ëÇϽðųª Á÷Á¢ ¹®ÀÇ ÇϽñ⸦ ¹Ù¶ø´Ï´Ù.

    \r\n

    5.°³ÀÎÁ¤º¸ÀÇ Á¦°ø ¹× °øÀ¯

    \r\n

    º» ¼îÇθôÀº º»ÀÎÀÇ µ¿ÀÇ ¾øÀÌ °³º°ÀûÀÎ ½Å»ó Á¤º¸¸¦ ´Ù¸¥ °³ÀÎÀ̳ª ±â¾÷, ±â°ü°ú °øÀ¯ÇÏÁö ¾Ê´Â °ÍÀ» ¿øÄ¢À¸·Î Çϰí ÀÖ½À´Ï´Ù. ´Ù¸¸, ȸ¿øÀÌ Çã¶ôÇÑ °æ¿ì³ª »ó°Å·¡ µîÀÇ ÀÌÇàÀ» À§ÇØ ÇÊ¿äÇÑ °æ¿ì, ¶Ç´Â ÀÌ¿ë ¾à°üÀ» À§¹ÝÇÑ È¸¿ø¿¡°Ô ¹ýÀûÀÎ Á¦À縦 ÁÖ±â À§ÇÑ °æ¿ì¿¡´Â Á¤º¸¸¦ °ø°³ÇÒ ¼ö ÀÖ½À´Ï´Ù. ÇÏÁö¸¸, ÀÌ·¯ÇÑ °æ¿ì¶óµµ ÇÁ¶óÀ̹ö½Ã¿¡ ´ëÇÑ ÃæºÐÇÑ °ËÅ並 °ÅÄ£ ÈÄ¿¡ ÇÏ°Ô µË´Ï´Ù.

    \r\n

    6.°³ÀÎÁ¤º¸ÀÇ º¸À¯ ¹× Æó±â

    \r\n

    º» ¼îÇθô ȸ¿øÀ¸·Î¼­ º» ¼îÇθôÀÌ Á¦°øÇÏ´Â ¼­ºñ½º¸¦ ¹Þ´Â µ¿¾È ȸ¿øÀÇ °³ÀÎÁ¤º¸´Â º» ¼îÇθô¿¡¼­ °è¼Ó º¸À¯ÇÏ¸ç ¼­ºñ½º Á¦°øÀ» À§ÇØ ÀÌ¿ëÇÏ°Ô µË´Ï´Ù. ´Ù¸¸, ȸ¿ø Å»Åð, Áï ID(¾ÆÀ̵ð) »èÁ¦°¡ ÀÌ·ç¾îÁø °æ¿ì ¶Ç´Â °³ÀÎÁ¤º¸ÀÇ ¼öÁý¸ñÀûÀÌ ´Þ¼ºµÈ °æ¿ì, °ü·Ã¹ý±ÔÀÇ ±ÔÁ¤¿¡ ÀÇÇÑ º¸Á¸Àǹ«°¡ ¾ø´Â ÇÑ º» ¼îÇθôÀÇ ¿Â¶óÀÎ ¶Ç´Â ¿ÀÇÁ¶óÀÎ»ó¿¡ º¸Á¸µÈ ¸ðµç °³ÀÎÁ¤º¸´Â ¿ÏÀü Æó±âµÇ¾î »ç¿ëÇÒ ¼ö ¾øµµ·Ï Çϰí ÀÖ½À´Ï´Ù.

    \r\n

    7.°³ÀÎÁ¤º¸ º¸È£

    \r\n

    º» ¼îÇθôÀº ȸ¿ø °³ÀÎÀÇ Á¤º¸¿Í ºñ¹ÐÀ» ¾ÈÀüÇÏ°Ô Áöų ¼ö ÀÖµµ·Ï Ç×»ó ¸ðµç ±â¼úÀû ¼ö´Ü°ú ³ë·ÂÀ» ´ÙÇϰí ÀÖ½À´Ï´Ù.
    ±×·¯³ª ȸ¿øÀÇ ¾ÆÀ̵ð(ID) ¹× ºñ¹Ð¹øÈ£ÀÇ º¸¾ÈÀº ±âº»ÀûÀ¸·Î ȸ¿ø°³°³ÀÎÀÇ Ã¥ÀÓÇÏ¿¡ ÀÖ½À´Ï´Ù. º» ¼îÇθô¿¡¼­ °³ÀÎÁ¤º¸¿¡ Á¢±ÙÇÒ ¼ö ÀÖ´Â ¹æ¹ýÀº ¿ÀÁ÷ ȸ¿øÀÇ ¾ÆÀ̵ð(ID) ¹× ºñ¹Ð¹øÈ£·Î ÀÎÇÑ ·Î±×ÀÎ(Log in)¿¡ ÀÇÇÑ ¹æ¹ýÀ̸ç, º» ¼îÇθôÀº e-mailÀ̳ª ÀüÈ­, ±× ¾î¶°ÇÑ ¹æ¹ýÀ» ÅëÇØ¼­µµ ȸ¿øÀÇ ºñ¹Ð¹øÈ£¸¦ ¹¯´Â °æ¿ì´Â ¾øÀ¸¹Ç·Î(ID/ºñ¹Ð¹øÈ£ ºÐ½Ç·Î ÀÎÇÑ È¸¿ø´ÔÀÇ ¿äû½Ã Á¦¿Ü), ȸ¿ø º»ÀÎÀÌ º¸¾ÈÀ» À§ÇØ ºñ¹Ð¹øÈ£¸¦ ÀÚÁÖ ¹Ù²Ù¾îÁֽñ⠹ٶø´Ï´Ù. º» ¼îÇθôÀ» ÀÌ¿ëÇϽŠÈÄ¿¡´Â ¹Ýµå½Ã ·Î±×¾Æ¿ô(Log out)À» ÇØ Áֽðí, ÄÄÇ»Å͸¦ °øÀ¯Çϰųª °ø°øÀå¼Ò¿¡¼­ ÄÄÇ»Å͸¦ »ç¿ëÇÏ´Â °æ¿ì¿¡´Â ÀÌ¿ë ÈÄ ¹Ýµå½Ã À¥ ºê¶ó¿ìÀúÀÇ Ã¢À» ´Ý¾ÆÁÖ´Â µî °³ÀÎÁ¤º¸ À¯ÃâÀ» ¸·±â À§ÇØ °¢º°È÷ ³ë·ÂÀ» ±â¿ï¿©Áֽñ⠹ٶø´Ï´Ù.

    \r\n

    8.°³ÀÎÁ¤º¸ º¸È£ ¹®ÀÇó

    \r\n

    E-mail : achim@plusapple.com ¶Ç´Â °í°´¼¾ÅÍ·Î ¹®ÀÇÇØ Áֽøé Ä£ÀýÇÏ°í ½Å¼ÓÇÏ°Ô Ã³¸®ÇØ µå¸®µµ·Ï ÇϰڽÀ´Ï´Ù.
    ÀÌ¿ë Áß ÇÇÇØ »çÇ× ½Å°í´Â \'Çѱ¹¼ÒºñÀÚº¸È£¿ø\'(http://www.cpb.or.kr/)¿¡¼­ ÇÏ½Ç ¼ö ÀÖÀ¸¸ç, °³ÀÎÁ¤º¸Ä§ÇØ¿¡ °ü·ÃµÈ ½Å°í´Â \'°³ÀÎÁ¤º¸Ä§ÇØ½Å°í¼¾ÅÍ\'(http://www.cyberprivacy.or.kr/)¿¡¼­ÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.

    ',0),('provision',1,'¼­ºñ½º ÀÌ¿ë¾à°ü','

    Á¦1Á¶(¸ñÀû)
    ÀÌ ¾à°üÀº ¾ÆÄ§³ó»ê¿¡¼­ ¿î¿µÇÏ´Â ¾ÆÄ§³ó»ê(ÀÌÇÏ \"¸ô\"À̶ó ÇÑ´Ù)¿¡¼­ Á¦°øÇÏ´Â ÀÎÅÍ³Ý °ü·Ã ¼­ºñ½º(ÀÌÇÏ \"¼­ºñ½º\"¶ó ÇÑ´Ù)¸¦ ÀÌ¿ëÇÔ¿¡ ÀÖ¾î »çÀ̹ö¸ô°ú ÀÌ¿ëÀÚÀÇ ±Ç¸®¡¤Àǹ« ¹× Ã¥ÀÓ»çÇ×À» ±ÔÁ¤ÇÔÀ» ¸ñÀûÀ¸·Î ÇÕ´Ï´Ù.
    ¡Ø ¡¸PCÅë½ÅµîÀ» ÀÌ¿ëÇÏ´Â ÀüÀÚ°Å·¡¿¡ ´ëÇØ¼­µµ ±× ¼ºÁú¿¡ ¹ÝÇÏÁö ¾Ê´ÂÇÑ ÀÌ ¾à°üÀ» ÁØ¿ëÇÕ´Ï´Ù¡¹

    \r\n


    Á¦2Á¶(Á¤ÀÇ)

    \r\n

    ¨ç \"¸ô\" À̶õ ¾ÆÄ§³ó»êÀÌ ÀçÈ­ ¶Ç´Â ¿ë¿ªÀ» ÀÌ¿ëÀÚ¿¡°Ô Á¦°øÇϱâ À§ÇÏ¿© ÄÄÇ»Å͵î Á¤º¸Åë½Å¼³ºñ¸¦ ÀÌ¿ëÇÏ¿© ÀçÈ­ ¶Ç´Â ¿ë¿ªÀ» °Å·¡ÇÒ ¼ö ÀÖµµ·Ï ¼³Á¤ÇÑ °¡»óÀÇ ¿µ¾÷ÀåÀ» ¸»Çϸç, ¾Æ¿ï·¯ »çÀ̹ö¸ôÀ» ¿î¿µÇÏ´Â »ç¾÷ÀÚÀÇ Àǹ̷εµ »ç¿ëÇÕ´Ï´Ù.

    \r\n

    ¨è \"ÀÌ¿ëÀÚ\"¶õ \"¸ô\"¿¡ Á¢¼ÓÇÏ¿© ÀÌ ¾à°ü¿¡ µû¶ó \"¸ô\"ÀÌ Á¦°øÇÏ´Â ¼­ºñ½º¸¦ ¹Þ´Â ȸ¿ø ¹× ºñȸ¿øÀ» ¸»ÇÕ´Ï´Ù.

    \r\n

    ¨é \"ȸ¿ø\" À̶ó ÇÔÀº \"¸ô\"¿¡ °³ÀÎÁ¤º¸¸¦ Á¦°øÇÏ¿© ȸ¿øµî·ÏÀ» ÇÑ Àڷμ­, \"¸ô\"ÀÇ Á¤º¸¸¦ Áö¼ÓÀûÀ¸·Î Á¦°ø¹ÞÀ¸¸ç, \"¸ô\"ÀÌ Á¦°øÇÏ´Â ¼­ºñ½º¸¦ °è¼ÓÀûÀ¸·Î ÀÌ¿ëÇÒ ¼ö ÀÖ´Â ÀÚ¸¦ ¸»ÇÕ´Ï´Ù.

    \r\n

    ¨ê \"ºñȸ¿ø\" À̶ó ÇÔÀº ȸ¿ø¿¡ °¡ÀÔÇÏÁö ¾Ê°í \"¸ô\"ÀÌ Á¦°øÇÏ´Â ¼­ºñ½º¸¦ ÀÌ¿ëÇÏ´Â ÀÚ¸¦ ¸»ÇÕ´Ï´Ù.

    \r\n


    Á¦3Á¶ (¾à°üÀÇ ¸í½Ã¿Í °³Á¤)

    \r\n

    ¨ç \"¸ô\"Àº ÀÌ ¾à°üÀÇ ³»¿ë°ú »óÈ£, ¿µ¾÷¼Ò ¼ÒÀçÁö, ´ëÇ¥ÀÚÀÇ ¼º¸í, »ç¾÷ÀÚµî·Ï¹øÈ£, ¿¬¶ôó(ÀüÈ­, ÆÑ½º, ÀüÀÚ¿ìÆí ÁÖ¼Ò µî) µîÀ» ÀÌ¿ëÀÚ°¡ ¾Ë ¼ö ÀÖµµ·Ï ±Â¾ÖÇÃÀÇ Ãʱ⠼­ºñ½ºÈ­¸é(Àü¸é)¿¡ °Ô½ÃÇÕ´Ï´Ù.

    \r\n

    ¨è \"¸ô\"Àº ¾à°üÀDZÔÁ¦¿¡°üÇѹý·ü, ÀüÀÚ°Å·¡±âº»¹ý, ÀüÀÚ¼­¸í¹ý, Á¤º¸Åë½Å¸ÁÀÌ¿ëÃËÁøµî¿¡°üÇѹý·ü, ¹æ¹®ÆÇ¸Åµî¿¡°üÇѹý·ü, ¼ÒºñÀÚº¸È£¹ý µî °ü·Ã¹ýÀ» À§¹èÇÏÁö ¾Ê´Â ¹üÀ§¿¡¼­ ÀÌ ¾à°üÀ» °³Á¤ÇÒ ¼ö ÀÖ½À´Ï´Ù.

    \r\n

    ¨é \"¸ô\"ÀÌ ¾à°üÀ» °³Á¤ÇÒ °æ¿ì¿¡´Â Àû¿ëÀÏÀÚ ¹× °³Á¤»çÀ¯¸¦ ¸í½ÃÇÏ¿© ÇöÇà¾à°ü°ú ÇÔ²² ¸ôÀÇ Ãʱâ È­¸é¿¡ ±× Àû¿ëÀÏÀÚ 7ÀÏÀÌÀüºÎÅÍ Àû¿ëÀÏÀÚ ÀüÀϱîÁö °øÁöÇÕ´Ï´Ù.

    \r\n

    ¨ê \"¸ô\"ÀÌ ¾à°üÀ» °³Á¤ÇÒ °æ¿ì¿¡´Â ±× °³Á¤¾à°üÀº ±× Àû¿ëÀÏÀÚ ÀÌÈÄ¿¡ ü°áµÇ´Â °è¾à¿¡¸¸ Àû¿ëµÇ°í ±× ÀÌÀü¿¡ ÀÌ¹Ì Ã¼°áµÈ °è¾à¿¡ ´ëÇØ¼­´Â °³Á¤ÀüÀÇ ¾à°üÁ¶Ç×ÀÌ ±×´ë·Î Àû¿ëµË´Ï´Ù. ´Ù¸¸ ÀÌ¹Ì °è¾àÀ» ü°áÇÑ ÀÌ¿ëÀÚ°¡ °³Á¤¾à°ü Á¶Ç×ÀÇ Àû¿ëÀ» ¹Þ±â¸¦ ¿øÇÏ´Â ¶æÀ» Á¦3Ç׿¡ ÀÇÇÑ °³Á¤¾à°üÀÇ °øÁö±â°£³»¿¡ \"¸ô\"¿¡¼Û½ÅÇÏ¿© \"¸ô\"ÀÇ µ¿ÀǸ¦ ¹ÞÀº °æ¿ì¿¡´Â °³Á¤¾à°ü Á¶Ç×ÀÌ Àû¿ëµË´Ï´Ù.

    \r\n

    ¨ë ÀÌ ¾à°ü¿¡¼­ Á¤ÇÏÁö ¾Æ´ÏÇÑ »çÇ×°ú ÀÌ ¾à°üÀÇ ÇØ¼®¿¡ °üÇÏ¿©´Â Á¤ºÎ°¡ Á¦Á¤ÇÑ ÀüÀÚ°Å·¡¼ÒºñÀÚº¸È£Áöħ ¹× °ü°è¹ý·É ¶Ç´Â »ó°ü·Ê¿¡ µû¸¨´Ï´Ù.

    \r\n


    Á¦4Á¶(¼­ºñ½ºÀÇ Á¦°ø ¹× º¯°æ)

    \r\n

    ¨ç \"¸ô\"Àº ´ÙÀ½°ú °°Àº ¾÷¹«¸¦ ¼öÇàÇÕ´Ï´Ù.

    \r\n

    1. ÀçÈ­ ¶Ç´Â ¿ë¿ª¿¡ ´ëÇÑ Á¤º¸ Á¦°ø ¹× ±¸¸Å°è¾àÀÇ Ã¼°á
    2. ±¸¸Å°è¾àÀÌ Ã¼°áµÈ ÀçÈ­ ¶Ç´Â ¿ë¿ªÀÇ ¹è¼Û
    3. ±âŸ \"¸ô\"ÀÌ Á¤ÇÏ´Â ¾÷¹«

    \r\n

    ¨è \"¸ô\"Àº ÀçÈ­ÀÇ Ç°Àý ¶Ç´Â ±â¼úÀû »ç¾çÀÇ º¯°æ µîÀÇ °æ¿ì¿¡´Â ÀåÂ÷ ü°áµÇ´Â °è¾à¿¡ ÀÇÇØ Á¦°øÇÒ ÀçÈ­¡¤¿ë¿ªÀÇ ³»¿ëÀ» º¯°æÇÒ ¼ö ÀÖ½À´Ï´Ù. ÀÌ °æ¿ì¿¡´Â º¯°æµÈ ÀçÈ­¡¤¿ë¿ªÀÇ ³»¿ë ¹× Á¦°øÀÏÀÚ¸¦ ¸í½ÃÇÏ¿© ÇöÀçÀÇ ÀçÈ­¡¤¿ë¿ªÀÇ ³»¿ëÀ» °Ô½ÃÇÑ °÷¿¡ ±× Á¦°øÀÏÀÚ ÀÌÀü 7ÀϺÎÅÍ °øÁöÇÕ´Ï´Ù.

    \r\n

    ¨é \"¸ô\"ÀÌ Á¦°øÇϱâ·Î ÀÌ¿ëÀÚ¿Í °è¾àÀ» ü°áÇÑ ¼­ºñ½ºÀÇ ³»¿ëÀ» ÀçÈ­ÀÇ Ç°Àý ¶Ç´Â ±â¼úÀû »ç¾çÀÇ º¯°æµîÀÇ »çÀ¯·Î º¯°æÇÒ °æ¿ì¿¡´Â \"¸ô\"Àº ÀÌ·Î ÀÎÇÏ¿© ÀÌ¿ëÀÚ°¡ ÀÔÀº ¼ÕÇØ¸¦ ¹è»óÇÕ´Ï´Ù. ´Ü, \"¸ô\"¿¡ °íÀÇ ¶Ç´Â °ú½ÇÀÌ ¾ø´Â °æ¿ì¿¡´Â ±×·¯ÇÏÁö ¾Æ´ÏÇÕ´Ï´Ù.

    \r\n


    Á¦5Á¶(¼­ºñ½ºÀÇ Áß´Ü)

    \r\n

    ¨ç \"¸ô\"Àº ÄÄÇ»ÅÍ µî Á¤º¸Åë½Å¼³ºñÀÇ º¸¼öÁ¡°Ë¡¤±³Ã¼ ¹× °íÀå, Åë½ÅÀÇ µÎÀý µîÀÇ »çÀ¯°¡ ¹ß»ýÇÑ °æ¿ì¿¡´Â ¼­ºñ½ºÀÇ Á¦°øÀ» ÀϽÃÀûÀ¸·Î Áß´ÜÇÒ ¼ö ÀÖ½À´Ï´Ù.

    \r\n

    ¨è Á¦1Ç׿¡ ÀÇÇÑ ¼­ºñ½º Áß´ÜÀÇ °æ¿ì¿¡´Â \"¸ô\"Àº Á¦8Á¶¿¡ Á¤ÇÑ ¹æ¹ýÀ¸·Î ÀÌ¿ëÀÚ¿¡°Ô ÅëÁöÇÕ´Ï´Ù.

    \r\n

    ¨é \"¸ô\"Àº Á¦1Ç×ÀÇ »çÀ¯·Î ¼­ºñ½ºÀÇ Á¦°øÀÌ ÀϽÃÀûÀ¸·Î ÁߴܵÊÀ¸·Î ÀÎÇÏ¿© ÀÌ¿ëÀÚ ¶Ç´Â Á¦3ÀÚ°¡ ÀÔÀº ¼ÕÇØ¿¡ ´ëÇÏ¿© ¹è»óÇÕ´Ï´Ù. ´Ü \"¸ô\"¿¡ °íÀÇ ¶Ç´Â °ú½ÇÀÌ ¾ø´Â °æ¿ì¿¡´Â ±×·¯ÇÏÁö ¾Æ´ÏÇÕ´Ï´Ù.

    \r\n


    Á¦6Á¶(ȸ¿ø°¡ÀÔ)

    \r\n

    ¨ç ÀÌ¿ëÀÚ´Â \"¸ô\"ÀÌ Á¤ÇÑ °¡ÀÔ ¾ç½Ä¿¡ µû¶ó ȸ¿øÁ¤º¸¸¦ ±âÀÔÇÑ ÈÄ ÀÌ ¾à°ü¿¡ µ¿ÀÇÇÑ´Ù´Â ÀÇ»çÇ¥½Ã¸¦ ÇÔÀ¸·Î¼­ ȸ¿ø°¡ÀÔÀ» ½ÅûÇÕ´Ï´Ù.

    \r\n

    ¨è \"¸ô\"Àº Á¦1Ç×°ú °°ÀÌ È¸¿øÀ¸·Î °¡ÀÔÇÒ °ÍÀ» ½ÅûÇÑ ÀÌ¿ëÀÚ Áß ´ÙÀ½ °¢È£¿¡ ÇØ´çÇÏÁö ¾Ê´Â ÇÑ È¸¿øÀ¸·Î µî·ÏÇÕ´Ï´Ù.

    \r\n

    1. °¡ÀÔ½ÅûÀÚ°¡ ÀÌ ¾à°ü Á¦7Á¶Á¦3Ç׿¡ ÀÇÇÏ¿© ÀÌÀü¿¡ ȸ¿øÀÚ°ÝÀ» »ó½ÇÇÑ ÀûÀÌ ÀÖ´Â °æ¿ì, ´Ù¸¸ Á¦7Á¶ Á¦3Ç׿¡ ÀÇÇÑ È¸¿øÀÚ°Ý »ó½ÇÈÄ 3³âÀÌ °æ°úÇÑ Àڷμ­ \"¸ô\"ÀÇ È¸¿øÀç°¡ÀÔ ½Â³«À» ¾òÀº °æ¿ì¿¡´Â ¿¹¿Ü·Î ÇÑ´Ù.
    2. µî·Ï ³»¿ë¿¡ ÇãÀ§, ±âÀç´©¶ô, ¿À±â°¡ ÀÖ´Â °æ¿ì
    3. ±âŸ ȸ¿øÀ¸·Î µî·ÏÇÏ´Â °ÍÀÌ \"¸ô\"ÀÇ ±â¼ú»ó ÇöÀúÈ÷ ÁöÀåÀÌ ÀÖ´Ù°í ÆÇ´ÜµÇ´Â °æ¿ì

    \r\n

    ¨é ȸ¿ø°¡ÀÔ°è¾àÀÇ ¼º¸³½Ã±â´Â \"¸ô\"ÀÇ ½Â³«ÀÌ È¸¿ø¿¡°Ô µµ´ÞÇÑ ½ÃÁ¡À¸·Î ÇÕ´Ï´Ù.

    \r\n

    ¨ê ȸ¿øÀº Á¦15Á¶Á¦1Ç׿¡ ÀÇÇÑ µî·Ï»çÇ׿¡ º¯°æÀÌ ÀÖ´Â °æ¿ì, Áï½Ã ÀüÀÚ¿ìÆí ±âŸ ¹æ¹ýÀ¸·Î \"¸ô\"¿¡ ´ëÇÏ¿© ±× º¯°æ»çÇ×À» ¾Ë·Á¾ß ÇÕ´Ï´Ù.

    \r\n


    Á¦7Á¶(ȸ¿ø Å»Åð ¹× ÀÚ°Ý »ó½Ç µî)

    \r\n

    ¨ç ȸ¿øÀº \"¸ô\"¿¡ ¾ðÁ¦µçÁö Å»Å𸦠¿äûÇÒ ¼ö ÀÖÀ¸¸ç \"¸ô\"Àº Áï½Ã ȸ¿øÅ»Å𸦠ó¸®ÇÕ´Ï´Ù.

    \r\n

    ¨è ȸ¿øÀÌ ´ÙÀ½ °¢È£ÀÇ »çÀ¯¿¡ ÇØ´çÇÏ´Â °æ¿ì, \"¸ô\"Àº ȸ¿øÀÚ°ÝÀ» Á¦ÇÑ ¹× Á¤Áö½Ãų ¼ö ÀÖ½À´Ï´Ù.

    \r\n

    1. °¡ÀÔ ½Åû½Ã¿¡ ÇãÀ§ ³»¿ëÀ» µî·ÏÇÑ °æ¿ì
    2. \"¸ô\"À» ÀÌ¿ëÇÏ¿© ±¸ÀÔÇÑ ÀçÈ­¡¤¿ë¿ª µîÀÇ ´ë±Ý, ±âŸ \"¸ô\"À̿뿡 °ü·ÃÇÏ¿© ȸ¿øÀÌ ºÎ´ãÇϴ ä¹«¸¦ ±âÀÏ¿¡ Áö±ÞÇÏÁö ¾Ê´Â °æ¿ì
    3. ´Ù¸¥ »ç¶÷ÀÇ \"¸ô\" ÀÌ¿ëÀ» ¹æÇØÇϰųª ±× Á¤º¸¸¦ µµ¿ëÇÏ´Â µî ÀüÀÚ°Å·¡Áú¼­¸¦ À§ÇùÇÏ´Â °æ¿ì
    4. \"¸ô\"À» ÀÌ¿ëÇÏ¿© ¹ý·É°ú ÀÌ ¾à°üÀÌ ±ÝÁöÇϰųª °ø¼­¾ç¼Ó¿¡ ¹ÝÇÏ´Â ÇàÀ§¸¦ ÇÏ´Â °æ¿ì

    \r\n

    ¨é \"¸ô\"ÀÌ È¸¿ø ÀÚ°ÝÀ» Á¦ÇÑ¡¤Á¤Áö ½ÃŲÈÄ, µ¿ÀÏÇÑ ÇàÀ§°¡ 2ȸÀÌ»ó ¹Ýº¹µÇ°Å³ª 30ÀÏÀ̳»¿¡ ±× »çÀ¯°¡ ½ÃÁ¤µÇÁö ¾Æ´ÏÇÏ´Â °æ¿ì \"¸ô\"Àº ȸ¿øÀÚ°ÝÀ» »ó½Ç½Ãų ¼ö ÀÖ½À´Ï´Ù.

    \r\n

    ¨ê \"¸ô\"ÀÌ È¸¿øÀÚ°ÝÀ» »ó½Ç½ÃŰ´Â °æ¿ì¿¡´Â ȸ¿øµî·ÏÀ» ¸»¼ÒÇÕ´Ï´Ù. ÀÌ °æ¿ì ȸ¿ø¿¡°Ô À̸¦ ÅëÁöÇϰí, ȸ¿øµî·Ï ¸»¼ÒÀü¿¡ ¼Ò¸íÇÒ ±âȸ¸¦ ºÎ¿©ÇÕ´Ï´Ù.

    \r\n


    Á¦8Á¶(ȸ¿ø¿¡ ´ëÇÑ ÅëÁö)

    \r\n

    ¨ç \"¸ô\"ÀÌ È¸¿ø¿¡ ´ëÇÑ ÅëÁö¸¦ ÇÏ´Â °æ¿ì, ȸ¿øÀÌ \"¸ô\"¿¡ Á¦ÃâÇÑ ÀüÀÚ¿ìÆí ÁÖ¼Ò·Î ÇÒ ¼ö ÀÖ½À´Ï´Ù.

    \r\n

    ¨è \"¸ô\"Àº ºÒƯÁ¤´Ù¼ö ȸ¿ø¿¡ ´ëÇÑ ÅëÁöÀÇ °æ¿ì 1ÁÖÀÏÀÌ»ó \"¸ô\" °Ô½ÃÆÇ¿¡ °Ô½ÃÇÔÀ¸·Î¼­ °³º° ÅëÁö¿¡ °¥À½ÇÒ ¼ö ÀÖ½À´Ï´Ù.

    \r\n


    Á¦9Á¶(±¸¸Å½Åû)

    \r\n

    \"¸ô\"ÀÌ¿ëÀÚ´Â \"¸ô\"»ó¿¡¼­ ÀÌÇÏÀÇ ¹æ¹ý¿¡ ÀÇÇÏ¿© ±¸¸Å¸¦ ½ÅûÇÕ´Ï´Ù.

    \r\n

    1. ¼º¸í, ÁÖ¼Ò, ÀüÈ­¹øÈ£ ÀÔ·Â
    2. ÀçÈ­ ¶Ç´Â ¿ë¿ªÀÇ ¼±ÅÃ
    3. °áÁ¦¹æ¹ýÀÇ ¼±ÅÃ
    4. ÀÌ ¾à°ü¿¡ µ¿ÀÇÇѴٴ ǥ½Ã(¿¹, ¸¶¿ì½º Ŭ¸¯)

    \r\n


    Á¦10Á¶ (°è¾àÀÇ ¼º¸³)

    \r\n

    ¨ç \"¸ô\"Àº Á¦9Á¶¿Í °°Àº ±¸¸Å½Åû¿¡ ´ëÇÏ¿© ´ÙÀ½ °¢È£¿¡ ÇØ´çÇÏÁö ¾Ê´Â ÇÑ ½Â³«ÇÕ´Ï´Ù.

    \r\n

    1. ½Åû ³»¿ë¿¡ ÇãÀ§, ±âÀç´©¶ô, ¿À±â°¡ ÀÖ´Â °æ¿ì
    2. ¹Ì¼º³âÀÚ°¡ ´ã¹è, ÁÖ·ùµî û¼Ò³âº¸È£¹ý¿¡¼­ ±ÝÁöÇÏ´Â ÀçÈ­ ¹× ¿ë¿ªÀ» ±¸¸ÅÇÏ´Â °æ¿ì
    3. ±âŸ ±¸¸Å½Åû¿¡ ½Â³«ÇÏ´Â °ÍÀÌ \"¸ô\" ±â¼ú»ó ÇöÀúÈ÷ ÁöÀåÀÌ ÀÖ´Ù°í ÆÇ´ÜÇÏ´Â °æ¿ì

    \r\n

    ¨è \"¸ô\"ÀÇ ½Â³«ÀÌ Á¦12Á¶Á¦1Ç×ÀÇ ¼ö½ÅÈ®ÀÎÅëÁöÇüÅ·ΠÀÌ¿ëÀÚ¿¡°Ô µµ´ÞÇÑ ½ÃÁ¡¿¡ °è¾àÀÌ ¼º¸³ÇÑ °ÍÀ¸·Î º¾´Ï´Ù.

    \r\n


    Á¦11Á¶(Áö±Þ¹æ¹ý)

    \r\n

    ¸ô\"¿¡¼­ ±¸¸ÅÇÑ ÀçÈ­ ¶Ç´Â ¿ë¿ª¿¡ ´ëÇÑ ´ë±ÝÁö±Þ¹æ¹ýÀº ´ÙÀ½ °¢È£ÀÇ Çϳª·Î ÇÒ ¼ö ÀÖ½À´Ï´Ù.

    \r\n

    1. °èÁÂÀÌü
    2. ½Å¿ëÄ«µå°áÁ¦
    3. ¿Â¶óÀι«ÅëÀåÀÔ±Ý
    4. ÀüÀÚÈ­Æó¿¡ ÀÇÇÑ °áÁ¦
    5. ¼ö·É½Ã ´ë±ÝÁö±Þ µî

    \r\n


    Á¦12Á¶(¼ö½ÅÈ®ÀÎÅëÁö¡¤±¸¸Å½Åû º¯°æ ¹× Ãë¼Ò)

    \r\n

    ¨ç \"¸ô\"Àº ÀÌ¿ëÀÚÀÇ ±¸¸Å½ÅûÀÌ ÀÖ´Â °æ¿ì ÀÌ¿ëÀÚ¿¡°Ô ¼ö½ÅÈ®ÀÎÅëÁö¸¦ ÇÕ´Ï´Ù.

    \r\n

    ¨è ¼ö½ÅÈ®ÀÎÅëÁö¸¦ ¹ÞÀº ÀÌ¿ëÀÚ´Â ÀÇ»çÇ¥½ÃÀÇ ºÒÀÏÄ¡µîÀÌ ÀÖ´Â °æ¿ì¿¡´Â ¼ö½ÅÈ®ÀÎÅëÁö¸¦ ¹ÞÀº ÈÄ Áï½Ã ±¸¸Å½Åû º¯°æ ¹× Ãë¼Ò¸¦ ¿äûÇÒ ¼ö ÀÖ½À´Ï´Ù.

    \r\n

    ¨é \"¸ô\"Àº ¹è¼ÛÀü ÀÌ¿ëÀÚÀÇ ±¸¸Å½Åû º¯°æ ¹× Ãë¼Ò ¿äûÀÌ ÀÖ´Â ¶§¿¡´Â Áöü¾øÀÌ ±× ¿äû¿¡ µû¶ó ó¸®ÇÕ´Ï´Ù.

    \r\n


    Á¦13Á¶(¹è¼Û)

    \r\n

    \"¸ô\"Àº ÀÌ¿ëÀÚ°¡ ±¸¸ÅÇÑ ÀçÈ­¿¡ ´ëÇØ ¹è¼Û¼ö´Ü, ¼ö´Üº° ¹è¼Ûºñ¿ë ºÎ´ãÀÚ, ¼ö´Üº° ¹è¼Û±â°£ µîÀ» ¸í½ÃÇÕ´Ï´Ù. ¸¸¾à \"¸ô\"ÀÇ °íÀÇ¡¤°ú½Ç·Î ¾àÁ¤ ¹è¼Û±â°£À» ÃʰúÇÑ °æ¿ì¿¡´Â ±×·Î ÀÎÇÑ ÀÌ¿ëÀÚÀÇ ¼ÕÇØ¸¦ ¹è»óÇÕ´Ï´Ù.

    \r\n


    Á¦14Á¶(ȯ±Þ, ¹Ýǰ ¹× ±³È¯)

    \r\n

    ¨ç \"¸ô\"Àº ÀÌ¿ëÀÚ°¡ ±¸¸Å½ÅûÇÑ ÀçÈ­ ¶Ç´Â ¿ë¿ªÀÌ Ç°ÀýµîÀÇ »çÀ¯·Î ÀçÈ­ÀÇ Àεµ ¶Ç´Â ¿ë¿ªÀÇ Á¦°øÀ» ÇÒ ¼ö ¾øÀ» ¶§¿¡´Â Áöü¾øÀÌ ±× »çÀ¯¸¦ ÀÌ¿ëÀÚ¿¡°Ô ÅëÁöÇϰí, »çÀü¿¡ ÀçÈ­ ¶Ç´Â ¿ë¿ªÀÇ ´ë±ÝÀ» ¹ÞÀº °æ¿ì¿¡´Â ´ë±ÝÀ» ¹ÞÀº ³¯ºÎÅÍ 3ÀÏÀ̳»¿¡, ±×·¸Áö ¾ÊÀº °æ¿ì¿¡´Â ±× »çÀ¯¹ß»ýÀϷκÎÅÍ 3ÀÏÀ̳»¿¡ °è¾àÇØÁ¦ ¹× ȯ±ÞÀýÂ÷¸¦ ÃëÇÕ´Ï´Ù.

    \r\n

    ¨è ´ÙÀ½ °¢È£ÀÇ °æ¿ì¿¡´Â \"¸ô\"Àº ¹è¼ÛµÈ ÀçÈ­ÀÏÁö¶óµµ ÀçÈ­¸¦ ¹Ýǰ¹ÞÀº ´ÙÀ½ ¿µ¾÷ÀÏ À̳»¿¡ ¿ä±¸¿¡ µû¶ó Áï½Ã ȯ±Þ, ¹Ýǰ ¹× ±³È¯ Á¶Ä¡¸¦ ÇÕ´Ï´Ù. ´Ù¸¸ ±× ¿ä±¸±âÇÑÀº ¹è¼ÛµÈ ³¯·ÎºÎÅÍ 2ÀÏ À̳»·Î ÇÕ´Ï´Ù.

    \r\n

    1. ¹è¼ÛµÈ ÀçÈ­°¡ ÁÖ¹®³»¿ë°ú »óÀÌÇϰųª \"¸ô\"ÀÌ Á¦°øÇÑ Á¤º¸¿Í »óÀÌÇÒ °æ¿ì
    2. ¹è¼ÛµÈ ÀçÈ­°¡ ÆÄ¼Õ, ¼Õ»óµÇ¾ú°Å³ª ¿À¿°µÇ¾úÀ» °æ¿ì
    3. ÀçÈ­°¡ ±¤°í¿¡ Ç¥½ÃµÈ ¹è¼Û±â°£º¸´Ù ´Ê°Ô ¹è¼ÛµÈ °æ¿ì
    4. ¹æ¹®ÆÇ¸Åµî¿¡°üÇѹý·ü Á¦18Á¶¿¡ ÀÇÇÏ¿© ±¤°í¿¡ Ç¥½ÃÇÏ¿©¾ß ÇÒ »çÇ×À» Ç¥½ÃÇÏÁö ¾Æ´ÏÇÑ »óÅ¿¡¼­ ÀÌ¿ëÀÚÀÇ Ã»¾àÀÌ ÀÌ·ç¾îÁø °æ¿ì

    \r\n


    Á¦15Á¶(°³ÀÎÁ¤º¸º¸È£)

    \r\n

    ¨ç \"¸ô\"Àº ÀÌ¿ëÀÚÀÇ Á¤º¸¼öÁý½Ã ±¸¸Å°è¾à ÀÌÇà¿¡ ÇÊ¿äÇÑ ÃÖ¼ÒÇÑÀÇ Á¤º¸¸¦ ¼öÁýÇÕ´Ï´Ù.
     ´ÙÀ½ »çÇ×À» Çʼö»çÇ×À¸·Î ÇÏ¸ç ±× ¿Ü »çÇ×Àº ¼±ÅûçÇ×À¸·Î ÇÕ´Ï´Ù.

    \r\n

    1. ¼º¸í
    2. Áֹεî·Ï¹øÈ£(ȸ¿øÀÇ °æ¿ì)
    3. ÁÖ¼Ò
    4. ÀüÈ­¹øÈ£
    5. Èñ¸ÁID(ȸ¿øÀÇ °æ¿ì)
    6. ºñ¹Ð¹øÈ£(ȸ¿øÀÇ °æ¿ì)

    \r\n

    ¨è \"¸ô\"ÀÌ ÀÌ¿ëÀÚÀÇ °³Àνĺ°ÀÌ °¡´ÉÇÑ °³ÀÎÁ¤º¸¸¦ ¼öÁýÇÏ´Â ¶§¿¡´Â ¹Ýµå½Ã ´çÇØ ÀÌ¿ëÀÚÀÇ µ¿ÀǸ¦ ¹Þ½À´Ï´Ù.

    \r\n

    ¨é Á¦°øµÈ °³ÀÎÁ¤º¸´Â ´çÇØ ÀÌ¿ëÀÚÀÇ µ¿ÀǾøÀÌ ¸ñÀû¿ÜÀÇ ÀÌ¿ëÀ̳ª Á¦3ÀÚ¿¡°Ô Á¦°øÇÒ ¼ö ¾øÀ¸¸ç, ÀÌ¿¡ ´ëÇÑ ¸ðµç Ã¥ÀÓÀº \"¸ô\"ÀÌ Áý´Ï´Ù. ´Ù¸¸, ´ÙÀ½ÀÇ °æ¿ì¿¡´Â ¿¹¿Ü·Î ÇÕ´Ï´Ù.

    \r\n

    1. ¹è¼Û¾÷¹«»ó ¹è¼Û¾÷ü¿¡°Ô ¹è¼Û¿¡ ÇÊ¿äÇÑ ÃÖ¼ÒÇÑÀÇ ÀÌ¿ëÀÚÀÇ Á¤º¸(¼º¸í, ÁÖ¼Ò, ÀüÈ­¹øÈ£)¸¦ ¾Ë·ÁÁÖ´Â °æ¿ì
    2. Åë°èÀÛ¼º, Çмú¿¬±¸ ¶Ç´Â ½ÃÀåÁ¶»ç¸¦ À§ÇÏ¿© ÇÊ¿äÇÑ °æ¿ì·Î¼­ ƯÁ¤ °³ÀÎÀ» ½Äº°ÇÒ ¼ö ¾ø´Â ÇüÅ·ΠÁ¦°øÇÏ´Â °æ¿ì

    \r\n

    ¨ê \"¸ô\"ÀÌ Á¦2Ç×°ú Á¦3Ç׿¡ ÀÇÇØ ÀÌ¿ëÀÚÀÇ µ¿ÀǸ¦ ¹Þ¾Æ¾ß ÇÏ´Â °æ¿ì¿¡´Â °³ÀÎÁ¤º¸°ü¸® Ã¥ÀÓÀÚÀÇ ½Å¿ø(¼Ò¼Ó, ¼º¸í ¹× ÀüÈ­¹øÈ£ ±âŸ ¿¬¶ôó), Á¤º¸ÀÇ ¼öÁý¸ñÀû ¹× ÀÌ¿ë¸ñÀû, Á¦3ÀÚ¿¡ ´ëÇÑ Á¤º¸Á¦°ø°ü·Ã»çÇ×(Á¦°ø¹Þ´ÂÀÚ, Á¦°ø¸ñÀû ¹× Á¦°øÇÒ Á¤º¸ÀÇ ³»¿ë)µî Á¤º¸Åë½Å¸ÁÀÌ¿ëÃËÁøµî¿¡°üÇѹý·ü Á¦16Á¶Á¦3Ç×ÀÌ ±ÔÁ¤ÇÑ »çÇ×À» ¹Ì¸® ¸í½ÃÇϰųª °íÁöÇØ¾ß Çϸç ÀÌ¿ëÀÚ´Â ¾ðÁ¦µçÁö ÀÌ µ¿ÀǸ¦ öȸÇÒ ¼ö ÀÖ½À´Ï´Ù.

    \r\n

    ¨ë ÀÌ¿ëÀÚ´Â ¾ðÁ¦µçÁö \"¸ô\"ÀÌ °¡Áö°í ÀÖ´Â ÀÚ½ÅÀÇ °³ÀÎÁ¤º¸¿¡ ´ëÇØ ¿­¶÷ ¹× ¿À·ùÁ¤Á¤À» ¿ä±¸ÇÒ ¼ö ÀÖÀ¸¸ç \"¸ô\"Àº ÀÌ¿¡ ´ëÇØ Áöü¾øÀÌ ÇÊ¿äÇÑ Á¶Ä¡¸¦ ÃëÇÒ Àǹ«¸¦ Áý´Ï´Ù. ÀÌ¿ëÀÚ°¡ ¿À·ùÀÇ Á¤Á¤À» ¿ä±¸ÇÑ °æ¿ì¿¡´Â \"¸ô\"Àº ±× ¿À·ù¸¦ Á¤Á¤ÇÒ ¶§±îÁö ´çÇØ °³ÀÎÁ¤º¸¸¦ ÀÌ¿ëÇÏÁö ¾Ê½À´Ï´Ù.

    \r\n

    ¨ì \"¸ô\"Àº °³ÀÎÁ¤º¸ º¸È£¸¦ À§ÇÏ¿© °ü¸®ÀÚ¸¦ ÇÑÁ¤ÇÏ¿© ±× ¼ö¸¦ ÃÖ¼ÒÈ­ÇÏ¸ç ½Å¿ëÄ«µå, ÀºÇà°èÁ µîÀ» Æ÷ÇÔÇÑ ÀÌ¿ëÀÚÀÇ °³ÀÎÁ¤º¸ÀÇ ºÐ½Ç, µµ³­, À¯Ãâ, º¯Á¶ µîÀ¸·Î ÀÎÇÑ ÀÌ¿ëÀÚÀÇ ¼ÕÇØ¿¡ ´ëÇÏ¿© ¸ðµç Ã¥ÀÓÀ» Áý´Ï´Ù.

    \r\n

    ¨í \"¸ô\" ¶Ç´Â ±×·ÎºÎÅÍ °³ÀÎÁ¤º¸¸¦ Á¦°ø¹ÞÀº Á¦3ÀÚ´Â °³ÀÎÁ¤º¸ÀÇ ¼öÁý¸ñÀû ¶Ç´Â Á¦°ø¹ÞÀº ¸ñÀûÀ» ´Þ¼ºÇÑ ¶§¿¡´Â ´çÇØ °³ÀÎÁ¤º¸¸¦ Áöü¾øÀÌ ÆÄ±âÇÕ´Ï´Ù.

    \r\n


    Á¦16Á¶(\"¸ô\"ÀÇ Àǹ«)

    \r\n

    ¨ç \"¸ôÀº ¹ý·É°ú ÀÌ ¾à°üÀÌ ±ÝÁöÇϰųª °ø¼­¾ç¼Ó¿¡ ¹ÝÇÏ´Â ÇàÀ§¸¦ ÇÏÁö ¾ÊÀ¸¸ç ÀÌ ¾à°üÀÌ Á¤ÇÏ´Â ¹Ù¿¡ µû¶ó Áö¼ÓÀûÀ̰í, ¾ÈÁ¤ÀûÀ¸·Î ÀçÈ­¡¤¿ë¿ªÀ» Á¦°øÇÏ´Â µ¥ ÃÖ¼±À» ´ÙÇÏ¿©¾ß ÇÕ´Ï´Ù.

    \r\n

    ¨è \"¸ô\"Àº ÀÌ¿ëÀÚ°¡ ¾ÈÀüÇÏ°Ô ÀÎÅÍ³Ý ¼­ºñ½º¸¦ ÀÌ¿ëÇÒ ¼ö ÀÖµµ·Ï ÀÌ¿ëÀÚÀÇ °³ÀÎÁ¤º¸(½Å¿ëÁ¤º¸ Æ÷ÇÔ)º¸È£¸¦ À§ÇÑ º¸¾È ½Ã½ºÅÛÀ» °®Ãß¾î¾ß ÇÕ´Ï´Ù.

    \r\n

    ¨é \"¸ô\"ÀÌ »óǰÀ̳ª ¿ë¿ª¿¡ ´ëÇÏ¿© ¡¸Ç¥½Ã¡¤±¤°íÀǰøÁ¤È­¿¡°üÇѹý·ü¡¹ Á¦3Á¶ ¼ÒÁ¤ÀÇ ºÎ´çÇÑ Ç¥½Ã¡¤±¤°íÇàÀ§¸¦ ÇÔÀ¸·Î½á ÀÌ¿ëÀÚ°¡ ¼ÕÇØ¸¦ ÀÔÀº ¶§¿¡´Â À̸¦ ¹è»óÇÒ Ã¥ÀÓÀ» Áý´Ï´Ù.

    \r\n

    ¨ê \"¸ô\"Àº ÀÌ¿ëÀÚ°¡ ¿øÇÏÁö ¾Ê´Â ¿µ¸®¸ñÀûÀÇ ±¤°í¼º ÀüÀÚ¿ìÆíÀ» ¹ß¼ÛÇÏÁö ¾Ê½À´Ï´Ù.

    \r\n


    Á¦17Á¶( ȸ¿øÀÇ ID ¹× ºñ¹Ð¹øÈ£¿¡ ´ëÇÑ Àǹ«)

    \r\n

    ¨ç Á¦15Á¶ÀÇ °æ¿ì¸¦ Á¦¿ÜÇÑ ID¿Í ºñ¹Ð¹øÈ£¿¡ °üÇÑ °ü¸®Ã¥ÀÓÀº ȸ¿ø¿¡°Ô ÀÖ½À´Ï´Ù.

    \r\n

    ¨è ȸ¿øÀº ÀÚ½ÅÀÇ ID ¹× ºñ¹Ð¹øÈ£¸¦ Á¦3ÀÚ¿¡°Ô ÀÌ¿ëÇÏ°Ô ÇØ¼­´Â ¾ÈµË´Ï´Ù.

    \r\n

    ¨é ȸ¿øÀÌ ÀÚ½ÅÀÇ ID ¹× ºñ¹Ð¹øÈ£¸¦ µµ³­´çÇϰųª Á¦3ÀÚ°¡ »ç¿ëÇϰí ÀÖÀ½À» ÀÎÁöÇÑ °æ¿ì¿¡´Â ¹Ù·Î \"¸ô\"¿¡ Å뺸Çϰí \"¸ô\"ÀÇ ¾È³»°¡ ÀÖ´Â °æ¿ì¿¡´Â ±×¿¡ µû¶ó¾ß ÇÕ´Ï´Ù.

    \r\n


    Á¦18Á¶(ÀÌ¿ëÀÚÀÇ Àǹ«)

    \r\n

    ÀÌ¿ëÀÚ´Â ´ÙÀ½ ÇàÀ§¸¦ ÇÏ¿©¼­´Â ¾ÈµË´Ï´Ù.

    \r\n

    1. ½Åû ¶Ç´Â º¯°æ½Ã ÇãÀ§³»¿ëÀÇ µî·Ï
    2. \"¸ô\"¿¡ °Ô½ÃµÈ Á¤º¸ÀÇ º¯°æ
    3. \"¸ô\"ÀÌ Á¤ÇÑ Á¤º¸ ÀÌ¿ÜÀÇ Á¤º¸(ÄÄÇ»ÅÍ ÇÁ·Î±×·¥ µî)ÀÇ ¼Û½Å ¶Ç´Â °Ô½Ã
    4. \"¸ô\" ±âŸ Á¦3ÀÚÀÇ ÀúÀÛ±Ç µî ÁöÀûÀç»ê±Ç¿¡ ´ëÇÑ Ä§ÇØ
    5. \"¸ô\" ±âŸ Á¦3ÀÚÀÇ ¸í¿¹¸¦ ¼Õ»ó½ÃŰ°Å³ª ¾÷¹«¸¦ ¹æÇØÇÏ´Â ÇàÀ§
    6. ¿Ü¼³ ¶Ç´Â Æø·ÂÀûÀÎ ¸Þ½ÃÁö¡¤È­»ó¡¤À½¼º ±âŸ °ø¼­¾ç¼Ó¿¡ ¹ÝÇÏ´Â Á¤º¸¸¦ ¸ô¿¡ °ø°³ ¶Ç´Â °Ô½ÃÇÏ´Â ÇàÀ§

    \r\n


    Á¦19Á¶(¿¬°á\"¸ô\"°ú ÇÇ¿¬°á\"¸ô\" °£ÀÇ °ü°è)

    \r\n

    ¨ç »óÀ§ \"¸ô\"°ú ÇÏÀ§ \"¸ô\"ÀÌ ÇÏÀÌÆÛ ¸µÅ©(¿¹: ÇÏÀÌÆÛ ¸µÅ©ÀÇ ´ë»ó¿¡´Â ¹®ÀÚ, ±×¸² ¹× µ¿È­»ó µîÀÌ Æ÷ÇÔµÊ)¹æ½Ä µîÀ¸·Î ¿¬°áµÈ °æ¿ì, ÀüÀÚ¸¦ ¿¬°á \"¸ô\"(À¥ »çÀÌÆ®)À̶ó°í Çϰí ÈÄÀÚ¸¦ ÇÇ¿¬°á \"¸ô\"(À¥»çÀÌÆ®)À̶ó°í ÇÕ´Ï´Ù.

    \r\n

    ¨è ¿¬°á \"¸ô\"Àº ÇÇ¿¬°á \"¸ô\"ÀÌ µ¶ÀÚÀûÀ¸·Î Á¦°øÇÏ´Â ÀçÈ­¡¤¿ë¿ª¿¡ ÀÇÇÏ¿© ÀÌ¿ëÀÚ¿Í ÇàÇÏ´Â °Å·¡¿¡ ´ëÇØ¼­ º¸ÁõÃ¥ÀÓÀ»ÁöÁö ¾Ê´Â´Ù´Â ¶æÀ» ¿¬°á \"¸ô\"ÀÇ »çÀÌÆ®¿¡¼­ ¸í½ÃÇÑ °æ¿ì¿¡´Â ±× °Å·¡¿¡ ´ëÇÑ º¸ÁõÃ¥ÀÓÀ»ÁöÁö ¾Ê½À´Ï´Ù.

    \r\n


    Á¦20Á¶(ÀúÀÛ±ÇÀÇ ±Í¼Ó ¹× ÀÌ¿ëÁ¦ÇÑ)

    \r\n

    ¨ç \"¸ô\"ÀÌ ÀÛ¼ºÇÑ ÀúÀÛ¹°¿¡ ´ëÇÑ ÀúÀÛ±Ç ±âŸ ÁöÀûÀç»ê±ÇÀº \"¸ô\"¿¡ ±Í¼ÓÇÕ´Ï´Ù.

    \r\n

    ¨è ÀÌ¿ëÀÚ´Â \"¸ô\"À» ÀÌ¿ëÇÔÀ¸·Î½á ¾òÀº Á¤º¸¸¦ \"¸ô\"ÀÇ »çÀü ½Â³«¾øÀÌ º¹Á¦, ¼Û½Å, ÃâÆÇ, ¹èÆ÷, ¹æ¼Û ±âŸ ¹æ¹ý¿¡ ÀÇÇÏ¿© ¿µ¸®¸ñÀûÀ¸·Î ÀÌ¿ëÇϰųª Á¦3ÀÚ¿¡°Ô ÀÌ¿ëÇÏ°Ô ÇÏ¿©¼­´Â ¾ÈµË´Ï´Ù.

    \r\n


    Á¦21Á¶(ºÐÀïÇØ°á)

    \r\n

    ¨ç \"¸ô\"Àº ÀÌ¿ëÀÚ°¡ Á¦±âÇÏ´Â Á¤´çÇÑ ÀǰßÀ̳ª ºÒ¸¸À» ¹Ý¿µÇÏ°í ±× ÇÇÇØ¸¦ º¸»óó¸®Çϱâ À§ÇÏ¿© ÇÇÇØº¸»ó󸮱ⱸ¸¦ ¼³Ä¡¡¤¿î¿µÇÕ´Ï´Ù.

    \r\n

    ¨è \"¸ô\"Àº ÀÌ¿ëÀڷκÎÅÍ Á¦ÃâµÇ´Â ºÒ¸¸»çÇ× ¹× ÀǰßÀº ¿ì¼±ÀûÀ¸·Î ±× »çÇ×À» ó¸®ÇÕ´Ï´Ù. ´Ù¸¸, ½Å¼ÓÇÑ Ã³¸®°¡ °ï¶õÇÑ °æ¿ì¿¡´Â ÀÌ¿ëÀÚ¿¡°Ô ±× »çÀ¯¿Í ó¸®ÀÏÁ¤À» Áï½Ã Åëº¸ÇØ µå¸³´Ï´Ù.

    \r\n

    ¨é \"¸ô\"°ú ÀÌ¿ëÀÚ°£¿¡ ¹ß»ýÇÑ ºÐÀïÀº ÀüÀÚ°Å·¡±âº»¹ý Á¦28Á¶ ¹× µ¿ ½ÃÇà·É Á¦15Á¶¿¡ ÀÇÇÏ¿© ¼³Ä¡µÈ  ÀüÀÚ°Å·¡ºÐÀïÁ¶Á¤À§¿øÈ¸ÀÇ Á¶Á¤¿¡ µû¸¦ ¼ö ÀÖ½À´Ï´Ù.

    \r\n


    Á¦22Á¶(ÀçÆÇ±Ç ¹× ÁذŹý)

    \r\n

    ¨ç \"¸ô\"°ú ÀÌ¿ëÀÚ°£¿¡ ¹ß»ýÇÑ ÀüÀÚ°Å·¡ ºÐÀï¿¡ °üÇÑ ¼Ò¼ÛÀº ¹Î»ç¼Ò¼Û¹ý»óÀÇ °üÇÒ¹ý¿ø¿¡ Á¦±âÇÕ´Ï´Ù.

    \r\n

    ¨è \"¸ô\"°ú ÀÌ¿ëÀÚ°£¿¡ Á¦±âµÈ ÀüÀÚ°Å·¡ ¼Ò¼Û¿¡´Â Çѱ¹¹ýÀ» Àû¿ëÇÕ´Ï´Ù.

    \r\n

     

    ',0),('information',1,'ÀÌ¿ë¾È³»','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n
     1. ȸ¿øÀÌ½Ã¸é ·Î±×ÀÎÇϽŠÈÄ¿¡ ¼îÇÎÀ» ÇÏ½Ã°í ºñȸ¿øÀÌ½Ã¸é ºñȸ¿ø »óÅ¿¡¼­µµ ¼îÇÎÀÌ °¡´ÉÇÕ´Ï´Ù.
    2. »óǰÀ» ¼±ÅÃÇÏ½Ã°í ¿ìÃøÀÇ ¼ö·®À» È®ÀÎÇϽŠÈÄ Àå¹Ù±¸´Ï¸¦ Ŭ¸¯ÇÏ½Ã¸é µË´Ï´Ù
    3. ´Ù¸¥ »óǰÀ» Ãß°¡ ÁÖ¹®ÇϽ÷Á¸é ¼îÇΰè¼ÓÇϱ⸦ ´©¸¥ ÈÄ °°Àº ¹æ¹ýÀ¸·Î Á¦Ç°À» °è¼ÓÇØ¼­ ¼±ÅÃÇÒ ¼ö
       ÀÖ½À´Ï´Ù.
    4. ±¸¸ÅÇϽ÷Á´Â ǰ¸ñÀ» Àå¹Ù±¸´Ï¿¡ ´Ù ´ãÀ¸¼ÌÀ¸¸é ÇϴܺκÐÀÇ ÁÖ¹®Çϱ⠹öưÀ» Ŭ¸¯ÇϽŠÈÄ ÁÖ¹®¼­¸¦
        ÀÛ¼ºÇÕ´Ï´Ù.
    5. ±¸¸ÅÀÚÁ¤º¸¿Í ¹è¼ÛÀÚÁ¤º¸°¡ °°À¸½Ã¸é ¿ìÃø üũ¹Ú½º¸¦ üũÇÏ½Ã¸é µË´Ï´Ù.
    6. °áÁ¦´Â ½Å¿ëÄ«µå °áÁ¦¸¦ ÇϽðųª ÁÖ¹®¼­ ÀÛ¼º ½Ã ¼±ÅÃÇϽŠÀúÈñ °èÁ·Π¼Û±ÝÇÏ½Ã¸é µÇ¸ç, ¸¸ÀÏ
        ÀԱݿ¹Á¤ÀÚ¿Í ½ÇÁ¦ ÀÔ±ÝÀÚ°¡ ´Ù¸¦ °æ¿ì ¹Ýµå½Ã °Ô½ÃÆÇÀ̳ª ÀüÈ­·Î ÀúÈñ¿¡°Ô È®ÀÎ ½ÃÄÑÁÖ¼Å¾ß Ã³¸®°¡
        »¡¸® µÉ ¼ö ÀÖ½À´Ï´Ù.
    \r\n
     
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n
     Çö±Ý ÀÔ±ÝÀ» ¼±ÅÃÇÑ ÁÖ¹®Àº Çö±ÝÀÔ±ÝÀÌ È®ÀεDZâ Àü¿¡´Â Á÷Á¢ ÁÖ¹®À» Ãë¼ÒÇÏ½Ç ¼ö°¡ ÀÖ½À´Ï´Ù.
    ¸¶À̾ÖÇÃÀÇ ÁÖ¹®³»¿ª¿¡¼­ Á÷Á¢ Ãë¼Ò°¡ °¡´ÉÇÕ´Ï´Ù.±×·¯³ª Çö±ÝÀÔ±ÝÀÌ È®ÀεǾú°Å³ª ½Å¿ëÄ«µå·Î °áÁ¦ÇϽŠÁÖ¹®Àº Á÷Á¢ Ãë¼Ò°¡ ºÒ°¡´ÉÇÕ´Ï´Ù. ÃÖ´ëÇÑ ½Å¼ÓÇÏ°Ô ÀüÈ­³ª °Ô½ÃÆÇÀ¸·Î ¾Ë·Á Áֽøé ÀúÈñ°¡ È®ÀÎ ÈÄ Ãë¼ÒÇØµå¸³´Ï´Ù. ÀÌ ¶§ Çö±ÝÀÔ±ÝÀº ´Ù½Ã ¼Û±ÝÀ» ÇØµå¸®¸ç Ä«µå°áÁ¦ÀÇ °æ¿ì Ä«µå½ÂÀÎÀ» Ãë¼ÒÇØ µå¸³´Ï´Ù.
    ÀÌ¹Ì ¹ß¼ÛµÈ ÁÖ¹®Àº Ãë¼Ò°¡ ºÒ°¡´ÉÇÏ¸ç ¹è¼Û ÈÄ Ãë¼Ò¸¦ ÇϽðíÀÚ ÇϽøé ÀúÈñ¿¡°Ô ¿¬¶ôÀ» ÃëÇÏ½Ã¾î »ó´ã ÈÄ Ã³¸®ÇØ µå¸³´Ï´Ù.
    \r\n
    \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n
     ¹è¼ÛÀº Áö¿ª ¹× ¹è¼Û¹°·®¿¡ µû¶ó Ưº°ÇÑ »ç°í°¡ ¾ø´Â ÇÑ 2ÀÏ¡­4ÀÏÁ¤µµ ¼Ò¿äµË´Ï´Ù.°øÈÞÀÏÀÌ ÀÖ´Â ³¯°ú µµ¼­Áö¹æ¿¡´Â ¾à1¡­2ÀÏÁ¤µµ ´õ ´Ê¾îÁú ¼ö ÀÖ½À´Ï´Ù.
    ¿ìü±¹ Åù踦 ÀÌ¿ëÇÏ¿© ¹è¼ÛÇϰí ÀÖÀ¸¸ç, ¹è¼Û·á´Â ÀúÈñ°¡ ºÎ´ãÇÏ¿© ¹«·áÀÔ´Ï´Ù.
    Á¤¿À(³·12½Ã) ÀÌÀü¿¡ ÀÔ±ÝÈ®ÀÎ(°áÁ¦)µÈ ÁÖ¹®¿¡ ÇÑÇØ ´çÀÏ ¹ß¼ÛÇÔÀ» ¿øÄ¢À¸·Î ÇÕ´Ï´Ù.

    ´Ü, »ç°úÀÇ ½Å¼±µµ À¯Áö¸¦ À§ÇÏ¿© °øÈÞÀÏ ÀÌÀüÀÏ(¿¹, Åä¿äÀÏ)Àº Åùè¹ß¼ÛÀ» ÇÏÁö ¾Ê½À´Ï´Ù. ÀÌ Á¡ À¯³äÇØ Áֽñ⠹ٶø´Ï´Ù.
    \r\n
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n
     ¾ÆÄ§³ó»êÀÇ ¹è¼Û ½Ç¼ö·Î ÀÎÇÑ ±³È¯¿¡ ¼Ò¿äµÇ´Â ¹è¼Ûºñ´Â ¾ÆÄ§³ó»ê¿¡¼­ ºÎ´ãÇÕ´Ï´Ù. °Å·¡Ç°¸ñÀÌ °úÀÏÀ̹ǷΠ¹è¼ÛµÇ¾ú´Ù°¡ ¹Ý¼ÛµÇ´Â °ÍÀº ´Ù½Ã ÆÇ¸Å°¡ ºÒ°¡´ÉÇÕ´Ï´Ù. ±×·¡¼­ ±âº»ÀûÀ¸·Î ¹ÞÀ¸½Å ¹°Ç°¿¡ ÇÏÀÚ°¡ Àְųª ¹è¼Û Áß ÈÑ¼ÕµÈ µÇ¾úÀ» ¶§¸¦ Á¦¿ÜÇÑ °æ¿ì´Â ¹ÝǰÀÌ ºÒ°¡´ÉÇÕ´Ï´Ù. ´Ü, °í°´´ÔÀÇ ºÒ°¡ÇÇÇÑ »çÀ¯·Î ¹ÝǰÀ» ¿øÇÏ½Ç °æ¿ì °Ô½ÃÆÇÀ̳ª ÀüÈ­ µîÀ» ÅëÇÏ¿© ¹Ì¸® ¿¬¶ôÀ» ÁÖ½Ã¸é »ó´ã ÈÄ Ã³¸®ÇØ µå¸³´Ï´Ù.
    ¹°Ç°À» ÀεµÇϽŠÈÄ 2ÀÏ À̳»¿¡ ¹ÝǰÀǻ縦 ¹àÇô ÁÖ¼Å¾ß ÇÕ´Ï´Ù.
    °í°´´ÔÀÇ °³ÀÎÀûÀÎ »çÀ¯·Î ÀÎÇÑ ¹Ýǰ ½Ã ¼Ò¿äµÇ´Â ¿Õº¹ ¹è¼Ûºñ´Â °í°´´Ô ºÎ´ãÀ¸·Î ÇÕ´Ï´Ù.

    \r\n
     
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n
     ÁÖ¹®¼­ ÀÛ¼º½Ã ¼±ÅÃÇÑ ÀºÇàÀ¸·Î ÀÎÅͳݹðÅ·, Æù¹ðÅ·, ¹«ÅëÀåÀÔ±Ý, °èÁÂÀÌü µîÀÇ ¹æ¹ýÀ¸·Î ¿Â¶óÀÎ ÀÔ±ÝÇØÁÖ½Ã¸é µË´Ï´Ù.

            ³óÇù : 711045-51-026082  ¿¹±ÝÁÖ [¾ÆÄ§¿µ³óÁ¶ÇÕ¹ýÀÎ]
    \r\n
     
    \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n
     ¢ºÈ¸¿ø°¡ÀÔ- ȸ¿ø´ÔÀÇ ±âº»Á¤º¸(¾ÆÀ̵ð, ºñ¹Ð¹øÈ£, ¼ºÇÔ, Áֹεî·Ï¹øÈ£, ÁÖ¼Ò, À̸ÞÀÏÁÖ¼Ò µî)¸¦ ÀÔ·ÂÇϽÃ
       °í ¾à°ü¿¡ µ¿ÀÇÇϽŠÈÄ È®ÀÎÇϸé \'¾ÆÄ§³ó»ê\'ÀÇ È¸¿øÀ¸·Î °¡ÀÔ µË´Ï´Ù.
    - °í°´¿©·¯ºÐÀÇ ÆíÀǸ¦ µµ¸ðÇϱâ À§Çؼ­ ºñȸ¿øµµ »óǰÀ» ±¸¸ÅÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.

    ¢º ȸ¿ø Á¤º¸ ¼öÁ¤Çϱâ
    - ȸ¿ø´ÔÀÇ Á¤º¸ º¯°æ ½Ã ¹Ýµå½Ã º»ÀÎÀÌ ¼öÁ¤ÇÏ¿© ÁֽʽÿÀ.
    - È¸¿øÁ¤º¸º¯°æ ¸Þ´º¿¡¼­ º¯°æÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.
    - ȸ¿ø Å»ÅðÀÇ °æ¿ì Å»Åð¿äû¶õÀ» ÅëÇØ Å»Å𸦠½ÅûÇϽøé È®ÀÎ ÈÄ È¸¿øÁ¤º¸¸¦ »èÁ¦Ã³¸® ÇÕ´Ï´Ù.

    ¢º ºñ¹Ð¹øÈ£ º¯°æÇϱâ
    - ºñ¹Ð¹øÈ£¸¦ º¯°æÇϰíÀÚ ÇÏ½Ç ¶§¿¡´Â ·Î±×ÀÎÈÄ Á¤º¸º¯°æ ¸Þ´º¿¡¼­ ºñ¹Ð¹øÈ£¸¦ º¯°æÇÏ½Ç ¼ö ÀÖ½À´Ï´Ù.
    - ºñ¹Ð¹øÈ£´Â º¸¾È»óÀÇ ÀÌÀ¯·Î ¼ö½Ã·Î º¯°æÇØÁֽñ⠹ٶø´Ï´Ù. Àý´ë ŸÀο¡°Ô ´©¼³ÇÏÁö ¸¶½Ê½Ã¿À.
      °ü¸® ¼ÒȦ·Î ÀÎÇÑ ºñ¹Ð¹øÈ£ À¯Ãâ ÇÇÇØ¿¡ µû¸¥ Ã¥ÀÓÀ» ÁöÁö ¾Ê½À´Ï´Ù.

    ¢º °³ÀÎÁ¤º¸ °ü¸®
    - °³ÀÎÁ¤º¸, ÁöºÒÁ¤º¸ µîÀº ¾ÆÄ§³ó»êÀÇ °ü¸®½Ã½ºÅÛ¿¡ ÀÇÇÏ¿© º¸È£µÇ¸ç, º»ÀÎÀÇ Çã°¡ ¾øÀÌ´Â ¿ÜºÎ·Î À¯ÃâµÇÁö
      ¾Ê½À´Ï´Ù. ¸ðµç ½Å»óÁ¤º¸´Â ¾ÏȣȭµÇ¾î µ¥ÀÌÅͺ£À̽º¿¡ ÀúÀåÀÌ µÇ¹Ç·Î ¾ÆÄ§³ó»êÀÌ ÁöÁ¤ÇÑ °³ÀÎÁ¤º¸ Ã¥ÀÓÀÚ
      ¿Ü¿¡´Â ¿­¶÷ÇÒ ¼ö ¾ø½À´Ï´Ù.
    \r\n
     
    \r\n\r\n\r\n\r\n\r\n\r\n
    \r\n\r\n\r\n\r\n\r\n
     È¸¿øÀÚ°ÝÀ¸·Î »ç°ú¸¦ ±¸¸ÅÇϽøé ǰ¸ñ¿¡ µû¶ó ÀÏÁ¤¾×ÀÇ Àû¸³±ÝÀÌ Áö±ÞµË´Ï´Ù.Áö±ÞµÈ Àû¸³±ÝÀº ÀÌ ÈÄ ÁÖ¹®¿¡ Çö±Ý°ú °°Àº ´ÜÀ§·Î ÀÚÀ¯·Ó°Ô »ç¿ëÇÏ½Ç ¼ö ÀÖÀ¸¸ç Çö±ÝÀ¸·Î Áö±ÞµÇÁö´Â ¾Ê½À´Ï´Ù. ±×·¯³ª »ç¿ë±âÇÑÀÌ ¾ø¾î »ç¿ëÇϽÃÁö ¾Ê´Â ÇÑ ¼ÒÁøµÇÁö ¾Ê½À´Ï´Ù.
    ÄíÆùÀº ȸ¿ø°¡ÀÔ, À̺¥Æ® µîÀ¸·Î ȸ¿ø´Ô¿¡°Ô Áö±ÞÀÌ µÇ¸ç ÇÒÀÎ, »çÀºÇ°µî ´Ù¾çÇÑ Á¾·ù°¡ ÀÖ½À´Ï´Ù. ´ëºÎºÐÀÇ °æ¿ì »ç¿ë±âÇÑÀÌ Á¤ÇØÁ® ÀÖ¾î ±× ±âÇÑ ³»¿¡ »ç¿ëÀ» ÇÏ¼Å¾ß À¯È¿ÇÕ´Ï´Ù.
    ÀÚ½ÅÀÇ Àû¸³±Ý°ú ÄíÆù »ó¼¼ ³»¿ªÀº ¸¶ÀÌÆäÀÌÁö¿¡¼­ Ç×»ó È®ÀÎÇÏ½Ç ¼ö°¡ ÀÖ½À´Ï´Ù.
    ',0),('applestory',1,'¾ÆÄ§³ó»êÀÇ »ç°úÀ̾߱â','

    »ç°ú

    ',0),('company2',1,'û¼Û»ç°úÀ̾߱â','

    ',0),('company3',1,'¿À½Ã´Â ±æ','

    ',0); /*!40000 ALTER TABLE `yc4_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_default` -- DROP TABLE IF EXISTS `yc4_default`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_default` ( `de_admin_company_owner` varchar(255) NOT NULL default '', `de_admin_company_name` varchar(255) NOT NULL default '', `de_admin_company_saupja_no` varchar(255) NOT NULL default '', `de_admin_company_tel` varchar(255) NOT NULL default '', `de_admin_company_fax` varchar(255) NOT NULL default '', `de_admin_tongsin_no` varchar(255) NOT NULL default '', `de_admin_company_zip` varchar(255) NOT NULL default '', `de_admin_company_addr` varchar(255) NOT NULL default '', `de_admin_info_name` varchar(255) NOT NULL default '', `de_admin_info_email` varchar(255) NOT NULL default '', `de_type1_list_use` int(11) NOT NULL default '0', `de_type1_list_skin` varchar(255) NOT NULL default '', `de_type1_list_mod` int(11) NOT NULL default '0', `de_type1_list_row` int(11) NOT NULL default '0', `de_type1_img_width` int(11) NOT NULL default '0', `de_type1_img_height` int(11) NOT NULL default '0', `de_type2_list_use` int(11) NOT NULL default '0', `de_type2_list_skin` varchar(255) NOT NULL default '', `de_type2_list_mod` int(11) NOT NULL default '0', `de_type2_list_row` int(11) NOT NULL default '0', `de_type2_img_width` int(11) NOT NULL default '0', `de_type2_img_height` int(11) NOT NULL default '0', `de_type3_list_use` int(11) NOT NULL default '0', `de_type3_list_skin` varchar(255) NOT NULL default '', `de_type3_list_mod` int(11) NOT NULL default '0', `de_type3_list_row` int(11) NOT NULL default '0', `de_type3_img_width` int(11) NOT NULL default '0', `de_type3_img_height` int(11) NOT NULL default '0', `de_type4_list_use` int(11) NOT NULL default '0', `de_type4_list_skin` varchar(255) NOT NULL default '', `de_type4_list_mod` int(11) NOT NULL default '0', `de_type4_list_row` int(11) NOT NULL default '0', `de_type4_img_width` int(11) NOT NULL default '0', `de_type4_img_height` int(11) NOT NULL default '0', `de_type5_list_use` int(11) NOT NULL default '0', `de_type5_list_skin` varchar(255) NOT NULL default '', `de_type5_list_mod` int(11) NOT NULL default '0', `de_type5_list_row` int(11) NOT NULL default '0', `de_type5_img_width` int(11) NOT NULL default '0', `de_type5_img_height` int(11) NOT NULL default '0', `de_rel_list_mod` int(11) NOT NULL default '0', `de_rel_img_width` int(11) NOT NULL default '0', `de_rel_img_height` int(11) NOT NULL default '0', `de_bank_use` int(11) NOT NULL default '0', `de_bank_account` text NOT NULL, `de_card_test` int(11) NOT NULL default '0', `de_card_use` int(11) NOT NULL default '0', `de_card_point` int(11) NOT NULL default '0', `de_card_pg` varchar(255) NOT NULL default '', `de_card_max_amount` int(11) NOT NULL default '0', `de_banktown_mid` varchar(255) NOT NULL default '', `de_banktown_auth_key` varchar(255) NOT NULL default '', `de_telec_mid` varchar(255) NOT NULL default '', `de_point_settle` int(11) NOT NULL default '0', `de_level_sell` int(11) NOT NULL default '0', `de_send_cost_case` varchar(255) NOT NULL default '', `de_send_cost_limit` varchar(255) NOT NULL default '', `de_send_cost_list` varchar(255) NOT NULL default '', `de_hope_date_use` int(11) NOT NULL default '0', `de_hope_date_after` int(11) NOT NULL default '0', `de_baesong_content` text NOT NULL, `de_change_content` text NOT NULL, `de_point_days` int(11) NOT NULL default '0', `de_simg_width` int(11) NOT NULL default '0', `de_simg_height` int(11) NOT NULL default '0', `de_mimg_width` int(11) NOT NULL default '0', `de_mimg_height` int(11) NOT NULL default '0', `de_scroll_banner_use` tinyint(4) NOT NULL default '0', `de_cart_skin` varchar(255) NOT NULL default '', `de_register` varchar(255) NOT NULL default '', `de_sms_cont1` varchar(255) NOT NULL default '', `de_sms_cont2` varchar(255) NOT NULL default '', `de_sms_cont3` varchar(255) NOT NULL default '', `de_sms_cont4` varchar(255) NOT NULL default '', `de_sms_use1` tinyint(4) NOT NULL default '0', `de_sms_use2` tinyint(4) NOT NULL default '0', `de_sms_use3` tinyint(4) NOT NULL default '0', `de_sms_use4` tinyint(4) NOT NULL default '0', `de_xonda_id` varchar(255) NOT NULL default '', `de_sms_hp` varchar(255) NOT NULL default '', `de_inicis_mid` varchar(255) NOT NULL default '', `de_inicis_passwd` varchar(255) NOT NULL default '', `de_dacom_mid` varchar(255) NOT NULL default '', `de_dacom_test` tinyint(4) NOT NULL default '0', `de_dacom_mertkey` varchar(255) NOT NULL default '0', `de_allthegate_mid` varchar(255) NOT NULL default '', `de_kcp_mid` varchar(255) NOT NULL default '', `de_iche_use` tinyint(4) NOT NULL default '0', `de_allat_partner_id` varchar(255) NOT NULL default '', `de_allat_prefix` varchar(255) NOT NULL default '', `de_allat_formkey` varchar(255) NOT NULL default '', `de_allat_crosskey` varchar(255) NOT NULL default '', `de_tgcorp_mxid` varchar(255) NOT NULL default '', `de_tgcorp_mxotp` varchar(255) NOT NULL default '', `de_kspay_id` varchar(255) NOT NULL default '', `de_item_ps_use` tinyint(4) NOT NULL default '0', `de_code_dup_use` tinyint(4) NOT NULL default '0', `de_point_per` tinyint(4) NOT NULL default '0', `de_admin_buga_no` varchar(255) NOT NULL default '', `de_different_msg` tinyint(4) NOT NULL default '0', `de_sms_use` varchar(255) NOT NULL default '', `de_icode_id` varchar(255) NOT NULL default '', `de_icode_pw` varchar(255) NOT NULL default '', `de_icode_server_ip` varchar(255) NOT NULL default '', `de_icode_server_port` varchar(255) NOT NULL default '', `de_kcp_site_key` varchar(255) NOT NULL default '', `de_vbank_use` varchar(255) NOT NULL default '', `de_taxsave_use` tinyint(4) NOT NULL default '0' ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_default` -- LOCK TABLES `yc4_default` WRITE; /*!40000 ALTER TABLE `yc4_default` DISABLE KEYS */; INSERT INTO `yc4_default` VALUES ('³²±âö','¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ','508-81-20324','054-872-1900','054-872-1930','2008-°æºÏû¼Û-25','763-861','°æºÏû¼Û±º¾È´ö¸é °¨Àº¸® 400¹øÁö','³²±âö','ydhplus@naver.com',1,'maintype10.inc.php',3,1,145,145,1,'maintype30.inc.php',3,2,145,145,0,'maintype30.inc.php',1,3,120,120,1,'maintype11.inc.php',3,5,150,150,0,'maintype50.inc.php',3,1,120,120,4,120,120,1,'³óÇù 711045-51-026082 ¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ',0,1,1,'dacom',1000,'','','',10000,1,'¾øÀ½','','',0,2,'\"\"','±³È¯/¹Ýǰ ³»¿ëÀ» ÀÔ·ÂÇϽʽÿÀ.',7,120,120,200,200,0,'','87151509455e0795','{À̸§}´ÔÀÇ È¸¿ø°¡ÀÔÀ» ÃàÇϵ帳´Ï´Ù.\r\nID:{ȸ¿ø¾ÆÀ̵ð}\r\n{ȸ»ç¸í}','{À̸§}´Ô²²¼­ ÁÖ¹®Çϼ̽À´Ï´Ù.\r\n{ÁÖ¹®¹øÈ£}\r\n{ÁÖ¹®±Ý¾×}¿ø\r\n{ȸ»ç¸í}','{À̸§}´Ô ÀÔ±Ý °¨»çÇÕ´Ï´Ù.\r\n{ÀԱݾ×}¿ø\r\nÁÖ¹®¹øÈ£:\r\n{ÁÖ¹®¹øÈ£}\r\n{ȸ»ç¸í}','{À̸§}´Ô ¹è¼ÛÇÕ´Ï´Ù.\r\nÅùè:{Åùèȸ»ç}\r\n¿î¼ÛÀå¹øÈ£:\r\n{¿î¼ÛÀå¹øÈ£}\r\n{ȸ»ç¸í}',1,1,1,0,'','0118160939','','','si_achim',0,'99eb24055a3dcae5f7ec328fc1e93d81','','T0000',1,'','','','','','','',1,1,5,'',0,'icode','sir_achim','010107',' 211.172.232.124','7295','','0',1); /*!40000 ALTER TABLE `yc4_default` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_delivery` -- DROP TABLE IF EXISTS `yc4_delivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_delivery` ( `dl_id` int(11) NOT NULL auto_increment, `dl_company` varchar(255) NOT NULL default '', `dl_url` varchar(255) NOT NULL default '', `dl_tel` varchar(255) NOT NULL default '', `dl_order` int(11) NOT NULL default '0', PRIMARY KEY (`dl_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_delivery` -- LOCK TABLES `yc4_delivery` WRITE; /*!40000 ALTER TABLE `yc4_delivery` DISABLE KEYS */; INSERT INTO `yc4_delivery` VALUES (1,'cjÅùè','http://www.cjgls.co.kr/kor/index_red.asp','',50); /*!40000 ALTER TABLE `yc4_delivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_event` -- DROP TABLE IF EXISTS `yc4_event`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_event` ( `ev_id` int(11) NOT NULL auto_increment, `it_group` int(11) NOT NULL default '0', `ev_skin` varchar(255) NOT NULL default '', `ev_img_width` int(11) NOT NULL default '0', `ev_img_height` int(11) NOT NULL default '0', `ev_list_mod` int(11) NOT NULL default '0', `ev_list_row` int(11) NOT NULL default '0', `ev_subject` varchar(255) NOT NULL default '', `ev_head_html` text NOT NULL, `ev_tail_html` text NOT NULL, `ev_use` tinyint(4) NOT NULL default '0', PRIMARY KEY (`ev_id`) ) ENGINE=MyISAM AUTO_INCREMENT=1232157062 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_event` -- LOCK TABLES `yc4_event` WRITE; /*!40000 ALTER TABLE `yc4_event` DISABLE KEYS */; INSERT INTO `yc4_event` VALUES (1232157061,0,'list.skin.10.php',120,120,4,5,'¼³¸ÂÀÌ ÇÒÀÎÇà»ç','¼³¸ÂÀÌ 15%ÇÒÀÎÇà»ç

    1¿ù 17ÀÏ ~ 1¿ù 21ÀÏ ±îÁö ¼±¹°¿ë»ç°ú,Á¦¼ö¿ë»ç°ú

    ÇÒÀÎÇà»çÇÕ´Ï´Ù
    ','',0); /*!40000 ALTER TABLE `yc4_event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_event_item` -- DROP TABLE IF EXISTS `yc4_event_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_event_item` ( `ev_id` int(11) NOT NULL default '0', `it_id` varchar(10) NOT NULL default '', PRIMARY KEY (`ev_id`,`it_id`), KEY `it_id` (`it_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_event_item` -- LOCK TABLES `yc4_event_item` WRITE; /*!40000 ALTER TABLE `yc4_event_item` DISABLE KEYS */; /*!40000 ALTER TABLE `yc4_event_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_faq` -- DROP TABLE IF EXISTS `yc4_faq`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_faq` ( `fa_id` int(11) NOT NULL auto_increment, `fm_id` int(11) NOT NULL default '0', `fa_subject` text NOT NULL, `fa_content` text NOT NULL, `fa_order` int(11) NOT NULL default '0', PRIMARY KEY (`fa_id`), KEY `fm_id` (`fm_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_faq` -- LOCK TABLES `yc4_faq` WRITE; /*!40000 ALTER TABLE `yc4_faq` DISABLE KEYS */; /*!40000 ALTER TABLE `yc4_faq` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_faq_master` -- DROP TABLE IF EXISTS `yc4_faq_master`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_faq_master` ( `fm_id` int(11) NOT NULL auto_increment, `fm_subject` varchar(255) NOT NULL default '', `fm_head_html` text NOT NULL, `fm_tail_html` text NOT NULL, `fm_order` int(11) NOT NULL default '0', PRIMARY KEY (`fm_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_faq_master` -- LOCK TABLES `yc4_faq_master` WRITE; /*!40000 ALTER TABLE `yc4_faq_master` DISABLE KEYS */; INSERT INTO `yc4_faq_master` VALUES (1,'ÀÚÁÖÇϽô Áú¹®','','',0); /*!40000 ALTER TABLE `yc4_faq_master` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_item` -- DROP TABLE IF EXISTS `yc4_item`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_item` ( `it_id` varchar(10) NOT NULL default '', `ca_id` varchar(10) NOT NULL default '0', `ca_id2` varchar(255) NOT NULL default '', `ca_id3` varchar(255) NOT NULL default '', `it_name` varchar(255) NOT NULL default '', `it_gallery` tinyint(4) NOT NULL default '0', `it_maker` varchar(255) NOT NULL default '', `it_origin` varchar(255) NOT NULL default '', `it_opt1_subject` varchar(255) NOT NULL default '', `it_opt2_subject` varchar(255) NOT NULL default '', `it_opt3_subject` varchar(255) NOT NULL default '', `it_opt4_subject` varchar(255) NOT NULL default '', `it_opt5_subject` varchar(255) NOT NULL default '', `it_opt6_subject` varchar(255) NOT NULL default '', `it_opt1` text NOT NULL, `it_opt2` text NOT NULL, `it_opt3` text NOT NULL, `it_opt4` text NOT NULL, `it_opt5` text NOT NULL, `it_opt6` text NOT NULL, `it_type1` tinyint(4) NOT NULL default '0', `it_type2` tinyint(4) NOT NULL default '0', `it_type3` tinyint(4) NOT NULL default '0', `it_type4` tinyint(4) NOT NULL default '0', `it_type5` tinyint(4) NOT NULL default '0', `it_basic` text NOT NULL, `it_explan` mediumtext NOT NULL, `it_explan_html` tinyint(4) NOT NULL default '0', `it_cust_amount` int(11) NOT NULL default '0', `it_amount` int(11) NOT NULL default '0', `it_amount2` int(11) NOT NULL default '0', `it_amount3` int(11) NOT NULL default '0', `it_point` int(11) NOT NULL default '0', `it_sell_email` varchar(255) NOT NULL default '', `it_use` tinyint(4) NOT NULL default '0', `it_stock_qty` int(11) NOT NULL default '0', `it_head_html` text NOT NULL, `it_tail_html` text NOT NULL, `it_hit` int(11) NOT NULL default '0', `it_time` datetime NOT NULL default '0000-00-00 00:00:00', `it_ip` varchar(25) NOT NULL default '', `it_order` int(11) NOT NULL default '0', `it_tel_inq` tinyint(4) NOT NULL default '0', PRIMARY KEY (`it_id`), KEY `ca_id` (`ca_id`), KEY `it_name` (`it_name`), KEY `it_order` (`it_order`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_item` -- LOCK TABLES `yc4_item` WRITE; /*!40000 ALTER TABLE `yc4_item` DISABLE KEYS */; INSERT INTO `yc4_item` VALUES ('b002','20','','','ÀÚ¿¬¿¡»ç°ú 10kg 30~33°ú(¼±¹°¿ë)',0,'','û¼Û ¾ÆÄ§³ó»ê','ǰÁ¾','Áß·®','°ú¼ö','¹è¼Û','','','ºÎ»ç','10kg','30~33³»(¼±¹°¿ë)','¹«·á¹è¼Û','','',0,1,0,1,0,'','\"\"',1,0,50000,50000,0,0,'',1,1000,'','',553,'2010-10-28 12:24:36','220.94.103.154',0,0),('a002','10','','','ÀÚ¿¬¿¡»ç°ú 5kg 14~16°ú(¼±¹°¿ë)',0,'','û¼Û ¾ÆÄ§³ó»ê','ǰÁ¾','Áß·®','°ú¼ö','¹è¼Û','','','ºÎ»ç','5kg','14~15³» (¼±¹°¿ë)','¹«·á¹è¼Û','','',1,0,0,1,1,'','\"\"',1,0,35000,35000,0,0,'',1,1000,'','',756,'2010-10-28 12:21:46','220.94.103.154',0,0),('a001','10','','','ÀÚ¿¬¿¡»ç°ú 5kg 13³»',0,'','û¼Û ¾ÆÄ§³ó»ê','ǰÁ¾','Áß·®','°ú¼ö','¹è¼Û','','','ºÎ»ç','5kg','13 ³»','¹«·á¹è¼Û','','',1,0,0,1,1,'','\"\"',1,0,0,0,0,0,'',0,0,'','',554,'2010-01-29 15:27:07','220.94.103.154',0,0),('b001','20','','','ÀÚ¿¬¿¡»ç°ú 10kg 24~26°ú',0,'','û¼Û ¾ÆÄ§³ó»ê','ǰÁ¾','Áß·®','°ú¼ö','¹è¼Û','','','ºÎ»ç','10kg','28~30³»','¹«·á¹è¼Û','','',0,1,0,1,1,'','\"\"',1,0,0,0,0,0,'',0,0,'','',386,'2009-11-09 14:41:11','220.94.103.154',0,0),('b003','20','','','ÀÚ¿¬¿¡»ç°ú 10kg 36~39°ú',0,'','û¼Û ¾ÆÄ§³ó»ê','ǰÁ¾','Áß·®','°ú¼ö','¹è¼Û','','','ºÎ»ç','10kg','36~39³»','¹«·á¹è¼Û','','',0,1,0,1,0,'','\"\"',1,0,40000,40000,0,0,'',1,1000,'','',380,'2010-10-20 16:37:36','220.94.103.154',0,0),('b004','20','','','ÀÚ¿¬¿¡»ç°ú 10kg 42~46°ú',0,'','û¼Û ¾ÆÄ§³ó»ê','ǰÁ¾','Áß·®','°ú¼ö','¹è¼Û','','','ºÎ»ç','10kg','42~46³»','¹«·á¹è¼Û','','',0,1,0,1,0,'','\"\"',1,0,35000,35000,0,0,'',1,999,'','',399,'2010-10-28 12:16:56','220.94.103.154',0,0),('b005','20','','','ÀÚ¿¬¿¡»ç°ú 10kg 49~52°ú(°¡Á¤¿ëÀÛÀºÅ©±â)',0,'','û¼Û ¾ÆÄ§³ó»ê','ǰÁ¾','Áß·®','°ú¼ö','¹è¼Û','','','ºÎ»ç','10kg','49~52³»(°¡Á¤¿ë ÀÛÀºÅ©±â)','¹«·á¹è¼Û','','',1,1,0,1,0,'','\"\"',1,0,28000,28000,0,0,'',1,990,'','',477,'2010-11-11 14:26:16','220.94.103.154',0,0),('c001','30','','','ÀÚ¿¬¿¡ Á꽺',0,'','û¼Û ¾ÆÄ§³ó»ê','ǰÁ¾','¹è¼Û','','','','','ºÎ»ç','¹«·á¹è¼Û','','','','',1,0,0,1,0,'','\"\"',1,0,25000,25000,0,0,'',0,0,'','',228,'2009-01-06 15:57:48','58.234.158.227',0,0); /*!40000 ALTER TABLE `yc4_item` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_item_ps` -- DROP TABLE IF EXISTS `yc4_item_ps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_item_ps` ( `is_id` int(11) NOT NULL auto_increment, `it_id` varchar(10) NOT NULL default '0', `mb_id` varchar(20) NOT NULL default '', `is_name` varchar(255) NOT NULL default '', `is_password` varchar(255) NOT NULL default '', `is_score` tinyint(4) NOT NULL default '0', `is_subject` varchar(255) NOT NULL default '', `is_content` text NOT NULL, `is_time` datetime NOT NULL default '0000-00-00 00:00:00', `is_ip` varchar(25) NOT NULL default '', `is_confirm` tinyint(4) NOT NULL default '0', PRIMARY KEY (`is_id`), KEY `index1` (`it_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_item_ps` -- LOCK TABLES `yc4_item_ps` WRITE; /*!40000 ALTER TABLE `yc4_item_ps` DISABLE KEYS */; /*!40000 ALTER TABLE `yc4_item_ps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_item_qa` -- DROP TABLE IF EXISTS `yc4_item_qa`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_item_qa` ( `iq_id` int(11) NOT NULL auto_increment, `it_id` varchar(10) NOT NULL default '', `mb_id` varchar(20) NOT NULL default '', `iq_name` varchar(255) NOT NULL default '', `iq_password` varchar(255) NOT NULL default '', `iq_subject` varchar(255) NOT NULL default '', `iq_question` text NOT NULL, `iq_answer` text NOT NULL, `iq_time` datetime NOT NULL default '0000-00-00 00:00:00', `iq_ip` varchar(25) NOT NULL default '', PRIMARY KEY (`iq_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_item_qa` -- LOCK TABLES `yc4_item_qa` WRITE; /*!40000 ALTER TABLE `yc4_item_qa` DISABLE KEYS */; /*!40000 ALTER TABLE `yc4_item_qa` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_item_relation` -- DROP TABLE IF EXISTS `yc4_item_relation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_item_relation` ( `it_id` varchar(10) NOT NULL default '', `it_id2` varchar(10) NOT NULL default '', PRIMARY KEY (`it_id`,`it_id2`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_item_relation` -- LOCK TABLES `yc4_item_relation` WRITE; /*!40000 ALTER TABLE `yc4_item_relation` DISABLE KEYS */; /*!40000 ALTER TABLE `yc4_item_relation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_new_win` -- DROP TABLE IF EXISTS `yc4_new_win`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_new_win` ( `nw_id` int(11) NOT NULL auto_increment, `nw_begin_time` datetime NOT NULL default '0000-00-00 00:00:00', `nw_end_time` datetime NOT NULL default '0000-00-00 00:00:00', `nw_disable_hours` int(11) NOT NULL default '0', `nw_left` int(11) NOT NULL default '0', `nw_top` int(11) NOT NULL default '0', `nw_height` int(11) NOT NULL default '0', `nw_width` int(11) NOT NULL default '0', `nw_subject` text NOT NULL, `nw_content` text NOT NULL, `nw_content_html` tinyint(4) NOT NULL default '0', PRIMARY KEY (`nw_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_new_win` -- LOCK TABLES `yc4_new_win` WRITE; /*!40000 ALTER TABLE `yc4_new_win` DISABLE KEYS */; INSERT INTO `yc4_new_win` VALUES (1,'2009-10-28 00:00:00','2009-11-04 23:59:59',24,10,10,634,480,'¼³¸ÂÀÌ ÇÒÀÎÇà»ç','

    \"\"

    ',1),(2,'2010-10-28 00:00:00','2010-11-04 23:59:59',24,10,10,400,350,'û¼Û²Ü»ç°ú','

             
         
    û¼Û ²Ü»ç°ú ÆÇ¸Å!!!!
     
                
    °« ¼öÈ®ÇÑ ¸ÀÀִ û¼Û²Ü»ç°ú

    (ºÎ»ç.¹Ì½Ã¸¶)
     
    ÆÇ¸ÅÇÕ´Ï´Ù
    .

                    

    ',1),(3,'2010-10-28 00:00:00','2010-10-30 00:00:00',24,10,10,550,500,'û¼Û»ç°úÃàü','      \"dz¼ºÇÑ    
    \"\"  \r\n

      »êÀÚ¼ö·ÁÇÑ Ã»Á¤Áö¿ª¿¡¼­ »ý»êµÈ û¼Û»ç°úÀÇ ¿ì¼ö¼ºÀ» ´ë³»¿Ü¿¡ ³Î¸® È«º¸ÇÔÀ¸·Î½á Â÷º°È­µÈ
      û¼Û ģȯ°æ »ç°úÀÇ À̹ÌÁö¸¦ ºÎ°¢½ÃÄÑ »ç°ú »ý»ê³ó°¡ÀÇ ¼ÒµæÇâ»óÀ» ±âÇϰí, dz¼ºÇÑ ¼öÈ®ÀÇ
      ±â»ÝÀ» »ý»êÀÚ ¼ÒºñÀÚ°¡ ÇÔ²²ÇÏ´Â ÇѸ¶´çÃàÁ¦·Î ½ÂÈ­ ¹ßÀü½Ã۰íÀÚ Ã»¼Û »ç°úÃàÁ¦¸¦ °³ÃÖ

    2010û¼Û»ç°úÃàÁ¦

    \r\n

      ÃàÁ¦¼Ò°³

    \r\n
    \r\n

      ±â°£ : 2010. 10. 29(±Ý) ~ 10. 31(ÀÏ) (3Àϰ£)

    \r\n

      Àå¼Ò : û¼Û»ç°ú°ø¿ø,¹Î¼Ó¹Ú¹°°ü ÀÏ¿ø

    ',1); /*!40000 ALTER TABLE `yc4_new_win` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_on_uid` -- DROP TABLE IF EXISTS `yc4_on_uid`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_on_uid` ( `on_id` int(11) NOT NULL auto_increment, `on_uid` varchar(32) NOT NULL default '', `on_datetime` datetime NOT NULL default '0000-00-00 00:00:00', `session_id` varchar(32) NOT NULL default '', PRIMARY KEY (`on_id`), UNIQUE KEY `on_uid` (`on_uid`) ) ENGINE=MyISAM AUTO_INCREMENT=32474 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_on_uid` -- LOCK TABLES `yc4_on_uid` WRITE; /*!40000 ALTER TABLE `yc4_on_uid` DISABLE KEYS */; INSERT INTO `yc4_on_uid` VALUES (32471,'2f8ad0a8b0f357680b14408c30c53a11','2010-11-24 23:53:53','fb89800a702a5bbe70ca6b0d8176e043'),(32470,'1ba2e3e63336e31e2474cac0fd74bb40','2010-11-24 23:24:11','9c088ec37f09b669be50f3522330cacd'),(32469,'fc6515df8b8222ae9cdf71b55a021935','2010-11-24 23:05:09','dd9292e76196e42a34be7083fa6bca1e'),(32468,'05fcd4cd897496a3adb59e6d0ec7e9dc','2010-11-24 22:18:50','cf54c878395a70ad480505dfae4fff45'),(32467,'6d6072ea730f062537e458a1e7d47e78','2010-11-24 22:09:54','ce29af784f1653dcbeae1b514f038172'),(32466,'031a0d8b9f7e04e38eb55af2ca1550bd','2010-11-24 22:00:31','d7b1a8c91e8eac31499b6d75f8037779'),(32465,'0fd4fa8a47ec557c40cbbd0273d5083b','2010-11-24 21:56:34','abc086cedb0f8584f5829cf37231013a'),(32464,'0c9fd755f1e941587cabab631a81f89e','2010-11-24 21:35:31','511f50f6213b14e355256e8e2efb232b'),(32463,'17de7eb570312f4c297dc23606a0fedf','2010-11-24 21:08:46','3921c1206aad7787ba86dfb132715ea6'),(32462,'899e0b68a9c29f71e128a380cbb0c64e','2010-11-24 20:50:56','b4f62822ad48b03130bf24de76e18a91'),(32461,'78853ecbfdcbfed58ed8483bf205990b','2010-11-24 20:21:33','3759e012bba9ad0c4458070a406a4b70'),(32460,'f1cc3b90f5460d50d5200128a455979d','2010-11-24 19:49:56','d21e803a075e9506b9a9beba7b284352'),(32459,'2ae659bde981b0ad9c0f24835a8d1232','2010-11-24 19:18:35','8f6f149b5fafd86fd766a2d52aa03c7e'),(32458,'eebbd2ae6d87afe662cc8c922cc35ecf','2010-11-24 18:59:33','a4694bca9e40cdc53273cea7ba17c009'),(32457,'288da4070b563521170fcaa92e24bbfb','2010-11-24 18:33:14','e6020f54ab4aa86100ee05cffa0aeed6'),(32456,'df461bdc860cb693713eb0de173f6937','2010-11-24 18:26:20','3ba87b45fdd2bc5d0d01ba09c3323135'),(32455,'5e13d1e382d895a5a58b40173eb7abfd','2010-11-24 17:58:22','6f682724d005d7eaa605abbfabdbd966'),(32454,'2367a2216a3ec74c8c6dd02123836612','2010-11-24 17:33:50','281a7e2fb966bfe74badd5cd79757356'),(32453,'594111d37c181b0b4751bce524a94c4b','2010-11-24 17:08:38','644090301996b38b153c8a7e3e472ea3'),(32452,'0486089d84114ddf543e7a76356de13c','2010-11-24 16:19:53','a9d3a4c91d168edfb72be81b793d6264'),(32451,'68b1b41b63dd1d4bb13ef7c59076be56','2010-11-24 15:56:44','14e155558171df46211c6b6a10a0fe79'),(32450,'b2483c130839641db1e7badbfbe9240b','2010-11-24 15:47:32','ee396c3bb137322b9a9b0e225a274b87'),(32449,'fdf645aecfe402b2d8297ab009bbef0b','2010-11-24 15:23:53','ef3f2fa5a4c937b77de0a0ab487a76d1'),(32448,'46f6215956d7c46255d00263c715c9d4','2010-11-24 15:15:28','4c4986e5c6fbff0cdd46dfd16ef36303'),(32447,'ef1b9b0b9c5ad1de09b779f4f97ca59b','2010-11-24 15:05:31','c2f753506594e58d09dabe576920a185'),(32446,'8aa7db6b925810b453eb63028f4f770a','2010-11-24 14:36:04','c4b8e0881f640dec7b6af343f492f6af'),(32445,'39aca26227b4762cf59f50e09159ca84','2010-11-24 13:50:02','a651d09495428940f6743efe0e3af8df'),(32444,'68d7496649e857a0149ab0cdd40233e2','2010-11-24 13:42:10','38bc68635b460fd3389dfdebc63fd46c'),(32443,'e724e5ad0d0df625744239ef1c60e5e8','2010-11-24 13:15:36','44e24468312883be1c61d24a1fae12b0'),(32442,'919635985f213275b60878669bba0be0','2010-11-24 12:55:11','8c5551bef9965839cae9260bfe3415a1'),(32441,'840b3c96fad34c1bc64bb26038c3841e','2010-11-24 12:17:54','c0ca38a48642db323843d8c98f68599f'),(32440,'cb5d9f6a68a14dea6dfeef9c4fc5ece9','2010-11-24 12:16:13','2db0002edef9f65521f679daf394c693'),(32439,'7b4e82cb855801d7098534835e2ca260','2010-11-24 12:14:39','fc228225c17e7bd3be44e627f1dbf3e0'),(32438,'08d32c7b011f031f15cf135dc6360f20','2010-11-24 12:09:34','d842d0d82a395062eaa5242cdaadd420'),(32437,'3faebb27540633c9d2065e5131ddf2a5','2010-11-24 12:08:30','ee93f694593e1e524afe5346c3778094'),(32436,'6c777229ea7df5098a0a57a29558ed31','2010-11-24 12:06:51','925824ca5bc284f9c7750a0d3fe1c6b3'),(32435,'5557894d1bf9584f4087404f6a84866d','2010-11-24 12:03:21','6d5fd323fd454028e5af624c2606446e'),(32434,'5211bda24f5c44114c473a74b8bdf361','2010-11-24 11:47:30','7deb97c884d93e2353ef2de96082208f'),(32433,'dd3c407bbd2567d5d793e720ca3f2da2','2010-11-24 11:41:02','6ddc9c289a2e3348c3ca9b240f414089'),(32432,'3c9857798a0f7d6128d3c292102b5730','2010-11-24 11:34:30','50660d8315b6230fb9b4a43905eddc0e'),(32431,'be068d693cfefdf2afe808d90e2a9031','2010-11-24 11:16:02','383125ab27da5cbf3253e57828e08892'),(32430,'bd91a434de99fb29e2a74a181f06560f','2010-11-24 10:48:44','2b5a19069f62b38a4328b90e4c6aa37d'),(32429,'3381294afe5973d75687e1db220d74de','2010-11-24 10:45:34','1ffb27f8e151ad91aff230ee7c30d365'),(32428,'c8e1d3b1704b30d49e255de822a921cf','2010-11-24 10:25:52','8f43f5e9b8078a617dd5b79f43358ad7'),(32427,'a41c789988215311a8b922614a675764','2010-11-24 10:15:18','1d2f9a908db74f261ba01aa3c67ee1c1'),(32426,'fac99c77695b5655eefadf78498b8430','2010-11-24 10:00:54','a46d5020a49cb9059c6e40ef9a7ae9c9'),(32425,'f2324a6f586df773128ee09267104e8f','2010-11-24 09:44:13','38dee6ca98b74b2f27b27a15e4335a76'),(32424,'988ce67ad8c1f1fd4facb51a89229e09','2010-11-24 09:33:00','feedd186491b6a3aacc89baac9d5eb3c'),(32423,'7a4a1d992bf4e98dee11852a48215193','2010-11-24 09:27:55','81dfaf2af8e673bf1105a2b8316e3a49'),(32422,'2c2c5fd01b61e3e0e687573af8f7e1fa','2010-11-24 09:26:26','4b19a44bd062237f1dc3c1b14e633794'),(32421,'9191b0a3b4c41e6732dbb644bd52d6fc','2010-11-24 09:15:03','0e36c9c3e8aa6a663ad47dd2bbb9f1c0'),(32420,'649f7e2bf4d7efb62d56f6090cf943eb','2010-11-24 09:13:38','d875fafeaf38fc2f1b7f2cca01e767bc'),(32419,'ffb14e8b6e84eb9ad09f15443be54561','2010-11-24 09:01:06','357ccc2519a55a4369a6914e150cbfb8'),(32418,'b17817e6bd62910a6e9016c9a58ee9bb','2010-11-24 08:08:09','a4c78a74c84bdee577f986410f48a230'),(32417,'12c7c68e4e25a6bb27bcdbccf500b5fd','2010-11-24 08:07:54','7e73c645a1e0da4628d0c0ef132611f4'),(32416,'496ad1139911eeb014d31dce575faa61','2010-11-24 08:07:27','5bb1e8dc8dad2faaae9863364b6f0a55'),(32415,'5003307d211c815c97cc8bada9c6edec','2010-11-24 08:06:57','1715860d1c9269c96fd68036e5ba6ff4'),(32414,'5928ecabcdc8f26faaa44e79476af2f0','2010-11-24 08:06:27','7e8a64f3cc967c03f93e91a7fb0d94f3'),(32413,'ea991922e5d2d407b59be72152863092','2010-11-24 08:05:57','84a1ecc28ceb981d1e793a6ca3e706ac'),(32412,'efc7802abcfcabf60cf5abe86e9b0465','2010-11-24 08:05:27','3443ddec6bb41bf5bea65c3e64716cc1'),(32411,'d3ac43d9713bf1e9d37a453da0385b3b','2010-11-24 08:04:57','767f54ba38cb101b033b3b95ed825f80'),(32410,'10e8bd26bb63fead09767e79b7ee4326','2010-11-24 08:04:27','c73b4b14ded21a23c99acea246f52b6f'),(32409,'929ba3c615223cf7248590ae175fcce7','2010-11-24 08:03:56','82e4388f666c4ef2755778414bdb8f08'),(32408,'a8fc21015db4f75ac1bc2269f1e2a58e','2010-11-24 08:03:26','9c194a04c1a385118dc219838f2ba8fb'),(32407,'e76fb6dc9924bee4a1f05558d0d34b3f','2010-11-24 08:02:56','4360494e70c473bac75c4fbb96abc856'),(32406,'50ff2b95b8b53b5f12b4dd19575edf62','2010-11-24 08:02:26','13d97053414418a8468a2c57da0249aa'),(32405,'3cab6b8b2708f469275039d7ad17380c','2010-11-24 08:01:56','6e7852479a6aaa0f29af994161d8f441'),(32404,'bde4a681eceb6f2c6d01c533b80a7a6e','2010-11-24 08:01:26','7607854b424a2b91dfe60fd369fadcb7'),(32403,'3e24e1901a29469d0f6060cb1324482c','2010-11-24 07:13:49','383f86ba5d69963e7eef2dfce403c28d'),(32402,'e58d15cd0ff0568a0f8524fcce92b6bd','2010-11-24 07:06:59','ab62b9c8dba5041840409504d4dffcb3'),(32401,'f454a7da12c2fbfc12dae505f59f304b','2010-11-24 06:57:53','6d1bcb749d840f24ff40af8d0bfe731b'),(32400,'da254f3712cb28c7261dbc8733d7c0ba','2010-11-24 06:43:29','1d1f6740ada63f114a7e1d77558f0bc9'),(32399,'7143b3c23169789d1d83178002a9b07f','2010-11-24 06:39:32','4574673d69644db36dbd2c57b44afa02'),(32398,'1b2b9dde67ac01d28e6f13e361008545','2010-11-24 06:27:47','b81ef99a0a693d2d30a6befd67861d8d'),(32397,'65d6b3b69c9122e98cfb9c6487f8438c','2010-11-24 06:27:37','5a0145e3ec118b9540a484855436e8ec'),(32396,'bcfcd28386825c63b4bf03cd90582cab','2010-11-24 06:19:14','c1409bef8a5ce6c78b247ee3a90ef2d1'),(32395,'f08bc848e028e7f9d65567f2ddc15951','2010-11-24 05:52:07','2eec57313eb2b714e8b8612ffb236df4'),(32394,'99d86f4ed61dbbb54fe8caef653f8498','2010-11-24 05:25:14','a1425ad16aeaf11c8473e117e6401baa'),(32393,'dfaf0f333b6b70de28eaf291774d94db','2010-11-24 04:54:26','e4cc8d0ccd6b69aed1c4e5d4919d8f52'),(32392,'15b33319db65d343906d085ba0500783','2010-11-24 04:42:51','17a69ed44568cecb2ba7e8084765f483'),(32391,'cc6e5bde3f689df1473a02c463ebb11e','2010-11-24 04:11:51','312de2f7e56138ddecfd756b8e3a3a4a'),(32390,'34a95ac7da1b09da18951116349397c4','2010-11-24 04:11:10','74326705fa2ba7224701b007220ccf6d'),(32389,'81361e46e82b342fd6c3fce3d49106a4','2010-11-24 04:08:36','a695636447b571024fe9884013329a17'),(32388,'8c2208cf33090f61a75c8dbfdf78b61b','2010-11-24 03:54:51','24ede65d7a87dc6e456e67ca4d23d6fa'),(32374,'e37e72799cdab4e611dc2bdcaa9a6cc4','2010-11-24 00:01:44','c2160a984e5e57da651f45e11854812b'),(32375,'035f5a5a474f2131ccbfe12d0a0fa0af','2010-11-24 00:01:54','f76e50a6f028e66db59ae4ed86e4c43c'),(32376,'2e93fad1e91614dbea27879646a09bd6','2010-11-24 00:02:03','853d2d6d0cb42e1a3c4caf58cb5e3350'),(32377,'c8e48afc4b04bd84c86db33b225828a4','2010-11-24 00:02:10','fe59cae146b5b63c7a8c1c7fd06e39c8'),(32378,'0ddb6b8a7a5a3fdece94e55dea899444','2010-11-24 00:02:15','c78654f37217d264924edb26859683f9'),(32379,'2f9fb60d8cd21c36765ffb4c04a86f35','2010-11-24 00:02:30','31c409987069b3f22cd4775be77a746a'),(32380,'a5d3526558368a8cda8a30a3c35963cb','2010-11-24 00:02:35','097e0af5ed28fac25d94097100dd8f89'),(32381,'cc95aa39a060194468cf78fa7dc1cb99','2010-11-24 00:16:06','e5db4249fec7992645c79cec898642ad'),(32382,'1d304d9c141c271cd60a9cb5ac5e862b','2010-11-24 01:01:46','59ca0b2722bd147450100b3fb47b6194'),(32383,'7cab59661cfaa9701dba0ee2d13eb25f','2010-11-24 01:07:31','aa78d1d4c32bd23a7e94dabd2ec89249'),(32384,'f41f94e3576a8e292c03201210b90cbb','2010-11-24 01:23:00','6a9dc0a1e9a9c3e6017b6faecb9dd001'),(32385,'8e9a0e5f19caa707db6dfae2a3551504','2010-11-24 01:31:10','b05406fe8488977d275bf81756fb3653'),(32386,'32492a842010652919d07f02c6de8608','2010-11-24 01:33:12','d5e9f9e9c259dc7a30c3868dc4722f15'),(32387,'6fddc5cb7045037050c550acf1b6d183','2010-11-24 03:48:48','87fd984d82ad6ac7b243477d263efa56'),(32473,'61ee0f699345f07a005c3c9de446436d','2010-11-25 00:55:31','261d5986670e9470878cdafbc186b257'),(32472,'2dfb6bf59bf35a07d6787f7f04c28e11','2010-11-25 00:35:06','3af6c815b16e8b1cd5dff33069390e1b'); /*!40000 ALTER TABLE `yc4_on_uid` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_onlinecalc` -- DROP TABLE IF EXISTS `yc4_onlinecalc`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_onlinecalc` ( `oc_id` int(11) NOT NULL auto_increment, `oc_subject` varchar(255) NOT NULL default '', `oc_category` text NOT NULL, `oc_head_html` text NOT NULL, `oc_tail_html` text NOT NULL, PRIMARY KEY (`oc_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=euckr; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_onlinecalc` -- LOCK TABLES `yc4_onlinecalc` WRITE; /*!40000 ALTER TABLE `yc4_onlinecalc` DISABLE KEYS */; INSERT INTO `yc4_onlinecalc` VALUES (1,'¿Â¶óÀΰßÀû','','',''); /*!40000 ALTER TABLE `yc4_onlinecalc` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_order` -- DROP TABLE IF EXISTS `yc4_order`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_order` ( `od_id` varchar(10) NOT NULL default '', `on_uid` varchar(32) NOT NULL default '', `mb_id` varchar(20) NOT NULL default '', `od_pwd` varchar(255) NOT NULL default '', `od_name` varchar(20) NOT NULL default '', `od_email` varchar(100) NOT NULL default '', `od_tel` varchar(20) NOT NULL default '', `od_hp` varchar(20) NOT NULL default '', `od_zip1` varchar(3) NOT NULL default '', `od_zip2` varchar(3) NOT NULL default '', `od_addr1` varchar(100) NOT NULL default '', `od_addr2` varchar(100) NOT NULL default '', `od_deposit_name` varchar(20) NOT NULL default '', `od_b_name` varchar(20) NOT NULL default '', `od_b_tel` varchar(20) NOT NULL default '', `od_b_hp` varchar(20) NOT NULL default '', `od_b_zip1` varchar(3) NOT NULL default '', `od_b_zip2` varchar(3) NOT NULL default '', `od_b_addr1` varchar(100) NOT NULL default '', `od_b_addr2` varchar(100) NOT NULL default '', `od_memo` text NOT NULL, `od_send_cost` int(11) NOT NULL default '0', `od_temp_bank` int(11) NOT NULL default '0', `od_temp_card` int(11) NOT NULL default '0', `od_temp_point` int(11) NOT NULL default '0', `od_receipt_bank` int(11) NOT NULL default '0', `od_receipt_card` int(11) NOT NULL default '0', `od_receipt_point` int(11) NOT NULL default '0', `od_bank_account` varchar(255) NOT NULL default '', `od_bank_time` datetime NOT NULL default '0000-00-00 00:00:00', `od_card_time` datetime NOT NULL default '0000-00-00 00:00:00', `od_cancel_card` int(11) NOT NULL default '0', `od_dc_amount` int(11) NOT NULL default '0', `od_refund_amount` int(11) NOT NULL default '0', `od_shop_memo` text NOT NULL, `dl_id` int(11) NOT NULL default '0', `od_invoice` varchar(255) NOT NULL default '', `od_invoice_time` datetime NOT NULL default '0000-00-00 00:00:00', `od_hope_date` date NOT NULL default '0000-00-00', `od_time` datetime NOT NULL default '0000-00-00 00:00:00', `od_ip` varchar(25) NOT NULL default '', `od_settle_case` varchar(255) NOT NULL default '', `od_escrow1` varchar(255) NOT NULL default '', `od_escrow2` varchar(255) NOT NULL default '', `od_escrow3` varchar(255) NOT NULL default '', `od_cash_no` varchar(255) NOT NULL default '', `od_cash_receipt_no` varchar(255) NOT NULL default '', `od_cash_app_time` varchar(255) NOT NULL default '', `od_cash_reg_stat` varchar(255) NOT NULL default '', `od_cash_reg_desc` varchar(255) NOT NULL default '', `od_cash_tr_code` varchar(255) NOT NULL default '', `od_cash_id_info` varchar(255) NOT NULL default '', `od_cash` tinyint(4) NOT NULL default '0', `od_cash_allthegate_gubun_cd` varchar(255) NOT NULL default '', `od_cash_allthegate_confirm_no` varchar(255) NOT NULL default '', `od_cash_allthegate_adm_no` varchar(255) NOT NULL default '', `od_cash_tgcorp_mxissueno` varchar(255) NOT NULL default '', `od_cash_inicis_noappl` varchar(255) NOT NULL default '', `od_cash_inicis_pgauthdate` varchar(255) NOT NULL default '', `od_cash_inicis_pgauthtime` varchar(255) NOT NULL default '', `od_cash_inicis_tid` varchar(255) NOT NULL default '', `od_cash_inicis_ruseopt` varchar(255) NOT NULL default '', `od_cash_receiptnumber` varchar(255) NOT NULL default '', PRIMARY KEY (`od_id`), UNIQUE KEY `index1` (`on_uid`), KEY `index2` (`mb_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_order` -- LOCK TABLES `yc4_order` WRITE; /*!40000 ALTER TABLE `yc4_order` DISABLE KEYS */; INSERT INTO `yc4_order` VALUES ('0902250001','08f90c1a417155361a5c4b8d297e0d78','artblue6847','','ÃÖÇØ¿µ','artblue6847@note.com','0226549791','01092526847','158','818','¼­¿ï ¾çõ±¸ ¸ñ4µ¿','784-1¹øÁö ÅÂÇü±×¸°ºô¶ó°¡µ¿402È£','','ÃÖÇØ¿µ','0226549791','01092526847','158','818','¼­¿ï ¾çõ±¸ ¸ñ4µ¿','784-1¹øÁö ÅÂÇü±×¸°ºô¶ó°¡µ¿402È£','Áö³­¹ø ¿ì¿¬È÷ »ç´Ù¸Ô¾ú´Âµ¥ ³Ê¹« ¸ÀÀ־ Èûµé°Ô ÀüÈ­¹øÈ£ ¾Ë¾Æ³Â¾î¿ä!!\r\nÁÁÀº»óǰÀ¸·Î ºÎʵ右´Ï´Ù.\r\n´ýµÎ ÁÖ½É °¨»çÇϱ¸¿ä!!\r\n¸¹ÀÌ ÆÄ¼¼¿ä!!',0,0,30000,0,0,30000,0,'','0000-00-00 00:00:00','2009-03-02 16:55:41',0,0,0,'',0,'cjÅùè','0000-00-00 00:00:00','0000-00-00','2009-02-25 12:07:00','210.113.12.48','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('0904150001','1c66f4627f1b9679f8db47d1287d7e98','','*94EA7639D53B1A74A5D52ED2F1022D962E34381F','Á¶±ÔÅÃ','dkgk99@naver.com','063-564-4466','010-3304-5644','585','803','ÀüºÏ °íⱺ °íâÀ¾ ´öÁ¤¸®','109','','Á¶±ÔÅÃ','063-564-4466','010-3304-5644','585','803','ÀüºÏ °íⱺ °íâÀ¾ ´öÁ¤¸®','109','',0,0,30000,0,0,30000,0,'','0000-00-00 00:00:00','2009-04-15 18:23:32',0,0,0,'2009-04-21 16:16:01 - °áÁ¦/¹è¼Û³»¿ª ¸ÞÀϹ߼Û\n',0,'cjÅùè','0000-00-00 00:00:00','0000-00-00','2009-04-15 18:22:03','125.142.210.59','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('0903150002','9af76329c78e28c977ab1bcd1c3fe9b8','','*A425B56F341FF804A75254D77251F811E784CB12','ÀÌÀºÁø','nkino7@nate.com','0532920816','01065593252','704','160','´ë±¸ ´Þ¼­±¸ Á×Àüµ¿','266-8','À̽ÂÈ­','ÀÌÀºÁø','0532920816','01065593252','704','160','´ë±¸ ´Þ¼­±¸ Á×Àüµ¿','266-8','',0,30000,0,0,30000,0,0,'³óÇù 711045-51-026082 ¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ','2009-03-16 12:24:09','0000-00-00 00:00:00',0,0,0,'',0,'¿ìä±¹Åùè','0000-00-00 00:00:00','0000-00-00','2009-03-15 16:10:14','221.142.35.34','¹«ÅëÀå','','','','','','','','','','',0,'','','','','','','','','',''),('0904080001','735143e9ff8c47def504f1ba0442df98','devilswink','','¼ÕűÔ','goodtimeparty@hotmaill.com','011-9871-1235','011-9871-1235','138','772','¼­¿ï ¼ÛÆÄ±¸ ¹æÀÌ1µ¿ ÄÚ¿À·Õ¾ÆÆÄÆ®','103µ¿ 310È£','','¼ÕűÔ','011-9871-1235','011-9871-1235','138','772','¼­¿ï ¼ÛÆÄ±¸ ¹æÀÌ1µ¿ ÄÚ¿À·Õ¾ÆÆÄÆ®','103µ¿ 310È£','óÀ½ ÁÖ¹®ÇØ º¾´Ï´Ù...\r\n½ÇÇѰÍÀ¸·Î ºÎʵå·Á¿ä~^^',0,0,25000,0,0,25000,0,'','0000-00-00 00:00:00','2009-04-08 18:51:30',0,0,0,'',0,'cj','0000-00-00 00:00:00','0000-00-00','2009-04-08 18:48:32','59.12.191.237','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('0902100004','452bf208bf901322968557227b8f6efe','pcsarang','','¼Ûº´±Ù','pclovesong@yahoo.co.kr','053-792-4949','011-548-0299','706','220','´ë±¸ ¼ö¼º±¸ ½ÃÁöµ¿','376-17¹øÁö','','¼Û¼øÈñ','02-3280-1218','010-7655-3514','156','020','¼­¿ï µ¿ÀÛ±¸ ´ë¹æµ¿','Çö´ë¾ÆÆÄÆ® 103µ¿ 1305','¾È³çÇϼ¼¿ä ³»¾ÆÀÌȨ´åÄÄÀÔ´Ï´Ù. »ç°úÁÖ¹®ÇÕ´Ï´Ù.\r\nµ¿»ýÁýÀÌ¿¡¿ä.',0,0,25000,0,0,25000,0,'','0000-00-00 00:00:00','2009-02-10 10:54:41',0,0,0,'',0,'cjÅùè','0000-00-00 00:00:00','0000-00-00','2009-02-10 10:53:16','58.234.158.227','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('0904170001','4175a4b46a45813fccf4bd34c779d817','bslee69','','À̹ü¼®','bslee@hcc.ac.kr','042-537-6949','011-9429-6949','301','150','´ëÀü Áß±¸ ÅÂÆòµ¿','»ïºÎ¾ÆÆÄÆ® 51-113','','À̹ü¼®','042-537-6949','011-9429-6949','301','150','´ëÀü Áß±¸ ÅÂÆòµ¿','»ïºÎ¾ÆÆÄÆ® 51-113','',0,0,40000,0,0,40000,0,'','0000-00-00 00:00:00','2009-04-17 09:43:39',0,0,0,'2009-04-21 16:15:46 - °áÁ¦/¹è¼Û³»¿ª ¸ÞÀϹ߼Û\n',0,'cjÅùè','0000-00-00 00:00:00','0000-00-00','2009-04-17 09:39:48','220.123.179.26','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('0904190001','86c51678350f656dcc7f490a43946ee5','','*F5B323B423FB56859225E49760D2CD264EC340C7','¹ÚÁø¼÷','arcamus@hanmail.net','0553323012','01030679923','621','768','°æ³² ±èÇØ½Ã »ï°èµ¿ ºÎ¿µ¾ÆÆÄÆ®','203µ¿ 803È£','','¹ÚÁø¼÷','0553323012','01030679923','621','768','°æ³² ±èÇØ½Ã »ï°èµ¿ ºÎ¿µ¾ÆÆÄÆ®','203µ¿ 803È£','',0,0,25000,0,0,25000,0,'','0000-00-00 00:00:00','2009-04-19 07:12:32',0,0,0,'2009-04-21 16:15:19 - °áÁ¦/¹è¼Û³»¿ª ¸ÞÀϹ߼Û\n',0,'cjÅùè','0000-00-00 00:00:00','0000-00-00','2009-04-19 07:11:08','116.127.247.117','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('0905170001','8df7c2e3c3c3be098ef7b382bd2c37ba','arcamus','','¹ÚÁø¼÷','arcamuss@naver.com','01030679923','01030679923','621','768','°æ³² ±èÇØ½Ã »ï°èµ¿ ºÎ¿µ¾ÆÆÄÆ®','203µ¿ 803È£','','¹ÚÁø¼÷','01030679923','01030679923','621','768','°æ³² ±èÇØ½Ã »ï°èµ¿ ºÎ¿µ¾ÆÆÄÆ®','203µ¿ 803È£','',0,0,30000,0,0,30000,0,'','0000-00-00 00:00:00','2009-05-17 23:33:18',0,0,0,'',1,'0000','2009-05-20 00:00:00','0000-00-00','2009-05-17 23:32:15','121.176.69.180','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('0905190001','5e69fda38cda2060819766569fd93aa5','bslee69','','À̹ü¼®','bslee@hcc.ac.kr','042-537--6949','011-9429-6949','301','150','´ëÀü Áß±¸ ÅÂÆòµ¿','»ïºÎ¾ÆÆÄÆ® 51-113','','À̹ü¼®','042-537--6949','011-9429-6949','301','150','´ëÀü Áß±¸ ÅÂÆòµ¿','»ïºÎ¾ÆÆÄÆ® 51-113','',0,0,35000,0,0,35000,0,'','0000-00-00 00:00:00','2009-05-19 18:10:00',0,0,0,'',1,'0000','2009-05-20 00:00:00','0000-00-00','2009-05-19 18:07:30','220.123.179.26','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('0905240001','80f2f15983422987ea30d77bb531be86','','*560E027EB3BD72F28D8F9EFA90C5709AF1CA84EA','À̵¿Áø','oksh3@naver.com','0314688531','0117069756','430','831','°æ±â ¾È¾ç½Ã ¸¸¾È±¸ ¾È¾ç1µ¿','674-113 2Ãþ','Ȳ¿Á¼ø','À̵¿Áø','0314688531','0117069756','430','831','°æ±â ¾È¾ç½Ã ¸¸¾È±¸ ¾È¾ç1µ¿','674-113 2Ãþ','10kg 33-36 4¸¸¿ø ºÎʵ右´Ï´Ù ',0,40000,0,0,40000,0,0,'³óÇù 711045-51-026082 ¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ','2009-05-24 13:57:48','0000-00-00 00:00:00',0,0,0,'',1,'0000','0000-00-00 00:00:00','0000-00-00','2009-05-24 17:04:08','118.36.34.228','¹«ÅëÀå','','','','','','','','','','',0,'','','','','','','','','',''),('0911180001','20d534ef3fe79831c525d1a218cc2818','arcamus','','¹ÚÁø¼÷','arcamuss@naver.com','07077232007','01030679923','621','768','°æ³² ±èÇØ½Ã »ï°èµ¿ ºÎ¿µ¾ÆÆÄÆ®','203µ¿ 803È£','','¹ÚÁø¼÷','07077232007','01030679923','621','768','°æ³² ±èÇØ½Ã »ï°èµ¿ ºÎ¿µ¾ÆÆÄÆ®','203µ¿ 803È£','',0,0,20000,0,0,20000,0,'','0000-00-00 00:00:00','2009-11-18 11:23:14',0,0,0,'',1,'000','0000-00-00 00:00:00','0000-00-00','2009-11-18 11:22:42','121.176.69.180','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1001230001','917fac06d4daae681dabfe964ca8c74e','young1108','','À̰濵','lky1108@nate.com','02-2242-3781','010-6878-3781','130','777','¼­¿ï µ¿´ë¹®±¸ ÈÖ°æ1µ¿ µ¿¾ç¾ÆÆÄÆ®','102µ¿ 609È£','','À̰濵','02-2242-3781','010-6878-3781','130','777','¼­¿ï µ¿´ë¹®±¸ ÈÖ°æ1µ¿ µ¿¾ç¾ÆÆÄÆ®','102µ¿ 609È£','',0,0,20000,0,0,20000,0,'','0000-00-00 00:00:00','2010-01-23 16:44:39',0,0,0,'',1,'100178673261','0000-00-00 00:00:00','0000-00-00','2010-01-23 16:42:38','125.177.117.166','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1001290001','1de6b7909d0cb2fa54f7e321f505a4b9','young1108','','À̰濵','lky1108@nate.com','02-2242-3781','010-6878-3781','130','090','¼­¿ï µ¿´ë¹®±¸ Èְ浿','µ¿¾ç¾ÆÆÄÆ® 102-609','','ÀÌ¿µÀÚ','02-6408-8484','010-7252-2251','150','847','¼­¿ï ¿µµîÆ÷±¸ ½Å±æ3µ¿','257-42 2Ãþ','',0,0,30000,0,0,30000,0,'','0000-00-00 00:00:00','2010-01-29 12:39:56',0,0,0,'',1,'100178673250','0000-00-00 00:00:00','0000-00-00','2010-01-29 12:37:39','125.177.117.154','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1001290002','2674cea93e3214abce13e072a2dc2ca5','young1108','','À̰濵','lky1108@nate.com','02-2242-3781','010-6878-3781','130','777','¼­¿ï µ¿´ë¹®±¸ ÈÖ°æ1µ¿ µ¿¾ç¾ÆÆÄÆ®','102-609','','ÀÌ°æ¼ø','02-933-1121','010-3949-7070','139','923','¼­¿ï ³ë¿ø±¸ Áß°è1µ¿ ¾çÁö´ë¸²¾ÆÆÄÆ®','101-1302','',0,0,30000,0,0,30000,0,'','0000-00-00 00:00:00','2010-01-29 15:34:57',0,0,0,'',1,'100178673283','0000-00-00 00:00:00','0000-00-00','2010-01-29 15:33:50','125.177.117.154','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1002050001','03e0d5f0c8b9b7b78532779f6ca94209','young1108','','ÀÌ°æ¼ø','lky1108@nate.com','02-933-1121','010-3949-7070','139','923','¼­¿ï ³ë¿ø±¸ Áß°è1µ¿ ¾çÁö´ë¸²¾ÆÆÄÆ®','101µ¿ 1302È£','','¹Ú¾ð±â','02-701-1395','','140','764','¼­¿ï ¿ë»ê±¸ »êõµ¿ »ï¼º¸®¹öÈú¾ÆÆÄÆ®','103µ¿ 1501È£','',0,0,30000,0,0,30000,0,'','0000-00-00 00:00:00','2010-02-05 18:11:53',0,0,0,'',1,'100178673095','0000-00-00 00:00:00','0000-00-00','2010-02-05 18:10:38','125.177.117.148','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1002050002','44f455185e5ae730f5e12534aaaa5e02','young1108','','¹ÚÁ¾ÇÑ','lky1108@nate.com','02-933-1121','010-3949-7070','139','923','¼­¿ï ³ë¿ø±¸ Áß°è1µ¿ ¾çÁö´ë¸²¾ÆÆÄÆ®','101-1302','','±è¿î°æ','010-2364-8108','010-2364-8108','139','766','¼­¿ï ³ë¿ø±¸ »ó°è8µ¿ ÁÖ°ø¾ÆÆÄÆ®','1612µ¿ 1305È£','',0,0,30000,0,0,30000,0,'','0000-00-00 00:00:00','2010-02-05 18:15:23',0,0,0,'',1,'100178673084','2010-02-07 12:09:11','0000-00-00','2010-02-05 18:14:28','125.177.117.148','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1002210001','8856638da4354266a53ba0fe9aef68dd','young1108','','À̰濵','lky1108@nate.com','02-2242-3781','010-6878-3781','130','777','¼­¿ï µ¿´ë¹®±¸ ÈÖ°æ1µ¿ µ¿¾ç¾ÆÆÄÆ®','102µ¿ 609È£','','À̰濵','02-2242-3781','010-6878-3781','130','777','¼­¿ï µ¿´ë¹®±¸ ÈÖ°æ1µ¿ µ¿¾ç¾ÆÆÄÆ®','102µ¿ 609È£','',0,0,30000,0,0,30000,0,'','0000-00-00 00:00:00','2010-02-21 10:04:53',0,0,0,'',1,'1001-7867-2314','2010-02-23 18:10:51','0000-00-00','2010-02-21 10:03:34','125.177.117.186','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1002210002','ce3b5506fc4151c97d646dc6fce8b1f5','young1108','','À̰濵','lky1108@nate.com','02-2242-3781','010-6878-3781','130','777','¼­¿ï µ¿´ë¹®±¸ ÈÖ°æ1µ¿ µ¿¾ç¾ÆÆÄÆ®','102-609','','ÀÌ°æ¼ø','02-933-1121','010-3949-7070','139','923','¼­¿ï ³ë¿ø±¸ Áß°è1µ¿ ¾çÁö´ë¸²¾ÆÆÄÆ®','101µ¿ 1302È£','',0,0,30000,0,0,30000,0,'','0000-00-00 00:00:00','2010-02-21 23:27:54',0,0,0,'',1,'1001-7867-2325','2010-02-23 18:08:25','0000-00-00','2010-02-21 23:26:58','125.177.117.186','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1002240001','ac411f98b72734d56053360159f88447','smlee7216','','À̼±¹Ì','smlee7216@naver.com','031-705-7216','010-5060-9180','463','916','°æ±â ¼º³²½Ã ºÐ´ç±¸ ¾ßžµ¿ ¸ÅÈ­¸¶À»ÁÖ°ø2´ÜÁö¾ÆÆÄÆ®','201µ¿ 601È£','','À̼±¹Ì','031-705-7216','010-5060-9180','463','916','°æ±â ¼º³²½Ã ºÐ´ç±¸ ¾ßžµ¿ ¸ÅÈ­¸¶À»ÁÖ°ø2´ÜÁö¾ÆÆÄÆ®','201µ¿ 601È£','¹Ù·Î ¹è¼ÛÇØÁÖ¼¼¿ä~ ',0,0,35000,0,0,35000,0,'','0000-00-00 00:00:00','2010-02-24 13:37:06',0,0,0,'',1,'1001-7867-2336','0000-00-00 00:00:00','0000-00-00','2010-02-24 13:35:35','180.66.165.68','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1003120001','0cad5adfb5b36b908b4bfe0e47371e3b','smlee7216','','À̼±¹Ì','smlee7216@naver.com','031-705-7216','010-5060-9180','463','916','°æ±â ¼º³²½Ã ºÐ´ç±¸ ¾ßžµ¿ ¸ÅÈ­¸¶À»ÁÖ°ø2´ÜÁö¾ÆÆÄÆ®','201µ¿ 601È£','À̼±¹Ì','À̼±¹Ì','031-705-7216','010-5060-9180','463','916','°æ±â ¼º³²½Ã ºÐ´ç±¸ ¾ßžµ¿ ¸ÅÈ­¸¶À»ÁÖ°ø2´ÜÁö¾ÆÆÄÆ®','201µ¿ 601È£','ÅÃ¹è ¹ß¼ÛÈÄ ¹®ÀÚ ÁÖ½Ã±æ ¹Ù¶ø´Ï´Ù.',0,35000,0,0,35000,0,0,'','2010-03-12 15:08:10','0000-00-00 00:00:00',0,0,0,'',1,'1001-7867-2465','0000-00-00 00:00:00','0000-00-00','2010-03-12 11:07:21','180.66.165.68','°èÁÂÀÌü','','','','','','','','','','',0,'','','','','','','','','',''),('1003120002','32e3b25cfdadc8779a12ddc58c0b2a8d','smlee7216','','À̼±¹Ì','smlee7216@naver.com','031-705-7216','010-5060-9180','463','916','°æ±â ¼º³²½Ã ºÐ´ç±¸ ¾ßžµ¿ ¸ÅÈ­¸¶À»ÁÖ°ø2´ÜÁö¾ÆÆÄÆ®','201µ¿ 601È£','À̼±¹Ì','À̼±¹Ì','031-705-7216','010-5060-9180','463','916','°æ±â ¼º³²½Ã ºÐ´ç±¸ ¾ßžµ¿ ¸ÅÈ­¸¶À»ÁÖ°ø2´ÜÁö¾ÆÆÄÆ®','201µ¿ 601È£','Åùè¹ß¼ÛÈÄ ¹®ÀÚ ÁÖ½Ã±æ ¹Ù¶ø´Ï´Ù',0,35000,0,0,35000,0,0,'³óÇù 711045-51-026082 ¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ','2010-03-12 15:07:03','0000-00-00 00:00:00',0,0,0,'',1,'1001-7867-2454','0000-00-00 00:00:00','0000-00-00','2010-03-12 11:09:37','180.66.165.68','¹«ÅëÀå','','','','','','','','','','',0,'','','','','','','','','',''),('1003200001','e1924e8eb73074038bbea5e2a0bffa40','kml1226','','±è¹Ì¿¬','kimmilyun@korea.com','0512429266','01066629266','602','828','ºÎ»ê ¼­±¸ ¾Æ¹Ìµ¿2°¡','39-10 ÃÊÀå1±æ36','','±è¹Ì¿¬','0512429266','01066629266','602','828','ºÎ»ê ¼­±¸ ¾Æ¹Ìµ¿2°¡','39-10 ÃÊÀå1±æ36','',0,0,40000,0,0,40000,0,'','0000-00-00 00:00:00','2010-03-20 16:00:31',0,0,0,'',1,'100178672583','2010-03-23 13:26:28','0000-00-00','2010-03-20 15:55:46','116.123.187.148','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1003300001','1f2013e3dcfa352ca993cc25cc334c10','tw4114','','±è¹ÎÀÚ','tw4114@hanmir.com','0326639040','010-7279-5045','422','240','°æ±â ºÎõ½Ã ¼Ò»ç±¸ ½É°îº»µ¿','600-11 1Ãþ','±è¹ÎÀÚ','±è¹ÎÀÚ','0326639140','010-7279-5045','422','240','°æ±â ºÎõ½Ã ¼Ò»ç±¸ ½É°îº»µ¿','600-11 1Ãþ','ºü¸¥¹è¼ÛºÎŹÇÕ´Ï´Ù',0,20000,0,0,20000,0,0,'','2010-03-31 11:28:59','0000-00-00 00:00:00',0,0,0,'',1,'1001-7867-2675','2010-04-01 00:00:00','0000-00-00','2010-03-30 14:57:54','203.132.164.67','°èÁÂÀÌü','','','','','','','','','','',0,'','','','','','','','','',''),('1004010001','e4f26beeb0ae24b92ffd355f5e9c5fda','','*5B5DBEED4C543B176DEB001C79ABB30B5E00C154','¹Ú°æ¼÷','kyungsook@kepco.co.kr','032-880-1257','010-7543-9143','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236ÇÑÀüÁ¦¹°Æ÷ÁöÁ¡¿ä±Ý°ü¸®ÆÀ','¹Ú°æ¼÷','¹Ú°æ¼÷','032-880-1257','010-7543-9143','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236ÇÑÀüÁ¦¹°Æ÷ÁöÁ¡¿ä±Ý°ü¸®ÆÀ','',0,20000,0,0,20000,0,0,'','2010-04-01 11:15:05','0000-00-00 00:00:00',0,0,0,'',1,'1001-7867-2686','2010-04-01 00:00:00','0000-00-00','2010-04-01 11:13:11','210.109.153.34','°èÁÂÀÌü','','','','','','','','','','',0,'','','','','','','','','',''),('1004020001','6018b060f25866be75165c45a66ae3c6','','*5B5DBEED4C543B176DEB001C79ABB30B5E00C154','¹Ú°æ¼÷','kyungsook@kepco.co.kr','032-880-1257','010-7543-9143','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236ÇÑÀüÁ¦¹°Æ÷ÁöÁ¡¿ä±Ý°ü¸®ÆÀ','¹Ú°æ¼÷','¹Ú°æ¼÷','032-880-1257','010-7543-9143','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236ÇÑÀüÁ¦¹°Æ÷ÁöÁ¡¿ä±Ý°ü¸®ÆÀ','',0,20000,0,0,20000,0,0,'','2010-04-02 18:13:46','0000-00-00 00:00:00',0,0,0,'2010-04-05 14:56:56 - °áÁ¦/¹è¼Û³»¿ª ¸ÞÀϹ߼Û\n',1,'1001-7867-2723','2010-04-05 14:56:17','0000-00-00','2010-04-02 16:11:17','210.109.153.45','°èÁÂÀÌü','','','','','','','','','','',0,'','','','','','','','','',''),('1004060001','94263e205faec4311b1859acceeafe26','','*5B5DBEED4C543B176DEB001C79ABB30B5E00C154','¹Ú°æ¼÷','kyungsook@kepco.co.kr','032-880-1257','010-7543-9143','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236 ÇÑÀüÁ¦¹°Æ÷ÁöÁ¡¿ä±Ý°ü¸®ÆÀ','¹Ú°æ¼÷','¹ÚÁ¾¹®','032-880-1257','010-6601-5697','429','906','°æ±â ½ÃÈï½Ã ÀºÇൿ ´ë¿ìǪ¸£Áö¿À¾ÆÆÄÆ®','406µ¿703È£','Çѹڽº´Â ÀÎõÁß±¸ ½ÅÈﵿ3°¡7-236ÇÑÀüÁ¦¹°Æ÷ÁöÁ¡\r\nÀ¸·Îº¸³»Áֽðí ,Çѹڽº´Â °æ±âµµ ½ÃÈï½Ã´ë¿ì¾ÆÆÄÆ®·Îº¸³»ÁÖ¼¼¿ä..',0,40000,0,0,40000,0,0,'','2010-04-07 17:47:48','0000-00-00 00:00:00',0,0,0,'',1,'1001-7867-0660','2010-04-07 12:44:54','0000-00-00','2010-04-06 15:50:26','210.109.153.42','°èÁÂÀÌü','','','','','','','','','','',0,'','','','','','','','','',''),('1004060002','eb82580b24533db0ec12038c3c2156a3','','*5B5DBEED4C543B176DEB001C79ABB30B5E00C154','¹Ú°æ¼÷','kyungsook@kepco.co.kr','032-880-1257','010-7543-9143','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236ÇÑÀüÁ¦¹°Æ÷ÁöÁ¡°í°´Áö¿øÆÀ','¹Ú°æ¼÷','À¯¼öÀÚ','032-880-1204','010-7543-9143','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236ÇÑÀüÁ¦¹°Æ÷ÁöÁ¡°í°´Áö¿øÆÀ','',0,20000,0,0,20000,0,0,'','2010-04-07 17:47:16','0000-00-00 00:00:00',0,0,0,'',1,'1001-7867-2911','2010-04-07 00:00:00','0000-00-00','2010-04-06 17:43:23','210.109.153.42','°èÁÂÀÌü','','','','','','','','','','',0,'','','','','','','','','',''),('1004070001','d4ae72ec5374a998c56865d04fb32da5','jhs3950','','ÀåÇå¼÷','hs1001@kepco.co.kr','01092544036','01092544036','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236 ÇÑÀü Á¦¹°Æ÷ÁöÁ¡ 1Ãþ °í°´Áö¿øÆÀ','ÀåÇå¼÷','ÀåÇå¼÷','01092544036','01092544036','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236 ÇÑÀü Á¦¹°Æ÷ÁöÁ¡ 1Ãþ °í°´Áö¿øÆÀ','',0,20000,0,0,20000,0,0,'','2010-04-07 11:04:14','0000-00-00 00:00:00',0,0,0,'',1,'1001-7867-2900','2010-04-07 14:36:27','0000-00-00','2010-04-07 11:01:36','210.109.153.35','°èÁÂÀÌü','','','','','','','','','','',0,'','','','','','','','','',''),('1004120001','fbbb76a10e33a4dc61102a3276927c71','','*98585AC8EEEBE4325C98470E92E932AA20F6B06D','¹Ú¼ºÈñ','munse59@hanmail.net','0313103213','01045963827','429','811','°æ±â ½ÃÈï½Ã ´ë¾ßµ¿','484¹øÁö ÇÑÀü½ÃÈïÁöÁ¡','¹Ú¼ºÈñ','¹Ú¼ºÈñ','0313103213','01045963827','429','811','°æ±â ½ÃÈï½Ã ´ë¾ßµ¿','484¹øÁö ÇÑÀü½ÃÈïÁöÁ¡','',0,20000,0,0,20000,0,0,'³óÇù 711045-51-026082 ¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ','2010-04-13 18:39:08','0000-00-00 00:00:00',0,0,0,'',1,'1002-7724-4343','2010-04-14 14:08:36','0000-00-00','2010-04-12 13:03:46','210.109.153.40','¹«ÅëÀå','','','','','','','','','','',0,'','','','','','','','','',''),('1004120002','dbc1c85e4b057d60f37372cb2dd4673d','okgi2','','¹®¼ø¿Á','ok2@kepco.co.kr','031-310-3204','010-6270-7144','422','230','°æ±â ºÎõ½Ã ¼Ò»ç±¸ ¼Ò»çº»µ¿','411-1 ÁÖ°ø¶ß¶õäA 405-1101È£','','¹®¼ø¿Á','031-310-3204','010-6270-7144','422','230','°æ±â ºÎõ½Ã ¼Ò»ç±¸ ¼Ò»çº»µ¿','411-1 ÁÖ°ø¶ß¶õäA 405-1101È£','ºÎÀç½Ã °æºñ½Ç¿¡ ¸Ã°ÜÁÖ¼¼¿ä',0,0,20000,0,0,20000,0,'','0000-00-00 00:00:00','2010-04-12 13:07:24',0,0,0,'2010-04-13 18:38:06 - °áÁ¦/¹è¼Û³»¿ª ¸ÞÀϹ߼Û\n',1,'1002-7724-4365','2010-04-13 18:37:32','0000-00-00','2010-04-12 13:05:37','210.109.153.40','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1004130001','d91eef84694cd9a010815de5851b4be9','smlee7216','','À̼±¹Ì','smlee7216@naver.com','010-5060-9180','010-5060-9180','463','916','°æ±â ¼º³²½Ã ºÐ´ç±¸ ¾ßžµ¿ ¸ÅÈ­¸¶À»ÁÖ°ø2´ÜÁö¾ÆÆÄÆ®','201µ¿ 601È£','À̼±¹Ì','À̼±¹Ì','010-5060-9180','010-5060-9180','463','916','°æ±â ¼º³²½Ã ºÐ´ç±¸ ¾ßžµ¿ ¸ÅÈ­¸¶À»ÁÖ°ø2´ÜÁö¾ÆÆÄÆ®','201µ¿ 601È£','¹Ù·Î Åùè¹ß¼Û ºÎʵ右´Ï´Ù.',0,35000,0,0,35000,0,0,'³óÇù 711045-51-026082 ¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ','2010-04-13 18:38:30','0000-00-00 00:00:00',0,0,0,'',1,'1002-7724-4354','2010-04-14 14:07:23','0000-00-00','2010-04-13 15:45:42','211.177.224.181','¹«ÅëÀå','','','','','','','','','','',0,'','','','','','','','','',''),('1004150001','a0db07376ffdd25bdd4eb084b03d5908','tryit','','ÀÌÁø¼±','jinseon78@nate.com','01037805379','01037805379','150','797','¼­¿ï ¿µµîÆ÷±¸ ¿µµîÆ÷µ¿ ¿µµîÆ÷Ǫ¸£Áö¿À¾ÆÆÄÆ®','208-2001','','ÀÌÁø¼±','01037805379','01037805379','150','797','¼­¿ï ¿µµîÆ÷±¸ ¿µµîÆ÷µ¿ ¿µµîÆ÷Ǫ¸£Áö¿À¾ÆÆÄÆ®','208-2001','',0,0,20000,0,0,20000,0,'','0000-00-00 00:00:00','2010-04-15 17:20:20',0,0,0,'',1,'601600640252','2010-04-16 10:10:13','0000-00-00','2010-04-15 17:16:04','210.109.153.36','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1004230001','9d0bbb435db57b64859584c8e160a485','okgi2','','¹®¼ø¿Á','ok2@kepco.co.kr','032-344-2924','010-6270-7144','422','230','°æ±â ºÎõ½Ã ¼Ò»ç±¸ ¼Ò»çº»µ¿','411-1 ÁÖ°ø¶ß¶õäA 405-1101È£','','¹®¼ø¿Á','032-344-2924','010-6270-7144','422','230','°æ±â ºÎõ½Ã ¼Ò»ç±¸ ¼Ò»çº»µ¿','411-1 ÁÖ°ø¶ß¶õäA 405-1101È£','ºÎÀç½Ã °æºñ½Ç¿¡ ¸Ã°ÜÁÖ¼¼¿ä.',0,0,20000,0,0,20000,0,'','0000-00-00 00:00:00','2010-04-23 14:21:44',0,0,0,'2010-04-26 14:46:50 - °áÁ¦/¹è¼Û³»¿ª ¸ÞÀϹ߼Û\n',1,'6016-2816-8625','2010-04-26 14:45:46','0000-00-00','2010-04-23 14:19:10','210.109.153.33','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1004280001','be19b5f3f1fab3af9028503f50c864db','','*5B5DBEED4C543B176DEB001C79ABB30B5E00C154','¹Ú°æ¼÷','kyungsook@kepco.co.kr','032-880-1257','010-7543-9143','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236ÇÑÀüÁ¦¹°Æ÷ÁöÁ¡¿ä±Ý°ü¸®ÆÀ','¹Ú°æ¼÷','¹Ú°æ¼÷','032-880-1257','010-7543-9143','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236ÇÑÀüÁ¦¹°Æ÷ÁöÁ¡¿ä±Ý°ü¸®ÆÀ','',0,40000,0,0,40000,0,0,'','2010-04-28 10:34:58','0000-00-00 00:00:00',0,0,0,'',1,'6016-3515-9035','2010-04-28 15:32:55','0000-00-00','2010-04-28 09:17:31','210.109.153.46','°èÁÂÀÌü','','','','','','','','','','',0,'','','','','','','','','',''),('1004280002','0b42ee7598a0141dfa0877206df38f9c','munse59','','¹Ú¼ºÈñ','kmagic59@naver.com','0313103213','01045963827','429','811','°æ±â ½ÃÈï½Ã ´ë¾ßµ¿','484¹øÁö ½ÃÈï ÇÑÀüÁöÁ¡ °í°´Áö¿øÆÀ','¹Ú¼ºÈñ','ÃÖÁ¤Èñ','0313103268','01042325092','420','030','°æ±â ºÎõ½Ã ¿ø¹Ì±¸ »óµ¿','ÇѾƸ§@1532µ¿1004È£','¹è¼Û½Ã ²À ÀüÈ­ÁÖ¼¼¿ä~',0,30000,0,0,30000,0,0,'³óÇù 711045-51-026082 ¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ','2010-04-28 15:41:22','0000-00-00 00:00:00',0,0,0,'',1,'6016-4044-0583','2010-04-30 15:11:47','0000-00-00','2010-04-28 15:01:15','210.109.153.43','¹«ÅëÀå','','','','','','','','','','',0,'','','','','','','','','',''),('1004280003','8de87e06e082806f690692c0ca47d3cc','munse59','','¹Ú¼ºÈñ','kmagic59@naver.com','0313103213','01045963827','429','811','°æ±â ½ÃÈï½Ã ´ë¾ßµ¿','´ë¾ßµ¿ 484¹øÁö ÇÑÀü½ÃÈïÁöÁ¡ °í°´Áö¿øÆÀ','¹Ú¼ºÈñ','¹Ú¼ºÈñ','0313103213','01045963827','429','811','°æ±â ½ÃÈï½Ã ´ë¾ßµ¿','484¹øÁö ÇÑÀü½ÃÈïÁöÁ¡ °í°´Áö¿øÆÀ','¹è¼Û½Ã µµÂø¹Ù·ÎÀü ÀüÈ­ ¸ÕÀú ÁÖ¼¼¿ä\r\n¹«°Å¿ö Á¦ Â÷¿¡ Á÷Á¢ ½Ç¾î³õÀ¸·Á±¸¿ä\r\n¼ö°íÇϼ¼¿ä...^^',0,60000,0,0,60000,0,0,'³óÇù 711045-51-026082 ¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ','2010-04-28 15:40:05','0000-00-00 00:00:00',0,0,0,'',1,'6016-4044-0594(0605)','2010-04-30 15:10:04','0000-00-00','2010-04-28 15:15:15','210.109.153.43','¹«ÅëÀå','','','','','','','','','','',0,'','','','','','','','','',''),('1004290001','6c412bd41e67b8d773d5651ed76c984e','tryit','','ÀÌÁø¼±','jinseon78@nate.com','01037805379','01037805379','150','797','¼­¿ï ¿µµîÆ÷±¸ ¿µµîÆ÷µ¿ ¿µµîÆ÷Ǫ¸£Áö¿À¾ÆÆÄÆ®','208-2001','','¼­Àμø','01030323130','01030323130','150','797','¼­¿ï ¿µµîÆ÷±¸ ¿µµîÆ÷µ¿ ¿µµîÆ÷Ǫ¸£Áö¿À¾ÆÆÄÆ®','205-104','½º½ÂÀÇ ³¯À̱⵵ ÇØ¼­¿ä~~ ',0,0,35000,0,0,35000,0,'','0000-00-00 00:00:00','2010-04-29 14:41:27',0,0,0,'',1,'6016-4420-9081','2010-04-30 15:08:59','0000-00-00','2010-04-29 14:40:35','210.109.153.42','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1011080001','24d26100b9d2097f0418ed14dd528b38','','*8C4F04F5E87B8E18FE085F57B93DAAC7AC7E81FC','¹Ú°æ¼÷','kyungsook@kepco.co.kr','032-880-1257','010-7543-9143','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236ÇÑÀüÁ¦¹°Æ÷ÁöÁ¡¿ä±Ý°ü¸®ÆÀ','','¹Ú°æ¼÷','032-880-1257','010-7543-9143','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236ÇÑÀüÁ¦¹°Æ÷ÁöÁ¡¿ä±Ý°ü¸®ÆÀ','',0,0,28000,0,0,28000,0,'','0000-00-00 00:00:00','2010-11-08 17:50:25',0,0,0,'2010-11-09 20:10:16 - °áÁ¦/¹è¼Û³»¿ª ¸ÞÀϹ߼Û\n',1,'6022-5750-7652','2010-11-09 20:04:31','0000-00-00','2010-11-08 17:47:15','210.109.153.36','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1011080002','01584ecac98696299889eaf9999e1b7b','','*0D0E21BE49BEA1AE5950DDB85C40B730E318EB29','ÀÌÁ¤¿Á','hoon990507@hanmail.net','031-287-2742','010-4227-2742','446','582','°æ±â ¿ëÀνà ±âÈﱸ º¸¶óµ¿ Çö´ë¸ð´×»çÀ̵å1Â÷¾ÆÆÄÆ®','310µ¿ 1501È£','ÀÌÁ¤¿Á','ÀÌÁ¤¿Á','031-287-2742','010-4227-2742','446','582','°æ±â ¿ëÀνà ±âÈﱸ º¸¶óµ¿ Çö´ë¸ð´×»çÀ̵å1Â÷¾ÆÆÄÆ®','310µ¿ 1501È£','',0,35000,0,0,35000,0,0,'³óÇù 711045-51-026082 ¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ','2010-11-09 10:22:59','0000-00-00 00:00:00',0,0,0,'2010-11-09 20:10:16 - °áÁ¦/¹è¼Û³»¿ª ¸ÞÀϹ߼Û\n',1,'6022-5750-7663','2010-11-09 20:04:31','0000-00-00','2010-11-08 18:43:17','124.50.174.115','¹«ÅëÀå','','','','','','','','','','',0,'','','','','','','','','',''),('1005030002','3129dfa08dbd19f97ef05cc5753e450b','','*5B5DBEED4C543B176DEB001C79ABB30B5E00C154','¹Ú°æ¼÷','kyungsook@kepco.co.kr','032-880-1257','010-7543-91432','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236 ÇÑÀüÁ¦¹°Æ÷ÁöÁ¡','¹Ú°æ¼÷','¼­¿µ¹Ì','010-8288-5296','010-8288-5296','404','170','ÀÎõ ¼­±¸ °æ¼­µ¿','719-3¿ìÁ¤¾ÆÆÄÆ®303µ¿301È£','´Ù½Ãº¸³»ÁֽŠ»ç°ú Àß¹Þ¾Ò½À´Ï´Ù °¨»çÇÕ´Ï´Ù',0,30000,0,0,30000,0,0,'³óÇù 711045-51-026082 ¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ','2010-05-03 16:08:02','0000-00-00 00:00:00',0,0,0,'',1,'6016-5869-9361','2010-05-06 15:19:12','0000-00-00','2010-05-03 15:51:22','210.109.153.41','¹«ÅëÀå','','','','','','','','','','',0,'','','','','','','','','',''),('1011050001','f0f42953e6ac78566f36c5824c795c7f','young1108','','À̰濵','lky1108@nate.com','02-2242-3781','010-6878-3781','130','777','¼­¿ï µ¿´ë¹®±¸ ÈÖ°æ1µ¿ µ¿¾ç¾ÆÆÄÆ®','102µ¿ 609È£','','À̰濵','02-2242-3781','010-6878-3781','130','777','¼­¿ï µ¿´ë¹®±¸ ÈÖ°æ1µ¿ µ¿¾ç¾ÆÆÄÆ®','102µ¿ 609È£','',0,0,28000,0,0,28000,0,'','0000-00-00 00:00:00','2010-11-05 16:49:35',0,0,0,'2010-11-08 13:38:04 - °áÁ¦/¹è¼Û³»¿ª ¸ÞÀϹ߼Û\n',1,'6022-5133-5962','2010-11-08 13:37:31','0000-00-00','2010-11-05 16:48:41','218.51.92.6','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1011090001','58836fbe6a74d8fbef6dbce688905c71','gwater','','À̺ÀÁÖ','lbj@kigam.re.kr','042-867-1151','010-9402-3073','305','350','´ëÀü À¯¼º±¸ °¡Á¤µ¿','kit@ 11-106','','À̺ÀÁÖ','042-867-1151','010-9402-3073','305','350','´ëÀü À¯¼º±¸ °¡Á¤µ¿','kit@ 11-106','',0,0,28000,0,0,28000,0,'','0000-00-00 00:00:00','2010-11-09 08:43:39',0,0,0,'2010-11-09 20:10:16 - °áÁ¦/¹è¼Û³»¿ª ¸ÞÀϹ߼Û\n',1,'6022-5750-7674','2010-11-09 20:04:31','0000-00-00','2010-11-09 08:42:35','203.247.174.245','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1011090002','b5146481a245e50255f5b24319c2711a','jhs3950','','ÀåÇå¼÷','hs1001@kepco.co.kr','0328801317','01092544036','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236 ÇÑÀü Á¦¹°Æ÷ÁöÁ¡ 1Ãþ °í°´Áö¿øÆÀ','ÀåÇå¼÷','ÀåÇå¼÷','0328801317','01092544036','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236 ÇÑÀü Á¦¹°Æ÷ÁöÁ¡ 1Ãþ °í°´Áö¿øÆÀ','',0,56000,0,0,56000,0,0,'','2010-11-09 10:23:58','0000-00-00 00:00:00',0,0,0,'2010-11-09 20:10:16 - °áÁ¦/¹è¼Û³»¿ª ¸ÞÀϹ߼Û\n',1,'6022-5750-7685','2010-11-09 20:04:31','0000-00-00','2010-11-09 09:53:12','210.109.153.32','°èÁÂÀÌü','','','','','','','','','','',0,'','','','','','','','','',''),('1011090003','e3423656a3520cb9a9825048b5cb59aa','jhs3950','','ÀåÇå¼÷','hs1001@kepco.co.kr','0328801317','01092544036','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236 ÇÑÀü Á¦¹°Æ÷ÁöÁ¡ 1Ãþ°í°´Áö¿øÆÀ','À±Á¤¼ö','ÀåÇå¼÷','0328801317','01092544036','400','103','ÀÎõ Áß±¸ ½ÅÈﵿ3°¡','7-236 ÇÑÀü Á¦¹°Æ÷ÁöÁ¡ 1Ãþ°í°´Áö¿øÆÀ','',0,28000,0,0,28000,0,0,'³óÇù 711045-51-026082 ¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ','2010-11-09 12:32:09','0000-00-00 00:00:00',0,0,0,'2010-11-09 20:10:16 - °áÁ¦/¹è¼Û³»¿ª ¸ÞÀϹ߼Û\n',1,'6022-5750-7700','2010-11-09 20:04:31','0000-00-00','2010-11-09 10:17:13','210.109.153.32','¹«ÅëÀå','','','','','','','','','','',0,'','','','','','','','','',''),('1011110001','f811fcdc741bd7a5403aabf55e041d1e','','*B2DFDF6C8A995BD453F951E5707DD08FA6373B09','±Ç´ëȯ','kdh5633@kepco.co.kr','032-772-1011','019-294-6636','402','803','ÀÎõ ³²±¸ µµÈ­3µ¿','6-6 Àå½Â¹éÀ̰øÀÎÁß°³»ç¹«¼Ò','','À¯Ãæ¿Á','032-772-1011','019-294-6636','402','803','ÀÎõ ³²±¸ µµÈ­3µ¿','6-6 Àå½Â¹éÀ̰øÀÎÁß°³»ç¹«¼Ò','',0,0,28000,0,0,28000,0,'','0000-00-00 00:00:00','2010-11-11 14:16:18',0,0,0,'2010-11-11 17:10:43 - °áÁ¦/¹è¼Û³»¿ª ¸ÞÀϹ߼Û\n',1,'6022-6725-9271','2010-11-11 17:10:13','0000-00-00','2010-11-11 14:14:35','203.231.152.63','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1011110002','65b6edfd9f135a6a1dbe075fb82c411f','','*7148BF452EC6C2AC332B6952265E9768D42FAA0D','ÀÌÀ±¼±','elin24@naver.com','010-4332-2307','010-4332-2307','139','200','¼­¿ï ³ë¿ø±¸ »ó°èµ¿','1255 Àººû¾ÆÆÄÆ®105-601','ÀÌÀ±¼±','ÀÌÀ±¼±','010-4332-2307','010-4332-2307','139','200','¼­¿ï ³ë¿ø±¸ »ó°èµ¿','1255 Àººû¾ÆÆÄÆ®105-601','µµÂøÀüÇÚÆùÁÖ¼¼¿ä',0,28000,0,0,28000,0,0,'³óÇù 711045-51-026082 ¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ','2010-11-12 09:44:11','0000-00-00 00:00:00',0,0,0,'',1,'6022-7073-9914','2010-11-12 16:48:08','0000-00-00','2010-11-11 20:42:41','222.232.78.248','¹«ÅëÀå','','','','','','','','','','',0,'','','','','','','','','',''),('1011220001','2462b9b1bd83b589c5b262d72a395c4f','','*4FE650B5BC6643095EFD7A683399EE0D5B428081','¼­Á¤ÀÓ','february0223@naver.com','010-5453-6544','010-5453-6544','152','836','¼­¿ï ±¸·Î±¸ °íô2µ¿','309-1 µ¿È­¸Ç¼Ç 201È£','','¼­Á¤ÀÓ','010-5453-6544','010-5453-6544','152','836','¼­¿ï ±¸·Î±¸ °íô2µ¿','309-1 µ¿È­¸Ç¼Ç 201È£','',0,0,28000,0,0,28000,0,'','0000-00-00 00:00:00','2010-11-22 16:27:21',0,0,0,'',1,'','2010-11-23 00:00:00','0000-00-00','2010-11-22 16:25:51','121.171.193.139','½Å¿ëÄ«µå','','','','','','','','','','',0,'','','','','','','','','',''),('1011220002','d715978fcc0396b4d67d7ef9a0edf1f9','smlee7216','','À̼±¹Ì','smlee7216@naver.com','031-705-7216','010-5060-9180','463','916','°æ±â ¼º³²½Ã ºÐ´ç±¸ ¾ßžµ¿ ¸ÅÈ­¸¶À»ÁÖ°ø2´ÜÁö¾ÆÆÄÆ®','201µ¿ 601È£','À̼±¹Ì','À̼±¹Ì','031-705-7216','010-5060-9180','463','916','°æ±â ¼º³²½Ã ºÐ´ç±¸ ¾ßžµ¿ ¸ÅÈ­¸¶À»ÁÖ°ø2´ÜÁö¾ÆÆÄÆ®','201µ¿ 601È£','¸À³­ »ç°ú °¨»çµå·Á¿ä~ ÁÁÀº°É·Î º¸³»ÁÖ¼¼¿ä~~',0,28000,0,0,28000,0,0,'³óÇù 711045-51-026082 ¾ÆÄ§³ó»ê¿µ³óÁ¶ÇÕ¹ýÀÎ','2010-11-23 10:07:46','0000-00-00 00:00:00',0,0,0,'',1,'','2010-11-23 00:00:00','0000-00-00','2010-11-22 16:59:01','211.219.66.62','¹«ÅëÀå','','','','','','','','','','',0,'','','','','','','','','',''); /*!40000 ALTER TABLE `yc4_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `yc4_wish` -- DROP TABLE IF EXISTS `yc4_wish`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `yc4_wish` ( `wi_id` int(11) NOT NULL auto_increment, `mb_id` varchar(20) NOT NULL default '', `it_id` varchar(10) NOT NULL default '0', `wi_time` datetime NOT NULL default '0000-00-00 00:00:00', `wi_ip` varchar(25) NOT NULL default '', PRIMARY KEY (`wi_id`), KEY `index1` (`mb_id`) ) ; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `yc4_wish` -- LOCK TABLES `yc4_wish` WRITE; /*!40000 ALTER TABLE `yc4_wish` DISABLE KEYS */; /*!40000 ALTER TABLE `yc4_wish` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2010-11-25 1:01:13