0byt3m1n1
Path:
/
data
/
23
/
3
/
6
/
152
/
3332804
/
meta
/
3718894
/
mysql
/
[
Home
]
File: en_dhdata.dump.bak
-- MySQL dump 10.11 -- -- Host: mysqlv106 Database: en_dhdata -- ------------------------------------------------------ -- Server version 5.0.91 /*!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 utf8 */; /*!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 `dh_admin` -- DROP TABLE IF EXISTS `dh_admin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_admin` ( `userid` mediumint(6) unsigned NOT NULL auto_increment, `username` varchar(20) default NULL, `password` varchar(32) default NULL, `roleid` smallint(5) default '0', `encrypt` varchar(6) default NULL, `lastloginip` varchar(15) default NULL, `lastlogintime` int(10) unsigned default '0', `email` varchar(40) default NULL, `realname` varchar(50) NOT NULL default '', `card` varchar(255) NOT NULL, `lang` varchar(6) NOT NULL, PRIMARY KEY (`userid`), KEY `username` (`username`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_admin` -- LOCK TABLES `dh_admin` WRITE; /*!40000 ALTER TABLE `dh_admin` DISABLE KEYS */; INSERT INTO `dh_admin` VALUES (1,'dhadmin','83dccacc2bc843b89ea770e2b73264b0',1,'zcW8FE','114.92.186.69',1481708522,'dh@163.com','','',''),(2,'superadmin','99b2d6ec6bb356dbd9b7565951131b24',2,'8ffkHv','116.226.34.141',1422950881,'superadmin@1.com','','',''),(3,'pubadmin','d58550b5bd396717cc7a2b9d5448630b',7,'3CLhh2','140.206.189.190',1390464119,'pubadmin@1.com','','',''); /*!40000 ALTER TABLE `dh_admin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_admin_panel` -- DROP TABLE IF EXISTS `dh_admin_panel`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_admin_panel` ( `menuid` mediumint(8) unsigned NOT NULL, `userid` mediumint(8) unsigned NOT NULL default '0', `name` char(32) default NULL, `url` char(255) default NULL, `datetime` int(10) unsigned default '0', UNIQUE KEY `userid` (`menuid`,`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_admin_panel` -- LOCK TABLES `dh_admin_panel` WRITE; /*!40000 ALTER TABLE `dh_admin_panel` DISABLE KEYS */; INSERT INTO `dh_admin_panel` VALUES (1243,1,'create_index','?m=content&c=create_html&a=public_index&',1392711213); /*!40000 ALTER TABLE `dh_admin_panel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_admin_role` -- DROP TABLE IF EXISTS `dh_admin_role`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_admin_role` ( `roleid` tinyint(3) unsigned NOT NULL auto_increment, `rolename` varchar(50) NOT NULL, `description` text NOT NULL, `listorder` smallint(5) unsigned NOT NULL default '0', `disabled` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`roleid`), KEY `listorder` (`listorder`), KEY `disabled` (`disabled`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_admin_role` -- LOCK TABLES `dh_admin_role` WRITE; /*!40000 ALTER TABLE `dh_admin_role` DISABLE KEYS */; INSERT INTO `dh_admin_role` VALUES (1,'超级管理员','超级管理员',0,0),(2,'站点管理员','站点管理员',0,0),(3,'运营总监','运营总监',1,0),(4,'总编','总编',5,0),(5,'编辑','编辑',1,0),(7,'发布人员','发布人员',0,0); /*!40000 ALTER TABLE `dh_admin_role` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_admin_role_priv` -- DROP TABLE IF EXISTS `dh_admin_role_priv`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_admin_role_priv` ( `roleid` tinyint(3) unsigned NOT NULL default '0', `m` char(20) NOT NULL, `c` char(20) NOT NULL, `a` char(20) NOT NULL, `data` char(30) NOT NULL default '', `siteid` smallint(5) unsigned NOT NULL default '0', KEY `roleid` (`roleid`,`m`,`c`,`a`,`siteid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_admin_role_priv` -- LOCK TABLES `dh_admin_role_priv` WRITE; /*!40000 ALTER TABLE `dh_admin_role_priv` DISABLE KEYS */; INSERT INTO `dh_admin_role_priv` VALUES (7,'content','content','listorder','',1),(7,'content','create_html','batch_show','',1),(7,'content','content','delete','',1),(7,'content','content','add_othors','',1),(7,'content','content','move','',1),(7,'content','push','init','',1),(7,'content','content','edit','',1),(7,'content','content','pass','',1),(7,'content','content','add','',1),(7,'content','content','init','',1),(7,'content','content','init','',1),(7,'content','content','init','',1),(2,'content','create_html','public_index','',1),(2,'content','content','listorder','',1),(2,'content','create_html','batch_show','',1),(2,'content','content','delete','',1),(2,'content','content','add_othors','',1),(2,'content','content','move','',1),(2,'content','push','init','',1),(2,'content','content','edit','',1),(2,'content','content','pass','',1),(2,'content','content','add','',1),(2,'content','content','init','',1),(2,'content','content','init','',1),(2,'content','content','init','',1); /*!40000 ALTER TABLE `dh_admin_role_priv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_announce` -- DROP TABLE IF EXISTS `dh_announce`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_announce` ( `aid` smallint(4) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `title` char(80) NOT NULL, `content` text NOT NULL, `starttime` date NOT NULL default '0000-00-00', `endtime` date NOT NULL default '0000-00-00', `username` varchar(40) NOT NULL, `addtime` int(10) unsigned NOT NULL default '0', `hits` smallint(5) unsigned NOT NULL default '0', `passed` tinyint(1) unsigned NOT NULL default '0', `style` char(15) NOT NULL, `show_template` char(30) NOT NULL, PRIMARY KEY (`aid`), KEY `siteid` (`siteid`,`passed`,`endtime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_announce` -- LOCK TABLES `dh_announce` WRITE; /*!40000 ALTER TABLE `dh_announce` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_announce` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_attachment` -- DROP TABLE IF EXISTS `dh_attachment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_attachment` ( `aid` int(10) unsigned NOT NULL auto_increment, `module` char(15) NOT NULL, `catid` smallint(5) unsigned NOT NULL default '0', `filename` char(50) NOT NULL, `filepath` char(200) NOT NULL, `filesize` int(10) unsigned NOT NULL default '0', `fileext` char(10) NOT NULL, `isimage` tinyint(1) unsigned NOT NULL default '0', `isthumb` tinyint(1) unsigned NOT NULL default '0', `downloads` mediumint(8) unsigned NOT NULL default '0', `userid` mediumint(8) unsigned NOT NULL default '0', `uploadtime` int(10) unsigned NOT NULL default '0', `uploadip` char(15) NOT NULL, `status` tinyint(1) NOT NULL default '0', `authcode` char(32) NOT NULL, `siteid` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`aid`), KEY `authcode` (`authcode`) ) ENGINE=MyISAM AUTO_INCREMENT=1044 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_attachment` -- LOCK TABLES `dh_attachment` WRITE; /*!40000 ALTER TABLE `dh_attachment` DISABLE KEYS */; INSERT INTO `dh_attachment` VALUES (1,'content',24,'hj_011.jpg','2014/0116/20140116064240107.jpg',25156,'jpg',1,0,0,1,1389868960,'127.0.0.1',1,'7efa7090e10d9f0434114291efc9e53b',1),(2,'content',24,'hj_011.jpg','2014/0116/20140116065055344.jpg',25156,'jpg',1,0,0,1,1389869455,'127.0.0.1',1,'96e9eb1c07c5d77ed6f647b9d3728e7d',1),(3,'content',29,'2012-03-22灯具城5F.pdf','2014/0117/20140117013221165.pdf',1464536,'pdf',0,0,0,1,1389936741,'127.0.0.1',1,'a5d0d0d269447348a3e75b91555623c7',1),(4,'content',30,'102012932.zip','2014/0117/20140117013651334.zip',602218,'zip',0,0,0,1,1389937011,'127.0.0.1',1,'8b47d894c2eaf93ff0efaa0565d56264',1),(5,'content',30,'deng66 - 1127.zip','2014/0117/20140117013828461.zip',1663715,'zip',0,0,0,1,1389937108,'127.0.0.1',1,'1b82eb5622ce51980b0ae2227aa17038',1),(6,'content',31,'2012-03-22灯具城5F.pdf','2014/0117/20140117014223606.pdf',1464536,'pdf',0,0,0,1,1389937343,'127.0.0.1',1,'d5901177d928ff280fca8a2209e84c40',1),(7,'content',31,'2012-03-22灯具城5F.pdf','2014/0117/20140117014815442.pdf',1464536,'pdf',0,0,0,1,1389937695,'127.0.0.1',1,'22c14100ddde6eb02a852401473daf21',1),(8,'content',32,'2012-03-22灯具城5F.pdf','2014/0117/20140117015326937.pdf',1464536,'pdf',0,0,0,1,1389938006,'127.0.0.1',1,'997630c669e13297316a14223dcf3a64',1),(9,'content',40,'ddddddddddddd.jpg','2014/0118/20140118114916495.jpg',2492,'jpg',1,0,0,1,1390016956,'127.0.0.1',1,'5abdb948f6888c4ad6d3a8cf2d5fc2f3',1),(117,'content',87,'TL-S40-A.jpg','2014/0224/20140224034852960.jpg',47960,'jpg',1,0,0,1,1393228132,'116.226.72.188',1,'ab7a2e873365319eb2e2ae67bf7c9b93',1),(116,'content',51,'TE-R11.jpg','2014/0224/20140224033453544.jpg',726695,'jpg',1,0,0,1,1393227293,'116.226.72.188',1,'e3d3aa2ca2a87d0535ffef0cd8421310',1),(119,'content',57,'TE-R23.jpg','2014/0224/20140224035324858.jpg',49521,'jpg',1,0,0,1,1393228404,'116.226.72.188',0,'67297b561cee4bb0c7a736a7c15e70dd',1),(115,'content',51,'TE-R11.jpg','2014/0224/20140224033328445.jpg',726695,'jpg',1,0,0,1,1393227208,'116.226.72.188',1,'847b9b7a2d75e732f29ac680846344d0',1),(118,'content',57,'TE-R23.jpg','2014/0224/20140224035202480.jpg',49521,'jpg',1,0,0,1,1393228321,'116.226.72.188',0,'acd8e55e280a45964a6d3a9d490169c5',1),(19,'content',17,'1.jpg','2014/0121/20140121015555476.jpg',53149,'jpg',1,0,0,1,1390283755,'140.206.189.190',0,'abefc4d22bb6420f3d41cfe990da6c87',1),(16,'content',125,'COB产品命名规范.pdf','2014/0118/20140118052328806.pdf',990016,'pdf',0,0,0,1,1390037008,'127.0.0.1',1,'c454ddfe7da90dff0d08acf61c43642f',1),(17,'content',125,'pro_img021.jpg','2014/0118/20140118052523403.jpg',4283,'jpg',1,0,0,1,1390037123,'127.0.0.1',1,'d612899e9c95297b942b83ed75fd34c2',1),(18,'content',125,'COB_xh_01.jpg','2014/0118/20140118052532531.jpg',4768,'jpg',1,0,0,1,1390037132,'127.0.0.1',1,'c1bba752e721b78b7883b2390c523cb1',1),(20,'content',0,'20140121015604887.jpg','2014/0121/20140121015604887.jpg',126402,'jpg',1,0,0,0,1390283764,'140.206.189.190',0,'2394a4d411f38bf12514c208b9c00485',1),(21,'content',0,'20140121015604979.jpg','2014/0121/20140121015604979.jpg',144408,'jpg',1,0,0,0,1390283764,'140.206.189.190',0,'51c7014f41cf7c0c0d82b7965bcd2695',1),(22,'content',17,'2.jpg','2014/0121/20140121021829792.jpg',42932,'jpg',1,0,0,1,1390285109,'140.206.189.190',0,'070f312fd5b202f7eb76b7774988d007',1),(23,'content',0,'20140121021833815.jpg','2014/0121/20140121021833815.jpg',21506,'jpg',1,0,0,0,1390285113,'140.206.189.190',0,'91d31c67bf1ef768fb49ef718c81f8b8',1),(24,'content',0,'20140121021833146.jpg','2014/0121/20140121021833146.jpg',26494,'jpg',1,0,0,0,1390285113,'140.206.189.190',0,'f4e390eccdb13e30ed272d77b82958d0',1),(25,'content',0,'20140121021833420.jpg','2014/0121/20140121021833420.jpg',24064,'jpg',1,0,0,0,1390285113,'140.206.189.190',0,'a65c2c8494c29345ecab298e8dac1756',1),(26,'content',0,'20140121021833756.jpg','2014/0121/20140121021833756.jpg',26836,'jpg',1,0,0,0,1390285113,'140.206.189.190',0,'f1e2f25d560f82bd3d04a74b384353d2',1),(27,'content',24,'case_hpfd.jpg','2014/0121/20140121045603484.jpg',10069,'jpg',1,0,0,1,1390294563,'140.206.189.190',0,'c4c1502515f327ccdef2ae6492d0db3f',1),(28,'content',24,'case_hpfd.jpg','2014/0121/20140121050537763.jpg',9638,'jpg',1,0,0,1,1390295137,'140.206.189.190',0,'d60b36c3a97e70d7b7322ca1295824d6',1),(29,'content',24,'case_hpfd.jpg','2014/0121/20140121050617703.jpg',9638,'jpg',1,0,0,1,1390295177,'140.206.189.190',0,'0a340210dff311ad9ff0682141dc7895',1),(30,'content',24,'case_hpfd.jpg','2014/0121/20140121050710873.jpg',8845,'jpg',1,0,0,1,1390295230,'140.206.189.190',0,'829b6188c954205a1d991d5044a114cf',1),(31,'content',24,'case_npdq.jpg','2014/0121/20140121050934473.jpg',7120,'jpg',1,0,0,1,1390295373,'140.206.189.190',0,'eacb817d49fb494a7382143532a1c676',1),(32,'content',24,'case_sbztg.jpg','2014/0122/20140122104525905.jpg',7278,'jpg',1,0,0,1,1390358725,'140.206.189.190',0,'03e40b7057c17c46408a6c42f900bed6',1),(33,'content',24,'case_sbztg_01.jpg','2014/0122/20140122105257584.jpg',116070,'jpg',1,0,0,1,1390359177,'140.206.189.190',0,'6e2755d134f9e83cd68288db58ad74d9',1),(34,'content',24,'case_sbztg_02.jpg','2014/0122/20140122105315689.jpg',104025,'jpg',1,0,0,1,1390359195,'140.206.189.190',0,'7c0dba540067ea7844f42e1e44b8adfd',1),(35,'content',24,'case_sbgj.jpg','2014/0122/20140122110547124.jpg',10117,'jpg',1,0,0,1,1390359947,'140.206.189.190',0,'3ef9a847cf32c28e28ead8cc9edd7a5f',1),(36,'content',24,'case_sbgj_01.jpg','2014/0122/20140122110755321.jpg',104025,'jpg',1,0,0,1,1390360075,'140.206.189.190',0,'e194682db35a066aa7ed7b11c85c847a',1),(37,'content',24,'case_sbgj_01.jpg','2014/0122/20140122110756540.jpg',104025,'jpg',1,0,0,1,1390360076,'140.206.189.190',0,'6c901d0eb1185dedf734fe18554c57e1',1),(38,'content',24,'case_sbgj_02.jpg','2014/0122/20140122110847184.jpg',73236,'jpg',1,0,0,1,1390360127,'140.206.189.190',0,'bb4aa7d08810ac4baebb89533487a2e1',1),(39,'content',24,'case_szhql_01.jpg','2014/0122/20140122111316255.jpg',140832,'jpg',1,0,0,1,1390360396,'140.206.189.190',0,'36f2e6cd68b882ecfe4af82cf79214c2',1),(40,'content',24,'case_szhql_02.jpg','2014/0122/20140122111330823.jpg',140876,'jpg',1,0,0,1,1390360410,'140.206.189.190',0,'4e2d2e0b8588b086b9dd0c4675cd1ee7',1),(41,'content',24,'case_szhql.jpg','2014/0122/20140122111346563.jpg',8090,'jpg',1,0,0,1,1390360426,'140.206.189.190',0,'76f2b63c8baa26ac0df82efd5062232d',1),(42,'content',24,'case_yalgj_01.jpg','2014/0122/20140122111834204.jpg',113125,'jpg',1,0,0,1,1390360714,'140.206.189.190',0,'f4ec30ea848ddb6c90f75cc6a8b45048',1),(43,'content',24,'case_yalgj_02.jpg','2014/0122/20140122111851908.jpg',58508,'jpg',1,0,0,1,1390360731,'140.206.189.190',0,'0b6cdaedb10897449fd6c73535a56e34',1),(44,'content',24,'case_yalgj.jpg','2014/0122/20140122111906183.jpg',10769,'jpg',1,0,0,1,1390360746,'140.206.189.190',0,'2d3fc0df7c2b82ea81f2cd6f5ef04774',1),(45,'content',24,'case_yyjd_01.jpg','2014/0122/20140122112207183.jpg',98434,'jpg',1,0,0,1,1390360927,'140.206.189.190',0,'2134d1d3dcfa29dbfa40176643cb0225',1),(46,'content',24,'case_yyjd.jpg','2014/0122/20140122112315876.jpg',9311,'jpg',1,0,0,1,1390360995,'140.206.189.190',0,'f3de2c9292d81fe7d5793fae8135a5c1',1),(47,'content',24,'case_npdq_01.jpg','2014/0122/20140122112536830.jpg',126918,'jpg',1,0,0,1,1390361136,'140.206.189.190',0,'d25d9bd0823dbdd86d4d521c72e017fa',1),(48,'content',24,'case_npdq_02.jpg','2014/0122/20140122112552943.jpg',154297,'jpg',1,0,0,1,1390361152,'140.206.189.190',0,'75129e9027ad7a29edb8a9e8bca5a585',1),(49,'content',24,'case_hpfd_01.jpg','2014/0122/20140122112825331.jpg',213764,'jpg',1,0,0,1,1390361305,'140.206.189.190',0,'71cce67960022d4b2e724a1630e24b94',1),(217,'content',274,'TL-B70.jpg','2014/0616/20140616035500199.jpg',644415,'jpg',1,0,0,1,1402905299,'116.226.39.253',1,'8b25e9d839b6379455339f95548601a0',1),(51,'block',0,'banner01.png','2014/0123/20140123112742399.png',470597,'png',1,0,0,1,1390447662,'140.206.189.190',0,'088166811430281461899346079b3f93',1),(52,'block',0,'banner01.png','2014/0123/20140123112820694.png',470597,'png',1,0,0,1,1390447700,'140.206.189.190',1,'ec0103828132428f468cc89fd171cb2e',1),(53,'content',0,'gchj_01_b.jpg','2014/0123/20140123010933570.jpg',162560,'jpg',1,0,0,1,1390453773,'140.206.189.190',0,'b565753a8a19710a7fd67f1f88c18092',1),(54,'block',0,'banner01.png','2014/0123/20140123021021629.png',363493,'png',1,0,0,1,1390457421,'140.206.189.190',1,'c517e55beee4ea337d3e00d395efeb94',1),(55,'block',0,'banner02.png','2014/0123/20140123021037948.png',266955,'png',1,0,0,1,1390457437,'140.206.189.190',1,'f2a4b4843678dbf2ff6b501c16ba41ea',1),(56,'block',0,'banner03.png','2014/0123/20140123021118713.png',463734,'png',1,0,0,1,1390457478,'140.206.189.190',1,'f6690b3b577327aaeb6a6672b2382eae',1),(57,'content',0,'hj_03_b.jpg','2014/0123/20140123050726120.jpg',300023,'jpg',1,0,0,1,1390468046,'140.206.189.190',0,'c0e4bac8496148d3d648e1f6b6603f37',1),(58,'content',0,'hj_03_b.jpg','2014/0123/20140123050859858.jpg',300023,'jpg',1,0,0,1,1390468139,'140.206.189.190',0,'cf40b0ced237bef29fc8cb5be2d32cfd',1),(59,'content',0,'organization.jpg','2014/0123/20140123051058239.jpg',43218,'jpg',1,0,0,1,1390468258,'140.206.189.190',0,'6e9ef7ee1cf5d1c3f442ffa73ba93612',1),(60,'content',0,'organization.jpg','2014/0123/20140123051206617.jpg',40822,'jpg',1,0,0,1,1390468326,'140.206.189.190',0,'f4401ce109c9fe79c466a183e5df451a',1),(61,'content',40,'TC-R8.jpg','2014/0127/20140127083142255.jpg',46219,'jpg',1,0,0,2,1390825902,'116.226.46.24',1,'fe16ffdcc7acdea74885004ac26c4852',1),(62,'content',0,'TC-R8.jpg','2014/0214/20140214095448125.jpg',46219,'jpg',1,0,0,1,1392342888,'116.226.72.188',1,'ca38a7e3680b615adc757627123e817a',1),(63,'content',0,'TC-S6D1.jpg','2014/0214/20140214095533259.jpg',45178,'jpg',1,0,0,1,1392342933,'116.226.72.188',1,'3301a1db68fec98917d32f975f6c3da1',1),(64,'content',0,'TC-S9D2.jpg','2014/0214/20140214095555227.jpg',47631,'jpg',1,0,0,1,1392342955,'116.226.72.188',1,'18c9ece36a8f2d8c39527dcfb44845c3',1),(65,'content',0,'TD-4W2R.jpg','2014/0214/20140214095619965.jpg',49789,'jpg',1,0,0,1,1392342979,'116.226.72.188',1,'c021be644edac57a917674f11b810a29',1),(66,'content',0,'TD-5W1R.jpg','2014/0214/20140214095709660.jpg',61016,'jpg',1,0,0,1,1392343029,'116.226.72.188',1,'345e6071dd056111c94d1efac4a1e54b',1),(67,'content',0,'TD-6.jpg','2014/0214/20140214095726970.jpg',67127,'jpg',1,0,0,1,1392343046,'116.226.72.188',1,'92f8d1f68a16c3a3c3c174d8d7fcad33',1),(68,'content',0,'TE-0808.jpg','2014/0214/20140214100204540.jpg',66262,'jpg',1,0,0,1,1392343324,'116.226.72.188',1,'cd9896155787ae27cc7abd88e2078aef',1),(69,'content',0,'TE-1010.jpg','2014/0214/20140214100242640.jpg',63827,'jpg',1,0,0,1,1392343362,'116.226.72.188',1,'a10b7bfb2b54f0ded7814a9b66b1ae41',1),(70,'content',0,'TE-R10.jpg','2014/0214/20140214100303397.jpg',46095,'jpg',1,0,0,1,1392343383,'116.226.72.188',1,'8a2c7b10bedf164424ef1524127b12ed',1),(71,'content',0,'TE-R14.jpg','2014/0214/20140214100536196.jpg',50172,'jpg',1,0,0,1,1392343536,'116.226.72.188',1,'3d69b5cba6083ef4a40ae9aa86e9d7e2',1),(72,'content',0,'TE-R15.jpg','2014/0214/20140214100603496.jpg',48210,'jpg',1,0,0,1,1392343563,'116.226.72.188',1,'1ca34ac33a10ded8fa52996bb0db55aa',1),(73,'content',0,'TE-R16.jpg','2014/0214/20140214100622549.jpg',46929,'jpg',1,0,0,1,1392343582,'116.226.72.188',1,'27a12c424fd6e52f124e287765781cae',1),(74,'content',0,'TE-R23.jpg','2014/0214/20140214100653718.jpg',49521,'jpg',1,0,0,1,1392343613,'116.226.72.188',1,'8ae9aa98a3d613f05d6c5fd44f33239a',1),(75,'content',0,'TE-R5.jpg','2014/0214/20140214100800103.jpg',53989,'jpg',1,0,0,1,1392343679,'116.226.72.188',1,'6cf1c9e74321631d3590b879e4e74f09',1),(76,'content',0,'TE-R6.jpg','2014/0214/20140214100821400.jpg',46452,'jpg',1,0,0,1,1392343701,'116.226.72.188',1,'d099ccad4010ec7832a4f78b30ff6f91',1),(77,'content',0,'TL-AB72.jpg','2014/0214/20140214101025299.jpg',48774,'jpg',1,0,0,1,1392343825,'116.226.72.188',1,'a54643212b84250a6a8619ba37779cc6',1),(78,'content',0,'TL-B4.jpg','2014/0214/20140214101232655.jpg',54479,'jpg',1,0,0,1,1392343952,'116.226.72.188',1,'8ddcf9cc2f5dc52d8bb126845e3dbab8',1),(79,'content',0,'TL-B72.jpg','2014/0214/20140214101343848.jpg',49390,'jpg',1,0,0,1,1392344023,'116.226.72.188',1,'d130571b14451faac2124fd6677bb405',1),(80,'content',0,'TL-FS72.jpg','2014/0214/20140214101411744.jpg',53110,'jpg',1,0,0,1,1392344051,'116.226.72.188',1,'7b8634da51a4a1135021a43a4497ddeb',1),(81,'content',0,'TL-J72.jpg','2014/0214/20140214101447648.jpg',54166,'jpg',1,0,0,1,1392344087,'116.226.72.188',1,'b63d027e181bdece46d66f874e894fa0',1),(82,'content',0,'TL-O72.jpg','2014/0214/20140214101526168.jpg',50872,'jpg',1,0,0,1,1392344126,'116.226.72.188',1,'f6a9bf9a22b749597e90967587e31056',1),(83,'content',0,'TL-S40-A.jpg','2014/0214/20140214101638413.jpg',47960,'jpg',1,0,0,1,1392344198,'116.226.72.188',0,'d6ed5f3613073c5044c9443a36f1d3f4',1),(84,'content',0,'TL-S40.jpg','2014/0214/20140214101743503.jpg',54929,'jpg',1,0,0,1,1392344263,'116.226.72.188',1,'bea0b63a378914c17fa004388d8e82d9',1),(85,'content',0,'TL-S72.jpg','2014/0214/20140214101922785.jpg',50783,'jpg',1,0,0,1,1392344362,'116.226.72.188',1,'1f5beeafe9920767d8a407df49466c1c',1),(86,'content',0,'X4-12.jpg','2014/0214/20140214101957474.jpg',43718,'jpg',1,0,0,1,1392344396,'116.226.72.188',1,'c937a86aacbe083a792195be2c2c72be',1),(87,'content',0,'TL-Z72.jpg','2014/0214/20140214102056711.jpg',49945,'jpg',1,0,0,1,1392344456,'116.226.72.188',1,'d78f3253a44973686cf59abf0aa7ea48',1),(88,'content',0,'TP-1818.jpg','2014/0214/20140214102130869.jpg',53053,'jpg',1,0,0,1,1392344490,'116.226.72.188',1,'0ab3a43186af99c5423f3d49da19edb6',1),(89,'content',0,'TE-1010.jpg','2014/0214/20140214102205141.jpg',63827,'jpg',1,0,0,1,1392344525,'116.226.72.188',1,'1044019db9661aa02a100f1d7737616b',1),(90,'content',0,'TE-R10.jpg','2014/0214/20140214102301697.jpg',46095,'jpg',1,0,0,1,1392344581,'116.226.72.188',1,'4c06131f5105ea895fd4706a0d507163',1),(91,'content',0,'TP-2424.jpg','2014/0214/20140214102335738.jpg',54045,'jpg',1,0,0,1,1392344615,'116.226.72.188',1,'158b8442d021cd847e70bf7a8a156a89',1),(92,'content',0,'TP-2525.jpg','2014/0214/20140214102414724.jpg',40585,'jpg',1,0,0,1,1392344654,'116.226.72.188',1,'013dd2f263d8d85725cd1d08d2ce1947',1),(93,'content',0,'TR-FR8.jpg','2014/0214/20140214102613284.jpg',54453,'jpg',1,0,0,1,1392344773,'116.226.72.188',0,'5ea0c6679feded679312fdf78274e25b',1),(94,'content',31,'2014 COB Catalog.pdf','2014/0217/20140217014932146.pdf',10115671,'pdf',0,0,0,1,1392616172,'116.226.72.188',0,'b2daf1d5df180ae029f80b1e743d487c',1),(95,'content',31,'LED Product Catalog.pdf','2014/0217/20140217015016486.pdf',33878629,'pdf',0,0,0,1,1392616216,'116.226.72.188',0,'3b1710ff993321da592d210af5acc6a3',1),(98,'content',223,'1058.png','2014/0218/20140218043612868.png',21235,'png',1,0,0,1,1392712572,'116.226.72.188',1,'245b686ced590818bea78519c8f397d0',1),(97,'content',32,'2013 COB Catalog.pdf','2014/0217/20140217015337625.pdf',10671581,'pdf',0,0,0,1,1392616417,'116.226.72.188',0,'a7931f2d25f32db96ace4e267cef7273',1),(99,'content',0,'1057.png','2014/0218/20140218043842740.png',19666,'png',1,0,0,1,1392712722,'116.226.72.188',1,'23335bff02f4b55625aecc3c5dd85c39',1),(100,'content',223,'1057.png','2014/0218/20140218044534960.png',19666,'png',1,0,0,1,1392713134,'116.226.72.188',1,'0326c9c6d44ef785831beabbfd2f6beb',1),(101,'content',224,'1058.png','2014/0218/20140218044601372.png',21235,'png',1,0,0,1,1392713161,'116.226.72.188',1,'35c0c2c9ff8c51b2bdcb4254e70a34de',1),(102,'content',225,'TOP-1067.png','2014/0218/20140218044620672.png',23823,'png',1,0,0,1,1392713180,'116.226.72.188',1,'6919dbf032c1923bb713f92020185f0b',1),(103,'content',227,'TOP-788.png','2014/0218/20140218044642563.png',21834,'png',1,0,0,1,1392713202,'116.226.72.188',1,'12b0e7d0bec92fd6833fbe40d5626bcd',1),(104,'content',229,'TOP-33117.png','2014/0218/20140218044731230.png',30343,'png',1,0,0,1,1392713250,'116.226.72.188',1,'9abc8679f4a70b3175ebd735606f30a3',1),(105,'content',230,'TOP-331615.png','2014/0218/20140218044805447.png',30883,'png',1,0,0,1,1392713285,'116.226.72.188',1,'ad0c45fb42a46f97257f262f1da9776f',1),(106,'content',254,'TOP-3375.png','2014/0218/20140218044859602.png',19701,'png',1,0,0,1,1392713339,'116.226.72.188',1,'28c316757d19d5d40a727e15b0f10a8b',1),(107,'content',254,'TOP-3375.png','2014/0218/20140218045211869.png',19701,'png',1,0,0,1,1392713531,'116.226.72.188',0,'80a270d1ef6938fae086e212e68410e5',1),(108,'content',0,'20140218044859602.png','2014/0218/20140218045514583.png',19701,'png',1,0,0,1,1392713714,'140.206.189.190',0,'b8f8710535566d2d6563c0fdc0cba43c',1),(109,'content',0,'TOP-3057.png','2014/0218/20140218052139330.png',27978,'png',1,0,0,1,1392715298,'116.226.72.188',1,'a7d3c84021822116f3ae9dad0cccef74',1),(110,'content',0,'TOP-3375.png','2014/0218/20140218052336374.png',19701,'png',1,0,0,1,1392715416,'116.226.72.188',1,'033336e0d1b7d72e7a20d4083af1275c',1),(111,'content',0,'TOP-1357.png','2014/0218/20140218052747280.png',22555,'png',1,0,0,1,1392715667,'116.226.72.188',1,'880b6dae7f31036db359a2a0327823bb',1),(112,'content',87,'TL-S40.jpg','2014/0224/20140224032107231.jpg',54929,'jpg',1,0,0,1,1393226467,'116.226.72.188',0,'5a0feafaaa51a83089bf54d21759d3bf',1),(113,'content',57,'TE-R23.jpg','2014/0224/20140224032240505.jpg',49521,'jpg',1,0,0,1,1393226560,'116.226.72.188',1,'6bbadac48bb4e477a75321dbb666903b',1),(114,'content',45,'TD-6.jpg','2014/0224/20140224032719266.jpg',67127,'jpg',1,0,0,1,1393226839,'116.226.72.188',1,'729b036b06e7257364795de95a00ed0b',1),(120,'content',57,'TE-R23.jpg','2014/0224/20140224035521542.jpg',49521,'jpg',1,0,0,1,1393228521,'116.226.72.188',1,'a61bc373903faed7e986578d99cb619c',1),(121,'content',156,'2181.png','2014/0225/20140225021629753.png',19213,'png',1,0,0,1,1393308989,'116.226.72.188',1,'069a3f7859d769a350371bc3abec8b33',1),(122,'content',157,'0.31.png','2014/0225/20140225022636116.png',16165,'png',1,0,0,1,1393309591,'116.226.72.188',0,'54bff853d7ea9fb4c266a2f7b7d3ff51',1),(123,'content',157,'0.31.png','2014/0225/20140225022841119.png',16165,'png',1,0,0,1,1393309721,'116.226.72.188',1,'48e488e2604b63887a91a4d942ab4f85',1),(124,'content',40,'TC-R8.jpg','2014/0225/20140225063411788.jpg',46219,'jpg',1,0,0,1,1393324451,'116.226.72.188',1,'ce1a8f3d476cfe04cad6fadf19a8e27c',1),(125,'content',50,'TE-R10.jpg','2014/0225/20140225063804330.jpg',46095,'jpg',1,0,0,1,1393324684,'116.226.72.188',1,'975ce9fd687f518fb870c202e19f762d',1),(126,'content',51,'r11.jpg','2014/0225/20140225064826860.jpg',580352,'jpg',1,0,0,1,1393325306,'116.226.72.188',1,'fbdf5ef711577b1aebfb622b19e40927',1),(127,'content',53,'R14.jpg','2014/0225/20140225065105242.jpg',584482,'jpg',1,0,0,1,1393325465,'116.226.72.188',1,'25958983a06e53214af9b130b547e57d',1),(128,'content',54,'R15.jpg','2014/0225/20140225065437566.jpg',582501,'jpg',1,0,0,1,1393325677,'116.226.72.188',1,'656a51cf2a3ee965970d393667b077de',1),(129,'content',57,'R23.jpg','2014/0225/20140225065611573.jpg',584222,'jpg',1,0,0,1,1393325771,'116.226.72.188',1,'bcc7c853d45a18dff17e8aba0b462c5c',1),(130,'content',59,'R5.jpg','2014/0225/20140225065642996.jpg',573465,'jpg',1,0,0,1,1393325802,'116.226.72.188',1,'d546f95d50a542584bdd5767705ded9c',1),(131,'content',60,'R6.jpg','2014/0225/20140225065659615.jpg',580811,'jpg',1,0,0,1,1393325819,'116.226.72.188',1,'0dfaca7afbea19c05cf0ccdd8c2a84cf',1),(132,'content',0,'R10.jpg','2014/0225/20140225065859239.jpg',585919,'jpg',1,0,0,1,1393325939,'116.226.72.188',1,'b95a330a656f54c0202a10c9a86a106c',1),(133,'content',0,'r11.jpg','2014/0225/20140225065917513.jpg',580352,'jpg',1,0,0,1,1393325957,'116.226.72.188',1,'507add6f9e1388aa8a011c4600efaa8f',1),(134,'content',0,'R14.jpg','2014/0225/20140225065936423.jpg',585207,'jpg',1,0,0,1,1393325976,'116.226.72.188',1,'32bcc36a66fcfcef09aedd94ee80a62a',1),(135,'content',0,'R15.jpg','2014/0225/20140225065953512.jpg',582501,'jpg',1,0,0,1,1393325993,'116.226.72.188',1,'d8c01e0b64c442a6e0598dfe11a2bc1e',1),(136,'content',0,'R23.jpg','2014/0225/20140225070053268.jpg',584222,'jpg',1,0,0,1,1393326053,'116.226.72.188',1,'e4eb0c31555d3f1b0414bb3f2c50fe92',1),(137,'content',0,'R5.jpg','2014/0225/20140225070112771.jpg',573465,'jpg',1,0,0,1,1393326072,'116.226.72.188',1,'e11b4405e982014da181ca2ccde85403',1),(138,'content',0,'R6.jpg','2014/0225/20140225070132740.jpg',580811,'jpg',1,0,0,1,1393326092,'116.226.72.188',1,'fbd587a30187a21309014f2803613303',1),(139,'content',0,'R20.jpg','2014/0225/20140225070151570.jpg',579500,'jpg',1,0,0,1,1393326111,'116.226.72.188',1,'92f74a10eaeb9b5a3489fe8739e32896',1),(140,'content',73,'B36.png','2014/0226/20140226095312402.png',10873,'png',1,0,0,1,1393379592,'116.226.72.188',1,'a4cf659f2b14993ab0fad3316e4a3305',1),(141,'content',77,'TL-B72.jpg','2014/0226/20140226095922423.jpg',49390,'jpg',1,0,0,1,1393379962,'116.226.72.188',1,'ba3071307acbb573288b1709631dc153',1),(142,'content',87,'TL-S40-A.jpg','2014/0226/20140226100044385.jpg',47960,'jpg',1,0,0,1,1393380044,'116.226.72.188',1,'d9410f7137a011b36b2a9d6ee9156981',1),(143,'content',89,'TL-S72.jpg','2014/0226/20140226100125598.jpg',50783,'jpg',1,0,0,1,1393380085,'116.226.72.188',1,'88ca3d6341d58fbd91c81aaee3794a77',1),(144,'content',274,'TL-B72.jpg','2014/0226/20140226100225509.jpg',49390,'jpg',1,0,0,1,1393380145,'116.226.72.188',1,'f1cf5e6244ebc5be4aa995179538091d',1),(145,'content',275,'xs-24.png','2014/0226/20140226100553912.png',11621,'png',1,0,0,1,1393380353,'116.226.72.188',1,'5984318d7316ec4c6648c8b5e1386876',1),(146,'content',278,'TP-1010.jpg','2014/0226/20140226100722521.jpg',53651,'jpg',1,0,0,1,1393380442,'116.226.72.188',1,'d204cb9155746a87c406f97e41c45e1d',1),(147,'content',278,'TP-1010.jpg','2014/0226/20140226100745786.jpg',53651,'jpg',1,0,0,1,1393380465,'116.226.72.188',1,'fd7e78fdd09109419dd1de6ca02f35d9',1),(148,'content',275,'xs-24.png','2014/0226/20140226101733821.png',11621,'png',1,0,0,1,1393381053,'116.226.72.188',1,'00787622d357c2f8aba6d70195cc0791',1),(149,'content',98,'TP-2424.jpg','2014/0226/20140226101810755.jpg',54045,'jpg',1,0,0,1,1393381090,'116.226.72.188',1,'eba56999c58b60c6ce404002fb3ec25a',1),(150,'content',95,'TP-1818.jpg','2014/0226/20140226101857758.jpg',53053,'jpg',1,0,0,1,1393381137,'116.226.72.188',1,'06981ebe85a965b4e0ba9ca72d91b5c2',1),(151,'content',0,'TP-1818.jpg','2014/0226/20140226102533261.jpg',53053,'jpg',1,0,0,1,1393381533,'116.226.72.188',1,'fef216d3123ac131cbf00e19cf7df1e2',1),(152,'content',0,'TP-2424.jpg','2014/0226/20140226102601356.jpg',54045,'jpg',1,0,0,1,1393381561,'116.226.72.188',1,'d1547a483aa0bfca86e4bd4b2bcc7d41',1),(153,'content',0,'TP-1010.jpg','2014/0226/20140226102627901.jpg',53651,'jpg',1,0,0,1,1393381587,'116.226.72.188',1,'55a8a9b587ef1a93f36ca332371b6186',1),(154,'content',107,'TR-FR8.jpg','2014/0226/20140226104110925.jpg',54453,'jpg',1,0,0,1,1393382470,'116.226.72.188',1,'b20210e87df573bad4bca1173a82111e',1),(155,'content',108,'TR-R17.jpg','2014/0226/20140226104143287.jpg',40799,'jpg',1,0,0,1,1393382503,'116.226.72.188',1,'8485f98c6f111f56f0cad0474d35ebd2',1),(156,'content',110,'TR-R27.jpg','2014/0226/20140226104231744.jpg',53527,'jpg',1,0,0,1,1393382551,'116.226.72.188',1,'0a550849f8bdcebb442a85bedd41b44d',1),(157,'content',113,'TR-R8.jpg','2014/0226/20140226104307857.jpg',50751,'jpg',1,0,0,1,1393382587,'116.226.72.188',1,'45dba866ea527b9b39974c1005a0f72b',1),(158,'content',118,'TS-AR30.jpg','2014/0226/20140226104406488.jpg',49035,'jpg',1,0,0,1,1393382646,'116.226.72.188',1,'d6260c2a0686fa85a4089fa32db77a61',1),(159,'content',276,'R38.png','2014/0226/20140226104626244.png',36893,'png',1,0,0,1,1393382786,'116.226.72.188',1,'135a91d25290e50d2bdf8c51f7720277',1),(160,'content',277,'TS-R40-5W.jpg','2014/0226/20140226104806645.jpg',46717,'jpg',1,0,0,1,1393382886,'116.226.72.188',1,'9e9298226df6b793b263eb3f63b74605',1),(161,'content',279,'大功率_副本.jpg','2014/0228/20140228105721466.jpg',28396,'jpg',1,0,0,1,1393556241,'116.226.72.188',1,'ddf1e7066b7399f1e328ab4ea7ce3907',1),(162,'content',280,'大功率_副本.jpg','2014/0228/20140228105756673.jpg',28396,'jpg',1,0,0,1,1393556276,'116.226.72.188',1,'90806537d8151985ad003b7199af2325',1),(1041,'content',357,'pc012.jpg','2015/0209/20150209025106718.jpg',5344,'jpg',1,0,0,1,1423464665,'140.206.92.170',0,'3eba49cb178dd9bd46fa4b5c990ec5fa',1),(1042,'content',0,'1.jpg','2015/1030/20151030122432970.jpg',0,'jpg',1,0,0,0,1446179072,'117.140.4.88',0,'dc670f85ef820797855b6b39b0a5f70c',1),(165,'content',158,'0.36.png','2014/0228/20140228110601477.png',19690,'png',1,0,0,1,1393556761,'116.226.72.188',1,'2d944096ba928ebc3fb8a857fe506a59',1),(166,'content',223,'1057.png','2014/0312/20140312041624782.png',19666,'png',1,0,0,1,1394612183,'116.226.40.255',1,'3df05c38dab94bfb8aabc0b7f7b794f0',1),(167,'content',223,'1058.png','2014/0312/20140312041654722.png',21235,'png',1,0,0,1,1394612214,'116.226.40.255',1,'74582c31a035e738f4bce18d2d336dcf',1),(168,'content',223,'1057.png','2014/0312/20140312041714919.png',19666,'png',1,0,0,1,1394612233,'116.226.40.255',1,'1434dff0d2869ee5fef54a517b66a1d2',1),(169,'content',223,'1057.png','2014/0312/20140312042403355.png',19666,'png',1,0,0,1,1394612643,'116.226.40.255',1,'d4363af6f4e13af7ad7a30d3f202dd1a',1),(170,'content',223,'1057.png','2014/0312/20140312042418184.png',19666,'png',1,0,0,1,1394612658,'116.226.40.255',1,'20e67a1091ad10de2a71ae829f6baa10',1),(171,'content',223,'1057.png','2014/0312/20140312042438553.png',19666,'png',1,0,0,1,1394612678,'116.226.40.255',1,'0fa9e1d9986aaf258fc72b19b4779da4',1),(172,'content',223,'1057.png','2014/0312/20140312042452543.png',19666,'png',1,0,0,1,1394612692,'116.226.40.255',1,'0343389d95d72aa12cf75cdd2888ba15',1),(173,'content',223,'1057.png','2014/0312/20140312042509753.png',19666,'png',1,0,0,1,1394612709,'116.226.40.255',1,'e9b77c4c565a8f47e57cf022d64099c2',1),(174,'content',254,'TOP-3375.png','2014/0312/20140312042648518.png',19701,'png',1,0,0,1,1394612808,'116.226.40.255',1,'0cd281d09dcdb28758ba81d57c4069a9',1),(175,'content',254,'TOP-3357.png','2014/0312/20140312042931474.png',25451,'png',1,0,0,1,1394612971,'116.226.40.255',1,'6d900393702bf3864403fdfc6f8c8948',1),(176,'content',254,'TOP-1357.png','2014/0312/20140312043057793.png',22555,'png',1,0,0,1,1394613057,'116.226.40.255',1,'9ce201a8aa89ec8c14874e7f33f4fa43',1),(177,'content',254,'TOP-1357.png','2014/0312/20140312043303754.png',22555,'png',1,0,0,1,1394613183,'116.226.40.255',1,'869c15c21e2cbee6dd862955734ff965',1),(178,'content',256,'TOP-1457.png','2014/0313/20140313013140103.png',26219,'png',1,0,0,1,1394688700,'116.226.39.154',1,'558afade1d1e0d60994534f05f713f76',1),(179,'content',257,'TOP-3357.png','2014/0313/20140313013323342.png',25451,'png',1,0,0,1,1394688803,'116.226.39.154',1,'3f7ac58608e43ffa2f9914e7b1ea61db',1),(180,'content',258,'TOP-3057.png','2014/0313/20140313013405743.png',27978,'png',1,0,0,1,1394688845,'116.226.39.154',1,'5540c98c1eb29d9103dcc93b76bd8c29',1),(181,'content',259,'TOP-1357.png','2014/0313/20140313013439343.png',22555,'png',1,0,0,1,1394688879,'116.226.39.154',1,'4d2b1d304bb6e4042a68197da1a04ace',1),(182,'content',261,'TOP-1657.png','2014/0313/20140313013600661.png',23368,'png',1,0,0,1,1394688960,'116.226.39.154',1,'f3c1421d0ea63970cf0bdf7397ce0145',1),(183,'content',262,'TOP-5657.png','2014/0313/20140313013627608.png',24062,'png',1,0,0,1,1394688987,'116.226.39.154',1,'2b630631e553f647470aa4c9305a90dc',1),(184,'content',225,'TOP-1067.png','2014/0313/20140313014011901.png',23823,'png',1,0,0,1,1394689211,'116.226.39.154',1,'22173d04750f7b5869cbcff9e6516c35',1),(185,'content',227,'TOP-788白光.png','2014/0313/20140313014215514.png',24406,'png',1,0,0,1,1394689335,'116.226.39.154',1,'8978c9aa733095adc358b02c7a95283f',1),(186,'content',228,'TOP-1088白光.png','2014/0313/20140313014534583.png',24563,'png',1,0,0,1,1394689534,'116.226.39.154',1,'1c1830dc78de325995fe36771cbdec4b',1),(187,'content',263,'TOP-1588.png','2014/0313/20140313015117175.png',27263,'png',1,0,0,1,1394689877,'116.226.39.154',1,'e16c5ce5011e4ad7ee46fd49536195dc',1),(188,'content',266,'TOP-3388.png','2014/0313/20140313015704908.png',20432,'png',1,0,0,1,1394690224,'116.226.39.154',1,'510c1d17f2d6ebbcd033dbae17c861a6',1),(189,'content',229,'TOP-33117.png','2014/0313/20140313015830985.png',30343,'png',1,0,0,1,1394690310,'116.226.39.154',1,'68fad9189aeefb4d3b54f88779201386',1),(190,'content',271,'35711.png','2014/0313/20140313020318734.png',24532,'png',1,0,0,1,1394690598,'116.226.39.154',1,'271803fe57cfce2ea6c864cb576a73cb',1),(191,'content',230,'TOP-331615.png','2014/0313/20140313020407833.png',30883,'png',1,0,0,1,1394690647,'116.226.39.154',1,'299af5294f36c78665c611e0771f967e',1),(192,'content',12,'导光板.jpg','2014/0313/20140313020643331.jpg',583904,'jpg',1,0,0,1,1394690803,'116.226.39.154',1,'e982700a791938b9b7be4ede8d7223f3',1),(193,'content',13,'3014.jpg','2014/0313/20140313020847381.jpg',28013,'jpg',1,0,0,1,1394690927,'116.226.39.154',1,'87553c1ef5a86ed675e37552022ed5b0',1),(194,'content',131,'234.png','2014/0313/20140313021030177.png',21284,'png',1,0,0,1,1394691030,'116.226.39.154',1,'5dc07c3e172ea4acfb4a9b0b4d422dea',1),(195,'content',132,'244.png','2014/0313/20140313021049725.png',16884,'png',1,0,0,1,1394691049,'116.226.39.154',1,'7ceaef316face97051dafc6c2023e857',1),(196,'content',133,'254.png','2014/0313/20140313021114844.png',15352,'png',1,0,0,1,1394691074,'116.226.39.154',1,'6d9d2f90c2bad70903838136a9ce8256',1),(197,'content',134,'359.png','2014/0313/20140313021139651.png',16188,'png',1,0,0,1,1394691099,'116.226.39.154',1,'69a7acd783d73a12300e112de0c7808b',1),(198,'content',134,'359.png','2014/0313/20140313021640173.png',16188,'png',1,0,0,1,1394691400,'116.226.39.154',1,'f7f11f62961a0c9f8c3c02df69ef3b88',1),(199,'content',136,'734.png','2014/0313/20140313021701932.png',16548,'png',1,0,0,1,1394691421,'116.226.39.154',1,'82a0c4b90f54ec262fca72eea5597d41',1),(200,'content',125,'304.png','2014/0313/20140313021723650.png',15660,'png',1,0,0,1,1394691443,'116.226.39.154',1,'eaa0588179e679b91575c637a6f0111b',1),(201,'content',132,'244.png','2014/0313/20140313021743243.png',16884,'png',1,0,0,1,1394691463,'116.226.39.154',1,'c870c7ecce126206756097f98e80f42c',1),(202,'content',127,'509.png','2014/0313/20140313021804479.png',18981,'png',1,0,0,1,1394691484,'116.226.39.154',1,'5abfa6eda80f0b23916d377ff8b74618',1),(203,'content',128,'803.png','2014/0313/20140313021828218.png',17868,'png',1,0,0,1,1394691508,'116.226.39.154',1,'3c0cf4027da102394596b8189a0be053',1),(204,'content',129,'1003.png','2014/0313/20140313021849297.png',19171,'png',1,0,0,1,1394691529,'116.226.39.154',1,'954a49ef71fd9501420c365bf8491099',1),(205,'content',138,'104.png','2014/0313/20140313021913828.png',17558,'png',1,0,0,1,1394691553,'116.226.39.154',1,'08b3c5082b77acfe2fd9ade9e775502d',1),(206,'content',139,'204.png','2014/0313/20140313021932583.png',15129,'png',1,0,0,1,1394691572,'116.226.39.154',1,'6b2b1ddb33d3979ab67192bc9c8d4637',1),(207,'content',131,'234.png','2014/0313/20140313023634461.png',21284,'png',1,0,0,1,1394692594,'116.226.39.154',1,'c2d3d20c4a2bc14769ff0273206b1ed9',1),(208,'content',13,'3528.jpg','2014/0314/20140314104450545.jpg',140776,'jpg',1,0,0,1,1394765090,'116.226.41.164',1,'76eed27a013f226a852cf130aad5edfc',1),(209,'content',13,'3528(1).jpg','2014/0314/20140314105108342.jpg',15372,'jpg',1,0,0,1,1394765468,'116.226.41.164',1,'170162855ea6dfc20953b4e3207b9e92',1),(210,'content',13,'5630.jpg','2014/0314/20140314105233658.jpg',6109,'jpg',1,0,0,1,1394765553,'116.226.41.164',1,'b8759214fc52a4c0273a6f957c7e94a2',1),(211,'block',0,'2.jpg','2014/0317/20140317025700548.jpg',106484,'jpg',1,0,0,1,1395039420,'140.206.189.190',0,'a9a02e9941a8cf040c03f157e132765e',1),(212,'block',0,'2.jpg','2014/0317/20140317025808569.jpg',106484,'jpg',1,0,0,1,1395039488,'140.206.189.190',1,'a6da780bff8bf386a1ee550e1dc46fa9',1),(213,'content',175,'TOP-5261.png','2014/0325/20140325095058454.png',21999,'png',1,0,0,1,1395755458,'222.65.172.213',1,'d783efbf98ce56c213f4af688e4b7214',1),(214,'content',183,'TOP-4301.png','2014/0325/20140325100413870.png',22518,'png',1,0,0,1,1395756253,'222.65.172.213',1,'11f6d33e267cdff67e4527482cfffe9f',1),(215,'content',190,'TOP-3461.png','2014/0325/20140325101324900.png',25491,'png',1,0,0,1,1395756804,'222.65.172.213',1,'3174cce7f2f1df7dc12c7aa082247347',1),(216,'content',199,'201208091120485999.png','2014/0325/20140325102845127.png',11980,'png',1,0,0,1,1395757725,'222.65.172.213',1,'e938e1f4ba62a88ca09e36c7d35af9d6',1),(218,'content',274,'TL-B70.jpg','2014/0616/20140616035703464.jpg',644415,'jpg',1,0,0,1,1402905423,'116.226.39.253',0,'99e1d64a08c45ea4a2d5d11669e9980e',1),(219,'content',274,'TL-B70.jpg','2014/0616/20140616035730439.jpg',644415,'jpg',1,0,0,1,1402905450,'116.226.39.253',1,'fa4041203c1bc18b74fa39015a9e6c40',1),(220,'content',40,'ATC-R8.pdf','2014/0616/20140616040809715.pdf',1083836,'pdf',0,0,0,1,1402906089,'116.226.39.253',1,'5b6986bb71085c729eb67c7135703ff1',1),(221,'content',59,'ATE-R5.pdf','2014/0616/20140616041239376.pdf',1228057,'pdf',0,0,0,1,1402906359,'116.226.39.253',1,'c87194cba5ec8e4e10b324064ca82350',1),(222,'content',60,'ATE-R6.pdf','2014/0616/20140616042219175.pdf',1163569,'pdf',0,0,0,1,1402906938,'116.226.39.253',1,'a53f7653e40e04196b6314efe6566306',1),(223,'content',60,'ATE-R6.pdf','2014/0616/20140616042331357.pdf',1163569,'pdf',0,0,0,1,1402907011,'116.226.39.253',1,'90938e06c1a127ceffe341ca455d1df5',1),(224,'content',60,'ATE-R6.pdf','2014/0616/20140616042433241.pdf',1163569,'pdf',0,0,0,1,1402907073,'116.226.39.253',1,'a3baecb1df643c42b75c6a6a15dfc334',1),(225,'content',50,'ATE-R10.pdf','2014/0616/20140616050909970.pdf',1238786,'pdf',0,0,0,1,1402909748,'116.226.39.253',1,'e34ebb74dc84121c655ae11daa574aa9',1),(226,'content',53,'ATE-R14.pdf','2014/0703/20140703111722753.pdf',827674,'pdf',0,0,0,1,1404357442,'116.226.39.161',1,'5370e33daef127dd9678c12109d8aa47',1),(227,'content',53,'ATE-R14.pdf','2014/0703/20140703121607304.pdf',827674,'pdf',0,0,0,1,1404360967,'116.226.39.161',1,'c00bf6451481475f516ddca620867f4e',1),(228,'content',53,'ATE-R14.pdf','2014/0703/20140703121730698.pdf',827674,'pdf',0,0,0,1,1404361050,'116.226.39.161',1,'2009de198182868ef4b17bbba0e402a4',1),(229,'content',53,'ATE-R14.pdf','2014/0703/20140703121759277.pdf',827674,'pdf',0,0,0,1,1404361079,'116.226.39.161',1,'d0d68c6ec72c5ffce5a5de633a70f6b3',1),(230,'content',53,'ATE-R14.pdf','2014/0703/20140703121924540.pdf',827674,'pdf',0,0,0,1,1404361164,'116.226.39.161',1,'50ada9fd32eacd313e66c5e83e012547',1),(231,'content',53,'ATE-R14.pdf','2014/0703/20140703122011689.pdf',827674,'pdf',0,0,0,1,1404361211,'116.226.39.161',1,'8ecd5c62ebead5b5679597b28d4ce366',1),(232,'content',53,'ATE-R14.pdf','2014/0703/20140703123229539.pdf',827674,'pdf',0,0,0,1,1404361949,'116.226.39.161',1,'0f0135132a65411f96d2fb879a60bb50',1),(233,'content',54,'ATE-R15.pdf','2014/0703/20140703123306243.pdf',856702,'pdf',0,0,0,1,1404361986,'116.226.39.161',1,'07b7214219e4ba5507f265f3b38ebfca',1),(234,'content',54,'ATE-R15.pdf','2014/0703/20140703123402134.pdf',856702,'pdf',0,0,0,1,1404362042,'116.226.39.161',1,'c4ce2514ea58c8882da6c99f59380b4e',1),(235,'content',54,'ATE-R15.pdf','2014/0703/20140703123455592.pdf',856702,'pdf',0,0,0,1,1404362095,'116.226.39.161',1,'e95fb0760c553d8e49517f3ba45c9789',1),(236,'content',54,'ATE-R15.pdf','2014/0703/20140703123601687.pdf',856702,'pdf',0,0,0,1,1404362161,'116.226.39.161',1,'1ff122bb2c7fd34b709ec375a3597303',1),(237,'content',54,'ATE-R15.pdf','2014/0703/20140703123655206.pdf',856702,'pdf',0,0,0,1,1404362215,'116.226.39.161',1,'41b92d83c51f80ab49c47937bd04f817',1),(238,'content',54,'ATE-R15.pdf','2014/0703/20140703123736838.pdf',856702,'pdf',0,0,0,1,1404362256,'116.226.39.161',0,'860b34f648de09dd159f089fd63f278b',1),(239,'content',273,'ATE-R20-18W.pdf','2014/0703/20140703123835624.pdf',810500,'pdf',0,0,0,1,1404362315,'116.226.39.161',1,'afed1fdfe1ef9055f4b6233cae67188d',1),(240,'content',273,'ATE-R20-18W.pdf','2014/0703/20140703123929616.pdf',810500,'pdf',0,0,0,1,1404362369,'116.226.39.161',1,'ed0428a677e3be22d39ef0e911384378',1),(241,'content',131,'A-234S1W26C-604.pdf','2014/0713/20140713111255157.pdf',276637,'pdf',0,0,0,1,1405264375,'180.172.75.117',1,'ae54bb38fd569d29443c9b1906a769cf',1),(242,'content',131,'A-234H7W52C-612.pdf','2014/0713/20140713111341177.pdf',274078,'pdf',0,0,0,1,1405264421,'180.172.75.117',1,'c0c16b09df752a831972c993cba436f6',1),(243,'content',131,'A-234SAD-612.pdf','2014/0713/20140713111417968.pdf',253425,'pdf',0,0,0,1,1405264457,'180.172.75.117',1,'5cfaf22c803caf69ffd9aaacaecce049',1),(244,'content',131,'A-234SAC-612.pdf','2014/0713/20140713111446436.pdf',252759,'pdf',0,0,0,1,1405264486,'180.172.75.117',1,'fabd63a04dd7437ffaaf242dab7db456',1),(245,'content',131,'A-234S1R33C-604.pdf','2014/0713/20140713111513679.pdf',252697,'pdf',0,0,0,1,1405264513,'180.172.75.117',1,'a759604baa7685c19d87f2fad29403d8',1),(246,'content',131,'A-234H4A4C-604.pdf','2014/0713/20140713111555465.pdf',247272,'pdf',0,0,0,1,1405264555,'180.172.75.117',1,'a3a4c76cce6ca7406ffb8ea6212d2cd6',1),(247,'content',131,'A-234HYD-612.pdf','2014/0713/20140713111618258.pdf',256191,'pdf',0,0,0,1,1405264578,'180.172.75.117',1,'d0fe95151625fe0911dc3d0fa436bc6d',1),(248,'content',131,'A-234HGD.pdf','2014/0713/20140713111649888.pdf',254205,'pdf',0,0,0,1,1405264609,'180.172.75.117',0,'970b82f08d78132e71ea53875a11debd',1),(249,'content',131,'A-234HGD.pdf','2014/0713/20140713111701727.pdf',254205,'pdf',0,0,0,1,1405264621,'180.172.75.117',1,'fabaf68a22ddb23ce2f31b647210db63',1),(250,'content',131,'A-234HGD-622.pdf','2014/0713/20140713111742188.pdf',253470,'pdf',0,0,0,1,1405264661,'180.172.75.117',1,'f6be6d5f751cd23ba0a1031a77463c36',1),(251,'content',131,'A-234H1B26C-612.pdf','2014/0713/20140713111816918.pdf',257813,'pdf',0,0,0,1,1405264696,'180.172.75.117',1,'044389786c30807949de839e67d080f4',1),(252,'content',131,'A-234HGD-612.pdf','2014/0713/20140713111845199.pdf',256469,'pdf',0,0,0,1,1405264725,'180.172.75.117',1,'5884d6bbb848bda059610b353fb798d3',1),(253,'content',132,'A-244SAD.pdf','2014/0713/20140713112026179.pdf',250346,'pdf',0,0,0,1,1405264826,'180.172.75.117',1,'3c88c835b99e643ab43181a1046b55f1',1),(254,'content',132,'A-244SAD-630.pdf','2014/0713/20140713112057519.pdf',252485,'pdf',0,0,0,1,1405264856,'180.172.75.117',1,'5857ea6a377d160ec73f2f9c27e1ae7d',1),(255,'content',132,'A-244HYD-611.pdf','2014/0713/20140713112150747.pdf',255499,'pdf',0,0,0,1,1405264910,'180.172.75.117',1,'dd608261b7be31cdf7ed67460c2f7776',1),(256,'content',132,'A-244HGD-630.pdf','2014/0713/20140713112240408.pdf',257976,'pdf',0,0,0,1,1405264960,'180.172.75.117',1,'3d8eafee077c7c237b40d2a2e501a2e8',1),(257,'content',132,'A-244HGD-611.pdf','2014/0713/20140713112356284.pdf',259233,'pdf',0,0,0,1,1405265036,'180.172.75.117',1,'c7d07331a9936887965a1c2a5f697d3c',1),(258,'content',132,'A-244H1B26C-611.pdf','2014/0713/20140713112839355.pdf',254120,'pdf',0,0,0,1,1405265319,'180.172.75.117',1,'73a2d5a0c36ef046632e1fabb18a8ace',1),(259,'content',133,'A-254SAD.pdf','2014/0713/20140713112913959.pdf',253922,'pdf',0,0,0,1,1405265353,'180.172.75.117',1,'c0d056bdf740fbc341483920f44958fa',1),(260,'content',133,'A-254L3R45D.pdf','2014/0713/20140713112942104.pdf',267039,'pdf',0,0,0,1,1405265382,'180.172.75.117',1,'94cdcc275129f3f550d06ed68dc5a43e',1),(261,'content',133,'A-254SYD.pdf','2014/0713/20140713113157835.pdf',254437,'pdf',0,0,0,1,1405265517,'180.172.75.117',1,'1eed5c946eb8bc712112e31ccb27a02b',1),(262,'content',133,'A-254H1Y6T.pdf','2014/0713/20140713113235581.pdf',256255,'pdf',0,0,0,1,1405265555,'180.172.75.117',1,'267e43a6c0a41d8d38fd39533ff8e3c2',1),(263,'content',133,'A-254SYGC.pdf','2014/0713/20140713113300355.pdf',258023,'pdf',0,0,0,1,1405265580,'180.172.75.117',1,'02ac7c015155478d86c4d1ad8634cd92',1),(264,'content',133,'A-254HGD.pdf','2014/0713/20140713113322760.pdf',258613,'pdf',0,0,0,1,1405265602,'180.172.75.117',1,'75db7f750b2e4143997be959b5980946',1),(265,'content',133,'A-254BHGD.pdf','2014/0713/20140713113359634.pdf',258861,'pdf',0,0,0,1,1405265639,'180.172.75.117',1,'b4793d33a79e9c0409573b02107f6f42',1),(266,'content',133,'A-254H2G29D.pdf','2014/0713/20140713113426985.pdf',258612,'pdf',0,0,0,1,1405265665,'180.172.75.117',1,'00cb260d88943889cc8f6fb18c9da5b3',1),(267,'content',133,'A-254H2B26C.pdf','2014/0713/20140713113448644.pdf',258398,'pdf',0,0,0,1,1405265688,'180.172.75.117',1,'ca54ac1a962bc16e4a5cb10d2ccdf141',1),(268,'content',133,'A-254BH4W26W.pdf','2014/0713/20140713113540788.pdf',255938,'pdf',0,0,0,1,1405265740,'180.172.75.117',1,'b08be19a2995f5b1f8645db84845bc4e',1),(269,'content',134,'A-359SAD.pdf','2014/0713/20140713113624582.pdf',251535,'pdf',0,0,0,1,1405265784,'180.172.75.117',1,'f3403c0c376fc5d096b6d38a278ad44f',1),(270,'content',134,'A-359HYD.pdf','2014/0713/20140713113658162.pdf',252758,'pdf',0,0,0,1,1405265818,'180.172.75.117',0,'8ec7671c9470c84f8d5c1c62133e8a95',1),(271,'content',134,'A-359HGD.pdf','2014/0713/20140713113731651.pdf',253999,'pdf',0,0,0,1,1405265851,'180.172.75.117',1,'62f371c1acbb99471352666146c6d46c',1),(272,'content',136,'A-734SAD.pdf','2014/0713/20140713113811909.pdf',253651,'pdf',0,0,0,1,1405265891,'180.172.75.117',1,'8fec8879202ad925f875dbe9a8ab332c',1),(273,'content',136,'A-734H1A1D.pdf','2014/0713/20140713113832348.pdf',246504,'pdf',0,0,0,1,1405265912,'180.172.75.117',1,'7d43a18483257acd400ce61b2f900b27',1),(274,'content',136,'A-734HYD.pdf','2014/0713/20140713113907997.pdf',256869,'pdf',0,0,0,1,1405265947,'180.172.75.117',1,'dbb86302ff82264ee98e81d26aae9d78',1),(275,'content',136,'A-734HGD.pdf','2014/0713/20140713113933278.pdf',256748,'pdf',0,0,0,1,1405265973,'180.172.75.117',1,'91e47cebed2f98094c08e15c03fef225',1),(276,'content',125,'A-304BSAT-H302G.pdf','2014/0713/20140713114004639.pdf',272412,'pdf',0,0,0,1,1405266004,'180.172.75.117',1,'e1eaf291f0d77643dfa1d6685e81abb9',1),(277,'content',125,'A-309EGW-CA.pdf','2014/0713/20140713114025647.pdf',266504,'pdf',0,0,0,1,1405266025,'180.172.75.117',1,'e1e5d95516a4461934209e9e219dc78d',1),(278,'content',125,'A-309EGW-CC.pdf','2014/0713/20140713114112803.pdf',266310,'pdf',0,0,0,1,1405266072,'180.172.75.117',1,'093f0f4acb4b1a157b12c8b73d2df48a',1),(279,'content',125,'A-309YGW-CC-W.pdf','2014/0713/20140713114145692.pdf',258577,'pdf',0,0,0,1,1405266105,'180.172.75.117',1,'060c1c463b857bd47486f06cb4bed724',1),(280,'content',125,'A-309YGW-CA.pdf','2014/0713/20140713114213407.pdf',261341,'pdf',0,0,0,1,1405266133,'180.172.75.117',1,'b8d905b8d93cda727c910ce986f42d2f',1),(281,'content',125,'A-304SAT.pdf','2014/0713/20140713114248413.pdf',256478,'pdf',0,0,0,1,1405266168,'180.172.75.117',1,'11d5e0ac5cf3657afe6224a540b0a4b0',1),(282,'content',125,'A-304SAT-308.pdf','2014/0713/20140713114331986.pdf',255428,'pdf',0,0,0,1,1405266211,'180.172.75.117',1,'ffd2fafaec6a0b0a554f79d36b3a3dd7',1),(283,'content',125,'A-304SAD.pdf','2014/0713/20140713114416286.pdf',254108,'pdf',0,0,0,1,1405266256,'180.172.75.117',1,'bbab413a863d0807e5f5df57111d47c0',1),(284,'content',125,'A-304SAD.pdf','2014/0713/20140713114505433.pdf',254108,'pdf',0,0,0,1,1405266305,'180.172.75.117',1,'a2107b905b59635932bd248a379d3712',1),(285,'content',125,'A-304SAD-316.pdf','2014/0713/20140713114532319.pdf',253570,'pdf',0,0,0,1,1405266332,'180.172.75.117',1,'ab4d5da9e6ab01320ccde14d95eda7b3',1),(286,'content',125,'A-304SAC.pdf','2014/0713/20140713114601528.pdf',253332,'pdf',0,0,0,1,1405266361,'180.172.75.117',1,'3c159c9dc88db670a67c724f1bf48691',1),(287,'content',125,'A-304H2R7D.pdf','2014/0713/20140713114636915.pdf',253573,'pdf',0,0,0,1,1405266396,'180.172.75.117',1,'781a43f6b089382ef394a29501dad026',1),(288,'content',125,'A-304BSAD-H302E.pdf','2014/0713/20140713114811738.pdf',269271,'pdf',0,0,0,1,1405266491,'180.172.75.117',1,'8239ecc07d411fc224ff8cd986769398',1),(289,'content',125,'A-304BSAD-H260B.pdf','2014/0713/20140713114852203.pdf',251307,'pdf',0,0,0,1,1405266532,'180.172.75.117',0,'8358eaeb0b85abedf192d0f78bdb3293',1),(290,'content',125,'A-304BSAD-H260B.pdf','2014/0713/20140713114921699.pdf',251307,'pdf',0,0,0,1,1405266561,'180.172.75.117',1,'3c73c4694f6c285fd01c316d42c9a8b7',1),(291,'content',125,'A-304BSAD.pdf','2014/0713/20140713114955704.pdf',252618,'pdf',0,0,0,1,1405266595,'180.172.75.117',1,'7d93e24ea2354c5fe8e45481e0102df8',1),(292,'content',125,'A-302HOC-F.pdf','2014/0713/20140713115034662.pdf',264961,'pdf',0,0,0,1,1405266634,'180.172.75.117',1,'93dbe64d757416c4c680861e5840c42b',1),(293,'content',125,'A-304S2R20C.pdf','2014/0713/20140713115106655.pdf',274511,'pdf',0,0,0,1,1405266666,'180.172.75.117',1,'fe880aad6088a8cc16096b90799010d6',1),(294,'content',125,'A-304UAC.pdf','2014/0713/20140713115132762.pdf',245792,'pdf',0,0,0,1,1405266692,'180.172.75.117',1,'383c5d2bd9f38f881fc7feeb1a4812da',1),(295,'content',125,'A-304HAD-709.pdf','2014/0713/20140713115159690.pdf',246786,'pdf',0,0,0,1,1405266719,'180.172.75.117',1,'e0efa29e73a73a86d953ea095fe6e845',1),(296,'content',125,'A-304H3A6C-308.pdf','2014/0713/20140713115228872.pdf',248891,'pdf',0,0,0,1,1405266748,'180.172.75.117',1,'04c8e61b6d7a6fb5aabc160a978aa9aa',1),(297,'content',126,'A-534S1W37C-Z.pdf','2014/0713/20140713115311530.pdf',256277,'pdf',0,0,0,1,1405266791,'180.172.75.117',1,'dda3682ed403542fc4ebcbae0e83d8e4',1),(298,'content',126,'A-534S1W37C.pdf','2014/0713/20140713115347193.pdf',258236,'pdf',0,0,0,1,1405266827,'180.172.75.117',1,'92e727d3f23b817c6ffcd9cac1d17190',1),(299,'content',126,'A-534S1W26C.pdf','2014/0713/20140713115508787.pdf',258891,'pdf',0,0,0,1,1405266908,'180.172.75.117',1,'cd8b6d7339db6c943e4fff7466415f17',1),(300,'content',126,'A-534S1W26C.pdf','2014/0713/20140713115605715.pdf',258891,'pdf',0,0,0,1,1405266965,'180.172.75.117',1,'085ff4d21c0d03442066e099d9297fbf',1),(301,'content',126,'A-534H5W7C-Z.pdf','2014/0714/20140714100819829.pdf',258517,'pdf',0,0,0,1,1405346898,'180.172.75.117',1,'5f5a63fb4458a6d5495a604ae067c0b9',1),(302,'content',126,'A-518S1W42C.pdf','2014/0714/20140714100854230.pdf',254369,'pdf',0,0,0,1,1405346934,'180.172.75.117',1,'f7a9778800b883e9ef89fe985daabb0c',1),(303,'content',126,'A-534SAC.pdf','2014/0714/20140714100934292.pdf',251127,'pdf',0,0,0,1,1405346974,'180.172.75.117',1,'17385ca7b20712be9ce8c3ee3bb62c4a',1),(304,'content',126,'A-534H1R20C.pdf','2014/0714/20140714101002348.pdf',255902,'pdf',0,0,0,1,1405347002,'180.172.75.117',0,'4a6df111169d98db70cb23c1a60055b5',1),(305,'content',126,'A-534H1R20C.pdf','2014/0714/20140714101022377.pdf',255902,'pdf',0,0,0,1,1405347022,'180.172.75.117',1,'d746887d005f53264f5f1a17d1eae661',1),(306,'content',126,'A-534H7R17C.pdf','2014/0714/20140714101114405.pdf',255381,'pdf',0,0,0,1,1405347074,'180.172.75.117',1,'b8c898a46a0f3c506a95cff581e65df2',1),(307,'content',126,'A-518S1R33C.pdf','2014/0714/20140714101144499.pdf',257557,'pdf',0,0,0,1,1405347104,'180.172.75.117',1,'460e1d50a1970269ac79e9203b536b22',1),(308,'content',126,'A-518H9R33C.pdf','2014/0714/20140714101222765.pdf',254972,'pdf',0,0,0,1,1405347142,'180.172.75.117',1,'6b47cbf088dc7952d32ec0f74e69218f',1),(309,'content',126,'A-518H7R37C.pdf','2014/0714/20140714101309560.pdf',254259,'pdf',0,0,0,1,1405347189,'180.172.75.117',1,'b2546c1cee8e2934f126f13940aa8151',1),(310,'content',126,'A-518H4R4C.pdf','2014/0714/20140714101345316.pdf',258585,'pdf',0,0,0,1,1405347224,'180.172.75.117',1,'63149321199f28436182665903f6328a',1),(311,'content',126,'A-534H4A1C.pdf','2014/0714/20140714101452411.pdf',245042,'pdf',0,0,0,1,1405347292,'180.172.75.117',1,'ad1a73aa51433b82af487ea5bc62cd29',1),(312,'content',126,'A-518H5A1C.pdf','2014/0714/20140714101534436.pdf',244491,'pdf',0,0,0,1,1405347334,'180.172.75.117',1,'bf9bc75ab445e03a92d8db2e20c3539f',1),(313,'content',126,'A-534H3Y9C.pdf','2014/0714/20140714101611180.pdf',255052,'pdf',0,0,0,1,1405347370,'180.172.75.117',1,'4da82c81d26f57ef260ccdce84fb8713',1),(314,'content',126,'A-534H1Y20C.pdf','2014/0714/20140714101658601.pdf',255577,'pdf',0,0,0,1,1405347418,'180.172.75.117',1,'91b8bd957a2b59285a06d30c97a54d7f',1),(315,'content',126,'A-518H5Y17C.pdf','2014/0714/20140714101731782.pdf',251500,'pdf',0,0,0,1,1405347451,'180.172.75.117',0,'a68dbb7128ef187be24ee1e63927c0f3',1),(316,'content',126,'A-518H5Y17C.pdf','2014/0714/20140714101752550.pdf',251500,'pdf',0,0,0,1,1405347472,'180.172.75.117',1,'d473a9b8ebc290eaac464ee4921594d8',1),(317,'content',126,'A-518H1Y20C.pdf','2014/0714/20140714101917351.pdf',254383,'pdf',0,0,0,1,1405347557,'180.172.75.117',1,'24de83f775ff4184c7b44b16b3997f66',1),(318,'content',126,'A-534S1G29C.pdf','2014/0714/20140714102005381.pdf',254512,'pdf',0,0,0,1,1405347605,'180.172.75.117',1,'49a70e080711a044936f1c9689ca8a75',1),(319,'content',127,'A-509EGW-CC.pdf','2014/0714/20140714102151504.pdf',262581,'pdf',0,0,0,1,1405347711,'180.172.75.117',1,'26f1e6fe1751f67886ffa32e673857a0',1),(320,'content',127,'A-509EGW-CA.pdf','2014/0714/20140714102257808.pdf',262263,'pdf',0,0,0,1,1405347777,'180.172.75.117',1,'0d24d1bdc7bf45d1aa877320538ebd09',1),(321,'content',127,'A-508EGW.pdf','2014/0714/20140714102348688.pdf',264488,'pdf',0,0,0,1,1405347828,'180.172.75.117',1,'e06999ad39cc67f330abace71c11b4dc',1),(322,'content',127,'A-503SAT.pdf','2014/0714/20140714102443584.pdf',251890,'pdf',0,0,0,1,1405347883,'180.172.75.117',1,'ef6c77deb7080d74d0206dbd4bb8995d',1),(323,'content',127,'A-503SAD.pdf','2014/0714/20140714102524592.pdf',253324,'pdf',0,0,0,1,1405347924,'180.172.75.117',1,'c0268b3152c7d6e32579905bcffc80f0',1),(324,'content',127,'A-503SAD-509.pdf','2014/0714/20140714102614706.pdf',253494,'pdf',0,0,0,1,1405347974,'180.172.75.117',1,'868c05513ec558e685a6286f5a59a268',1),(325,'content',127,'A-503SAD-067.pdf','2014/0714/20140714102644929.pdf',248197,'pdf',0,0,0,1,1405348004,'180.172.75.117',1,'f76f8a69afc265f32e599d134030cdd6',1),(326,'content',127,'A-503SAC.pdf','2014/0714/20140714102749584.pdf',252700,'pdf',0,0,0,1,1405348069,'180.172.75.117',1,'58628a95dd514a68a1a8c9f3320ca737',1),(327,'content',127,'A-503BSAD-EH-01.pdf','2014/0714/20140714102907440.pdf',255551,'pdf',0,0,0,1,1405348147,'180.172.75.117',1,'7ba4aee737232c152aecbc379d2d5d27',1),(328,'content',127,'A-503SRC.pdf','2014/0714/20140714102948984.pdf',265130,'pdf',0,0,0,1,1405348188,'180.172.75.117',1,'1ba9c85e0bf58aeac2cb242dc9719917',1),(329,'content',127,'A-503H7R7W.pdf','2014/0714/20140714103013741.pdf',265284,'pdf',0,0,0,1,1405348213,'180.172.75.117',1,'94f0a8b40da1fb7974192781bbb4648c',1),(330,'content',127,'A-503H7R7C-513.pdf','2014/0714/20140714104437945.pdf',262481,'pdf',0,0,0,1,1405349077,'180.172.75.117',1,'33a9a27e9bdf33a4951a758c6e057de2',1),(331,'content',127,'A-503H4R7T-513.pdf','2014/0714/20140714104503875.pdf',264046,'pdf',0,0,0,1,1405349102,'180.172.75.117',1,'982b2c93dbc048d5e462d53331f125b1',1),(332,'content',127,'A-503H1R7D.pdf','2014/0714/20140714104537328.pdf',267207,'pdf',0,0,0,1,1405349137,'180.172.75.117',1,'ae06d684776bc58eb7565a5448366831',1),(333,'content',127,'A-506H4R4W.pdf','2014/0714/20140714104609722.pdf',249290,'pdf',0,0,0,1,1405349169,'180.172.75.117',1,'84eab474c535e9a721b95939882c43cd',1),(334,'content',127,'A-503U18R40C.pdf','2014/0714/20140714104636906.pdf',257116,'pdf',0,0,0,1,1405349196,'180.172.75.117',1,'054ee003b1578aad22fb885a99f3d949',1),(335,'content',127,'A-503U12R33C.pdf','2014/0714/20140714104710375.pdf',255167,'pdf',0,0,0,1,1405349230,'180.172.75.117',1,'4e36edfdcedb63133e7c0e172809c852',1),(336,'content',127,'A-503S5R33C-2.6.pdf','2014/0714/20140714104753698.pdf',255307,'pdf',0,0,0,1,1405349273,'180.172.75.117',1,'65b0cf85f4d89fb25cbf8ea660ad28af',1),(337,'content',127,'A-503H1R4D-701.pdf','2014/0714/20140714104847410.pdf',248960,'pdf',0,0,0,1,1405349327,'180.172.75.117',1,'97006313a13b365dc00dde2292bc2edb',1),(338,'content',128,'A-803U12W34C.pdf','2014/0714/20140714104933442.pdf',256524,'pdf',0,0,0,1,1405349373,'180.172.75.117',1,'7b227c73e991935636e292a8de5cea1c',1),(339,'content',128,'A-803U10W26C.pdf','2014/0714/20140714105006324.pdf',252062,'pdf',0,0,0,1,1405349406,'180.172.75.117',1,'4493308f610d9d903c69786f9c31b294',1),(340,'content',128,'A-803SA2D.pdf','2014/0714/20140714105032928.pdf',248504,'pdf',0,0,0,1,1405349432,'180.172.75.117',1,'287354f66bf01bdcf93aa0aed9538f45',1),(341,'content',128,'A-803HAC.pdf','2014/0714/20140714105106547.pdf',241697,'pdf',0,0,0,1,1405349466,'180.172.75.117',1,'7c48b10c46c8f7b7131f40c96f047852',1),(342,'content',128,'A-803HGC.pdf','2014/0714/20140714105138310.pdf',252158,'pdf',0,0,0,1,1405349498,'180.172.75.117',1,'a5050357fd25fe558f4adabb80879c7b',1),(343,'content',128,'A-803HG2D.pdf','2014/0714/20140714105209458.pdf',250268,'pdf',0,0,0,1,1405349529,'180.172.75.117',1,'8ca00c31b5d208729d9bca0f258e7d34',1),(344,'content',129,'A-1003S9W25C.pdf','2014/0714/20140714105300978.pdf',269672,'pdf',0,0,0,1,1405349580,'180.172.75.117',1,'90585db08fecc89a893cd0c151e9b058',1),(345,'content',129,'A-1003U10W26C.pdf','2014/0714/20140714105425785.pdf',250768,'pdf',0,0,0,1,1405349665,'180.172.75.117',1,'774ee8ed74d87b937d2e29df44f32ebe',1),(346,'content',138,'A-104SAD.pdf','2014/0714/20140714105522817.pdf',252045,'pdf',0,0,0,1,1405349722,'180.172.75.117',1,'92cbe1a627c5ab6e7991ffcaae000505',1),(347,'content',138,'A-104SAC.pdf','2014/0714/20140714105600740.pdf',251223,'pdf',0,0,0,1,1405349760,'180.172.75.117',1,'71c4232cec0b2074b8832175cb1cf451',1),(348,'content',138,'A-104PRC.pdf','2014/0714/20140714105639824.pdf',253177,'pdf',0,0,0,1,1405349799,'180.172.75.117',1,'9564a14cb1c254e59957ce2dfe139eaf',1),(349,'content',138,'A-104SYGC.pdf','2014/0714/20140714105719962.pdf',257657,'pdf',0,0,0,1,1405349839,'180.172.75.117',1,'d05ff5d76343cd6fbe1a0bdb8e858ff1',1),(350,'content',138,'A-104HGC.pdf','2014/0714/20140714105744188.pdf',256219,'pdf',0,0,0,1,1405349864,'180.172.75.117',1,'86b410f12b1604cbf82d3271d62f875c',1),(351,'content',138,'A-104S2G2C.pdf','2014/0714/20140714105817815.pdf',251348,'pdf',0,0,0,1,1405349897,'180.172.75.117',1,'cbece20463a55134460677d5d64518c3',1),(352,'content',138,'A-104H3B26C.pdf','2014/0714/20140714105918204.pdf',255873,'pdf',0,0,0,1,1405349958,'180.172.75.117',1,'70ee7942eee0db9bc5797f1465f1d634',1),(353,'content',139,'A-204SAD-P.pdf','2014/0714/20140714110009209.pdf',253408,'pdf',0,0,0,1,1405350009,'180.172.75.117',1,'ff06920ae700a6b4e9def6c020620b17',1),(354,'content',223,'A-1057AH.pdf','2014/0714/20140714110623199.pdf',412049,'pdf',0,0,0,1,1405350383,'180.172.75.117',1,'1470461a7949d4a89d1b6ffde9163ed4',1),(355,'content',223,'A-R1057AS.pdf','2014/0714/20140714110710839.pdf',298767,'pdf',0,0,0,1,1405350430,'180.172.75.117',1,'f1a8048276838c1a7962cf659934fbfb',1),(356,'content',223,'A-1058AS.pdf','2014/0714/20140714110748923.pdf',293794,'pdf',0,0,0,1,1405350468,'180.172.75.117',1,'dcc2a33273a211ac44b7befcdc57e916',1),(357,'content',223,'A-1057AYG.pdf','2014/0714/20140714110948386.pdf',419224,'pdf',0,0,0,1,1405350587,'180.172.75.117',1,'80f4b527299efa0d591e5830de5f9e48',1),(358,'content',223,'A-1057AG1.pdf','2014/0714/20140714111022775.pdf',412015,'pdf',0,0,0,1,1405350622,'180.172.75.117',1,'ce636bc07b972afffd3fb443af6f9dbd',1),(359,'content',223,'A-1057AG.pdf','2014/0714/20140714111051762.pdf',411429,'pdf',0,0,0,1,1405350650,'180.172.75.117',1,'3ca5ec5138202f31cf855acc93db53ec',1),(360,'content',223,'A-1057AB.pdf','2014/0714/20140714111138966.pdf',416599,'pdf',0,0,0,1,1405350698,'180.172.75.117',1,'3792e0f74c57de400af21cd0b94cac68',1),(361,'content',223,'A-1057BB.pdf','2014/0714/20140714111214299.pdf',309120,'pdf',0,0,0,1,1405350734,'180.172.75.117',1,'0de5721950927096c2ba19590ed9513c',1),(362,'content',254,'A-3375BH.pdf','2014/0714/20140714111337219.pdf',307746,'pdf',0,0,0,1,1405350816,'180.172.75.117',1,'1b6594e4311bf0aea9667b15b13d0ae0',1),(363,'content',254,'A-3375AH.pdf','2014/0714/20140714111407674.pdf',347626,'pdf',0,0,0,1,1405350847,'180.172.75.117',1,'cbbf6f0277ef02a0ec69439f16e54ff3',1),(364,'content',254,'A-3375ASR.pdf','2014/0714/20140714111441105.pdf',350658,'pdf',0,0,0,1,1405350881,'180.172.75.117',1,'cd7674bd2850efb17347332ec8cd83a1',1),(365,'content',254,'A-3375AS.pdf','2014/0714/20140714111513939.pdf',338415,'pdf',0,0,0,1,1405350913,'180.172.75.117',1,'8a5a7a985b5b5916f85450a33fbe4684',1),(366,'content',254,'A-3375BSA.pdf','2014/0714/20140714111549558.pdf',297878,'pdf',0,0,0,1,1405350949,'180.172.75.117',1,'24b2a2debcf8abe28ec4a652ce0352d0',1),(367,'content',254,'A-3375APA.pdf','2014/0714/20140714111627885.pdf',335278,'pdf',0,0,0,1,1405350987,'180.172.75.117',1,'f6b06cf4a3aad6b9dc41a1c8108c75bf',1),(368,'content',254,'A-3357ASY.pdf','2014/0714/20140714111739557.pdf',327761,'pdf',0,0,0,1,1405351059,'180.172.75.117',1,'3ae46d68aa31097be766096f91f77665',1),(369,'content',254,'A-3375AYG.pdf','2014/0714/20140714111807925.pdf',347692,'pdf',0,0,0,1,1405351087,'180.172.75.117',1,'3c3961fe35b79bb5b74bec49d85f45e5',1),(370,'content',254,'A-3357AH.pdf','2014/0714/20140714111906795.pdf',324393,'pdf',0,0,0,1,1405351146,'180.172.75.117',1,'8ad849063abaa72de0a7cca51ce0c361',1),(371,'content',254,'A-3357BSA.pdf','2014/0714/20140714111935427.pdf',301785,'pdf',0,0,0,1,1405351175,'180.172.75.117',1,'3c4aff72dd1e50ddd897ba349ed577f5',1),(372,'content',254,'A-3357ASA.pdf','2014/0714/20140714112011452.pdf',319562,'pdf',0,0,0,1,1405351211,'180.172.75.117',1,'f44c30a151ddeb897da0944bbfc288b5',1),(373,'content',254,'A-3357ASY.pdf','2014/0714/20140714112111618.pdf',327761,'pdf',0,0,0,1,1405351271,'180.172.75.117',1,'e7223421758c54d08b38f277937bcba0',1),(374,'content',254,'A-1357BHG.pdf','2014/0714/20140714112145740.pdf',317898,'pdf',0,0,0,1,1405351305,'180.172.75.117',1,'a1da205a5eeb45a047bfbce0d2a78c1b',1),(375,'content',254,'A-1357DH.pdf','2014/0714/20140714112218337.pdf',329714,'pdf',0,0,0,1,1405351337,'180.172.75.117',1,'79e7be4c949ec33bbab1fe927aa548ff',1),(376,'content',254,'A-1357CUA.pdf','2014/0714/20140714112246239.pdf',313408,'pdf',0,0,0,1,1405351366,'180.172.75.117',1,'80e9155af6d087870c1e9dba65032896',1),(377,'content',254,'A-1357DPG.pdf','2014/0714/20140714112320153.pdf',324999,'pdf',0,0,0,1,1405351399,'180.172.75.117',1,'fdf4dc346ec719bf2e190c214237f159',1),(378,'content',255,'A-1257AH.pdf','2014/0714/20140714112358498.pdf',301435,'pdf',0,0,0,1,1405351438,'180.172.75.117',1,'d8a44b7ee679753756a8214bb18db5cc',1),(379,'content',256,'A-1457BH.pdf','2014/0714/20140714112425122.pdf',318339,'pdf',0,0,0,1,1405351465,'180.172.75.117',1,'9ec06f09a70b1ed727eca57c52a547ac',1),(380,'content',256,'A-1457ASR.pdf','2014/0714/20140714112451830.pdf',334974,'pdf',0,0,0,1,1405351491,'180.172.75.117',1,'cdd29021734be3f3525837b870d097b6',1),(381,'content',256,'A-1457BSA.pdf','2014/0714/20140714112521422.pdf',310070,'pdf',0,0,0,1,1405351521,'180.172.75.117',1,'9ed224e6b5d08d40ad1d4d7bdf28f40a',1),(382,'content',256,'A-1457AB.pdf','2014/0714/20140714112553340.pdf',331842,'pdf',0,0,0,1,1405351553,'180.172.75.117',1,'38feeb24be4f0c020745614cef8daade',1),(383,'content',256,'A-1457BB.pdf','2014/0714/20140714112620805.pdf',316664,'pdf',0,0,0,1,1405351580,'180.172.75.117',1,'dc0e28a8a3cd9c1f8bf95e64f4ca96df',1),(384,'content',256,'A-1457BUW.pdf','2014/0714/20140714112650407.pdf',320732,'pdf',0,0,0,1,1405351610,'180.172.75.117',1,'8df04790f0c89f580579bd76ce2d7db1',1),(385,'content',257,'A-3557ASA1.pdf','2014/0714/20140714112723409.pdf',300840,'pdf',0,0,0,1,1405351643,'180.172.75.117',1,'bc0bb832e08dae58c004b75788fe9ab3',1),(386,'content',258,'A-3057AS.pdf','2014/0714/20140714112818846.pdf',300621,'pdf',0,0,0,1,1405351698,'180.172.75.117',1,'0e6c44ec7a73905e7a95a875e9992190',1),(387,'content',259,'A-1357AH.pdf','2014/0714/20140714112845853.pdf',353364,'pdf',0,0,0,1,1405351725,'180.172.75.117',1,'f7e9ac9ddc4ef9adcad3c44b407a9d32',1),(388,'content',259,'A-1357AS.pdf','2014/0714/20140714112914574.pdf',347743,'pdf',0,0,0,1,1405351754,'180.172.75.117',0,'b470a6098ad9b4d07c370f3e0de6501a',1),(389,'content',259,'A-1357AS.pdf','2014/0714/20140714112928486.pdf',347743,'pdf',0,0,0,1,1405351768,'180.172.75.117',1,'7468c9b027597957eba184eea3b25e8d',1),(390,'content',259,'A-1357CG.pdf','2014/0715/20140715101350315.pdf',323625,'pdf',0,0,0,1,1405390430,'116.226.37.92',1,'5ac7f1c7929512cff828d107802f37bb',1),(391,'content',259,'A-1357BB.pdf','2014/0715/20140715101414379.pdf',359647,'pdf',0,0,0,1,1405390454,'116.226.37.92',1,'1ca508eea5d8e01aa5868a37d1ea0ed2',1),(392,'content',259,'A-1357BUW.pdf','2014/0715/20140715101437495.pdf',350093,'pdf',0,0,0,1,1405390477,'116.226.37.92',1,'1b78e67371e9490a60a7d25c7c5f7d60',1),(393,'content',260,'A-3457AS.pdf','2014/0715/20140715101505546.pdf',301539,'pdf',0,0,0,1,1405390505,'116.226.37.92',1,'1c2cccb4cc1655dd01bc5c19c721b762',1),(394,'content',260,'A-D3457ASAW.pdf','2014/0715/20140715101528181.pdf',299235,'pdf',0,0,0,1,1405390528,'116.226.37.92',1,'b1ebbbfb6d27852268b8832f94b3536c',1),(395,'content',260,'A-3457BSAW.pdf','2014/0715/20140715101550302.pdf',299417,'pdf',0,0,0,1,1405390550,'116.226.37.92',1,'0c0d4f9bbb795383837ebde3363e94de',1),(396,'content',260,'A-3457APA.pdf','2014/0715/20140715101609936.pdf',302940,'pdf',0,0,0,1,1405390569,'116.226.37.92',1,'1a61a78c735dd0ad5a4479b5a82f02c2',1),(397,'content',261,'A-1657ASO.pdf','2014/0715/20140715101632549.pdf',301915,'pdf',0,0,0,1,1405390592,'116.226.37.92',1,'c407f731b4caa5dc1138852b191887c9',1),(398,'content',262,'A-5657AS.pdf','2014/0715/20140715101655272.pdf',306447,'pdf',0,0,0,1,1405390615,'116.226.37.92',1,'07492e5f6375b53d101ccb352299f3ff',1),(399,'content',262,'A-D5657BPA.pdf','2014/0715/20140715101716483.pdf',305939,'pdf',0,0,0,1,1405390636,'116.226.37.92',1,'55f3ec25e41b9c19b870a9189a5e1367',1),(400,'content',262,'A-5657ASAW.pdf','2014/0715/20140715101741391.pdf',312984,'pdf',0,0,0,1,1405390661,'116.226.37.92',1,'5cc81010001d1130652ac8d4b7204db3',1),(401,'content',224,'A-1058ASY.pdf','2014/0715/20140715101815756.pdf',294963,'pdf',0,0,0,1,1405390695,'116.226.37.92',1,'da35bfc9093da436dade207bedde6d47',1),(402,'content',224,'A-1058AYG.pdf','2014/0715/20140715101835107.pdf',295491,'pdf',0,0,0,1,1405390715,'116.226.37.92',1,'6121a162288f371081e67d7bc59d5a0f',1),(403,'content',225,'A-1067BH.pdf','2014/0715/20140715101859820.pdf',297897,'pdf',0,0,0,1,1405390739,'116.226.37.92',1,'a8cbe7ad11cbae183b0a7308abd65300',1),(404,'content',225,'A-1067BSA.pdf','2014/0715/20140715101917477.pdf',293258,'pdf',0,0,0,1,1405390757,'116.226.37.92',1,'34f9da8565f7a88d529ec94670c26b1f',1),(405,'content',225,'A-1067BPA.pdf','2014/0715/20140715102749733.pdf',297974,'pdf',0,0,0,1,1405391269,'116.226.37.92',1,'dd7f2496d81ad3e61cec1bff66baa761',1),(406,'content',225,'A-1067BYG.pdf','2014/0715/20140715103155922.pdf',122154,'pdf',0,0,0,1,1405391515,'116.226.37.92',0,'d67a56f9997d63468af18df21ffe5afc',1),(407,'content',225,'A-1067BG.pdf','2014/0715/20140715103233887.pdf',297225,'pdf',0,0,0,1,1405391553,'116.226.37.92',1,'aa7b09b925e17a377e73737e81ddb1f2',1),(408,'content',225,'A-1067BPG.pdf','2014/0715/20140715103258755.pdf',298158,'pdf',0,0,0,1,1405391578,'116.226.37.92',1,'dc8024f9d6eca3cf7bcedf970eb55114',1),(409,'content',225,'A-1067BB.pdf','2014/0715/20140715103324945.pdf',304110,'pdf',0,0,0,1,1405391604,'116.226.37.92',1,'0a5dc09704581b53968879db34e0e7ec',1),(410,'content',227,'A-788BH.pdf','2014/0715/20140715103359599.pdf',301391,'pdf',0,0,0,1,1405391639,'116.226.37.92',1,'79af007f60eade423c7af5fe6cb99041',1),(411,'content',227,'A-788BS.pdf','2014/0715/20140715103426786.pdf',416940,'pdf',0,0,0,1,1405391666,'116.226.37.92',1,'063ccb2948dcb5435a41c80c5c4b385e',1),(412,'content',227,'A-788BSR.pdf','2014/0715/20140715103454164.pdf',303894,'pdf',0,0,0,1,1405391694,'116.226.37.92',1,'7dda02d517f49c75bc9fad74d45e26ea',1),(413,'content',227,'A-788BSA.pdf','2014/0715/20140715103516616.pdf',293361,'pdf',0,0,0,1,1405391716,'116.226.37.92',1,'aa950c81850fba16271b5eafc161733d',1),(414,'content',227,'A-788BY.pdf','2014/0715/20140715103542656.pdf',303081,'pdf',0,0,0,1,1405391742,'116.226.37.92',1,'de01a4f5785b806dd25e3f3d182b34bf',1),(415,'content',227,'A-788BSY.pdf','2014/0715/20140715103609827.pdf',310245,'pdf',0,0,0,1,1405391769,'116.226.37.92',1,'04a49c3eb7d2850f9ae077f29b83c1cc',1),(416,'content',227,'A-788BYG.pdf','2014/0715/20140715103643840.pdf',304863,'pdf',0,0,0,1,1405391803,'116.226.37.92',1,'7d32e8c2cd177cd67b5fd23c9b2572f2',1),(417,'content',227,'A-788BG.pdf','2014/0715/20140715103743879.pdf',299992,'pdf',0,0,0,1,1405391863,'116.226.37.92',1,'6d07a6f5796abffa02ac6c94a68e7b7f',1),(418,'content',227,'A-788BPG.pdf','2014/0715/20140715103817520.pdf',297606,'pdf',0,0,0,1,1405391897,'116.226.37.92',1,'b8ac0b62e71f2e5dd0745596b92f2d62',1),(419,'content',227,'A-788BB.pdf','2014/0715/20140715103921104.pdf',306505,'pdf',0,0,0,1,1405391961,'116.226.37.92',1,'15db3fe5ff372e5080c18f3a5a0ba373',1),(420,'content',227,'A-788BUW.pdf','2014/0715/20140715104011331.pdf',306455,'pdf',0,0,0,1,1405392011,'116.226.37.92',1,'0b0ea31d91631f6d418b76ef489ff07b',1),(421,'content',227,'A-788AUW.pdf','2014/0715/20140715104101760.pdf',544497,'pdf',0,0,0,1,1405392061,'116.226.37.92',1,'e666db1d1135607cc125fe7e5abaa866',1),(422,'content',228,'A-788AUW.pdf','2014/0715/20140715104152656.pdf',544497,'pdf',0,0,0,1,1405392112,'116.226.37.92',1,'78eb6cbf8e75e4ecb579f9c051d93e66',1),(423,'content',228,'A-1088DPGR.pdf','2014/0715/20140715104606536.pdf',346315,'pdf',0,0,0,1,1405392366,'116.226.37.92',0,'c0037da9dea5d64d212139aac508fb6b',1),(424,'content',228,'A-1088DPGR.pdf','2014/0715/20140715104620481.pdf',346315,'pdf',0,0,0,1,1405392380,'116.226.37.92',1,'92f48ab04203f8c5c1c791f6e5f3b3f1',1),(425,'content',228,'A-1088CH.pdf','2014/0715/20140715104729267.pdf',312080,'pdf',0,0,0,1,1405392449,'116.226.37.92',1,'daffe1434ca0124417368c071355ed53',1),(426,'content',228,'A-1088AH.pdf','2014/0715/20140715104757169.pdf',311511,'pdf',0,0,0,1,1405392477,'116.226.37.92',1,'a5046c077c4a995923740161f17938cb',1),(427,'content',228,'A-1088BSR1.pdf','2014/0715/20140715104824704.pdf',308246,'pdf',0,0,0,1,1405392504,'116.226.37.92',1,'2108768fbc2fd26df0bc0f7ef3ddfaf5',1),(428,'content',228,'A-1088BS.pdf','2014/0715/20140715104905961.pdf',311741,'pdf',0,0,0,1,1405392545,'116.226.37.92',1,'4e7e63cd952a65e86a8289df4526c793',1),(429,'content',228,'A-1088BSA.pdf','2014/0715/20140715105355361.pdf',315539,'pdf',0,0,0,1,1405392835,'116.226.37.92',1,'dfc96d92ad621b4f1703aa98bb949233',1),(430,'content',228,'A-1088BSY.pdf','2014/0715/20140715105422680.pdf',314231,'pdf',0,0,0,1,1405392862,'116.226.37.92',1,'b71195ddd087596eab23284e3e23bf87',1),(431,'content',228,'A-1088AG.pdf','2014/0715/20140715105518464.pdf',357691,'pdf',0,0,0,1,1405392918,'116.226.37.92',1,'49eada63458f605f1232ce17fec51067',1),(432,'content',228,'A-1088AG.pdf','2014/0715/20140715105549706.pdf',357691,'pdf',0,0,0,1,1405392949,'116.226.37.92',1,'ef241b513228a2ba27eea00f2f5eb4b0',1),(433,'content',228,'A-1088BYG.pdf','2014/0715/20140715105621908.pdf',313682,'pdf',0,0,0,1,1405392981,'116.226.37.92',1,'b8bce62ce6b77e931278da2f44f8cd5f',1),(434,'content',228,'A-1088BB.pdf','2014/0715/20140715105649620.pdf',313681,'pdf',0,0,0,1,1405393009,'116.226.37.92',1,'22906fff8242088a0f9acb9b29448ce5',1),(435,'content',228,'A-1088BUW.pdf','2014/0715/20140715105718663.pdf',314483,'pdf',0,0,0,1,1405393038,'116.226.37.92',1,'0c1d192f8f858e230f1ce7c8458eb987',1),(436,'content',228,'A-1088AUW.pdf','2014/0715/20140715105801351.pdf',360284,'pdf',0,0,0,1,1405393081,'116.226.37.92',1,'fdb20e0f7837c75bd0af58573da422a7',1),(437,'content',263,'A-1588BHG.pdf','2014/0715/20140715105834335.pdf',341215,'pdf',0,0,0,1,1405393114,'116.226.37.92',1,'5d6fb352eb279d439c97e78f7272ae3e',1),(438,'content',263,'A-1588AHG.pdf','2014/0715/20140715105909991.pdf',458871,'pdf',0,0,0,1,1405393149,'116.226.37.92',1,'422bc555c661f3c0cb0cf3e42610b7af',1),(439,'content',263,'A-1588BHC.pdf','2014/0715/20140715105934784.pdf',322801,'pdf',0,0,0,1,1405393174,'116.226.37.92',1,'6907a4b30538b087e83b82d5c548b121',1),(440,'content',263,'A-1588BPGR.pdf','2014/0715/20140715110003218.pdf',346027,'pdf',0,0,0,1,1405393202,'116.226.37.92',1,'f3903c2fa5d2f35e44d5c28fa19a0505',1),(441,'content',263,'A-1588BH.pdf','2014/0715/20140715110032270.pdf',317840,'pdf',0,0,0,1,1405393232,'116.226.37.92',1,'dd126a5c2c2e0c40cc84afef360462b9',1),(442,'content',263,'A-1588AH.pdf','2014/0715/20140715110106899.pdf',413336,'pdf',0,0,0,1,1405393266,'116.226.37.92',1,'00d88c4ada65fb28bef995fe14e94b14',1),(443,'content',263,'A-1588BSC.pdf','2014/0715/20140715110133859.pdf',316966,'pdf',0,0,0,1,1405393293,'116.226.37.92',0,'c835c2498bb3ca9901ecd19ad1e382da',1),(444,'content',263,'A-1588BSC.pdf','2014/0715/20140715110145658.pdf',316966,'pdf',0,0,0,1,1405393305,'116.226.37.92',1,'8a1e2fef34f27750430a62c9b1fec34c',1),(445,'content',263,'A-1588BSC.pdf','2014/0715/20140715110306848.pdf',316966,'pdf',0,0,0,1,1405393386,'116.226.37.92',1,'b6a80c50858f177c0a28519ec7e25e37',1),(446,'content',263,'A-1588AS.pdf','2014/0715/20140715110343304.pdf',405065,'pdf',0,0,0,1,1405393423,'116.226.37.92',1,'f4115f265b97bf92a2feffb3b730af28',1),(447,'content',263,'A-1588ASA.pdf','2014/0715/20140715110411323.pdf',402332,'pdf',0,0,0,1,1405393451,'116.226.37.92',0,'c13412affcabe60669ce97659066fe03',1),(448,'content',263,'A-1588ASA.pdf','2014/0715/20140715110423974.pdf',402332,'pdf',0,0,0,1,1405393463,'116.226.37.92',1,'3275c5d57f7a22e6c99c8527519beaee',1),(449,'content',263,'A-1588ASY.pdf','2014/0715/20140715110455724.pdf',413149,'pdf',0,0,0,1,1405393495,'116.226.37.92',1,'73d73d0489245ade1bd6e1068d1933c2',1),(450,'content',263,'A-1588AYG.pdf','2014/0715/20140715110536499.pdf',413980,'pdf',0,0,0,1,1405393536,'116.226.37.92',1,'3ae3ce98e027cd522344f6b9114518fd',1),(451,'content',263,'A-1588AB.pdf','2014/0715/20140715110604777.pdf',346119,'pdf',0,0,0,1,1405393564,'116.226.37.92',1,'833a4ac25ca3a4dddbea249b788f8b8c',1),(452,'content',263,'A-1588AUW.pdf','2014/0715/20140715110631350.pdf',414076,'pdf',0,0,0,1,1405393591,'116.226.37.92',1,'e0b674bc1ac304d4afe1e8e349853328',1),(453,'content',264,'A-2088CHG.pdf','2014/0715/20140715110708540.pdf',356781,'pdf',0,0,0,1,1405393628,'116.226.37.92',1,'2b0d80fa68afd6260c1dac53c1ba77de',1),(454,'content',264,'A-2088DHG.pdf','2014/0715/20140715110744608.pdf',335514,'pdf',0,0,0,1,1405393664,'116.226.37.92',1,'0ab6f40e33bcab7d2c3fba79ad0edc13',1),(455,'content',264,'A-2088BHG.pdf','2014/0715/20140715110812524.pdf',336783,'pdf',0,0,0,1,1405393692,'116.226.37.92',1,'cb28365d07c7ba6e7bfd4f2eb68a43b1',1),(456,'content',264,'A-2088DSRYG.pdf','2014/0715/20140715110843164.pdf',481132,'pdf',0,0,0,1,1405393722,'116.226.37.92',1,'736597c5c9d44c1ac2f9014d80d9a39e',1),(457,'content',264,'A-2088DPGR.pdf','2014/0715/20140715110908694.pdf',336003,'pdf',0,0,0,1,1405393748,'116.226.37.92',1,'0f625a38ab03812345f25b47e2236c12',1),(458,'content',264,'A-2088CH.pdf','2014/0715/20140715111457257.pdf',304377,'pdf',0,0,0,1,1405394097,'116.226.37.92',1,'5e7e01cdbb70c6d4c83cd129b57a7f46',1),(459,'content',264,'A-2088AH.pdf','2014/0715/20140715121939652.pdf',374610,'pdf',0,0,0,1,1405397978,'116.226.37.92',0,'505cc472bd31627085e28bd5102221c5',1),(460,'content',264,'A-2088DH.pdf','2014/0715/20140715122007769.pdf',305199,'pdf',0,0,0,1,1405398007,'116.226.37.92',1,'50e02fa328a064ba540100dc4262cc53',1),(461,'content',264,'A-2088BH.pdf','2014/0715/20140715122040696.pdf',305590,'pdf',0,0,0,1,1405398040,'116.226.37.92',1,'06bb86697044cda4ce46945640986750',1),(462,'content',264,'A-2088BSA.pdf','2014/0715/20140715122111719.pdf',297307,'pdf',0,0,0,1,1405398071,'116.226.37.92',1,'12ffa0c8a2f668596468dba94e557fb9',1),(463,'content',264,'A-2088BPG.pdf','2014/0715/20140715122157660.pdf',310838,'pdf',0,0,0,1,1405398117,'116.226.37.92',1,'26cf6be7b77dbc2f34abc7a365af8a47',1),(464,'content',264,'A-2088BSY.pdf','2014/0715/20140715122237299.pdf',306164,'pdf',0,0,0,1,1405398157,'116.226.37.92',1,'1ddb525948df942388647e040d66cfba',1),(465,'content',264,'A-5188BSY.pdf','2014/0715/20140715122340558.pdf',315495,'pdf',0,0,0,1,1405398220,'116.226.37.92',1,'1beb5a5dfa329eacec22a68348b83215',1),(466,'content',264,'A-2088BUW.pdf','2014/0715/20140715122401842.pdf',306456,'pdf',0,0,0,1,1405398241,'116.226.37.92',1,'c06dff99d20ec621a9ec4de2073baca3',1),(467,'content',265,'A-1288DHG.pdf','2014/0715/20140715122431562.pdf',349287,'pdf',0,0,0,1,1405398270,'116.226.37.92',1,'9e02a15d4be9a6478171219d736746af',1),(468,'content',265,'A-1288CEGC.pdf','2014/0715/20140715122456691.pdf',342316,'pdf',0,0,0,1,1405398296,'116.226.37.92',1,'64a0a7eca67198dae2a81cbbdfe47e51',1),(469,'content',265,'A-1288DH.pdf','2014/0715/20140715122519759.pdf',334733,'pdf',0,0,0,1,1405398319,'116.226.37.92',1,'f02a58ebf336e4250c2c520805415f40',1),(470,'content',265,'A-1288BPG.pdf','2014/0715/20140715122541167.pdf',336663,'pdf',0,0,0,1,1405398341,'116.226.37.92',1,'05190b9258dd38146523407ccb7e1385',1),(471,'content',266,'A-3388BH.pdf','2014/0715/20140715122607630.pdf',321180,'pdf',0,0,0,1,1405398367,'116.226.37.92',1,'175df161e3e9ffc864394e4377f511c2',1),(472,'content',266,'A-3388BSR1.pdf','2014/0715/20140715122631272.pdf',318734,'pdf',0,0,0,1,1405398391,'116.226.37.92',1,'e3e5a87927f5420bf3c4c074611f75f3',1),(473,'content',266,'A-3388BSA.pdf','2014/0715/20140715122658230.pdf',318692,'pdf',0,0,0,1,1405398418,'116.226.37.92',1,'98374c619c3b6bc71cc95a7474130302',1),(474,'content',266,'A-3388BB.pdf','2014/0715/20140715122721930.pdf',325771,'pdf',0,0,0,1,1405398441,'116.226.37.92',1,'f467321e97aa2bdb0c0155bc1de3ade4',1),(475,'content',229,'A-33117BH.pdf','2014/0715/20140715123137485.pdf',586422,'pdf',0,0,0,1,1405398697,'116.226.37.92',1,'d4ccd7279abab884f6adeb5e00f3c9f7',1),(476,'content',229,'A-33117AH.pdf','2014/0715/20140715123204692.pdf',333715,'pdf',0,0,0,1,1405398724,'116.226.37.92',1,'bd4faca661e4ace3b2cbd2dcc83cd419',1),(477,'content',229,'A-33117ASR.pdf','2014/0715/20140715123233395.pdf',330415,'pdf',0,0,0,1,1405398753,'116.226.37.92',1,'a10a402ae88e435c292159a12d6d80b7',1),(478,'content',229,'A-33117AS.pdf','2014/0715/20140715123258100.pdf',323956,'pdf',0,0,0,1,1405398778,'116.226.37.92',1,'e898a867a3b5b033512029d9189dc2ce',1),(479,'content',229,'A-33117ASA.pdf','2014/0715/20140715123336226.pdf',325349,'pdf',0,0,0,1,1405398816,'116.226.37.92',1,'1e1958d3fc62e66cbcdd4da449de1c0e',1),(480,'content',229,'A-33117APA.pdf','2014/0715/20140715123423222.pdf',323918,'pdf',0,0,0,1,1405398863,'116.226.37.92',1,'febc8c537fd31e7cf3355c090e79ef78',1),(481,'content',229,'A-33117ASY.pdf','2014/0715/20140715123506768.pdf',333968,'pdf',0,0,0,1,1405398906,'116.226.37.92',1,'a02510ea50668742db5dd789ea7fedc9',1),(482,'content',267,'A-D11711DSAW.pdf','2014/0715/20140715123614210.pdf',309491,'pdf',0,0,0,1,1405398974,'116.226.37.92',0,'659369e421b1217b1544e315936ce256',1),(483,'content',267,'TOP-33117.png','2014/0715/20140715123920303.png',30343,'png',1,0,0,1,1405399160,'116.226.37.92',1,'e01cca2df4f0299664ec201aa0bc16b3',1),(484,'content',267,'A-D11711DSAW.pdf','2014/0715/20140715123945373.pdf',309491,'pdf',0,0,0,1,1405399185,'116.226.37.92',1,'1491ca9149fdb8b6f0dbb99ee39dbabd',1),(485,'content',268,'TOP-33117.png','2014/0715/20140715124039149.png',30343,'png',1,0,0,1,1405399239,'116.226.37.92',1,'d6a5145d27dd6cd62164169f21a5a348',1),(486,'content',268,'A-14117ASR.pdf','2014/0715/20140715124157984.pdf',323253,'pdf',0,0,0,1,1405399317,'116.226.37.92',1,'e009eaff9c8affd9a7df21d14e236499',1),(487,'content',268,'A-14117AB.pdf','2014/0715/20140715124233787.pdf',320613,'pdf',0,0,0,1,1405399353,'116.226.37.92',1,'0d8528dc48af1f54bc9e3dbd7906334b',1),(488,'content',268,'A-14117BUW.pdf','2014/0715/20140715124259915.pdf',324348,'pdf',0,0,0,1,1405399379,'116.226.37.92',1,'b7300284b1a5dd1b66e6259172e1bea2',1),(489,'content',269,'TOP-16117.png','2014/0715/20140715124407104.png',29015,'png',1,0,0,1,1405399447,'116.226.37.92',1,'022ca90b08af20162a2b6f997ce64db7',1),(490,'content',269,'A-56711BS.pdf','2014/0715/20140715124440717.pdf',314557,'pdf',0,0,0,1,1405399480,'116.226.37.92',1,'dce8c0a140fb7a6cd8e8a065125d1348',1),(491,'content',269,'A-D56711BSAW.pdf','2014/0715/20140715124508572.pdf',320102,'pdf',0,0,0,1,1405399508,'116.226.37.92',1,'31a2e0e4206ff9dd6e7c3215de66f133',1),(492,'content',269,'A-D56711BPA.pdf','2014/0715/20140715125723985.pdf',317982,'pdf',0,0,0,1,1405400243,'116.226.37.92',1,'7d63acaa427bc2563faeafe02366c332',1),(493,'content',270,'TOP-14117.png','2014/0715/20140715125841306.png',26810,'png',1,0,0,1,1405400321,'116.226.37.92',1,'dbc4033444b212920b17dbe5aec9c6e8',1),(494,'content',270,'A-43711EH.pdf','2014/0715/20140715125924293.pdf',337644,'pdf',0,0,0,1,1405400364,'116.226.37.92',1,'9977211b4b25230f19754f66b078df73',1),(495,'content',270,'A-43711ESA.pdf','2014/0715/20140715125951648.pdf',334748,'pdf',0,0,0,1,1405400391,'116.226.37.92',1,'994f80cdd6d9e3955071596b9001cf40',1),(496,'content',270,'A-43711EPA.pdf','2014/0715/20140715010034381.pdf',325809,'pdf',0,0,0,1,1405400434,'116.226.37.92',1,'8bba0550c78afa51a831a48a757aa8d9',1),(497,'content',271,'A-35711AS.pdf','2014/0715/20140715010102298.pdf',327979,'pdf',0,0,0,1,1405400462,'116.226.37.92',1,'75ccbb86169365623938d9f69573f2af',1),(498,'content',271,'A-35711ASA1.pdf','2014/0715/20140715010130466.pdf',329729,'pdf',0,0,0,1,1405400490,'116.226.37.92',1,'646ef05610789cfc588552e7cf1e5090',1),(499,'content',272,'TOP-33117.png','2014/0715/20140715010334950.png',30343,'png',1,0,0,1,1405400614,'116.226.37.92',1,'456e27906d23f664cc26a38815cad9a5',1),(500,'content',272,'A-16117ASR.pdf','2014/0715/20140715010355229.pdf',320451,'pdf',0,0,0,1,1405400635,'116.226.37.92',1,'804e3e96b4cf82981591be4f98281c5a',1),(501,'content',230,'A-D331615BSA.pdf','2014/0715/20140715010431936.pdf',386560,'pdf',0,0,0,1,1405400670,'116.226.37.92',1,'cadd0a0e28cf7a803df963fe6892dcb8',1),(502,'content',230,'A-D331615BSA.pdf','2014/0715/20140715010506591.pdf',386560,'pdf',0,0,0,1,1405400705,'116.226.37.92',1,'71064600da96ac2d83f78acf5496831f',1),(503,'content',230,'A-331615BSA.pdf','2014/0715/20140715010535859.pdf',325455,'pdf',0,0,0,1,1405400735,'116.226.37.92',1,'8a34023513c7a38821368c801707694f',1),(504,'content',230,'A-331615BB.pdf','2014/0715/20140715010558899.pdf',351336,'pdf',0,0,0,1,1405400758,'116.226.37.92',1,'4fed3e5a00b1aaaea77f4e51c42118f9',1),(505,'content',157,'A-3121AH.pdf','2014/0715/20140715010813566.pdf',278885,'pdf',0,0,0,1,1405400893,'116.226.37.92',1,'8799873110339733f0d183065c6f1faf',1),(506,'content',157,'A-3104BH.pdf','2014/0715/20140715010922785.pdf',270774,'pdf',0,0,0,1,1405400962,'116.226.37.92',1,'55fc02534b478e754e73168e92464199',1),(507,'content',157,'A-3121BH.pdf','2014/0715/20140715010948621.pdf',277183,'pdf',0,0,0,1,1405400988,'116.226.37.92',1,'41b7d9e7ad723295ed749e519014ab16',1),(508,'content',156,'A-2181BH.pdf','2014/0715/20140715011200124.pdf',283911,'pdf',0,0,0,1,1405401120,'116.226.37.92',1,'0be6433a0da927066ea29bc5d0662af4',1),(509,'content',156,'A-2181AH.pdf','2014/0715/20140715011238861.pdf',275651,'pdf',0,0,0,1,1405401157,'116.226.37.92',1,'ea92ca73b6f7fed0ec8118bd7a82e67e',1),(510,'content',156,'A-2181AS.pdf','2014/0715/20140715011259363.pdf',270275,'pdf',0,0,0,1,1405401179,'116.226.37.92',1,'3704bcb14f5896c14c43eb61c590f91f',1),(511,'content',157,'A-3112FG1.pdf','2014/0715/20140715011338910.pdf',271571,'pdf',0,0,0,1,1405401218,'116.226.37.92',1,'c85c415760e0893e3e5dace2c900bcbc',1),(512,'content',157,'A-3112FSA.pdf','2014/0715/20140715011404810.pdf',271792,'pdf',0,0,0,1,1405401244,'116.226.37.92',1,'59b90f41a777542683500e7fe02da339',1),(513,'content',157,'A-3104BB.pdf','2014/0715/20140715011427960.pdf',266576,'pdf',0,0,0,1,1405401267,'116.226.37.92',1,'b33bc29a8bcf758c2aad81ba002c2073',1),(514,'content',158,'A-3161BH.pdf','2014/0715/20140715011508595.pdf',279231,'pdf',0,0,0,1,1405401308,'116.226.37.92',1,'72a98aaa0f5a41088b0c6bae443c7685',1),(1017,'content',167,'A-12101AH.pdf','2014/1117/20141117103527303.pdf',279177,'pdf',0,0,0,1,1416191727,'116.226.33.32',1,'3953a76ac9ce3ec01334001d5f63d5f8',1),(516,'content',158,'A-3161BS.pdf','2014/0715/20140715011602368.pdf',275016,'pdf',0,0,0,1,1405401362,'116.226.37.92',0,'7632e7d9eec91597b3c58802319a466f',1),(517,'content',158,'A-3161BG.pdf','2014/0715/20140715011647361.pdf',272491,'pdf',0,0,0,1,1405401407,'116.226.37.92',1,'7745701e852f44e38d08e60ef3cfc316',1),(518,'content',158,'A-3161APG.pdf','2014/0715/20140715011737825.pdf',264357,'pdf',0,0,0,1,1405401457,'116.226.37.92',1,'b529538e367e33d65b0c16d9b5ab0556',1),(519,'content',159,'A-3191BH.pdf','2014/0715/20140715011837529.pdf',279088,'pdf',0,0,0,1,1405401517,'116.226.37.92',1,'f7bd180d489a492a2755ab358631ac6e',1),(520,'content',159,'A-3191AH.pdf','2014/0715/20140715012053710.pdf',279226,'pdf',0,0,0,1,1405401653,'116.226.37.92',1,'07bac4a38571ba9603bbbdde4fb4a611',1),(521,'content',159,'A-3191AS.pdf','2014/0715/20140715012120356.pdf',274079,'pdf',0,0,0,1,1405401680,'116.226.37.92',1,'e87336c8654eac07ba35b0b2e1f3e4f9',1),(522,'content',159,'A-3192BUW.pdf','2014/0715/20140715012142161.pdf',265603,'pdf',0,0,0,1,1405401702,'116.226.37.92',1,'a3141a0698101ca34f789e5660735995',1),(523,'content',160,'A-4102ES.pdf','2014/0715/20140715012207705.pdf',278545,'pdf',0,0,0,1,1405401727,'116.226.37.92',1,'d80e9026cd7ebc84addef9721a4c5875',1),(524,'content',161,'A-5101BH.pdf','2014/0715/20140715012230282.pdf',275854,'pdf',0,0,0,1,1405401750,'116.226.37.92',1,'39d8040ac5c56d5cad8ae0da2e1659fa',1),(525,'content',161,'A-5101AH.pdf','2014/0715/20140715012255517.pdf',275564,'pdf',0,0,0,1,1405401775,'116.226.37.92',1,'2960511907b5a1154656c294d923a128',1),(526,'content',161,'A-5101AS.pdf','2014/0715/20140715012315974.pdf',273728,'pdf',0,0,0,1,1405401795,'116.226.37.92',1,'87f475240f851f85dc3c8cab99268fab',1),(527,'content',162,'A-5121BH.pdf','2014/0715/20140715012348601.pdf',272796,'pdf',0,0,0,1,1405401828,'116.226.37.92',1,'ec4e93352a36dc54197f1dc53fa5b04b',1),(528,'content',162,'A-5121AH.pdf','2014/0715/20140715012449138.pdf',270525,'pdf',0,0,0,1,1405401889,'116.226.37.92',1,'28051c3e528d0230da2d1bad1bec66c5',1),(529,'content',162,'A-5121BG.pdf','2014/0715/20140715012519675.pdf',265398,'pdf',0,0,0,1,1405401919,'116.226.37.92',1,'b67e2db246ea9fc21405b94e0266ead0',1),(530,'content',163,'A-5161BH.pdf','2014/0715/20140715012544916.pdf',281912,'pdf',0,0,0,1,1405401944,'116.226.37.92',1,'3ebde9a3f4a29f82d9b31c767fe745f6',1),(531,'content',163,'A-5163AS.pdf','2014/0715/20140715034840466.pdf',268861,'pdf',0,0,0,1,1405410520,'116.226.37.92',1,'44873595f7991ce7ea608d4043a74fe1',1),(532,'content',163,'A-5161BS.pdf','2014/0715/20140715034912578.pdf',278111,'pdf',0,0,0,1,1405410552,'116.226.37.92',1,'160a80fb0d35dbc51a5d479414696937',1),(533,'content',163,'A-5161AS.pdf','2014/0715/20140715034956135.pdf',279190,'pdf',0,0,0,1,1405410596,'116.226.37.92',1,'340659aaad8d8f3aa91525536f3c9360',1),(534,'content',163,'A-5163AYG.pdf','2014/0715/20140715035027180.pdf',265381,'pdf',0,0,0,1,1405410627,'116.226.37.92',1,'a976da0a6c689da5b152051cda55d7b6',1),(535,'content',163,'A-5161BG.pdf','2014/0715/20140715035049178.pdf',278245,'pdf',0,0,0,1,1405410649,'116.226.37.92',1,'b066ddbe88fcda8794768e0b569f5e82',1),(536,'content',163,'A-5161BB.pdf','2014/0715/20140715035136377.pdf',277131,'pdf',0,0,0,1,1405410696,'116.226.37.92',1,'f20acce55e45cb1286bf6aa35efc1d89',1),(537,'content',164,'A-6102AS.pdf','2014/0715/20140715035203151.pdf',272310,'pdf',0,0,0,1,1405410723,'116.226.37.92',1,'705ada8ed8d9404309330f8f3b0733d5',1),(538,'content',165,'A-8102BH.pdf','2014/0715/20140715035231164.pdf',282031,'pdf',0,0,0,1,1405410751,'116.226.37.92',1,'88781f665acc004ed64f60677771acb8',1),(539,'content',165,'A-8106AG1.pdf','2014/0715/20140715035310815.pdf',273188,'pdf',0,0,0,1,1405410790,'116.226.37.92',1,'0c7ab686bf2ff8fec186819e8f118ed7',1),(540,'content',165,'A-8102BG.pdf','2014/0715/20140715035352248.pdf',276101,'pdf',0,0,0,1,1405410832,'116.226.37.92',1,'bdf39f4542daeb64d6e963edfd5f557e',1),(541,'content',165,'A-8102AG1.pdf','2014/0715/20140715035431604.pdf',278106,'pdf',0,0,0,1,1405410871,'116.226.37.92',1,'32e5b25cc6c726b16b707d6e8b56ff35',1),(542,'content',166,'A-1106BH.pdf','2014/0715/20140715035518553.pdf',279291,'pdf',0,0,0,1,1405410918,'116.226.37.92',1,'2baf183ec3d6aee5f1cc6ab69fdaae4f',1),(543,'content',166,'A-1106AH.pdf','2014/0715/20140715035542809.pdf',278746,'pdf',0,0,0,1,1405410942,'116.226.37.92',1,'7d193f8f4ec849112ccaabe0d7a01bb6',1),(544,'content',166,'A-1109BS.pdf','2014/0715/20140715035630530.pdf',280054,'pdf',0,0,0,1,1405410989,'116.226.37.92',1,'94e79abb516197c003ee7d5049fd2e31',1),(545,'content',166,'A-1106DS.pdf','2014/0715/20140715035710659.pdf',275455,'pdf',0,0,0,1,1405411030,'116.226.37.92',1,'16fc89415c7e4f9acf919824f357d60d',1),(546,'content',166,'A-1106DSA1.pdf','2014/0715/20140715040253570.pdf',273728,'pdf',0,0,0,1,1405411373,'116.226.37.92',1,'c19641f4d14e6183f162f02b6b09cbb6',1),(547,'content',166,'A-1106BSY.pdf','2014/0715/20140715040328454.pdf',272361,'pdf',0,0,0,1,1405411408,'116.226.37.92',1,'5705c6090a3b6a78de2fc35f62619380',1),(548,'content',166,'A-1106DG1.pdf','2014/0715/20140715040410855.pdf',272701,'pdf',0,0,0,1,1405411450,'116.226.37.92',1,'65d1bf511d5723c3eb075bbe797fcd02',1),(549,'content',166,'A-1106BG.pdf','2014/0715/20140715040456527.pdf',273646,'pdf',0,0,0,1,1405411495,'116.226.37.92',1,'70ba529352dc585a7f0782558c54165e',1),(550,'content',166,'A-1106BB.pdf','2014/0715/20140715041125743.pdf',274393,'pdf',0,0,0,1,1405411885,'116.226.37.92',1,'2a8884ef007b560cfe485c316bc3b51b',1),(551,'content',166,'A-1109BUW.pdf','2014/0715/20140715041231888.pdf',281005,'pdf',0,0,0,1,1405411951,'116.226.37.92',1,'6954946625d99e198908998752fe1fd3',1),(552,'content',167,'A-12101AH.pdf','2014/0715/20140715041305373.pdf',279177,'pdf',0,0,0,1,1405411985,'116.226.37.92',1,'df6c06fc344ede2e0e335b9c508700eb',1),(553,'content',167,'A-12101AS.pdf','2014/0715/20140715041326199.pdf',277654,'pdf',0,0,0,1,1405412006,'116.226.37.92',1,'0fc066f0b11a95618343d1596a8afae8',1),(554,'content',167,'A-12101AB.pdf','2014/0715/20140715041355497.pdf',301088,'pdf',0,0,0,1,1405412035,'116.226.37.92',1,'3b835b8f7e82b7924c1df759556f8ac9',1),(555,'content',167,'A-12101ASA.pdf','2014/0715/20140715041424666.pdf',275642,'pdf',0,0,0,1,1405412064,'116.226.37.92',1,'4e240a740135401c4e0100962d38703f',1),(556,'content',168,'A-15104AH.pdf','2014/0715/20140715041506756.pdf',269393,'pdf',0,0,0,1,1405412106,'116.226.37.92',1,'8d9c82f595fd122ed4347dcde0b089a4',1),(557,'content',168,'A-15102BH.pdf','2014/0715/20140715041537387.pdf',271597,'pdf',0,0,0,1,1405412137,'116.226.37.92',1,'3d40da623d676402ff6eb85e2b6f0756',1),(558,'content',168,'A-15102BSY.pdf','2014/0715/20140715041602770.pdf',265600,'pdf',0,0,0,1,1405412162,'116.226.37.92',1,'768d9e65250f484dcdef31469f383f74',1),(559,'content',168,'A-15102BG.pdf','2014/0715/20140715041623824.pdf',266733,'pdf',0,0,0,1,1405412182,'116.226.37.92',1,'2825f55f4b6688a4810dd4903013d501',1),(560,'content',168,'A-15102BB.pdf','2014/0715/20140715041642409.pdf',267394,'pdf',0,0,0,1,1405412202,'116.226.37.92',1,'868ca35a255386e1d7a02de7a7255d6d',1),(561,'content',168,'A-15102BUW.pdf','2014/0715/20140715041721889.pdf',266525,'pdf',0,0,0,1,1405412241,'116.226.37.92',1,'cc89193e4f8ddd866bd2955145019143',1),(562,'content',169,'A-18102DHG.pdf','2014/0715/20140715041756456.pdf',284313,'pdf',0,0,0,1,1405412276,'116.226.37.92',1,'2ed1fefd0b999b647accdce9420deeb6',1),(563,'content',169,'A-18102BH.pdf','2014/0715/20140715041821346.pdf',280227,'pdf',0,0,0,1,1405412301,'116.226.37.92',1,'286cac5c19b06c2fded5ad5efc92864e',1),(564,'content',169,'A-18102DS.pdf','2014/0715/20140715041845519.pdf',279341,'pdf',0,0,0,1,1405412325,'116.226.37.92',1,'7b3a1b5c3c7938b7e6606166aa086ca8',1),(565,'content',169,'A-18102BS.pdf','2014/0715/20140715041911572.pdf',278050,'pdf',0,0,0,1,1405412351,'116.226.37.92',1,'d921f92de3bc9d1e9ba8629acdc36137',1),(566,'content',169,'A-18102AS.pdf','2014/0715/20140715041932639.pdf',277954,'pdf',0,0,0,1,1405412372,'116.226.37.92',1,'2cafa6bcfe753936baad74e12041a2e3',1),(567,'content',169,'A-18102BSY.pdf','2014/0715/20140715041958686.pdf',276081,'pdf',0,0,0,1,1405412397,'116.226.37.92',1,'1a2a54228ce380697eadcda4ee33e8b0',1),(568,'content',169,'A-18102BYG.pdf','2014/0715/20140715042024163.pdf',276610,'pdf',0,0,0,1,1405412424,'116.226.37.92',1,'a1934325b8a0f1fa2d8628c0c177efb7',1),(569,'content',169,'A-18102BG.pdf','2014/0715/20140715042049441.pdf',275963,'pdf',0,0,0,1,1405412449,'116.226.37.92',1,'f9fcff7c1fe72726a76bce9c79534a37',1),(570,'content',169,'A-18102BB.pdf','2014/0715/20140715042112438.pdf',276492,'pdf',0,0,0,1,1405412472,'116.226.37.92',1,'549c7b574668c5a213653a180d7c0d60',1),(571,'content',169,'A-18102BUW.pdf','2014/0715/20140715042137340.pdf',277569,'pdf',0,0,0,1,1405412497,'116.226.37.92',1,'9110d5941247b19e383e3e2e41b72296',1),(572,'content',170,'A-20103BH.pdf','2014/0715/20140715042404548.pdf',283855,'pdf',0,0,0,1,1405412643,'116.226.37.92',1,'8ae5ddf833c947cf9735d8bd0eb8663b',1),(573,'content',171,'A-23103BH.pdf','2014/0715/20140715042430947.pdf',283174,'pdf',0,0,0,1,1405412670,'116.226.37.92',1,'300285f9d7a2c0ee62aa279e5676bfce',1),(574,'content',171,'A-23101BH.pdf','2014/0715/20140715042459592.pdf',286267,'pdf',0,0,0,1,1405412699,'116.226.37.92',1,'99ac14b86d9a919692cdc6391abb13d9',1),(575,'content',172,'A-30102BH.pdf','2014/0715/20140715042530431.pdf',281420,'pdf',0,0,0,1,1405412730,'116.226.37.92',1,'3621deafba827d34eb421fa4d5f31ddb',1),(576,'content',172,'A-30102BUW.pdf','2014/0715/20140715042610840.pdf',277587,'pdf',0,0,0,1,1405412770,'116.226.37.92',1,'f06836c9b18ea6d440503b3214dfbd47',1),(577,'content',173,'A-40101BSR.pdf','2014/0715/20140715042658257.pdf',290148,'pdf',0,0,0,1,1405412818,'116.226.37.92',1,'d4401e0ba4c7cc4acd7ef47f3b34a90a',1),(578,'content',174,'A-50101BH.pdf','2014/0715/20140715042723162.pdf',284929,'pdf',0,0,0,1,1405412843,'116.226.37.92',1,'4e6bde43942bd27cd53af3aca7ebf3da',1),(579,'content',174,'A-50101BS.pdf','2014/0715/20140715042748771.pdf',282136,'pdf',0,0,0,1,1405412868,'116.226.37.92',1,'fb72ee169084a352ae1088b3743b4fdc',1),(580,'content',174,'A-50102BPG.pdf','2014/0715/20140715042807544.pdf',265209,'pdf',0,0,0,1,1405412887,'116.226.37.92',1,'48e181e59a1f68f847e4eed05b2d5fbf',1),(581,'content',273,'ATE-R20-18W.pdf','2014/0715/20140715042859857.pdf',810500,'pdf',0,0,0,1,1405412939,'116.226.37.92',1,'8f191ff53a04f3d1beb184a0b2518e90',1),(582,'content',273,'ATE-R20-18W.pdf','2014/0715/20140715043005759.pdf',810500,'pdf',0,0,0,1,1405413005,'116.226.37.92',1,'2d9543c5cac1580c732067d8887e0ee7',1),(583,'content',273,'ATE-R20-18W.pdf','2014/0715/20140715043049657.pdf',810500,'pdf',0,0,0,1,1405413048,'116.226.37.92',1,'bb84dc0e4926c31eb66c109f461cb4e4',1),(584,'content',273,'ATE-R20-18W.pdf','2014/0715/20140715043134722.pdf',810500,'pdf',0,0,0,1,1405413093,'116.226.37.92',1,'c8cc2875edf13d36e18b318dbb599029',1),(585,'content',273,'ATE-R20-12W.pdf','2014/0715/20140715043224588.pdf',809096,'pdf',0,0,0,1,1405413144,'116.226.37.92',1,'8eec42d6eca1224ec6c0c536adf80326',1),(586,'content',273,'ATE-R20-12W.pdf','2014/0715/20140715043256542.pdf',809096,'pdf',0,0,0,1,1405413176,'116.226.37.92',1,'a1244c01c0a641ee0622a90da873a77a',1),(587,'content',273,'ATE-R20-12W.pdf','2014/0715/20140715043328243.pdf',809096,'pdf',0,0,0,1,1405413208,'116.226.37.92',1,'341dadeabacffc5b1f26881313f73c8f',1),(588,'content',273,'ATE-R20-12W.pdf','2014/0715/20140715043359549.pdf',809096,'pdf',0,0,0,1,1405413239,'116.226.37.92',1,'981686967ef9611d2b14aa59cef69f96',1),(589,'content',273,'ATE-R20-12W.pdf','2014/0715/20140715043433164.pdf',809096,'pdf',0,0,0,1,1405413273,'116.226.37.92',1,'a1b22bcd8575e8e34875f84195d9287c',1),(590,'content',273,'ATE-R20-12W.pdf','2014/0715/20140715043505576.pdf',809096,'pdf',0,0,0,1,1405413305,'116.226.37.92',1,'cf7ab84252e12d4446145657c20b5b85',1),(591,'content',57,'ATE-R23-38W.pdf','2014/0715/20140715043601196.pdf',1014281,'pdf',0,0,0,1,1405413361,'116.226.37.92',1,'08ba9d17d527cd9ac2611886a54ad6f2',1),(592,'content',57,'ATE-R23-38W.pdf','2014/0715/20140715043632798.pdf',1014281,'pdf',0,0,0,1,1405413392,'116.226.37.92',1,'5ef067d902f018048265498681f162aa',1),(593,'content',57,'ATE-R23-38W.pdf','2014/0715/20140715043704668.pdf',1014281,'pdf',0,0,0,1,1405413424,'116.226.37.92',1,'e1640a77ee5e72a05e45c9514896789e',1),(594,'content',73,'ATL-B36.pdf','2014/0715/20140715043822424.pdf',821881,'pdf',0,0,0,1,1405413502,'116.226.37.92',1,'2e3ae2e0f1322b65c108a3b001e3d4c5',1),(595,'content',73,'ATL-B36.pdf','2014/0715/20140715043911791.pdf',821881,'pdf',0,0,0,1,1405413551,'116.226.37.92',1,'69d3c7108674fbe5b20c178295a61732',1),(596,'content',73,'ATL-B36.pdf','2014/0715/20140715043937902.pdf',821881,'pdf',0,0,0,1,1405413576,'116.226.37.92',1,'353daccf428e567cd9df3e97af585a53',1),(597,'content',73,'ATL-B36.pdf','2014/0715/20140715044000531.pdf',821881,'pdf',0,0,0,1,1405413600,'116.226.37.92',1,'ec94b244dd7835147d88d3fa0278ada4',1),(598,'content',73,'ATL-B36.pdf','2014/0715/20140715044030692.pdf',821881,'pdf',0,0,0,1,1405413630,'116.226.37.92',1,'ae807e9c13500637a4ac490c2af0e3ab',1),(599,'content',73,'ATL-B36.pdf','2014/0715/20140715044059421.pdf',821881,'pdf',0,0,0,1,1405413659,'116.226.37.92',1,'674167f1bc1fe9519b8400aba3bfad96',1),(600,'content',77,'ATL-B72.pdf','2014/0715/20140715044131569.pdf',1011388,'pdf',0,0,0,1,1405413691,'116.226.37.92',1,'67bb9ee2f63a2c15c65f49f6e990c625',1),(601,'content',77,'ATL-B72.pdf','2014/0715/20140715044159888.pdf',1011388,'pdf',0,0,0,1,1405413719,'116.226.37.92',1,'8bf028d2587c5f5230dbdb18cffb2195',1),(602,'content',77,'ATL-B72.pdf','2014/0715/20140715044228100.pdf',1011388,'pdf',0,0,0,1,1405413746,'116.226.37.92',0,'bc2fc9bf63615a538deb4b5d09bb56dd',1),(603,'content',77,'ATL-B72.pdf','2014/0715/20140715044248562.pdf',1011388,'pdf',0,0,0,1,1405413768,'116.226.37.92',1,'406af3c150a4a1182ed13657f9f068ae',1),(604,'content',77,'ATL-B72.pdf','2014/0715/20140715044327114.pdf',1011388,'pdf',0,0,0,1,1405413807,'116.226.37.92',1,'1a805a58cb9da00ba61360cd730a4818',1),(605,'content',77,'ATL-B72.pdf','2014/0715/20140715044427537.pdf',1011388,'pdf',0,0,0,1,1405413867,'116.226.37.92',1,'e435e7a44a2b6dc5b39ab2727730fd2c',1),(606,'content',77,'ATL-B72.pdf','2014/0715/20140715044456663.pdf',1011388,'pdf',0,0,0,1,1405413896,'116.226.37.92',1,'da45a6cb1244dde343a7d7a0b470fce2',1),(607,'content',95,'ATP-1818.pdf','2014/0715/20140715045050505.pdf',675555,'pdf',0,0,0,1,1405414250,'116.226.37.92',1,'7867529b4c9d98c459140a818963b2a2',1),(608,'content',95,'ATP-1818.pdf','2014/0715/20140715045143735.pdf',675555,'pdf',0,0,0,1,1405414303,'116.226.37.92',1,'61dfc5e4a84851874f969c8daa3089af',1),(609,'content',95,'ATP-1818.pdf','2014/0715/20140715045207858.pdf',675555,'pdf',0,0,0,1,1405414327,'116.226.37.92',1,'be6378a9297f7c5348f07295488e313f',1),(610,'content',95,'ATP-1818.pdf','2014/0715/20140715045233961.pdf',675555,'pdf',0,0,0,1,1405414353,'116.226.37.92',1,'435a97ab8a5ea889db663245fd10ad82',1),(611,'content',95,'ATP-1818.pdf','2014/0715/20140715045254862.pdf',675555,'pdf',0,0,0,1,1405414374,'116.226.37.92',1,'9b799363425f8122d695b03348614220',1),(612,'content',95,'ATP-1818.pdf','2014/0715/20140715045321609.pdf',675555,'pdf',0,0,0,1,1405414401,'116.226.37.92',1,'20abe6646b4159eaed25fc259d3d0e57',1),(613,'content',98,'ATP-2424-60W.pdf','2014/0715/20140715045411532.pdf',331982,'pdf',0,0,0,1,1405414451,'116.226.37.92',1,'92a0b6f176f18d9935b66b0e89be778b',1),(614,'content',98,'ATP-2424-60W.pdf','2014/0715/20140715045433382.pdf',331982,'pdf',0,0,0,1,1405414473,'116.226.37.92',1,'b17977fd59d3ab1ceec07fd1b22d2263',1),(615,'content',98,'ATP-2424-60W.pdf','2014/0715/20140715045500301.pdf',331982,'pdf',0,0,0,1,1405414500,'116.226.37.92',1,'1d7b63b80afd3c3ae5fe3cf26e1411ee',1),(616,'content',98,'ATP-2424-60W.pdf','2014/0715/20140715045532411.pdf',331982,'pdf',0,0,0,1,1405414532,'116.226.37.92',1,'47e27f11c79cb13b26ca3e5e570bf89e',1),(617,'content',98,'ATP-2424-60W.pdf','2014/0715/20140715045602713.pdf',331982,'pdf',0,0,0,1,1405414562,'116.226.37.92',1,'423c617616de69c9c25b374a9dc71e68',1),(618,'content',98,'ATP-2424-60W.pdf','2014/0715/20140715045649781.pdf',331982,'pdf',0,0,0,1,1405414609,'116.226.37.92',1,'c17850c368126358dfb37395902e6e00',1),(619,'content',278,'ATP-1010.pdf','2014/0715/20140715045722239.pdf',466496,'pdf',0,0,0,1,1405414642,'116.226.37.92',1,'2326e75b623bbbefa975a53db90a1683',1),(620,'content',278,'ATP-1010.pdf','2014/0715/20140715045758573.pdf',466496,'pdf',0,0,0,1,1405414678,'116.226.37.92',1,'372d446378b4e5fa33cfa9cf31af7823',1),(621,'content',278,'ATP-1010.pdf','2014/0715/20140715045838947.pdf',466496,'pdf',0,0,0,1,1405414718,'116.226.37.92',1,'20024dfc870e8f1c2f5750ce21b936e5',1),(622,'content',278,'ATP-1010.pdf','2014/0715/20140715045903924.pdf',466496,'pdf',0,0,0,1,1405414743,'116.226.37.92',1,'05ca0734000bae9d86712f5f1da307a6',1),(623,'content',278,'ATP-1010.pdf','2014/0715/20140715045929462.pdf',466496,'pdf',0,0,0,1,1405414769,'116.226.37.92',1,'3537fdeba4e958441452d41e03e3dd4c',1),(624,'content',278,'ATP-1010.pdf','2014/0715/20140715050046103.pdf',466496,'pdf',0,0,0,1,1405414846,'116.226.37.92',1,'9958efb43a37771b2daf851d33a199c6',1),(625,'content',108,'ATR-R17.pdf','2014/0715/20140715050404678.pdf',822489,'pdf',0,0,0,1,1405415044,'116.226.37.92',1,'bf32d592a6c18748a7bbfdd7a47d47ca',1),(626,'content',108,'ATR-R17.pdf','2014/0715/20140715050837813.pdf',822489,'pdf',0,0,0,1,1405415317,'116.226.37.92',1,'f7e285d68858c7c7ad057463063d4e5f',1),(627,'content',108,'ATR-R17.pdf','2014/0715/20140715050938132.pdf',822489,'pdf',0,0,0,1,1405415378,'116.226.37.92',1,'a6d4b513ab11fb546899e9a386806a9b',1),(628,'content',108,'ATR-R17.pdf','2014/0715/20140715051101452.pdf',822489,'pdf',0,0,0,1,1405415461,'116.226.37.92',1,'014301ffcdbb7b2241cc7fd9608913d8',1),(629,'content',108,'ATR-R17.pdf','2014/0715/20140715051144116.pdf',822489,'pdf',0,0,0,1,1405415504,'116.226.37.92',1,'f55020188904ab3959982525b52854dc',1),(630,'content',108,'ATR-R17.pdf','2014/0715/20140715051225708.pdf',822489,'pdf',0,0,0,1,1405415544,'116.226.37.92',1,'7db27364c2019eb20e847747d101bb79',1),(631,'content',110,'ATR-R27-4W.pdf','2014/0715/20140715051407892.pdf',929882,'pdf',0,0,0,1,1405415647,'116.226.37.92',1,'5f63ba731a4cbcccb410678a6a978897',1),(632,'content',110,'ATR-R27-4W.pdf','2014/0715/20140715051536673.pdf',929882,'pdf',0,0,0,1,1405415735,'116.226.37.92',1,'22726e5b00fc12df97be56ec48aa4856',1),(633,'content',110,'ATR-R27-4W.pdf','2014/0715/20140715052050144.pdf',929882,'pdf',0,0,0,1,1405416050,'116.226.37.92',0,'c5875c6a4fd3563ae07bd55b9d3eb3a6',1),(634,'content',110,'ATR-R27-4W.pdf','2014/0715/20140715052134896.pdf',929882,'pdf',0,0,0,1,1405416094,'116.226.37.92',1,'600a3c8e0fa3c58c3932322f59c3eff7',1),(635,'content',110,'ATR-R27-4W.pdf','2014/0715/20140715052310380.pdf',929882,'pdf',0,0,0,1,1405416190,'116.226.37.92',1,'470fa364f3f13c463b578e4339eb7354',1),(636,'content',110,'ATR-R27-4W.pdf','2014/0715/20140715052404356.pdf',929882,'pdf',0,0,0,1,1405416244,'116.226.37.92',1,'78d3325659ef5e22048a0e800c4b3cb7',1),(637,'content',118,'ATS-R30.pdf','2014/0715/20140715052720441.pdf',1376205,'pdf',0,0,0,1,1405416439,'116.226.37.92',0,'44779938e948bca45172d6346f770318',1),(638,'content',118,'ATS-R30.pdf','2014/0715/20140715052749842.pdf',1376205,'pdf',0,0,0,1,1405416469,'116.226.37.92',1,'af8d4161d4590e79bfc72a3dac99a717',1),(639,'content',118,'ATS-R30.pdf','2014/0715/20140715052843135.pdf',1376205,'pdf',0,0,0,1,1405416523,'116.226.37.92',1,'12e35532e0dc9f805a7e34e01d977515',1),(640,'content',118,'ATS-R30.pdf','2014/0715/20140715052921937.pdf',1376205,'pdf',0,0,0,1,1405416560,'116.226.37.92',1,'25681d67c88fa287e037e52cc0b72d6b',1),(641,'content',118,'ATS-R30.pdf','2014/0715/20140715052954646.pdf',1376205,'pdf',0,0,0,1,1405416594,'116.226.37.92',0,'6d948b7e1ab243ea34d2b99a6bfe6aa1',1),(642,'content',118,'ATS-R30.pdf','2014/0715/20140715053028238.pdf',1376205,'pdf',0,0,0,1,1405416628,'116.226.37.92',1,'df1f59b29fa74bef5e1ce6ca353e4579',1),(643,'content',118,'ATS-R30.pdf','2014/0715/20140715053059456.pdf',1376205,'pdf',0,0,0,1,1405416659,'116.226.37.92',1,'21cdf45dc8380a84ce501e885b653592',1),(644,'content',276,'ATS-R18.pdf','2014/0715/20140715053149729.pdf',845758,'pdf',0,0,0,1,1405416709,'116.226.37.92',1,'18da6b22ed66e21adadf3326c7349cba',1),(645,'content',276,'ATS-R18.pdf','2014/0715/20140715053219258.pdf',845758,'pdf',0,0,0,1,1405416739,'116.226.37.92',1,'9df66031bf3077b39906a4137c765e57',1),(646,'content',276,'ATS-R18.pdf','2014/0715/20140715110238752.pdf',845758,'pdf',0,0,0,1,1405436558,'180.172.75.117',1,'204d9fe47019723d69d71d88b980c1c0',1),(647,'content',276,'ATS-R18.pdf','2014/0715/20140715110302611.pdf',845758,'pdf',0,0,0,1,1405436582,'180.172.75.117',1,'515b4585ec7c4066a75947ac063c17f1',1),(648,'content',276,'ATS-R18.pdf','2014/0715/20140715110325859.pdf',845758,'pdf',0,0,0,1,1405436605,'180.172.75.117',1,'67d95508d2b6c6e221c7589f630fd1d2',1),(649,'content',276,'ATS-R18.pdf','2014/0715/20140715110348469.pdf',845758,'pdf',0,0,0,1,1405436628,'180.172.75.117',1,'b08869615e9c0468fb394b8963fd49dc',1),(650,'content',277,'ATS-R40.pdf','2014/0715/20140715110420981.pdf',801080,'pdf',0,0,0,1,1405436660,'180.172.75.117',1,'cb8a35496aa6ee48edb1d9f7f85d5e54',1),(651,'content',175,'A-2281BH.pdf','2014/0715/20140715110727427.pdf',252689,'pdf',0,0,0,1,1405436847,'180.172.75.117',1,'592d1bf02f5069a9015ec5edac2cf6ee',1),(652,'content',176,'A-3261BSR.pdf','2014/0715/20140715112042367.pdf',253236,'pdf',0,0,0,1,1405437642,'180.172.75.117',1,'8205212956001b86de7cea05f5157269',1),(653,'content',176,'A-3261BSA1.pdf','2014/0715/20140715112120227.pdf',236481,'pdf',0,0,0,1,1405437680,'180.172.75.117',1,'d2492665b5d75d96bc5d800dd5ea885e',1),(654,'content',176,'A-3261BR.pdf','2014/0715/20140715112141990.pdf',225536,'pdf',0,0,0,1,1405437701,'180.172.75.117',1,'d9fb974de1aa9e42b07f4015430eea8c',1),(655,'content',176,'A-3261BR.pdf','2014/0715/20140715112202157.pdf',225536,'pdf',0,0,0,1,1405437722,'180.172.75.117',1,'dd68f02d94f51eb2fdb748c8e5dcb4ed',1),(656,'content',176,'A-3261BG1.pdf','2014/0715/20140715112224262.pdf',250981,'pdf',0,0,0,1,1405437744,'180.172.75.117',0,'15df5d1e149ea06c8375da74e6b8c7d0',1),(657,'content',176,'A-3261BG1.pdf','2014/0715/20140715112231746.pdf',250981,'pdf',0,0,0,1,1405437751,'180.172.75.117',1,'174535bc7842f79fa2b37933fb3cae5c',1),(658,'content',176,'A-3261AS.pdf','2014/0715/20140715112250309.pdf',238570,'pdf',0,0,0,1,1405437770,'180.172.75.117',1,'0f484f68104a201388de82338a21f266',1),(659,'content',177,'A-4201FUW.pdf','2014/0715/20140715112342492.pdf',272763,'pdf',0,0,0,1,1405437822,'180.172.75.117',1,'253d2e54ed44d145aacde34712018164',1),(660,'content',177,'A-4201FSA.pdf','2014/0715/20140715112400717.pdf',226234,'pdf',0,0,0,1,1405437840,'180.172.75.117',1,'3644aca19d75b9733dc496d51653ae3a',1),(661,'content',177,'A-4201FH.pdf','2014/0715/20140715112421609.pdf',232733,'pdf',0,0,0,1,1405437861,'180.172.75.117',1,'bba0166f75fb001dbd81a996dedd8ecc',1),(662,'content',177,'A-4201BPG.pdf','2014/0715/20140715112438919.pdf',259486,'pdf',0,0,0,1,1405437878,'180.172.75.117',1,'77bb0f9314e93923c4088010cd1009b7',1),(663,'content',177,'A-4201BH.pdf','2014/0715/20140715112456817.pdf',231118,'pdf',0,0,0,1,1405437896,'180.172.75.117',1,'7481fdfb182ad1b270c1650ae04d5f15',1),(664,'content',177,'A-4201BG.pdf','2014/0715/20140715112515321.pdf',271245,'pdf',0,0,0,1,1405437915,'180.172.75.117',1,'fbedf29765da6e91fecdf65376052849',1),(665,'content',178,'A-5221BG.pdf','2014/0715/20140715112543515.pdf',232625,'pdf',0,0,0,1,1405437943,'180.172.75.117',1,'fba1e74a30d8c34e8405dc91fd91334a',1),(666,'content',179,'A-5241BSA1.pdf','2014/0715/20140715112604969.pdf',259196,'pdf',0,0,0,1,1405437964,'180.172.75.117',1,'41e9361f243faf9b2802808aa2e53b72',1),(667,'content',179,'A-5241BH.pdf','2014/0715/20140715112633994.pdf',267791,'pdf',0,0,0,1,1405437993,'180.172.75.117',1,'1399b42bc1517f8d95fa093bb555bd0d',1),(668,'content',179,'A-5241BG1.pdf','2014/0715/20140715112727881.pdf',269552,'pdf',0,0,0,1,1405438047,'180.172.75.117',1,'6217e6aef24a0e8eeb642cfe08f07328',1),(669,'content',179,'A-5241AH.pdf','2014/0715/20140715112757801.pdf',247258,'pdf',0,0,0,1,1405438077,'180.172.75.117',1,'c1895348449347de2487d47602ab69d3',1),(670,'content',180,'A-5264BH.pdf','2014/0715/20140715112825552.pdf',263847,'pdf',0,0,0,1,1405438105,'180.172.75.117',1,'00e2b4d77a5460dff6c91330273ab13c',1),(671,'content',180,'A-5263HG1.pdf','2014/0715/20140715112847806.pdf',274509,'pdf',0,0,0,1,1405438127,'180.172.75.117',1,'3add3fb6812ff938261e35fc5a0e1112',1),(672,'content',180,'A-5263HG.pdf','2014/0715/20140715112917649.pdf',273549,'pdf',0,0,0,1,1405438157,'180.172.75.117',1,'2ad62af9d8727aa57ce80aad17eb3369',1),(673,'content',180,'A-5263BH.pdf','2014/0715/20140715112937594.pdf',249013,'pdf',0,0,0,1,1405438177,'180.172.75.117',1,'67eea65a6dd3e8eb0ae646b1c954d33b',1),(674,'content',180,'A-5263BG.pdf','2014/0715/20140715113018724.pdf',251852,'pdf',0,0,0,1,1405438218,'180.172.75.117',1,'d6af5c0b7a6bb8abb09c4b52b0b0f98c',1),(675,'content',180,'A-5263AYG.pdf','2014/0715/20140715113043331.pdf',250391,'pdf',0,0,0,1,1405438243,'180.172.75.117',1,'5365202f9201dc14dd3acccd9e96808b',1),(676,'content',180,'A-5261LB.pdf','2014/0715/20140715113111490.pdf',257693,'pdf',0,0,0,1,1405438271,'180.172.75.117',1,'c0d21692150554641d53d67ea380db58',1),(677,'content',180,'A-5261HYG1.pdf','2014/0715/20140715113152826.pdf',284804,'pdf',0,0,0,1,1405438312,'180.172.75.117',1,'616648b680d093265038e19c6d864189',1),(678,'content',180,'A-5261HG2.pdf','2014/0715/20140715113227302.pdf',275509,'pdf',0,0,0,1,1405438347,'180.172.75.117',1,'371a81fefa25bc796f54bd8cec39c4db',1),(679,'content',180,'A-5261HG.pdf','2014/0715/20140715113316656.pdf',275616,'pdf',0,0,0,1,1405438396,'180.172.75.117',1,'cb3a55a7f313f8ca010e331536e302db',1),(680,'content',180,'A-5261DSR.pdf','2014/0715/20140715113340502.pdf',254462,'pdf',0,0,0,1,1405438420,'180.172.75.117',1,'061fa89d34ab292909a2009013449df6',1),(681,'content',180,'A-5261EH.pdf','2014/0715/20140715113418551.pdf',242847,'pdf',0,0,0,1,1405438458,'180.172.75.117',1,'414abc52609db69361c84447845d0e37',1),(682,'content',180,'A-5261DH.pdf','2014/0715/20140715113515654.pdf',231452,'pdf',0,0,0,1,1405438515,'180.172.75.117',1,'848145508184c9d2f30db49d9fbbfd2e',1),(683,'content',180,'A-5261BUW.pdf','2014/0715/20140715113543200.pdf',252700,'pdf',0,0,0,1,1405438543,'180.172.75.117',1,'522f8d53e6785ad1664f01bbeb80d73f',1),(684,'content',180,'A-5261BH.pdf','2014/0715/20140715113608557.pdf',243393,'pdf',0,0,0,1,1405438568,'180.172.75.117',1,'a074b1481f0c5a0f2fd43152737e87de',1),(685,'content',180,'A-5261BSR.pdf','2014/0715/20140715113638411.pdf',254588,'pdf',0,0,0,1,1405438598,'180.172.75.117',1,'9efb6156ee097dc58868c0c69e7e610f',1),(686,'content',180,'A-5261BG.pdf','2014/0715/20140715113703199.pdf',251920,'pdf',0,0,0,1,1405438623,'180.172.75.117',1,'899c4376605729826408820d4dbd2e33',1),(687,'content',180,'A-5261BB.pdf','2014/0715/20140715113726570.pdf',255447,'pdf',0,0,0,1,1405438646,'180.172.75.117',1,'6d77ea585d55f649412d6ceb4002ef42',1),(688,'content',180,'A-5261AYG.pdf','2014/0715/20140715113752751.pdf',257952,'pdf',0,0,0,1,1405438672,'180.172.75.117',1,'556fb3bf05831bf544a8ec3a651596cc',1),(689,'content',180,'A-5261AH.pdf','2014/0715/20140715113814376.pdf',242299,'pdf',0,0,0,1,1405438694,'180.172.75.117',1,'d03133ce8e902bf8f9583b2d1f3a8dcb',1),(690,'content',181,'A-8201DSY.pdf','2014/0715/20140715113836594.pdf',259078,'pdf',0,0,0,1,1405438716,'180.172.75.117',1,'c4e5d6872a36f5614b7ff6e5fb10620a',1),(691,'content',181,'A-8201BUW.pdf','2014/0715/20140715113900691.pdf',250983,'pdf',0,0,0,1,1405438740,'180.172.75.117',1,'6f5a1153672ddb3fb0a8086b50bbe1ac',1),(692,'content',181,'A-8201AYG1.pdf','2014/0715/20140715113920183.pdf',251369,'pdf',0,0,0,1,1405438760,'180.172.75.117',1,'cfcb9b663f221a6159b94822fc271fcb',1),(693,'content',181,'A-8201AG1.pdf','2014/0715/20140715113946918.pdf',250425,'pdf',0,0,0,1,1405438786,'180.172.75.117',1,'45fa9ea90f2024454cee3ac8c7ecbdb1',1),(694,'content',182,'A-10203FUW.pdf','2014/0715/20140715114008442.pdf',274151,'pdf',0,0,0,1,1405438808,'180.172.75.117',1,'4c7cc40137759ab5f1eb71760df2f97d',1),(695,'content',182,'A-10203FS.pdf','2014/0715/20140715114028831.pdf',257436,'pdf',0,0,0,1,1405438828,'180.172.75.117',1,'017f2679b4ba8e533d3397af702c4e0a',1),(696,'content',182,'A-10203FH.pdf','2014/0715/20140715114051670.pdf',257518,'pdf',0,0,0,1,1405438851,'180.172.75.117',1,'998fc39444ee8e47c3bac58c54e5e028',1),(697,'content',182,'A-10203FG.pdf','2014/0715/20140715114112435.pdf',267249,'pdf',0,0,0,1,1405438872,'180.172.75.117',1,'f39b0bfffa2525e83861421b07fe61ec',1),(698,'content',182,'A-10203FB.pdf','2014/0715/20140715114136419.pdf',271647,'pdf',0,0,0,1,1405438896,'180.172.75.117',1,'a3d7d7fe557068be3945cc3344a1fb06',1),(699,'content',182,'A-10203ESA.pdf','2014/0715/20140715114159339.pdf',255910,'pdf',0,0,0,1,1405438919,'180.172.75.117',1,'b80f6bd8adcf950f036d77a929ee997d',1),(700,'content',182,'A-10203EH.pdf','2014/0715/20140715114226592.pdf',259733,'pdf',0,0,0,1,1405438946,'180.172.75.117',1,'7d247756738ecc7fce850ca561875f11',1),(701,'content',182,'A-10203BSY.pdf','2014/0715/20140715114249665.pdf',267303,'pdf',0,0,0,1,1405438969,'180.172.75.117',1,'a659d23d564733f46fb7bb041bc803db',1),(702,'content',182,'A-10203BH.pdf','2014/0715/20140715114310281.pdf',258725,'pdf',0,0,0,1,1405438990,'180.172.75.117',1,'e29f016275ac3ee5ace8f02cfc00143d',1),(703,'content',182,'A-10203BB.pdf','2014/0715/20140715114336770.pdf',271379,'pdf',0,0,0,1,1405439016,'180.172.75.117',1,'34f51a458899f6f0566e28f9175b525a',1),(704,'content',182,'A-10203AH.pdf','2014/0715/20140715114403458.pdf',258363,'pdf',0,0,0,1,1405439043,'180.172.75.117',1,'d5dcd62d5bffa2194cfc870d52aff078',1),(705,'content',183,'A-2351ASR.pdf','2014/0715/20140715114451717.pdf',303081,'pdf',0,0,0,1,1405439091,'180.172.75.117',1,'bf375bed725f57aeb3a8741493548022',1),(706,'content',183,'A-2351AB.pdf','2014/0715/20140715114522621.pdf',291323,'pdf',0,0,0,1,1405439122,'180.172.75.117',1,'2f9b643518f31388ce78032dea951bd1',1),(707,'content',184,'A-2381BH.pdf','2014/0715/20140715114604962.pdf',289077,'pdf',0,0,0,1,1405439164,'180.172.75.117',1,'3e6eba54738d41144d63b2ee59a8f76b',1),(708,'content',192,'A-3407AH.pdf','2014/0715/20140715114625557.pdf',290156,'pdf',0,0,0,1,1405439185,'180.172.75.117',1,'84d46a7aa5cd1a34c99ed5f19e7528c9',1),(709,'content',193,'A-3461BH.pdf','2014/0715/20140715114704588.pdf',286440,'pdf',0,0,0,1,1405439224,'180.172.75.117',1,'f883bb3a514c9e8e213bb2be04e48dfd',1),(710,'content',193,'A-3461AH.pdf','2014/0715/20140715114900179.pdf',293485,'pdf',0,0,0,1,1405439340,'180.172.75.117',1,'c93ea9ce470257fe3526a76482179f8e',1),(711,'content',193,'A-3461BSR.pdf','2014/0715/20140715114940732.pdf',289963,'pdf',0,0,0,1,1405439380,'180.172.75.117',1,'9c5de314a8c8bced39601b2dbafa5a23',1),(712,'content',185,'A-3361BSR.pdf','2014/0715/20140715115113179.pdf',289611,'pdf',0,0,0,1,1405439473,'180.172.75.117',1,'b0dd05b2f3c6b16c7957a1199c102709',1),(713,'content',185,'A-3361BH.pdf','2014/0715/20140715115141958.pdf',287732,'pdf',0,0,0,1,1405439501,'180.172.75.117',1,'4bb7653df84d584728df095fdbfb000b',1),(714,'content',185,'A-3361AH.pdf','2014/0715/20140715115210933.pdf',287309,'pdf',0,0,0,1,1405439530,'180.172.75.117',1,'8a33d32c168d1996c649e198ad5cb6be',1),(715,'content',185,'A-3361AG1.pdf','2014/0715/20140715115238418.pdf',290752,'pdf',0,0,0,1,1405439558,'180.172.75.117',1,'9aa2979252f2c8f6ce51f7f991ff74d9',1),(716,'content',185,'A-3361AB.pdf','2014/0715/20140715115312915.pdf',294307,'pdf',0,0,0,1,1405439592,'180.172.75.117',1,'d402f9369987038f21ce80b0093666ce',1),(717,'content',185,'A-3361AB.pdf','2014/0715/20140715115528653.pdf',294307,'pdf',0,0,0,1,1405439728,'180.172.75.117',1,'25cea43a056fc67e9972e88cbfa65e2b',1),(718,'content',186,'A-4301FUY.pdf','2014/0715/20140715115556312.pdf',282834,'pdf',0,0,0,1,1405439755,'180.172.75.117',1,'3fdcb94f00b86425cb5bc4d38dcef41e',1),(719,'content',186,'A-4301FUW.pdf','2014/0715/20140715115620384.pdf',292456,'pdf',0,0,0,1,1405439780,'180.172.75.117',1,'2b72d0b5ede91a8dd586470ef29a1574',1),(720,'content',186,'A-4301FSY.pdf','2014/0715/20140715115643195.pdf',283212,'pdf',0,0,0,1,1405439803,'180.172.75.117',1,'8ebb33bb88427f5546fcf1b44e11003d',1),(721,'content',186,'A-4301FSA.pdf','2014/0715/20140715115704730.pdf',277001,'pdf',0,0,0,1,1405439824,'180.172.75.117',1,'09cb5910feab2ea98b9584b97c2d909f',1),(722,'content',187,'A-5321BH.pdf','2014/0715/20140715115731969.pdf',307501,'pdf',0,0,0,1,1405439851,'180.172.75.117',1,'34c83231657bdc74b819e50922525162',1),(723,'content',188,'A-5363BSY.pdf','2014/0715/20140715115753882.pdf',282756,'pdf',0,0,0,1,1405439873,'180.172.75.117',1,'50e2525cb0cb68087af3e7530a9821ed',1),(724,'content',188,'A-5362BH.pdf','2014/0715/20140715115819245.pdf',284108,'pdf',0,0,0,1,1405439899,'180.172.75.117',1,'2ebdf5882643785d6173f95411aefd26',1),(725,'content',188,'A-5361FH.pdf','2014/0715/20140715115842415.pdf',292419,'pdf',0,0,0,1,1405439922,'180.172.75.117',1,'0ca974b34368b57f192791cee96e9cec',1),(726,'content',188,'A-5361FG1.pdf','2014/0715/20140715115901731.pdf',310773,'pdf',0,0,0,1,1405439941,'180.172.75.117',1,'888d76a73b8741a30f9da1f6c0f9edfa',1),(727,'content',188,'A-5361FG.pdf','2014/0715/20140715115930317.pdf',291948,'pdf',0,0,0,1,1405439970,'180.172.75.117',1,'83c9005f0111e66de00b4e30f86158f4',1),(728,'content',188,'A-5361CG.pdf','2014/0715/20140715115955356.pdf',298298,'pdf',0,0,0,1,1405439995,'180.172.75.117',1,'981e93e33ec555ff9d4c2b80bbfeb2bf',1),(729,'content',188,'A-5361BH.pdf','2014/0716/20140716120017688.pdf',310834,'pdf',0,0,0,1,1405440017,'180.172.75.117',1,'89a615211d0509b9fe3cc99efd427199',1),(730,'content',188,'A-5361BG1.pdf','2014/0716/20140716120039992.pdf',319995,'pdf',0,0,0,1,1405440039,'180.172.75.117',1,'479b8b74b00e5f568fccb22c5317160f',1),(731,'content',188,'A-5361BG.pdf','2014/0716/20140716120102336.pdf',312822,'pdf',0,0,0,1,1405440062,'180.172.75.117',1,'3b1de8d4aa6777cd3c639a5825152e0f',1),(732,'content',188,'A-5361ASY.pdf','2014/0716/20140716120123543.pdf',306942,'pdf',0,0,0,1,1405440083,'180.172.75.117',1,'00abc8daf41203141f1b2977c6764026',1),(733,'content',188,'A-5361AS.pdf','2014/0716/20140716120149543.pdf',302439,'pdf',0,0,0,1,1405440109,'180.172.75.117',1,'afadca264645726c921ad0e773738c3a',1),(734,'content',188,'A-5361AH.pdf','2014/0716/20140716120214758.pdf',305630,'pdf',0,0,0,1,1405440134,'180.172.75.117',1,'7c4edb994576803a1f78249533914c9a',1),(735,'content',189,'A-8302EPG.pdf','2014/0716/20140716120236980.pdf',305071,'pdf',0,0,0,1,1405440155,'180.172.75.117',1,'3de2e30f5f4bfc5be44b5daf4f06cb73',1),(736,'content',189,'A-8302EH.pdf','2014/0716/20140716120300131.pdf',302088,'pdf',0,0,0,1,1405440180,'180.172.75.117',1,'6a266347c1d8761f697c122d75bee660',1),(737,'content',189,'A-8302BSY.pdf','2014/0716/20140716120331370.pdf',313271,'pdf',0,0,0,1,1405440211,'180.172.75.117',1,'5540588751f9b5834d75460e75a20196',1),(738,'content',189,'A-8302AH.pdf','2014/0716/20140716120354518.pdf',290042,'pdf',0,0,0,1,1405440234,'180.172.75.117',1,'458961b9b219317a54bcedb3a4f14e86',1),(739,'content',190,'A-2451FS.pdf','2014/0716/20140716090904280.pdf',281656,'pdf',0,0,0,1,1405472943,'116.226.34.187',1,'e6be1dd53022552a341545f0827bc028',1),(740,'content',190,'A-2451BH.pdf','2014/0716/20140716090948546.pdf',291286,'pdf',0,0,0,1,1405472987,'116.226.34.187',1,'63298b7ab6212ad0baed5124319d821c',1),(741,'content',190,'A-2451FH.pdf','2014/0716/20140716091017126.pdf',306613,'pdf',0,0,0,1,1405473016,'116.226.34.187',1,'5a7792e7d274afedd9b80c4a0bd0a4e5',1),(742,'content',191,'A-2481DH.pdf','2014/0716/20140716091042297.pdf',300160,'pdf',0,0,0,1,1405473042,'116.226.34.187',1,'7595443698e67159ece23aec44d84f59',1),(743,'content',191,'A-2481AH.pdf','2014/0716/20140716091108673.pdf',288423,'pdf',0,0,0,1,1405473068,'116.226.34.187',1,'45651c5fac0c7b5b42e394f275ac1e01',1),(744,'content',191,'A-2481BH.pdf','2014/0716/20140716091248114.pdf',291889,'pdf',0,0,0,1,1405473168,'116.226.34.187',1,'a248a2810d20b3df51789270b0259a21',1),(745,'content',191,'A-2481CH.pdf','2014/0716/20140716091322918.pdf',298406,'pdf',0,0,0,1,1405473202,'116.226.34.187',1,'94d986ffeda95717b12b9bbe55cab98e',1),(746,'content',191,'A-2481HG.pdf','2014/0716/20140716091344321.pdf',299356,'pdf',0,0,0,1,1405473224,'116.226.34.187',1,'5e88dc37351013e50d280b4fed16da7c',1),(747,'content',191,'A-2481CG.pdf','2014/0716/20140716091409633.pdf',297003,'pdf',0,0,0,1,1405473249,'116.226.34.187',1,'cbdd65ddf6fa83e136995d2ec41cb507',1),(748,'content',192,'A-3407AH.pdf','2014/0716/20140716091436780.pdf',290156,'pdf',0,0,0,1,1405473276,'116.226.34.187',0,'c27729812fc1fd1e203ca938517972ad',1),(749,'content',193,'A-3461FSR.pdf','2014/0716/20140716091514394.pdf',293872,'pdf',0,0,0,1,1405473314,'116.226.34.187',1,'7744892b2c6c1bfa2a9460cecdf82df0',1),(750,'content',193,'A-3461AG1.pdf','2014/0716/20140716091542932.pdf',297471,'pdf',0,0,0,1,1405473342,'116.226.34.187',1,'4f774c8bebf8ca275a39a931664fd4c7',1),(751,'content',193,'A-3491BG.pdf','2014/0716/20140716092241311.pdf',104815,'pdf',0,0,0,1,1405473761,'116.226.34.187',1,'da80dd36da85241b6ebc4c725c4c4de3',1),(752,'content',193,'A-3461AG.pdf','2014/0716/20140716092358705.pdf',293883,'pdf',0,0,0,1,1405473838,'116.226.34.187',1,'da91a4a55d6a23079cac3814b6375678',1),(753,'content',194,'A-3491EH.pdf','2014/0716/20140716092443317.pdf',293064,'pdf',0,0,0,1,1405473883,'116.226.34.187',1,'c72aff63c2bcccc65c259817b8fac2f1',1),(754,'content',194,'A-3491CH.pdf','2014/0716/20140716092841647.pdf',287048,'pdf',0,0,0,1,1405474121,'116.226.34.187',1,'d4c7a71e86e16f511cf8f4617771ea8a',1),(755,'content',195,'A-4403CH.pdf','2014/0716/20140716092946856.pdf',289960,'pdf',0,0,0,1,1405474186,'116.226.34.187',1,'a60ce5439b3822e64a56221291bf733a',1),(756,'content',195,'A-4403DS.pdf','2014/0716/20140716093116116.pdf',304162,'pdf',0,0,0,1,1405474276,'116.226.34.187',1,'a005c98795a7c248aeae695c5d3d37c5',1),(757,'content',195,'A-4403CS.pdf','2014/0716/20140716093344603.pdf',291860,'pdf',0,0,0,1,1405474424,'116.226.34.187',1,'42b46a9e86f4b4158796a3dd9fb6c410',1),(758,'content',195,'A-4401ES.pdf','2014/0716/20140716093755665.pdf',297700,'pdf',0,0,0,1,1405474675,'116.226.34.187',1,'6b04144ec0c3d75e76f672a95bbde05b',1),(759,'content',195,'A-4402CS.pdf','2014/0716/20140716093815707.pdf',295071,'pdf',0,0,0,1,1405474695,'116.226.34.187',1,'2a6736fe320ab7b7a3f2515943599517',1),(760,'content',195,'A-4403DSR.pdf','2014/0716/20140716093845393.pdf',292517,'pdf',0,0,0,1,1405474725,'116.226.34.187',1,'bedd93ce318f7f1a599bf37e628b5e81',1),(761,'content',195,'A-4401BSR.pdf','2014/0716/20140716093904256.pdf',297868,'pdf',0,0,0,1,1405474744,'116.226.34.187',1,'fb4dc56dba79394231c67cb36c1452f1',1),(762,'content',195,'A-4403CG1.pdf','2014/0716/20140716093929273.pdf',296211,'pdf',0,0,0,1,1405474769,'116.226.34.187',1,'dd98a6479f97e6bcb5c67e585598c514',1),(763,'content',195,'A-4403CG.pdf','2014/0716/20140716094145162.pdf',294267,'pdf',0,0,0,1,1405474905,'116.226.34.187',0,'66059ae5212c144fee328fe2f00569cf',1),(764,'content',195,'A-4403CG.pdf','2014/0716/20140716094226366.pdf',294267,'pdf',0,0,0,1,1405474946,'116.226.34.187',1,'7649f5873c827993c682f2aaa462afd2',1),(765,'content',195,'A-4403DUW.pdf','2014/0716/20140716094319597.pdf',294037,'pdf',0,0,0,1,1405474999,'116.226.34.187',1,'47a89b52b95d74822602282bd8eeb397',1),(766,'content',196,'A-5421BH.pdf','2014/0716/20140716094412937.pdf',298588,'pdf',0,0,0,1,1405475052,'116.226.34.187',1,'bfb282f7a2b75303ebd891d76f81f2bd',1),(767,'content',196,'A-5421BS.pdf','2014/0716/20140716094651997.pdf',298338,'pdf',0,0,0,1,1405475211,'116.226.34.187',1,'ee4c3679f75d78a46380a325bff36249',1),(768,'content',196,'A-5421AS.pdf','2014/0716/20140716094714810.pdf',300848,'pdf',0,0,0,1,1405475233,'116.226.34.187',1,'ac9395de4afa5b906a767071f5befcd3',1),(769,'content',197,'A-5461AH.pdf','2014/0716/20140716094808241.pdf',292834,'pdf',0,0,0,1,1405475288,'116.226.34.187',0,'267317fa263374486ddbc970cd1fe809',1),(770,'content',197,'A-5461GH.pdf','2014/0716/20140716094927228.pdf',283795,'pdf',0,0,0,1,1405475367,'116.226.34.187',1,'e62f56f6d2436ffedf64581b05a3897e',1),(771,'content',197,'A-5462FH.pdf','2014/0716/20140716095005165.pdf',302975,'pdf',0,0,0,1,1405475405,'116.226.34.187',1,'3cd109cadd893c167b03899016ca5b5a',1),(772,'content',197,'A-5462FH.pdf','2014/0716/20140716095030579.pdf',302975,'pdf',0,0,0,1,1405475430,'116.226.34.187',1,'7398291f69c68a14e62c4d7048642cf5',1),(773,'content',197,'A-5461BH.pdf','2014/0716/20140716095051481.pdf',285674,'pdf',0,0,0,1,1405475451,'116.226.34.187',1,'85505173ff828a416f55a160b3336754',1),(774,'content',197,'A-5462DS.pdf','2014/0716/20140716095112678.pdf',298709,'pdf',0,0,0,1,1405475472,'116.226.34.187',1,'bf8084b4474472fd8de9e116326d7498',1),(775,'content',197,'A-5462CS.pdf','2014/0716/20140716095639727.pdf',297352,'pdf',0,0,0,1,1405475799,'116.226.34.187',1,'7700a0366b8ffc659be70b2030104e22',1),(776,'content',197,'A-5462CS.pdf','2014/0716/20140716095701764.pdf',297352,'pdf',0,0,0,1,1405475821,'116.226.34.187',1,'bb9588842b7bfef128e2c7a7dd01e70e',1),(777,'content',197,'A-5461AS.pdf','2014/0716/20140716095727525.pdf',298848,'pdf',0,0,0,1,1405475847,'116.226.34.187',1,'8ae83182d352f0eee9de472b617b524a',1),(778,'content',197,'A-5461BSR.pdf','2014/0716/20140716095803792.pdf',288698,'pdf',0,0,0,1,1405475883,'116.226.34.187',1,'55dbd755b9456da8b4c3b60dd245fb27',1),(779,'content',197,'A-5462FSA1.pdf','2014/0716/20140716095848697.pdf',296658,'pdf',0,0,0,1,1405475928,'116.226.34.187',1,'f3c0f79c568c963d5f13224f32c30095',1),(780,'content',197,'A-5462ASA.pdf','2014/0716/20140716095914352.pdf',277577,'pdf',0,0,0,1,1405475954,'116.226.34.187',1,'f55617980c0ea0548e39dd9d13487541',1),(781,'content',197,'A-5462FG1.pdf','2014/0716/20140716095945454.pdf',308893,'pdf',0,0,0,1,1405475985,'116.226.34.187',1,'14cbde3e827b1cde92d4667788d074bb',1),(782,'content',197,'A-5461AG1.pdf','2014/0716/20140716100139261.pdf',290536,'pdf',0,0,0,1,1405476099,'116.226.34.187',1,'d0748cfdd3231a341815cb4afb053aa8',1),(783,'content',197,'A-5461BG1.pdf','2014/0716/20140716100227725.pdf',286272,'pdf',0,0,0,1,1405476146,'116.226.34.187',1,'1e26489f56edc43b3cd7430c2f53a0e7',1),(784,'content',197,'A-5461BG.pdf','2014/0716/20140716100249611.pdf',289985,'pdf',0,0,0,1,1405476169,'116.226.34.187',1,'d26df766b10c5384d745462dc3630506',1),(785,'content',198,'A-8401BS.pdf','2014/0716/20140716100318177.pdf',302850,'pdf',0,0,0,1,1405476198,'116.226.34.187',1,'3ef3f8c11025b64d0f086894839c28aa',1),(786,'content',198,'A-8402BSR1.pdf','2014/0716/20140716100339487.pdf',305580,'pdf',0,0,0,1,1405476219,'116.226.34.187',1,'81e82d823806d17246bdce2483830160',1),(787,'content',198,'A-8402EPG.pdf','2014/0716/20140716100359339.pdf',304469,'pdf',0,0,0,1,1405476239,'116.226.34.187',1,'416e9c27d4e2ab934d1601c17c5b07c1',1),(788,'content',199,'A-2551BH.pdf','2014/0716/20140716100515962.pdf',270186,'pdf',0,0,0,1,1405476315,'116.226.34.187',1,'aa3987b8b4a687992c3e05bdf1df3b3f',1),(789,'content',199,'A-2551BG.pdf','2014/0716/20140716100543424.pdf',291150,'pdf',0,0,0,1,1405476343,'116.226.34.187',1,'59669fdb8b5afebecffc4ed10de6dac2',1),(790,'content',200,'A-3561CS.pdf','2014/0716/20140716100610991.pdf',293915,'pdf',0,0,0,1,1405476370,'116.226.34.187',0,'e6e177212ede72dfb753b34c66c43f51',1),(791,'content',200,'A-3561DH.pdf','2014/0716/20140716100629344.pdf',291784,'pdf',0,0,0,1,1405476389,'116.226.34.187',1,'f39c3f2575a15046a5c633af867beb3c',1),(792,'content',204,'A-3611BH.pdf','2014/0716/20140716100652433.pdf',316171,'pdf',0,0,0,1,1405476412,'116.226.34.187',1,'63fb4632c0aa5e7ccccd04a262032f3a',1),(793,'content',205,'A-5721BH.pdf','2014/0716/20140716100724444.pdf',303152,'pdf',0,0,0,1,1405476444,'116.226.34.187',1,'23c697e6c17a6d830f2d5f4ba0f1a366',1),(1043,'content',0,'1.jpg','2015/1225/20151225061825666.jpg',0,'jpg',1,0,0,0,1451038705,'220.231.200.199',0,'fb2bfc48c48a3f83ac1eae12268c9da7',1),(795,'content',273,'TE-R18 R20 3000K 正_副本.jpg','2014/0716/20140716101309774.jpg',140093,'jpg',1,0,0,1,1405476789,'116.226.34.187',1,'16d4213534ba0a7f72ffbb0818b98b98',1),(796,'content',59,'TE-R5 5000K 正.png','2014/0716/20140716102606876.png',397049,'png',1,0,0,1,1405477566,'116.226.34.187',1,'886efa405f4269700f7395195053e51e',1),(797,'content',60,'TE-R6 5000K 正.png','2014/0716/20140716102641723.png',231544,'png',1,0,0,1,1405477601,'116.226.34.187',1,'e109453aff15c14c47c3c15921d22294',1),(798,'content',50,'TE-R10 5000K 正.png','2014/0716/20140716102705201.png',197408,'png',1,0,0,1,1405477625,'116.226.34.187',1,'0136ba97cb533453e51b933475d51811',1),(799,'content',51,'TE-R11 3000K 正.jpg','2014/0716/20140716102732500.jpg',78912,'jpg',1,0,0,1,1405477652,'116.226.34.187',1,'58f6557fdff14cdd4ce4bf87c9fd6a04',1),(800,'content',51,'ATE-R11-7W.pdf','2014/0716/20140716102816104.pdf',361776,'pdf',0,0,0,1,1405477696,'116.226.34.187',1,'45417a072f7373c4b3e60ac9f5c83456',1),(801,'content',51,'ATE-R11-3W.pdf','2014/0716/20140716103107726.pdf',812459,'pdf',0,0,0,1,1405477867,'116.226.34.187',1,'18f59923b826dc2ba495d9ae5ff49a67',1),(802,'content',51,'ATE-R11-3W.pdf','2014/0716/20140716103127283.pdf',812459,'pdf',0,0,0,1,1405477887,'116.226.34.187',1,'388ac4d3d7190fc88932ca5109617019',1),(803,'content',51,'ATE-R11-3W.pdf','2014/0716/20140716104228953.pdf',812459,'pdf',0,0,0,1,1405478548,'116.226.34.187',1,'03b7712fff576fb47cc4ee3664cd57f5',1),(804,'content',51,'ATE-R11-3W.pdf','2014/0716/20140716104258932.pdf',812459,'pdf',0,0,0,1,1405478578,'116.226.34.187',1,'ce6654a4d233360bf882deaa5017300d',1),(805,'content',51,'ATE-R11-5W.pdf','2014/0716/20140716104329583.pdf',302020,'pdf',0,0,0,1,1405478609,'116.226.34.187',1,'2bb7feaf50eee39292c91dbd1f6e1bfb',1),(806,'content',0,'1.jpg','2014/0820/20140820051457518.jpg',15340,'jpg',1,0,0,1,1408526097,'222.71.62.170',0,'eb5923ac2137bd44b5aa4594296048d8',1),(807,'content',17,'20140813104735625.jpg','2014/0822/20140822093517563.jpg',22987,'jpg',1,0,0,1,1408671317,'116.226.32.17',1,'3fe95d1d2dc89819fb191d7fe5ddc507',1),(808,'content',17,'2.jpg','2014/0822/20140822094026867.jpg',112521,'jpg',1,0,0,1,1408671626,'116.226.32.17',1,'bc94127c4a4e70249b7e6bc15b3df7d2',1),(809,'content',17,'3.jpg','2014/0822/20140822094325845.jpg',15358,'jpg',1,0,0,1,1408671805,'116.226.32.17',1,'9f0994197c9a20568daabcde8ac6c09f',1),(810,'content',17,'4.jpg','2014/0822/20140822094609951.jpg',109621,'jpg',1,0,0,1,1408671969,'116.226.32.17',1,'4bf7bfc71de855d21e5d35e1188c561c',1),(811,'content',17,'5.jpg','2014/0822/20140822094913538.jpg',59490,'jpg',1,0,0,1,1408672153,'116.226.32.17',1,'fbd8670b6577cf31b283b344693a29a1',1),(812,'content',24,'20140122112207183.jpg','2014/0822/20140822012154795.jpg',98434,'jpg',1,0,0,1,1408684913,'116.226.32.17',1,'ce60c85205f73e0cee9bdd32ad6b88b8',1),(813,'content',0,'20140825115135779.png','2014/0825/20140825115135779.png',19701,'png',1,0,0,0,1408938695,'116.226.32.187',1,'f895e1f10999c2329cb4dffe9f4d6525',1),(814,'content',0,'20140825010117905.png','2014/0825/20140825010117905.png',20432,'png',1,0,0,0,1408942876,'116.226.32.187',1,'76ec90c963b47347d8932db59ecac14c',1),(815,'content',0,'20140825010149598.png','2014/0825/20140825010149598.png',24563,'png',1,0,0,0,1408942909,'116.226.32.187',1,'c6132e62e3162039cfd5c63907903a63',1),(816,'content',0,'20140825010226436.png','2014/0825/20140825010226436.png',24406,'png',1,0,0,0,1408942946,'116.226.32.187',1,'e3826d9ed4662370c0031ee68f6575fa',1),(817,'content',0,'20140825010249985.png','2014/0825/20140825010249985.png',18651,'png',1,0,0,0,1408942968,'116.226.32.187',1,'2f0a12871b68cc269e4f7f6ffaa62013',1),(818,'content',0,'20140825010354427.png','2014/0825/20140825010354427.png',14555,'png',1,0,0,0,1408943034,'116.226.32.187',1,'44d04708dfbbccd49a04f85140376c98',1),(819,'content',0,'20140825010717589.png','2014/0825/20140825010717589.png',11314,'png',1,0,0,0,1408943237,'116.226.32.187',1,'6490a0d2f07224eb0155ac868583ef28',1),(820,'content',0,'20140825010738874.png','2014/0825/20140825010738874.png',14482,'png',1,0,0,0,1408943258,'116.226.32.187',1,'c8940c6d3fa5b04e7c80232539839f45',1),(821,'content',0,'20140825011404265.png','2014/0825/20140825011404265.png',10357,'png',1,0,0,0,1408943641,'116.226.32.187',1,'8ab21cd72552d3d603e4098efa355635',1),(822,'content',0,'20140825011611816.png','2014/0825/20140825011611816.png',10260,'png',1,0,0,0,1408943771,'116.226.32.187',1,'ff7e45ae178203fc4ed67ce5bdc7cba7',1),(823,'content',0,'20140826114534433.png','2014/0826/20140826114534433.png',1311558,'png',1,0,0,0,1409024734,'116.226.37.176',1,'d5684fc3007fc95d5ea25aae17230f82',1),(824,'content',0,'20140826124554893.png','2014/0826/20140826124554893.png',20956,'png',1,0,0,0,1409028354,'65.49.68.155',1,'8f827ea53d95753f3a8fa9683bb1e6e3',1),(825,'content',0,'20140826125112502.png','2014/0826/20140826125112502.png',36893,'png',1,0,0,0,1409028672,'65.49.68.193',1,'2b2c00f85aafdb90cfc03f7065c71ad0',1),(826,'content',0,'20140826125344137.png','2014/0826/20140826125344137.png',2389853,'png',1,0,0,0,1409028824,'65.49.68.155',1,'51592ce952c73a3a85ad918a2368027e',1),(827,'content',159,'3192..png','2014/0826/20140826054002231.png',13260,'png',1,0,0,1,1409046002,'116.226.37.176',1,'9e0423040e0bf97558c82e68ed38c2a7',1),(828,'content',160,'4102.png','2014/0826/20140826054632934.png',10383,'png',1,0,0,1,1409046392,'116.226.37.176',1,'e1b26f2c7e3abc107ec0dd394d042a15',1),(829,'content',161,'5101..png','2014/0826/20140826054806588.png',15105,'png',1,0,0,1,1409046486,'116.226.37.176',1,'e33f48c2cab80f72551fa0e3836310ea',1),(830,'content',161,'5101..png','2014/0826/20140826054849837.png',15105,'png',1,0,0,1,1409046529,'116.226.37.176',1,'3fa58a3b53ceda429d7da23b58af446e',1),(831,'content',162,'5121 .png','2014/0826/20140826054950492.png',8118,'png',1,0,0,1,1409046590,'116.226.37.176',1,'673a1639bda1d38c87cbf61522fde9c9',1),(832,'content',179,'5241.png','2014/0826/20140826055012997.png',9839,'png',1,0,0,1,1409046612,'116.226.37.176',1,'5f02372b42732680c457899d6a8b4b3c',1),(833,'content',164,'6102..png','2014/0826/20140826055031466.png',15334,'png',1,0,0,1,1409046631,'116.226.37.176',1,'315d6a9a376563c474b3d0053335823d',1),(834,'content',165,'8102.png','2014/0826/20140826055053957.png',10469,'png',1,0,0,1,1409046653,'116.226.37.176',1,'1cb14594ca1e9e62bccc19b8f02508ea',1),(835,'content',180,'5263..png','2014/0826/20140826055109378.png',17153,'png',1,0,0,1,1409046669,'116.226.37.176',1,'3775c52cbc0c86623a61b7296517c91b',1),(836,'content',166,'1106.png','2014/0826/20140826055118802.png',11918,'png',1,0,0,1,1409046678,'116.226.37.176',1,'483d63f30b28edc62945f0fb1faca899',1),(837,'content',167,'12101.png','2014/0826/20140826055142707.png',11780,'png',1,0,0,1,1409046702,'116.226.37.176',1,'5eb8316140212b77ccda1f1b403bd664',1),(838,'content',181,'8201 ..png','2014/0826/20140826055354801.png',17153,'png',1,0,0,1,1409046834,'65.49.68.189',1,'f86f5a7b61ffbb8e921120b897e753eb',1),(839,'content',183,'2351..png','2014/0826/20140826055449534.png',13810,'png',1,0,0,1,1409046889,'65.49.68.189',1,'46ef05bfc6ba4a8bcd12a79d4475b1c3',1),(840,'content',184,'2381..png','2014/0826/20140826055514711.png',13810,'png',1,0,0,1,1409046914,'65.49.68.189',1,'48f0e0da7a446fe17dc25c29fe09172f',1),(841,'content',185,'3361..png','2014/0826/20140826055538633.png',14962,'png',1,0,0,1,1409046938,'65.49.68.189',1,'eb7017ca11318ac93bec25858e8709b3',1),(842,'content',187,'5321.png','2014/0826/20140826055607621.png',13005,'png',1,0,0,1,1409046967,'65.49.68.189',1,'66c2aeb7af353cd1ea70279b13de0851',1),(843,'content',188,'5362..png','2014/0826/20140826055635722.png',14154,'png',1,0,0,1,1409046995,'65.49.68.189',0,'888c3eefb6def0006d9ec472eb3d75c3',1),(844,'content',189,'8301.png','2014/0826/20140826055702325.png',10733,'png',1,0,0,1,1409047022,'65.49.68.189',1,'422c6027dcb721833724d4d1da0efa11',1),(845,'content',195,'4403.png','2014/0826/20140826055811107.png',14573,'png',1,0,0,1,1409047091,'65.49.68.189',1,'46ed43f16bd87fac3e5810608cfe8c76',1),(846,'content',170,'20103.png','2014/0826/20140826055840482.png',15567,'png',1,0,0,1,1409047120,'116.226.37.176',1,'6bbf97b75fc3f85a564c34005afcf62f',1),(847,'content',198,'8401.png','2014/0826/20140826055905471.png',13420,'png',1,0,0,1,1409047145,'65.49.68.189',1,'8dffed8e8bb12f073ac472eca3d3241e',1),(848,'content',199,'2551.png','2014/0826/20140826055947717.png',15799,'png',1,0,0,1,1409047187,'65.49.68.189',0,'153cbd8cb58261db7a060d5ab34057cf',1),(849,'content',171,'23101...png','2014/0826/20140826055951287.png',14810,'png',1,0,0,1,1409047191,'116.226.37.176',1,'e8b17ad72ecd50db415dda50c93e2bea',1),(850,'content',59,'te-r7.png','2014/0826/20140826060006311.png',16773,'png',1,0,0,1,1409047206,'65.49.68.175',1,'0c312bd25389364e43b4a3b1486b3a4e',1),(851,'content',199,'2551.png','2014/0826/20140826060009130.png',15799,'png',1,0,0,1,1409047209,'65.49.68.189',0,'751d7fcda9a4481dc9898c42eab4b903',1),(852,'content',172,'30102.png','2014/0826/20140826060029143.png',15064,'png',1,0,0,1,1409047229,'116.226.37.176',1,'6d4c2dfa815e40d3b52b504e59512898',1),(853,'content',173,'40101..png','2014/0826/20140826060057576.png',13367,'png',1,0,0,1,1409047257,'116.226.37.176',1,'0c0a4242eed71e12c9baa2e459be3c1e',1),(854,'content',199,'5521.png','2014/0826/20140826060114223.png',15131,'png',1,0,0,1,1409047274,'65.49.68.189',1,'6d3221ada54e96ddd4aaea7865f4e603',1),(855,'content',59,'te-r7.png','2014/0826/20140826060114789.png',16773,'png',1,0,0,1,1409047274,'65.49.68.175',1,'84cfd310fb866e42ce9c9beb8ee6b785',1),(856,'content',201,'5521.png','2014/0826/20140826060145453.png',15131,'png',1,0,0,1,1409047305,'65.49.68.189',1,'934606b0204ba5748a59c4cec407c680',1),(857,'content',202,'3664.png','2014/0826/20140826060243882.png',11705,'png',1,0,0,1,1409047363,'116.226.37.176',1,'49316365752f18345fd3e27669120a17',1),(858,'content',60,'te-r7.png','2014/0826/20140826060300245.png',16773,'png',1,0,0,1,1409047380,'65.49.68.175',1,'d3f3aaead9b6a394d28ccdc91b725f84',1),(859,'content',203,'3661. .png','2014/0826/20140826060313331.png',14468,'png',1,0,0,1,1409047393,'116.226.37.176',1,'d8365d2dc0e4743b16ee629dcbb19939',1),(860,'content',60,'te-r6.png','2014/0826/20140826060330233.png',24520,'png',1,0,0,1,1409047410,'65.49.68.171',1,'5913a4371e7a7591548231d63c2b9680',1),(861,'content',53,'te-r14.png','2014/0826/20140826060428237.png',17605,'png',1,0,0,1,1409047468,'65.49.68.171',1,'f6e868ec4356b3b5df035299b6cb5ab2',1),(862,'content',204,'2601.png','2014/0826/20140826060448981.png',11705,'png',1,0,0,1,1409047488,'116.226.37.176',1,'ae058d5ec2198cc8db3b5526703d9020',1),(863,'content',169,'18102..png','2014/0826/20140826061215339.png',13897,'png',1,0,0,1,1409047935,'116.226.37.176',1,'9d42f2ca9cc91b1009592624fa93bb1f',1),(864,'content',178,'5241.png','2014/0826/20140826063140262.png',9839,'png',1,0,0,1,1409049100,'65.49.68.189',0,'64c02ddf7a1b6ffbf1c7d158261b4c8b',1),(865,'content',126,'534.png','2014/0826/20140826063429264.png',9676,'png',1,0,0,1,1409049269,'65.49.68.176',1,'eaa700d31bc94b93e44a8c4df515bc76',1),(866,'content',264,'2088 .png','2014/0826/20140826063835180.png',14217,'png',1,0,0,1,1409049515,'65.49.68.182',1,'4123881128e711513ee46c4746e8afc2',1),(867,'content',272,'CA-13117BS(F).png','2014/0826/20140826064531710.png',25263,'png',1,0,0,1,1409049931,'65.49.68.182',1,'679d8f27a82ce83a0aa36181cccf05e7',1),(868,'content',265,'1288..png','2014/0826/20140826064900399.png',17318,'png',1,0,0,1,1409050140,'65.49.68.182',0,'128baaa32c3f9b85e8f6c69b9230aa96',1),(869,'content',168,'15102..png','2014/0826/20140826074905432.png',12935,'png',1,0,0,1,1409053744,'116.226.37.176',1,'5098604c6e1dd8d21e480d2043d60e11',1),(870,'content',200,'3561.png','2014/0826/20140826075519311.png',15799,'png',1,0,0,1,1409054119,'116.226.37.176',1,'f6090d9f0b388ee9b391cc929d0de6cd',1),(871,'content',189,'CC-8302AG.png','2014/0826/20140826075711782.png',9993,'png',1,0,0,1,1409054231,'116.226.37.176',1,'50e952607c96c7fa599229ea75475722',1),(872,'content',269,'56711..png','2014/0826/20140826081351890.png',25781,'png',1,0,0,1,1409055231,'116.226.37.176',0,'767c7979b78d6e5e094c7ea2e8b2cfd2',1),(873,'content',269,'56711..png','2014/0826/20140826081410365.png',25781,'png',1,0,0,1,1409055250,'116.226.37.176',1,'50f5cdb6d42d30c86e31d99a2fc2586d',1),(874,'content',24,'jadl.png','2014/0826/20140826081439384.png',426694,'png',1,0,0,1,1409055279,'116.226.37.176',1,'52f46f411dbe74ee62990575d1a25ac1',1),(875,'content',269,'56711.png','2014/0826/20140826081704689.png',25781,'png',1,0,0,1,1409055424,'116.226.37.176',1,'3c3ec4c2962137e63c8e9b5323904b15',1),(876,'content',24,'20140325035056265.jpg','2014/0826/20140826081736997.jpg',140832,'jpg',1,0,0,1,1409055456,'116.226.37.176',1,'425c8d4f531de37aea41d81f32e69aef',1),(877,'content',24,'20140325035056265.jpg','2014/0826/20140826081837377.jpg',140832,'jpg',1,0,0,1,1409055517,'116.226.37.176',1,'d7568e036493331d5cf1b5742d2f7431',1),(878,'content',24,'2.jpg','2014/0826/20140826081950139.jpg',73236,'jpg',1,0,0,1,1409055590,'116.226.37.176',1,'0388d31081afd2d1b950f6c9114bdb4e',1),(879,'content',268,'14117.JPG','2014/0826/20140826082010242.jpg',24183,'jpg',1,0,0,1,1409055610,'116.226.37.176',1,'dc165704b59245cd23e9850b62cc5742',1),(880,'content',24,'2.jpg','2014/0826/20140826082048446.jpg',73236,'jpg',1,0,0,1,1409055648,'116.226.37.176',1,'bda08b4e50c56a7975535bf913785163',1),(881,'content',24,'3.jpg','2014/0826/20140826082239899.jpg',667226,'jpg',1,0,0,1,1409055759,'116.226.37.176',1,'6fa2af5050d5e847bb373a7239b0d1fa',1),(882,'content',24,'3.jpg','2014/0826/20140826082340670.jpg',667226,'jpg',1,0,0,1,1409055820,'116.226.37.176',1,'083929ba7fa130464ce7ea855de8fe0e',1),(883,'content',347,'1.png','2014/0827/20140827011706352.png',13873,'png',1,0,0,1,1409073426,'180.172.26.187',0,'8a37cee318ce45d79df4cdaa509771e6',1),(884,'content',328,'2.png','2014/0827/20140827011738265.png',10880,'png',1,0,0,1,1409073458,'180.172.26.187',1,'f25a633a1ecdeb1cb836652b5305da17',1),(885,'content',325,'3.png','2014/0827/20140827011809695.png',14558,'png',1,0,0,1,1409073489,'180.172.26.187',1,'fa8fcbeed0ebc8329f0377238dce106b',1),(887,'content',24,'1.jpg','2014/0827/20140827114843548.jpg',213764,'jpg',1,0,0,1,1409111323,'116.226.36.13',1,'7a999804a878e09d8ef10ad3c17598ff',1),(888,'content',24,'1.jpg','2014/0827/20140827114857875.jpg',213764,'jpg',1,0,0,1,1409111337,'116.226.36.13',1,'8bf484d213b7cf5969d1a18c9e15295f',1),(889,'content',24,'2.jpg','2014/0827/20140827114930192.jpg',154297,'jpg',1,0,0,1,1409111369,'116.226.36.13',1,'7d66e7ef489a1064a854970003992240',1),(890,'content',24,'2.jpg','2014/0827/20140827115003251.jpg',154297,'jpg',1,0,0,1,1409111403,'116.226.36.13',1,'b2192487cae097a18bfca778ae45a46b',1),(891,'content',59,'ATE-R7.pdf','2014/0828/20140828095003682.pdf',825000,'pdf',0,0,0,1,1409190603,'116.226.37.251',1,'ab5b1e8b4ec622818515ee4f18268b11',1),(892,'content',59,'ATE-R7.pdf','2014/0828/20140828095052383.pdf',825000,'pdf',0,0,0,1,1409190651,'116.226.37.251',1,'8ee04c26597808c8ed01c0d0664c8e49',1),(893,'content',59,'ATE-R7.pdf','2014/0828/20140828095110358.pdf',825000,'pdf',0,0,0,1,1409190670,'116.226.37.251',1,'0181e8b9ae5a98012a973b5ecf50d8a2',1),(894,'content',59,'ATE-R7.pdf','2014/0828/20140828095149752.pdf',825000,'pdf',0,0,0,1,1409190709,'116.226.37.251',1,'79086c8b81dd8adcddffacbfc9ee0460',1),(895,'content',60,'ATE-R6.pdf','2014/0828/20140828095443191.pdf',1163569,'pdf',0,0,0,1,1409190883,'116.226.37.251',1,'e4c51b9240f04f53d4720135a04bc964',1),(896,'content',60,'ATE-R6.pdf','2014/0828/20140828095504781.pdf',1163569,'pdf',0,0,0,1,1409190903,'116.226.37.251',1,'50f0aec95ef8fabba571bee3c6ba6be5',1),(897,'content',60,'ATE-R6.pdf','2014/0828/20140828095523286.pdf',1163569,'pdf',0,0,0,1,1409190923,'116.226.37.251',1,'e897d59f52931abe56902dc7c3a7eb65',1),(898,'content',60,'ATE-R6.pdf','2014/0828/20140828095546304.pdf',1163569,'pdf',0,0,0,1,1409190946,'116.226.37.251',1,'b988cd23afdda1dce75604c3a11f4eb7',1),(899,'content',50,'ATE-R10.pdf','2014/0828/20140828095617740.pdf',1238786,'pdf',0,0,0,1,1409190977,'116.226.37.251',1,'028929a03c03de430aa2157848d67ef8',1),(900,'content',50,'ATE-R10.pdf','2014/0828/20140828095708255.pdf',1238786,'pdf',0,0,0,1,1409191028,'116.226.37.251',1,'8110abb0337bb1de583c684f7853bbf6',1),(901,'content',50,'ATE-R10.pdf','2014/0828/20140828095736909.pdf',1238786,'pdf',0,0,0,1,1409191056,'116.226.37.251',1,'666e1f48533cb8ed13d7beb3b1577434',1),(902,'content',50,'ATE-R10.pdf','2014/0828/20140828095803405.pdf',1238786,'pdf',0,0,0,1,1409191083,'116.226.37.251',1,'d636316156fd3bc9c38362ef90127c0c',1),(903,'content',50,'ATE-R10.pdf','2014/0828/20140828095827821.pdf',1238786,'pdf',0,0,0,1,1409191107,'116.226.37.251',1,'e9aba25ab7513c30fe930335a861922e',1),(904,'content',50,'ATE-R10.pdf','2014/0828/20140828095900676.pdf',1238786,'pdf',0,0,0,1,1409191140,'116.226.37.251',1,'5169dcaab4f707b8c1975d44e2713108',1),(905,'content',50,'ATE-R10.pdf','2014/0828/20140828095923308.pdf',1238786,'pdf',0,0,0,1,1409191163,'116.226.37.251',1,'9cb852c236f2f17821f8d969c03bcd0c',1),(906,'content',50,'ATE-R10.pdf','2014/0828/20140828095948368.pdf',1238786,'pdf',0,0,0,1,1409191188,'116.226.37.251',1,'34370d68f88a3f403fabdf002141a594',1),(907,'content',51,'ATE-R11-3W.pdf','2014/0828/20140828100200623.pdf',812459,'pdf',0,0,0,1,1409191320,'116.226.37.251',1,'3376a3688826d1cd1a9b860b192f8df0',1),(908,'content',51,'ATE-R11-7W.pdf','2014/0828/20140828100236773.pdf',361776,'pdf',0,0,0,1,1409191356,'116.226.37.251',1,'b7a16c3a2883f60e04bb6815e89dc7ee',1),(909,'content',51,'ATE-R11-3W.pdf','2014/0828/20140828100305357.pdf',812459,'pdf',0,0,0,1,1409191385,'116.226.37.251',1,'a9434e6a44bc8180be766142ee5a453b',1),(910,'content',51,'ATE-R11-3W.pdf','2014/0828/20140828100328309.pdf',812459,'pdf',0,0,0,1,1409191408,'116.226.37.251',1,'7512f6bf97c5142d5c876c57c098b35d',1),(911,'content',51,'ATE-R11-3W.pdf','2014/0828/20140828100348830.pdf',812459,'pdf',0,0,0,1,1409191428,'116.226.37.251',1,'df706c8ce120003e1c03cfdc648365e6',1),(912,'content',51,'ATE-R11-5W.pdf','2014/0828/20140828100406608.pdf',302020,'pdf',0,0,0,1,1409191446,'116.226.37.251',1,'c5e8c0b561c718a2effdb1fcdd59ff5e',1),(913,'content',51,'ATE-R11-5W.pdf','2014/0828/20140828100420604.pdf',302020,'pdf',0,0,0,1,1409191460,'116.226.37.251',1,'de898cd2ff842ccba3b565bb2f9e94f2',1),(914,'content',51,'ATE-R11-5W.pdf','2014/0828/20140828100438615.pdf',302020,'pdf',0,0,0,1,1409191478,'116.226.37.251',1,'0874e0a7c7bcab818dfe2f6547bb9bfa',1),(915,'content',51,'ATE-R11-5W.pdf','2014/0828/20140828100502779.pdf',302020,'pdf',0,0,0,1,1409191502,'116.226.37.251',1,'3b2e8d64c3147f8425599a60034130ad',1),(916,'content',51,'ATE-R11-7W.pdf','2014/0828/20140828100524479.pdf',361776,'pdf',0,0,0,1,1409191524,'116.226.37.251',1,'2bf13bdd00d8a4f2704568595c1e6e45',1),(917,'content',51,'ATE-R11-7W.pdf','2014/0828/20140828100541705.pdf',361776,'pdf',0,0,0,1,1409191541,'116.226.37.251',1,'fe8fdf2b0bd87df67b012541ccaeaa04',1),(918,'content',51,'ATE-R11-7W.pdf','2014/0828/20140828100558980.pdf',361776,'pdf',0,0,0,1,1409191558,'116.226.37.251',1,'b2550d8a5e79d8a93cd250f893674551',1),(919,'content',53,'ATE-R14.pdf','2014/0828/20140828100635938.pdf',827674,'pdf',0,0,0,1,1409191595,'116.226.37.251',1,'46bae636da28bb4141c97e71c519a63d',1),(920,'content',53,'ATE-R14.pdf','2014/0828/20140828100652841.pdf',827674,'pdf',0,0,0,1,1409191612,'116.226.37.251',1,'1b4b627fb083e4c983bb476500c837c4',1),(921,'content',53,'ATE-R14.pdf','2014/0828/20140828100713380.pdf',827674,'pdf',0,0,0,1,1409191633,'116.226.37.251',1,'c96b83f2ddbe3baf102adcc4c24f78ce',1),(922,'content',53,'ATE-R14.pdf','2014/0828/20140828100735644.pdf',827674,'pdf',0,0,0,1,1409191655,'116.226.37.251',1,'370e713dc97f4e93ac3e4136e0c93a22',1),(923,'content',53,'ATE-R14.pdf','2014/0828/20140828100757286.pdf',827674,'pdf',0,0,0,1,1409191677,'116.226.37.251',1,'e0084dcb5e19391c3460293c36045072',1),(924,'content',53,'ATE-R14.pdf','2014/0828/20140828100814259.pdf',827674,'pdf',0,0,0,1,1409191694,'116.226.37.251',1,'ba4b88d24095318d8f59ad3a9a179c70',1),(925,'content',54,'ATE-R15.pdf','2014/0828/20140828100837776.pdf',856702,'pdf',0,0,0,1,1409191717,'116.226.37.251',1,'e5e158b30f9e7fd5c483847f6de357d5',1),(926,'content',54,'ATE-R15.pdf','2014/0828/20140828100854667.pdf',856702,'pdf',0,0,0,1,1409191734,'116.226.37.251',1,'cff7c5c0d7eeb060ef10ba2da143fc4a',1),(927,'content',54,'ATE-R15.pdf','2014/0828/20140828100912582.pdf',856702,'pdf',0,0,0,1,1409191752,'116.226.37.251',1,'8e94aa20058f1dd796a971539c06983f',1),(928,'content',273,'ATE-R20-12W.pdf','2014/0828/20140828100955880.pdf',809096,'pdf',0,0,0,1,1409191795,'116.226.37.251',0,'3c4194a26b22abe7608c7387065d8ed9',1),(929,'content',273,'ATE-R20-18W.pdf','2014/0828/20140828101015487.pdf',810500,'pdf',0,0,0,1,1409191815,'116.226.37.251',1,'2b4d3f33d7d09fa747b66b867e37cb90',1),(930,'content',273,'ATE-R20-12W.pdf','2014/0828/20140828101035695.pdf',809096,'pdf',0,0,0,1,1409191835,'116.226.37.251',1,'46791d809a98c3c573a8ee7cf8c0234e',1),(931,'content',273,'ATE-R20-12W.pdf','2014/0828/20140828101053306.pdf',809096,'pdf',0,0,0,1,1409191853,'116.226.37.251',0,'741deddaca555f4398d24344dba05834',1),(932,'content',273,'ATE-R20-12W.pdf','2014/0828/20140828101116279.pdf',809096,'pdf',0,0,0,1,1409191876,'116.226.37.251',1,'503fdd95673955c47305a41b065110c2',1),(933,'content',273,'ATE-R20-18W.pdf','2014/0828/20140828101132261.pdf',810500,'pdf',0,0,0,1,1409191892,'116.226.37.251',1,'2d19902d71b22b53539387291e9fcb5e',1),(934,'content',273,'ATE-R20-18W.pdf','2014/0828/20140828101156180.pdf',810500,'pdf',0,0,0,1,1409191916,'116.226.37.251',1,'7e9c2b62e9f84ed6948311f1aba88a42',1),(935,'content',273,'ATE-R20-18W.pdf','2014/0828/20140828101213781.pdf',810500,'pdf',0,0,0,1,1409191933,'116.226.37.251',1,'7cb7d5576d58602e9cdd344dde24c705',1),(936,'content',57,'ATE-R23-30W.pdf','2014/0828/20140828101415312.pdf',1006888,'pdf',0,0,0,1,1409192025,'116.226.37.251',0,'e65552b71a238dd0b1605db7d91a4c20',1),(937,'content',57,'ATE-R23-30W.pdf','2014/0828/20140828101446853.pdf',1006888,'pdf',0,0,0,1,1409192086,'116.226.37.251',1,'0603b91c6b03b744fd717b2dd3feae53',1),(938,'content',57,'ATE-R23-30W.pdf','2014/0828/20140828101502963.pdf',1006888,'pdf',0,0,0,1,1409192102,'116.226.37.251',1,'91a2840ee3a039552a7f67e77db01855',1),(939,'content',57,'ATE-R23-30W.pdf','2014/0828/20140828101531269.pdf',1006888,'pdf',0,0,0,1,1409192131,'116.226.37.251',1,'2b8bd64a9bf78f871ea0b92db776bfd3',1),(940,'content',57,'ATE-R23-30W.pdf','2014/0828/20140828101607182.pdf',1006888,'pdf',0,0,0,1,1409192167,'116.226.37.251',1,'9c3d4d201005e38bec204d8b012bd216',1),(941,'content',57,'ATE-R23-38W.pdf','2014/0828/20140828101628969.pdf',1014281,'pdf',0,0,0,1,1409192188,'116.226.37.251',1,'bdac86002669538e2b342d614109e13b',1),(942,'content',57,'ATE-R23-38W.pdf','2014/0828/20140828101703130.pdf',1014281,'pdf',0,0,0,1,1409192223,'116.226.37.251',1,'da4f6a5c9209524032d27e09d4072239',1),(943,'content',57,'ATE-R23-38W.pdf','2014/0828/20140828101731937.pdf',1014281,'pdf',0,0,0,1,1409192251,'116.226.37.251',1,'acfe91e01dcaee80849a23bf7f8690f1',1),(944,'content',57,'ATE-R23-38W.pdf','2014/0828/20140828101759923.pdf',1014281,'pdf',0,0,0,1,1409192279,'116.226.37.251',1,'527b679a2ce1c8e52575a89f07371098',1),(945,'content',108,'ATE-R17.pdf','2014/0828/20140828101832580.pdf',831881,'pdf',0,0,0,1,1409192312,'116.226.37.251',1,'e01f39e545e9a9588a9babeda7930188',1),(946,'content',108,'ATE-R17.pdf','2014/0828/20140828101856704.pdf',831881,'pdf',0,0,0,1,1409192336,'116.226.37.251',1,'a4c1e51479973ff80e8a87d13dbe5fae',1),(947,'content',108,'ATE-R17.pdf','2014/0828/20140828101922668.pdf',831881,'pdf',0,0,0,1,1409192362,'116.226.37.251',1,'0e2819f700d4171ce9c1528059938239',1),(948,'content',110,'ATR-R27-4W.pdf','2014/0828/20140828102011156.pdf',929882,'pdf',0,0,0,1,1409192411,'116.226.37.251',1,'45296a5bfd4ef9728b632e590a68a183',1),(949,'content',110,'ATR-R27-4W.pdf','2014/0828/20140828102031145.pdf',929882,'pdf',0,0,0,1,1409192431,'116.226.37.251',0,'3e11a3e7f3d615955070797c8d8dc78f',1),(950,'content',110,'ATR-R27-4W.pdf','2014/0828/20140828102050193.pdf',929882,'pdf',0,0,0,1,1409192449,'116.226.37.251',1,'1060b1186778a4c8bc12e621c4b0c6b1',1),(951,'content',118,'ATS-R30.pdf','2014/0828/20140828102158826.pdf',1376205,'pdf',0,0,0,1,1409192518,'116.226.37.251',1,'4b3f22699a6217ca9e41bfe4c48212c5',1),(952,'content',118,'ATS-R30.pdf','2014/0828/20140828102221879.pdf',1376205,'pdf',0,0,0,1,1409192540,'116.226.37.251',1,'69283e76b41dff9c72b6bc1abd3f0e63',1),(953,'content',118,'ATS-R30.pdf','2014/0828/20140828102248451.pdf',1376205,'pdf',0,0,0,1,1409192568,'116.226.37.251',1,'148c770e1c24e2538078adea04fd0528',1),(954,'content',276,'ATS-R18.pdf','2014/0828/20140828102339640.pdf',845758,'pdf',0,0,0,1,1409192619,'116.226.37.251',0,'5fedfaa8163f0ee447cee1c4272fc8cc',1),(955,'content',276,'ATS-R18.pdf','2014/0828/20140828102358514.pdf',845758,'pdf',0,0,0,1,1409192638,'116.226.37.251',1,'7039f808dcd676022c45e4faaf7d3800',1),(956,'content',276,'ATS-R18.pdf','2014/0828/20140828102433452.pdf',845758,'pdf',0,0,0,1,1409192673,'116.226.37.251',1,'d780f9acd6e71a9e8c4a29f5bf1da070',1),(957,'content',276,'ATS-R18.pdf','2014/0828/20140828102455670.pdf',845758,'pdf',0,0,0,1,1409192695,'116.226.37.251',1,'f00b2455d97db2c0cccb496996d778fd',1),(958,'content',276,'ATS-R18.pdf','2014/0828/20140828102513624.pdf',845758,'pdf',0,0,0,1,1409192713,'116.226.37.251',1,'a733c2ca582bfe8ead43a41e0eb40e5f',1),(959,'content',276,'ATS-R18.pdf','2014/0828/20140828102539870.pdf',845758,'pdf',0,0,0,1,1409192739,'116.226.37.251',1,'30d1d64c474d804c821bf86be628482b',1),(960,'content',277,'ATS-R40.pdf','2014/0828/20140828102623761.pdf',801080,'pdf',0,0,0,1,1409192783,'116.226.37.251',1,'831eef86bb138a49bbb143f41e390c02',1),(961,'content',277,'ATS-R40.pdf','2014/0828/20140828102651385.pdf',801080,'pdf',0,0,0,1,1409192811,'116.226.37.251',1,'27fc764693d550e6c3140bcc230948a3',1),(962,'content',277,'ATS-R40.pdf','2014/0828/20140828102719858.pdf',801080,'pdf',0,0,0,1,1409192839,'116.226.37.251',1,'417116d4f067e743090ec81236472ecb',1),(963,'content',73,'ATL-B36.pdf','2014/0828/20140828102810876.pdf',821881,'pdf',0,0,0,1,1409192890,'116.226.37.251',1,'73c607dd4af9cd08770e14ccd74d3f6e',1),(964,'content',73,'ATL-B36.pdf','2014/0828/20140828102831931.pdf',821881,'pdf',0,0,0,1,1409192911,'116.226.37.251',1,'e3656a4008941b0ac0a3636f104d2ad5',1),(965,'content',73,'ATL-B36.pdf','2014/0828/20140828102850516.pdf',821881,'pdf',0,0,0,1,1409192930,'116.226.37.251',1,'cb1fc8e3c79bfaac8ea43ec0ac670844',1),(966,'content',73,'ATL-B36.pdf','2014/0828/20140828102914923.pdf',821881,'pdf',0,0,0,1,1409192954,'116.226.37.251',1,'e91d7ee68991d73c1c5c8b248d395747',1),(967,'content',73,'ATL-B36.pdf','2014/0828/20140828102937227.pdf',821881,'pdf',0,0,0,1,1409192977,'116.226.37.251',1,'95cdb070e6ba7db89f2dde17b22dace6',1),(968,'content',73,'ATL-B36.pdf','2014/0828/20140828103005867.pdf',821881,'pdf',0,0,0,1,1409193005,'116.226.37.251',1,'7b9f548f07528c6a1eec2db532a791d9',1),(969,'content',77,'ATL-B72.pdf','2014/0828/20140828103038661.pdf',1011388,'pdf',0,0,0,1,1409193038,'116.226.37.251',1,'0e04cf3ee58ba5399cf257efc0e20aa1',1),(970,'content',77,'ATL-B72.pdf','2014/0828/20140828103107869.pdf',1011388,'pdf',0,0,0,1,1409193067,'116.226.37.251',1,'683c8b93c49551e9b09802127de89a72',1),(971,'content',77,'ATL-B72.pdf','2014/0828/20140828103133316.pdf',1011388,'pdf',0,0,0,1,1409193093,'116.226.37.251',1,'2c185a70446259ed5910ce9a18ab5b11',1),(972,'content',82,'ATL-B4.pdf','2014/0828/20140828103211280.pdf',835675,'pdf',0,0,0,1,1409193131,'116.226.37.251',1,'9dd9f93e9b08599da0dec21779784a99',1),(973,'content',82,'ATL-B4.pdf','2014/0828/20140828103237258.pdf',835675,'pdf',0,0,0,1,1409193157,'116.226.37.251',1,'298287bacdc37d9b002d4c419b8f88f2',1),(974,'content',82,'ATL-B4.pdf','2014/0828/20140828103258370.pdf',835675,'pdf',0,0,0,1,1409193178,'116.226.37.251',1,'2d7427285f2666e98bdb71781fd03364',1),(975,'content',356,'ATC-R8.pdf','2014/0828/20140828010750129.pdf',1083836,'pdf',0,0,0,1,1409202470,'116.226.37.251',1,'852dc01f7a3ae35873bd60ef00839cfb',1),(976,'content',296,'ATL-AB44.pdf','2014/0828/20140828012820350.pdf',399779,'pdf',0,0,0,1,1409203700,'65.49.2.179',0,'3b05b39bfc7f733d8a09f737369259ab',1),(977,'content',296,'ATL-AB44.pdf','2014/0828/20140828012937724.pdf',399779,'pdf',0,0,0,1,1409203777,'116.226.37.251',1,'ae1f10fdf80332627426d94b63144e40',1),(978,'content',296,'ATL-AB44.pdf','2014/0828/20140828012956591.pdf',399779,'pdf',0,0,0,1,1409203795,'116.226.37.251',1,'6ea5e600d591e1d8c907649169daee36',1),(979,'content',356,'A-B05ZSY.pdf','2014/0828/20140828013839666.pdf',292318,'pdf',0,0,0,1,1409204319,'222.71.62.170',1,'96cd6d91cd7f36a3e068b464d0ffdac1',1),(980,'content',17,'153087867.jpg','2014/0828/20140828042950480.jpg',54697,'jpg',1,0,0,1,1409214590,'116.226.37.251',1,'e2fdb66dc5e76b71795351cabde83553',1),(981,'content',17,'153087867.jpg','2014/0828/20140828043023951.jpg',54697,'jpg',1,0,0,1,1409214623,'116.226.37.251',1,'57232e812e8885af9380dbee281e5b2c',1),(982,'content',17,'u=4070338566,1265403146&fm=23&gp=0.jpg','2014/0828/20140828043059206.jpg',33343,'jpg',1,0,0,1,1409214659,'116.226.37.251',1,'8119b209fd84d12137cf15980968197c',1),(983,'content',17,'u=4070338566,1265403146&fm=23&gp=0.jpg','2014/0828/20140828043105787.jpg',33343,'jpg',1,0,0,1,1409214665,'116.226.37.251',1,'7eba300d750c078c73d62130be6d993a',1),(984,'content',357,'ATE-R8-3 XXXX.pdf','2014/0901/20140901102409339.pdf',879419,'pdf',0,0,0,1,1409538248,'116.226.35.133',1,'87b0bfee0f1a6d996d84d2e64f52b2a1',1),(985,'content',357,'ATE-R8-3 XXXX.pdf','2014/0901/20140901102514327.pdf',879419,'pdf',0,0,0,1,1409538314,'116.226.35.133',1,'b0f8766099d4c18cafea3e97a7fece9b',1),(986,'content',357,'ATE-R8-3 XXXX.pdf','2014/0901/20140901103037875.pdf',879419,'pdf',0,0,0,1,1409538637,'116.226.35.133',1,'0a624bc5eaa05ad913aaf9e03f6f1afe',1),(987,'content',357,'ATE-R8-3 XXXX.pdf','2014/0901/20140901103142563.pdf',879419,'pdf',0,0,0,1,1409538702,'116.226.35.133',1,'b4f52dc80a66f386e8661e3ecb9792f5',1),(988,'content',357,'ATE-R8-4 XXXX.pdf','2014/0901/20140901103250152.pdf',880107,'pdf',0,0,0,1,1409538770,'116.226.35.133',1,'d720f066f7deefe5030eeefeed35e224',1),(989,'content',357,'ATE-R8-4 XXXX.pdf','2014/0901/20140901104112642.pdf',880107,'pdf',0,0,0,1,1409539272,'116.226.35.133',1,'2ac8db0e3391b1307f9b1406504bae48',1),(990,'content',357,'ATE-R8-4 XXXX.pdf','2014/0901/20140901104853909.pdf',880107,'pdf',0,0,0,1,1409539733,'116.226.35.133',1,'2a9792d47202811fd146aa9d6c9eba56',1),(991,'content',357,'ATE-R8-4 XXXX.pdf','2014/0901/20140901110031427.pdf',880107,'pdf',0,0,0,1,1409540431,'116.226.35.133',1,'2c72d63095451421e25d896dad0ec06f',1),(992,'content',357,'ATE-R8-5 XXXX.pdf','2014/0901/20140901110129972.pdf',879948,'pdf',0,0,0,1,1409540489,'116.226.35.133',1,'8644c3aa109d4fcf3a26f2d89d963bbf',1),(993,'content',357,'ATE-R8-5 XXXX.pdf','2014/0901/20140901111103537.pdf',879948,'pdf',0,0,0,1,1409541063,'116.226.35.133',1,'094662d3829949f3ee7bf3c6369a2cf6',1),(994,'content',357,'ATE-R8-5 XXXX.pdf','2014/0901/20140901111347496.pdf',879948,'pdf',0,0,0,1,1409541227,'116.226.35.133',1,'fdff29441725495968551a412a85c94e',1),(995,'content',357,'ATE-R8-5 XXXX.pdf','2014/0901/20140901111429141.pdf',879948,'pdf',0,0,0,1,1409541269,'116.226.35.133',1,'106330b28a98000792a173a053903dd9',1),(996,'content',357,'TE-R8黑油.jpg','2014/0901/20140901111457428.jpg',65812,'jpg',1,0,0,1,1409541297,'116.226.35.133',1,'f4e168437976e5bb7a1919fca0f0e9f5',1),(997,'content',51,'11.jpg','2014/0901/20140901112531876.jpg',2564,'jpg',1,0,0,1,1409541931,'116.226.35.133',1,'ca7a9340c73f587b075922ac57d05d31',1),(998,'content',273,'20.jpg','2014/0901/20140901112610948.jpg',3512,'jpg',1,0,0,1,1409541970,'116.226.35.133',1,'101fef2b75ee4d918d878d414a028b2e',1),(999,'content',110,'27.png','2014/0901/20140901112743707.png',23324,'png',1,0,0,1,1409542063,'116.226.35.133',1,'c70def70f03cefd94e2833019d06ca0b',1),(1000,'content',57,'23.jpg','2014/0901/20140901112824973.jpg',3211,'jpg',1,0,0,1,1409542104,'116.226.35.133',1,'c617545566d3cf38a18d31cf69166889',1),(1001,'content',285,'7.jpg','2014/0901/20140901113427542.jpg',20092,'jpg',1,0,0,1,1409542467,'116.226.35.133',1,'07eba0d4992acf343dce381bf05379c6',1),(1002,'content',285,'7.jpg','2014/0901/20140901113455880.jpg',20092,'jpg',1,0,0,1,1409542495,'116.226.35.133',1,'7817b749e6ae00956828023ccb013b46',1),(1003,'content',166,'A-1109BUW.pdf','2014/1117/20141117095811164.pdf',281005,'pdf',0,0,0,1,1416189491,'116.226.33.32',1,'cda672dea04f252103d4c4d699a0aabf',1),(1004,'content',166,'A-1106BH.pdf','2014/1117/20141117095910936.pdf',279291,'pdf',0,0,0,1,1416189550,'116.226.33.32',1,'c28defab19861f943242605bd5b8850d',1),(1005,'content',166,'A-1106AH.pdf','2014/1117/20141117100027390.pdf',278746,'pdf',0,0,0,1,1416189627,'116.226.33.32',1,'f24ea56cbfbe9cc3d1bd292497abc731',1),(1006,'content',166,'A-1109BS.pdf','2014/1117/20141117102047430.pdf',280054,'pdf',0,0,0,1,1416190846,'116.226.33.32',1,'4b436e18dd590deebf7bacdfec903054',1),(1007,'content',166,'A-1106DS.pdf','2014/1117/20141117102123713.pdf',275455,'pdf',0,0,0,1,1416190883,'116.226.33.32',1,'553dba3fc154ec514d98bdf0065bdbe7',1),(1008,'content',166,'A-1106DSA1.pdf','2014/1117/20141117102209569.pdf',273728,'pdf',0,0,0,1,1416190929,'116.226.33.32',1,'e1d900f47324eefd0be394a4074a036e',1),(1009,'content',166,'A-1106BSY.pdf','2014/1117/20141117102529116.pdf',272361,'pdf',0,0,0,1,1416191129,'116.226.33.32',1,'38255199234d0e4261e01700090196b9',1),(1010,'content',166,'A-1106DG1.pdf','2014/1117/20141117102637346.pdf',272701,'pdf',0,0,0,1,1416191197,'116.226.33.32',1,'8db6a471aa90203b06b6cb999c8ec7b6',1),(1011,'content',166,'A-1106BG.pdf','2014/1117/20141117102714142.pdf',273646,'pdf',0,0,0,1,1416191234,'116.226.33.32',1,'ffc8e658aed00258d6ef2c959ad92864',1),(1012,'content',166,'A-1106BB.pdf','2014/1117/20141117102758968.pdf',274393,'pdf',0,0,0,1,1416191278,'116.226.33.32',1,'d53b1fb647afdc6f560ebcb2ef833b7d',1),(1013,'content',165,'A-8102BH.pdf','2014/1117/20141117103027488.pdf',282031,'pdf',0,0,0,1,1416191427,'116.226.33.32',1,'3a927e81e2b5bbe08706b0e9cb0e9c7c',1),(1014,'content',165,'A-8106AG1.pdf','2014/1117/20141117103108814.pdf',273188,'pdf',0,0,0,1,1416191468,'116.226.33.32',1,'f5da778a6f0387615d1639d4a8996878',1),(1015,'content',165,'A-8102BG.pdf','2014/1117/20141117103145717.pdf',276101,'pdf',0,0,0,1,1416191505,'116.226.33.32',1,'d32d528ea93e3327698268b3777a9eea',1),(1016,'content',165,'A-8102AG1.pdf','2014/1117/20141117103310212.pdf',278106,'pdf',0,0,0,1,1416191589,'116.226.33.32',1,'d79d2e7991b0d621ba469c15f4c71016',1),(1018,'content',167,'A-12101AS.pdf','2014/1117/20141117103612874.pdf',277654,'pdf',0,0,0,1,1416191772,'116.226.33.32',1,'c038f93f8df8314f5c4b023398f1e28d',1),(1019,'content',167,'A-12101ASA.pdf','2014/1117/20141117103657158.pdf',275642,'pdf',0,0,0,1,1416191817,'116.226.33.32',1,'4eee00befceec3e5f923e89ae23506c9',1),(1020,'content',168,'A-15102BH.pdf','2014/1117/20141117103757535.pdf',271597,'pdf',0,0,0,1,1416191877,'116.226.33.32',1,'92ea516a98ceccf76f80f4652d7e096b',1),(1021,'content',168,'A-15102BSY.pdf','2014/1117/20141117103837573.pdf',265600,'pdf',0,0,0,1,1416191917,'116.226.33.32',1,'86be2ae3ab711a62efe6fccce6253bce',1),(1022,'content',168,'A-15102BG.pdf','2014/1117/20141117103928158.pdf',266733,'pdf',0,0,0,1,1416191968,'116.226.33.32',1,'687d7b29094d5e835c534c69bffeaf5e',1),(1023,'content',168,'A-15102BB.pdf','2014/1117/20141117104011875.pdf',267394,'pdf',0,0,0,1,1416192010,'116.226.33.32',1,'c51c117a7d6cf803e8b36bb7f1c39753',1),(1024,'content',168,'A-15102BUW.pdf','2014/1117/20141117104059315.pdf',266525,'pdf',0,0,0,1,1416192059,'116.226.33.32',1,'b0d9d1dede9ff58d15d18fea421cfec2',1),(1025,'content',181,'A-8201DSY.pdf','2014/1117/20141117104416580.pdf',259078,'pdf',0,0,0,1,1416192256,'116.226.33.32',0,'bc3ee480eb9387b6208dabb95dca0599',1),(1026,'content',181,'A-8201BUW.pdf','2014/1117/20141117104454960.pdf',250983,'pdf',0,0,0,1,1416192293,'116.226.33.32',1,'741294c5323bc84faae251908f1d1922',1),(1027,'content',181,'A-8201AYG1.pdf','2014/1117/20141117104539102.pdf',251369,'pdf',0,0,0,1,1416192338,'116.226.33.32',1,'a995e3f50e89956acba99decb35da08e',1),(1028,'content',181,'A-8201AG1.pdf','2014/1117/20141117104623572.pdf',250425,'pdf',0,0,0,1,1416192383,'116.226.33.32',1,'e6b77f234ecb6ead8f509a1b888d32d9',1),(1029,'content',182,'A-10203FUW.pdf','2014/1117/20141117104731700.pdf',274151,'pdf',0,0,0,1,1416192451,'116.226.33.32',0,'b299cff44e10a3c9908a50b0af775057',1),(1030,'content',182,'A-10203FS.pdf','2014/1117/20141117104828589.pdf',257436,'pdf',0,0,0,1,1416192508,'116.226.33.32',1,'03e043ce7b2b97dbbe71a5362e308257',1),(1031,'content',182,'A-10203FH.pdf','2014/1117/20141117110056199.pdf',257518,'pdf',0,0,0,1,1416193256,'116.226.33.32',1,'dfe1ecf25507507c9fab16dacca9316f',1),(1032,'content',182,'A-10203FG.pdf','2014/1117/20141117110140459.pdf',267249,'pdf',0,0,0,1,1416193300,'116.226.33.32',1,'0094fc141919aec44d867a21cd976050',1),(1033,'content',182,'A-10203FB.pdf','2014/1117/20141117110300298.pdf',271647,'pdf',0,0,0,1,1416193380,'116.226.33.32',1,'e3b27387c5f50cfba8e7a188e484c254',1),(1034,'content',182,'A-10203ESA.pdf','2014/1117/20141117110416202.pdf',255910,'pdf',0,0,0,1,1416193456,'116.226.33.32',1,'753e188b51091933eabc6f4d636382b3',1),(1035,'content',182,'A-10203EH.pdf','2014/1117/20141117110505669.pdf',259733,'pdf',0,0,0,1,1416193505,'116.226.33.32',1,'32c770603caa637a07a8a977aef28af3',1),(1036,'content',182,'A-10203BSY.pdf','2014/1117/20141117110642171.pdf',267303,'pdf',0,0,0,1,1416193601,'116.226.33.32',1,'f96eef2c63fdb322d6dbb5f8d0c9dd49',1),(1037,'content',182,'A-10203BH.pdf','2014/1117/20141117110802465.pdf',258725,'pdf',0,0,0,1,1416193681,'116.226.33.32',1,'c2eb53d996203e9f20c29cb1baf3ec09',1),(1038,'content',182,'A-10203BB.pdf','2014/1117/20141117111451900.pdf',271379,'pdf',0,0,0,1,1416194091,'116.226.33.32',1,'cd8eefcdc150754e87f2d727a5baac6c',1),(1039,'content',182,'A-10203AH.pdf','2014/1117/20141117111533505.pdf',258363,'pdf',0,0,0,1,1416194133,'116.226.33.32',1,'d19606c50efc81281dc6a6d29421c91a',1),(1040,'content',182,'A-10203FH.pdf','2014/1117/20141117111835964.pdf',257518,'pdf',0,0,0,1,1416194315,'116.226.33.32',1,'46deb3b0e1829ceecd0b6106424a78dd',1); /*!40000 ALTER TABLE `dh_attachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_attachment_index` -- DROP TABLE IF EXISTS `dh_attachment_index`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_attachment_index` ( `keyid` char(30) NOT NULL, `aid` char(10) NOT NULL, KEY `keyid` (`keyid`), KEY `aid` (`aid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_attachment_index` -- LOCK TABLES `dh_attachment_index` WRITE; /*!40000 ALTER TABLE `dh_attachment_index` DISABLE KEYS */; INSERT INTO `dh_attachment_index` VALUES ('c-24-1','1'),('c-24-2','2'),('c-29-1','3'),('c-30-1','4'),('c-30-1','5'),('c-31-2','6'),('c-31-3','7'),('c-32-4','8'),('c-40-1','9'),('c-24-1','889'),('c-87-230','117'),('c-87-230','116'),('c-156-448','121'),('c-51-21','115'),('c-57-28','120'),('c-125-1','16'),('c-125-1','17'),('c-125-1','18'),('c-274-90','217'),('block-2','56'),('block-2','55'),('block-2','212'),('c-40-87','61'),('catid-40','62'),('catid-41','63'),('catid-42','64'),('catid-43','65'),('catid-44','66'),('catid-45','67'),('catid-48','68'),('catid-49','89'),('c-24-1','890'),('catid-53','134'),('c-24-2','888'),('catid-55','73'),('c-325-3','885'),('c-59-41','892'),('c-59-42','891'),('catid-65','77'),('catid-74','78'),('catid-77','79'),('c-328-12','884'),('catid-83','81'),('catid-84','82'),('catid-87','84'),('catid-89','85'),('catid-90','86'),('catid-93','87'),('catid-94','88'),('catid-96','91'),('catid-104','92'),('c-223-9','98'),('catid-207','99'),('c-223-9','100'),('c-224-52','101'),('c-225-60','102'),('c-227-72','103'),('c-229-129','104'),('c-230-148','105'),('c-254-26','106'),('catid-223','110'),('catid-259','111'),('c-40-87','96'),('c-57-28','113'),('c-45-119','114'),('c-156-448','121'),('c-156-448','121'),('c-156-448','121'),('c-157-232','123'),('c-40-144','124'),('c-50-54','125'),('c-51-18','126'),('c-53-60','127'),('c-54-66','128'),('c-57-36','129'),('c-59-42','130'),('c-60-48','131'),('c-24-2','887'),('c-73-96','140'),('c-77-84','141'),('c-87-102','142'),('c-89-78','143'),('c-274-90','144'),('c-275-108','145'),('c-278-162','146'),('c-278-162','147'),('c-275-108','148'),('c-98-174','149'),('c-95-168','150'),('catid-95','151'),('catid-98','152'),('catid-278','153'),('c-107-156','154'),('c-108-114','155'),('c-110-120','156'),('c-113-150','157'),('c-118-126','158'),('c-276-132','159'),('c-277-138','160'),('c-279-2','161'),('c-280-4','162'),('c-158-237','165'),('c-223-8','166'),('c-223-7','167'),('c-223-6','168'),('c-223-5','169'),('c-223-4','170'),('c-223-3','171'),('c-223-2','172'),('c-223-1','173'),('c-254-25','174'),('c-254-24','174'),('c-254-23','174'),('c-254-22','174'),('c-254-21','174'),('c-254-20','174'),('c-254-19','174'),('c-254-18','175'),('c-254-17','175'),('c-254-16','175'),('c-254-15','175'),('c-254-14','175'),('c-254-13','176'),('c-254-12','177'),('c-254-11','177'),('c-254-10','177'),('c-256-33','178'),('c-256-32','178'),('c-256-31','178'),('c-256-30','178'),('c-256-29','178'),('c-256-28','178'),('c-257-34','179'),('c-258-35','180'),('c-259-40','181'),('c-259-39','181'),('c-259-38','181'),('c-259-37','181'),('c-259-36','181'),('c-261-45','182'),('c-262-48','183'),('c-262-47','183'),('c-262-46','183'),('c-225-60','184'),('c-225-59','184'),('c-225-57','405'),('c-225-57','184'),('c-225-56','184'),('c-225-55','184'),('c-225-54','184'),('c-225-53','184'),('c-227-71','185'),('c-227-70','185'),('c-227-69','185'),('c-227-68','185'),('c-227-67','185'),('c-227-66','185'),('c-227-65','185'),('c-227-64','185'),('c-227-63','185'),('c-227-62','185'),('c-227-61','185'),('c-228-102','186'),('c-228-101','186'),('c-228-100','186'),('c-228-99','186'),('c-228-98','186'),('c-228-97','186'),('c-228-96','186'),('c-228-95','186'),('c-228-94','186'),('c-228-93','186'),('c-228-92','186'),('c-228-91','186'),('c-228-90','186'),('c-263-85','187'),('c-263-84','187'),('c-263-83','187'),('c-263-82','187'),('c-263-81','187'),('c-263-80','187'),('c-263-79','187'),('c-263-78','187'),('c-263-77','187'),('c-263-76','187'),('c-263-75','187'),('c-263-74','187'),('c-263-73','187'),('c-266-121','188'),('c-266-120','188'),('c-266-119','188'),('c-266-118','188'),('c-229-128','189'),('c-229-127','189'),('c-229-126','189'),('c-229-125','189'),('c-229-124','189'),('c-229-123','189'),('c-271-144','190'),('c-271-143','190'),('c-230-147','191'),('c-230-146','191'),('c-12-30','192'),('c-13-7','193'),('c-131-11','194'),('c-132-32','195'),('c-133-21','196'),('c-134-35','197'),('c-134-35','198'),('c-136-25','199'),('c-125-94','200'),('c-132-32','201'),('c-127-201','202'),('c-128-207','203'),('c-129-209','204'),('c-138-216','205'),('c-139-217','206'),('c-131-11','207'),('c-13-6','208'),('c-13-6','209'),('c-13-5','208'),('c-13-4','210'),('c-159-241','165'),('c-165-260','165'),('c-160-242','165'),('c-161-245','165'),('c-162-248','165'),('c-163-255','165'),('c-164-256','165'),('c-164-256','165'),('c-166-270','165'),('c-167-274','165'),('c-168-280','165'),('c-169-290','165'),('c-171-293','165'),('c-172-295','165'),('c-173-296','165'),('c-174-299','165'),('c-175-311','213'),('c-176-317','213'),('c-177-323','213'),('c-178-324','213'),('c-179-328','213'),('c-180-349','213'),('c-181-353','213'),('c-182-310','213'),('c-183-355','214'),('c-184-356','214'),('c-185-361','214'),('c-194-401','214'),('c-195-411','214'),('c-196-414','214'),('c-186-365','214'),('c-187-366','214'),('c-188-378','214'),('c-189-382','214'),('c-190-385','215'),('c-191-391','215'),('c-192-392','215'),('c-193-398','710'),('c-194-401','215'),('c-195-411','215'),('c-196-414','215'),('c-197-430','215'),('c-198-433','215'),('c-199-436','216'),('c-200-438','216'),('c-201-439','216'),('c-274-90','217'),('c-274-90','219'),('c-40-144','220'),('c-59-42','221'),('c-60-48','222'),('c-60-47','223'),('c-60-46','224'),('c-50-54','225'),('c-50-54','225'),('c-53-60','226'),('c-53-59','227'),('c-53-58','228'),('c-53-59','229'),('c-53-57','230'),('c-53-56','231'),('c-53-55','232'),('c-54-66','233'),('c-54-65','234'),('c-54-64','235'),('c-54-63','236'),('c-54-62','237'),('c-273-30','239'),('c-273-29','240'),('c-131-11','241'),('c-131-10','242'),('c-131-9','243'),('c-131-8','244'),('c-131-7','245'),('c-131-6','246'),('c-131-5','247'),('c-131-4','249'),('c-131-3','250'),('c-131-2','251'),('c-131-1','252'),('c-132-31','253'),('c-132-30','254'),('c-132-29','255'),('c-132-28','256'),('c-132-27','257'),('c-132-26','258'),('c-133-21','259'),('c-133-20','260'),('c-133-19','261'),('c-133-18','262'),('c-133-17','263'),('c-133-16','264'),('c-133-15','265'),('c-133-14','266'),('c-133-13','267'),('c-133-12','268'),('c-134-35','269'),('c-134-33','271'),('c-136-25','272'),('c-136-24','273'),('c-136-23','274'),('c-136-22','275'),('c-125-94','276'),('c-125-93','277'),('c-125-92','278'),('c-125-91','279'),('c-125-90','280'),('c-125-89','281'),('c-125-88','282'),('c-125-87','283'),('c-125-87','284'),('c-125-86','285'),('c-125-85','286'),('c-125-84','287'),('c-125-82','288'),('c-125-81','290'),('c-125-80','291'),('c-125-79','292'),('c-125-78','293'),('c-125-77','294'),('c-125-76','295'),('c-125-75','296'),('c-126-123','297'),('c-126-122','298'),('c-126-121','299'),('c-126-121','300'),('c-126-119','301'),('c-126-118','302'),('c-126-117','303'),('c-126-116','305'),('c-126-115','306'),('c-126-114','307'),('c-126-113','308'),('c-126-112','309'),('c-126-111','310'),('c-126-110','311'),('c-126-109','312'),('c-126-108','313'),('c-126-107','314'),('c-126-106','316'),('c-126-105','317'),('c-126-104','318'),('c-127-200','319'),('c-127-199','320'),('c-127-198','321'),('c-127-197','322'),('c-127-196','323'),('c-127-195','324'),('c-127-194','325'),('c-127-193','326'),('c-127-192','327'),('c-127-191','328'),('c-127-190','329'),('c-127-189','330'),('c-127-188','331'),('c-127-187','332'),('c-127-186','333'),('c-127-185','334'),('c-127-184','335'),('c-127-183','336'),('c-127-182','337'),('c-128-207','338'),('c-128-206','339'),('c-128-205','340'),('c-128-204','341'),('c-128-203','342'),('c-128-202','343'),('c-129-209','344'),('c-129-208','345'),('c-138-216','346'),('c-138-215','347'),('c-138-214','348'),('c-138-213','349'),('c-138-212','350'),('c-138-211','351'),('c-138-210','352'),('c-139-217','353'),('c-223-9','354'),('c-223-8','355'),('c-223-7','356'),('c-223-6','357'),('c-223-5','358'),('c-223-4','359'),('c-223-3','360'),('c-223-2','361'),('c-254-26','362'),('c-254-25','363'),('c-254-24','364'),('c-254-23','365'),('c-254-22','366'),('c-254-21','367'),('c-254-20','368'),('c-254-19','369'),('c-254-17','370'),('c-254-16','371'),('c-254-15','372'),('c-254-14','373'),('c-254-13','374'),('c-254-12','375'),('c-254-11','376'),('c-254-10','377'),('c-255-27','378'),('c-256-33','379'),('c-256-32','380'),('c-256-31','381'),('c-256-30','382'),('c-256-29','383'),('c-256-28','384'),('c-257-34','385'),('c-258-35','386'),('c-259-40','387'),('c-259-39','389'),('c-259-38','390'),('c-259-37','391'),('c-259-36','392'),('c-260-44','393'),('c-260-43','394'),('c-260-42','395'),('c-260-41','396'),('c-261-45','397'),('c-262-48','398'),('c-262-47','399'),('c-262-46','400'),('c-224-52','401'),('c-224-51','402'),('c-225-60','403'),('c-225-59','404'),('c-225-55','407'),('c-225-54','408'),('c-225-53','409'),('c-227-72','410'),('c-227-71','411'),('c-227-70','412'),('c-227-69','413'),('c-227-68','414'),('c-227-67','415'),('c-227-66','416'),('c-227-65','417'),('c-227-64','418'),('c-227-63','419'),('c-227-62','420'),('c-227-61','421'),('c-228-102','422'),('c-228-101','424'),('c-228-100','425'),('c-228-99','426'),('c-228-97','427'),('c-228-97','428'),('c-228-96','429'),('c-228-95','430'),('c-228-94','431'),('c-228-94','432'),('c-228-93','433'),('c-228-92','434'),('c-228-91','435'),('c-228-90','436'),('c-263-85','437'),('c-263-84','438'),('c-263-82','439'),('c-263-83','440'),('c-263-81','441'),('c-263-80','442'),('c-263-79','444'),('c-263-79','445'),('c-263-78','446'),('c-263-77','448'),('c-263-76','449'),('c-263-75','450'),('c-263-74','451'),('c-263-73','452'),('c-264-117','453'),('c-264-116','454'),('c-264-115','455'),('c-264-114','456'),('c-264-113','457'),('c-264-112','458'),('c-264-110','460'),('c-264-109','461'),('c-264-108','462'),('c-264-106','463'),('c-264-107','464'),('c-264-104','465'),('c-264-103','466'),('c-265-89','467'),('c-265-88','468'),('c-265-87','469'),('c-265-86','470'),('c-266-121','471'),('c-266-120','472'),('c-266-119','473'),('c-266-118','474'),('c-229-129','475'),('c-229-128','476'),('c-229-127','477'),('c-229-126','478'),('c-229-125','479'),('c-229-123','480'),('c-229-123','481'),('c-267-122','483'),('c-267-122','484'),('c-268-132','485'),('c-268-132','486'),('c-268-131','487'),('c-268-130','488'),('c-269-136','489'),('c-269-136','490'),('c-269-135','491'),('c-269-134','492'),('c-270-139','493'),('c-270-139','494'),('c-270-138','495'),('c-270-137','496'),('c-271-144','497'),('c-271-144','497'),('c-271-143','498'),('c-272-145','499'),('c-272-145','500'),('c-230-148','501'),('c-230-147','502'),('c-230-147','503'),('c-230-146','504'),('c-157-232','505'),('c-157-231','506'),('c-157-230','507'),('c-156-448','508'),('c-156-447','509'),('c-156-446','510'),('c-157-229','511'),('c-157-228','512'),('c-157-227','513'),('c-158-237','514'),('c-167-274','1017'),('c-158-234','517'),('c-158-233','518'),('c-159-241','519'),('c-159-240','520'),('c-159-239','521'),('c-159-238','522'),('c-160-242','523'),('c-161-245','524'),('c-161-244','525'),('c-161-243','526'),('c-162-248','527'),('c-162-247','528'),('c-162-246','529'),('c-163-255','530'),('c-163-254','531'),('c-163-253','532'),('c-163-252','533'),('c-163-251','534'),('c-163-250','535'),('c-163-249','536'),('c-164-256','537'),('c-165-260','538'),('c-165-259','539'),('c-165-258','540'),('c-165-257','541'),('c-166-270','542'),('c-166-269','543'),('c-166-268','544'),('c-166-267','545'),('c-166-266','546'),('c-166-265','547'),('c-166-264','548'),('c-166-263','549'),('c-166-262','550'),('c-166-261','551'),('c-167-274','552'),('c-167-273','553'),('c-167-272','554'),('c-167-271','555'),('c-168-280','556'),('c-168-279','557'),('c-168-278','558'),('c-168-277','559'),('c-168-275','560'),('c-168-275','561'),('c-169-290','562'),('c-169-289','563'),('c-169-288','564'),('c-169-287','565'),('c-169-286','566'),('c-169-285','567'),('c-169-284','568'),('c-169-283','569'),('c-169-282','570'),('c-169-281','571'),('c-170-291','572'),('c-171-293','573'),('c-171-292','574'),('c-172-295','575'),('c-172-294','576'),('c-173-296','577'),('c-174-299','578'),('c-174-298','579'),('c-273-28','580'),('c-273-28','581'),('c-273-27','582'),('c-273-26','583'),('c-273-25','584'),('c-273-24','585'),('c-273-23','586'),('c-273-23','586'),('c-273-22','587'),('c-273-21','588'),('c-273-20','589'),('c-273-19','590'),('c-57-36','591'),('c-57-35','592'),('c-57-34','593'),('c-73-96','594'),('c-73-95','595'),('c-73-94','596'),('c-73-93','597'),('c-73-92','598'),('c-73-91','599'),('c-77-84','600'),('c-77-83','601'),('c-77-82','603'),('c-77-81','604'),('c-77-80','605'),('c-77-79','606'),('c-95-168','607'),('c-95-167','608'),('c-95-166','609'),('c-95-165','610'),('c-95-164','611'),('c-95-163','612'),('c-98-174','613'),('c-98-173','614'),('c-98-172','615'),('c-98-171','616'),('c-98-170','617'),('c-98-169','618'),('c-278-162','619'),('c-278-161','620'),('c-278-160','621'),('c-278-159','622'),('c-278-158','623'),('c-278-157','624'),('c-108-114','625'),('c-108-113','626'),('c-108-112','627'),('c-108-111','628'),('c-108-110','629'),('c-108-109','630'),('c-110-120','631'),('c-110-119','632'),('c-110-117','634'),('c-110-116','635'),('c-110-115','636'),('c-118-126','638'),('c-118-125','639'),('c-118-124','640'),('c-118-122','642'),('c-118-121','643'),('c-276-132','644'),('c-276-131','645'),('c-276-130','646'),('c-276-129','647'),('c-276-128','648'),('c-276-127','649'),('c-277-138','650'),('c-175-311','651'),('c-176-317','652'),('c-176-316','653'),('c-176-315','654'),('c-176-314','655'),('c-176-313','657'),('c-176-312','658'),('c-177-323','659'),('c-177-322','660'),('c-177-321','661'),('c-177-320','662'),('c-177-319','663'),('c-177-318','664'),('c-178-324','665'),('c-179-328','666'),('c-179-327','667'),('c-179-326','668'),('c-179-325','669'),('c-180-349','670'),('c-180-348','671'),('c-180-347','672'),('c-180-346','673'),('c-180-345','674'),('c-180-344','675'),('c-180-343','676'),('c-180-342','677'),('c-180-341','678'),('c-180-340','679'),('c-180-338','680'),('c-180-339','681'),('c-180-337','682'),('c-180-336','683'),('c-180-334','684'),('c-180-335','685'),('c-180-333','686'),('c-180-332','687'),('c-180-331','688'),('c-180-330','689'),('c-181-353','690'),('c-181-352','691'),('c-181-351','692'),('c-181-350','693'),('c-182-310','694'),('c-182-309','695'),('c-182-308','696'),('c-182-307','697'),('c-182-306','698'),('c-182-305','699'),('c-182-304','700'),('c-182-303','701'),('c-182-302','702'),('c-182-301','703'),('c-182-300','704'),('c-183-355','705'),('c-183-354','706'),('c-184-356','707'),('c-192-392','708'),('c-193-399','709'),('c-193-397','711'),('c-185-361','712'),('c-185-360','713'),('c-185-359','714'),('c-185-358','715'),('c-185-357','716'),('c-185-357','717'),('c-186-365','718'),('c-186-364','719'),('c-186-363','720'),('c-186-362','721'),('c-187-366','722'),('c-188-378','723'),('c-188-377','724'),('c-188-376','725'),('c-188-375','726'),('c-188-374','727'),('c-188-373','728'),('c-188-372','729'),('c-188-371','730'),('c-188-370','731'),('c-188-369','732'),('c-188-368','733'),('c-188-367','734'),('c-189-382','735'),('c-189-381','736'),('c-189-380','737'),('c-189-379','738'),('c-190-383','739'),('c-190-384','740'),('c-190-385','741'),('c-191-391','742'),('c-191-390','743'),('c-191-389','744'),('c-191-388','745'),('c-191-387','746'),('c-191-386','747'),('c-193-396','749'),('c-193-395','750'),('c-193-394','751'),('c-193-393','752'),('c-194-401','753'),('c-194-400','754'),('c-195-411','755'),('c-195-410','756'),('c-195-409','757'),('c-195-407','758'),('c-195-408','759'),('c-195-406','760'),('c-195-405','761'),('c-195-404','762'),('c-195-403','764'),('c-195-402','765'),('c-196-414','766'),('c-196-413','767'),('c-196-412','768'),('c-197-429','770'),('c-197-428','771'),('c-197-427','772'),('c-197-426','773'),('c-197-425','774'),('c-197-424','775'),('c-197-423','776'),('c-197-422','777'),('c-197-421','778'),('c-197-420','779'),('c-197-419','780'),('c-197-418','781'),('c-197-417','782'),('c-197-416','783'),('c-197-415','784'),('c-198-433','785'),('c-198-432','786'),('c-198-431','787'),('c-199-436','788'),('c-199-435','789'),('c-200-437','791'),('c-204-441','792'),('c-205-444','793'),('c-273-30','0'),('c-273-30','795'),('c-59-42','796'),('c-60-48','797'),('c-50-54','798'),('c-51-18','799'),('c-51-18','800'),('c-51-17','801'),('c-51-18','802'),('c-51-16','803'),('c-51-15','804'),('c-51-14','805'),('c-17-16','807'),('c-17-17','808'),('c-17-18','809'),('c-17-19','810'),('c-17-20','811'),('c-24-7','812'),('c-286-12','813'),('c-286-13','814'),('c-286-14','815'),('c-286-15','816'),('c-286-16','817'),('c-287-17','818'),('c-287-18','819'),('c-287-19','820'),('c-287-20','821'),('c-287-21','822'),('c-284-6','823'),('c-284-4','824'),('c-284-3','825'),('c-284-2','826'),('c-159-241','827'),('c-160-242','828'),('c-161-245','829'),('c-161-245','830'),('c-162-248','831'),('c-179-328','832'),('c-164-256','833'),('c-165-260','834'),('c-180-348','835'),('c-166-270','836'),('c-167-274','837'),('c-181-353','838'),('c-183-355','839'),('c-184-356','840'),('c-185-361','841'),('c-187-366','842'),('c-195-411','844'),('c-195-411','845'),('c-170-291','846'),('c-198-433','847'),('c-171-293','849'),('c-59-42','850'),('c-172-295','852'),('c-199-436','854'),('c-173-296','853'),('c-59-42','855'),('c-201-439','856'),('c-202-443','857'),('c-60-48','858'),('c-203-442','859'),('c-60-48','860'),('c-53-191','861'),('c-204-441','862'),('c-169-290','863'),('c-126-123','865'),('c-264-117','866'),('c-272-145','867'),('c-168-279','869'),('c-200-438','870'),('c-189-382','871'),('c-24-6','874'),('c-269-136','873'),('c-269-136','875'),('c-24-5','876'),('c-24-5','877'),('c-268-133','879'),('c-24-4','878'),('c-24-4','880'),('c-24-3','881'),('c-24-3','882'),('catid-13','210'),('c-59-40','893'),('c-59-39','894'),('c-60-48','895'),('c-60-47','896'),('c-60-46','897'),('c-60-45','898'),('c-50-189','899'),('c-50-188','900'),('c-50-51','901'),('c-50-187','902'),('c-50-186','903'),('c-50-54','904'),('c-50-53','905'),('c-50-52','906'),('c-51-18','907'),('c-51-7','908'),('c-51-17','909'),('c-51-16','910'),('c-51-15','911'),('c-51-14','912'),('c-51-13','913'),('c-51-12','914'),('c-51-11','915'),('c-51-10','916'),('c-51-9','917'),('c-51-8','918'),('c-53-191','919'),('c-53-57','920'),('c-53-190','921'),('c-53-60','922'),('c-53-59','923'),('c-53-58','924'),('c-54-66','925'),('c-54-65','926'),('c-54-64','927'),('c-273-23','929'),('c-273-29','930'),('c-273-27','932'),('c-273-26','933'),('c-273-25','934'),('c-273-24','935'),('c-57-176','937'),('c-57-175','938'),('c-57-36','939'),('c-57-35','940'),('c-57-34','941'),('c-57-33','942'),('c-57-32','943'),('c-57-31','944'),('c-108-114','945'),('c-108-113','946'),('c-108-112','947'),('c-110-194','948'),('c-110-192','950'),('c-118-126','951'),('c-118-125','952'),('c-118-124','953'),('c-276-131','955'),('c-276-130','956'),('c-276-129','957'),('c-276-128','958'),('c-276-127','959'),('c-277-138','960'),('c-277-137','961'),('c-277-136','962'),('c-73-208','963'),('c-73-207','964'),('c-73-206','965'),('c-73-205','966'),('c-73-96','967'),('c-73-95','968'),('c-77-84','969'),('c-77-83','970'),('c-77-82','971'),('c-82-182','972'),('c-82-181','973'),('c-82-180','974'),('c-356-5','0'),('c-356-5','0'),('c-356-5','0'),('c-354-38','975'),('c-354-38','0'),('c-296-215','977'),('c-296-214','978'),('c-356-5','0'),('c-356-5','979'),('c-17-15','980'),('c-17-15','981'),('c-17-14','982'),('c-17-14','983'),('c-357-226','984'),('c-357-227','985'),('c-357-228','0'),('c-357-228','986'),('c-357-229','987'),('c-357-230','988'),('c-357-231','0'),('c-357-231','989'),('c-357-232','990'),('c-357-233','991'),('c-357-234','992'),('c-357-235','0'),('c-357-235','993'),('c-357-236','994'),('c-357-237','995'),('c-357-226','996'),('c-51-18','997'),('c-273-30','998'),('c-110-120','999'),('c-57-176','1000'),('c-57-176','1000'),('c-285-33','1001'),('c-285-33','1002'),('c-166-261','1003'),('c-166-270','1004'),('c-166-269','1005'),('c-166-268','1006'),('c-166-267','1007'),('c-166-266','1008'),('c-166-265','1009'),('c-166-264','1010'),('c-166-263','1011'),('c-166-262','1012'),('c-165-260','1013'),('c-165-259','1014'),('c-165-258','1015'),('c-165-257','1016'),('c-167-273','1018'),('c-167-271','1019'),('c-168-279','1020'),('c-168-278','1021'),('c-168-277','1022'),('c-168-276','1023'),('c-168-275','1024'),('c-181-352','1026'),('c-181-351','1027'),('c-181-350','1028'),('c-182-309','1030'),('c-182-308','1031'),('c-182-307','1032'),('c-182-306','1033'),('c-182-305','1034'),('c-182-304','1035'),('c-182-303','1036'),('c-182-302','1037'),('c-182-301','1038'),('c-182-300','1039'),('c-182-308','1040'); /*!40000 ALTER TABLE `dh_attachment_index` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_backlight` -- DROP TABLE IF EXISTS `dh_backlight`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_backlight` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` varchar(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` mediumtext NOT NULL, `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', `Size` varchar(255) NOT NULL default '', `Emitting` varchar(255) NOT NULL default '', `Wavelength` varchar(255) NOT NULL default '', `CCT` varchar(255) NOT NULL default '', `Min` varchar(255) NOT NULL default '', `Typ` varchar(255) NOT NULL default '', `LightSource` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_backlight` -- LOCK TABLES `dh_backlight` WRITE; /*!40000 ALTER TABLE `dh_backlight` DISABLE KEYS */; INSERT INTO `dh_backlight` VALUES (1,12,0,'A-TBL-31170UB12','','','A-TBL-31170UB12','23×168MM BLUE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=1',0,99,1,0,'dhadmin',1392705011,1407482913,'23*168MM','Blue','460','-','100','200','SMD'),(2,12,0,'A-TBL-3662UB4','','','A-TBL-3662UB4','36×53 5MM BLUE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=2',0,99,1,0,'dhadmin',1392705011,1407482873,'36*53.5MM','Blue','460','-','30','50','SMD'),(3,12,0,'A-TBL-3668UB1','','','A-TBL-3668UB1','36×60MM BLUE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=3',0,99,1,0,'dhadmin',1392705011,1407482798,'36*60MM','Blue','460','-','50','65','Lamp'),(4,12,0,'A-TBL-3870UB4','','','A-TBL-3870UB4','38×62MM BLUE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=4',0,99,1,0,'dhadmin',1392705011,1407482753,'38*62MM','Blue','460','-','70','110','SMD'),(5,12,0,'A-TBL-47108UB4','','','A-TBL-47108UB4','47×97MM BLUE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=5',0,99,1,0,'dhadmin',1392705011,1407482726,'23*168MM','Blue','460','-','80','140','Lamp'),(6,12,0,'A-TBL-62119UB12','','','A-TBL-62119UB12','60×108MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=6',0,99,1,0,'dhadmin',1392705011,1407482692,'23*168MM','Blue','460','-','200','300','SMD'),(7,12,0,'A-TBL-1814UG2','','','A-TBL-1814UG2','18×8MM PURE GREEN BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=7',0,99,1,0,'dhadmin',1392705011,1407482666,'23*168MM','Pure Green','525','-','150','250','SMD'),(8,12,0,'A-TBL-2263UG2','','','A-TBL-2263UG2','20×51MM PURE GREEN BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=8',0,99,1,0,'dhadmin',1392705011,1407482635,'23*168MM','Pure Green','525','-','150','275','SMD'),(9,12,0,'A-TBL-6392UG12','','','A-TBL-6392UG12','61×81MM PURE GREEN BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=9',0,99,1,0,'dhadmin',1392705011,1407482607,'23*168MM','Pure Green','525','-','150','275','SMD'),(10,12,0,'A-TBL-62119UY12','','','A-TBL-62119UY12','60×108MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=10',0,99,1,0,'dhadmin',1392705011,1407482510,'60*108MM','Yellow','590','-','100','200','SMD'),(11,12,0,'A-TBL-6392UY12','','','A-TBL-6392UY12','61×81MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=11',0,99,1,0,'dhadmin',1392705011,1407482470,'61*81MM','Yellow','590','-','500','650','SMD'),(12,12,0,'A-TBL-5348UA4','','','A-TBL-5348UA4','47 2×48 2MM AMBER BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=12',0,99,1,0,'dhadmin',1392705011,1407482406,'47.2*48.2MM','Amber','605','-','50','75','SMD'),(13,12,0,'A-TBL-77130UW9','','','A-TBL-77130UW9','66 5×127MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=13',0,99,1,0,'dhadmin',1392705011,1407482344,'66.5*127MM','White','/','5500~6500','400','550','SMD'),(14,12,0,'A-TBL-81158UW12','','','A-TBL-81158UW12','79×144MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=14',0,99,1,0,'dhadmin',1392705011,1407481103,'79*144MM','White','/','5500~6500','300','450','Lamp'),(15,12,0,'A-TBL-98118UW12','','','A-TBL-98118UW12','88×115MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=15',0,99,1,0,'dhadmin',1392705011,1407481076,'88*115MM','White','/','5500~6500','600','850','SMD'),(16,12,0,'A-TBL-5359UW5','','','A-TBL-5359UW5','40 8×54 8MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=16',0,99,1,0,'dhadmin',1392705011,1407481048,'40.8*54.8MM','White','/','5000~8000','500','700','SMD'),(17,12,0,'A-TBL-4546UW4','','','A-TBL-4546UW4','43 4×35 4MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=17',0,99,1,0,'dhadmin',1392705011,1407480986,'43.4*35.4MM','White','/','5000~8000','200','325','SMD'),(18,12,0,'A-TBL-6795UW6','','','A-TBL-6795UW6','57 5×92MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=18',0,99,1,0,'dhadmin',1392705011,1407480935,'57.5*92MM','White','/','5000~8000','600','800','SMD'),(19,12,0,'A-TBL-62119UW12','','','A-TBL-62119UW12','60×108MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=19',0,99,1,0,'dhadmin',1392705011,1407480862,'60*108MM','White','/','5000~8000','500','700','SMD'),(20,12,0,'A-TBL-3189UW6','','','A-TBL-3189UW6','31×75MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=20',0,99,1,0,'dhadmin',1392705011,1407480097,'31*75MM','White','/','20000~25000','900','1150','Lamp'),(21,12,0,'A-TBL-58130UW6','','','A-TBL-58130UW6','57 5*119 3MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=21',0,99,1,0,'dhadmin',1392705011,1407480827,'57.5*119.3MM','White','/','20000~25000','400','550','SMD'),(22,12,0,'A-TBL-59105UW6','','','A-TBL-59105UW6','58 5×95 5MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=22',0,99,1,0,'dhadmin',1392705011,1407480746,'58.5*95.5MM','White','/','20000~25000','500','650','SMD'),(23,12,0,'A-TBL-63153UW6','','','A-TBL-63153UW6','62 5×141 5MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=23',0,99,1,0,'dhadmin',1392705011,1407480660,'62.5*141.5MM','White','/','20000~25000','250','375','Lamp'),(24,12,0,'A-TBL-85153UW6','','','A-TBL-85153UW6','85×141MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=24',0,99,1,0,'dhadmin',1392705011,1407480620,'85*141MM','White','/','20000~25000','150','225','Lamp'),(25,12,0,'A-TBL-89159UW16','','','A-TBL-89159UW16','87×145MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=25',0,99,1,0,'dhadmin',1392705011,1407480585,'87*145MM','White','/','20000~25000','150','225','SMD'),(26,12,0,'A-TBL-89164UW16','','http://www.topliteusa.com/uploadfile/2014/0825/20140825023020704.jpg','A-TBL-89164UW16','87×152MM YELLOW BACKLIGHT',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=26',0,99,1,0,'dhadmin',1392705011,1409073083,'87*152MM','White','/','20000~25000','500','700','SMD'),(27,12,0,'A-TBL-2856UR6-S','','http://www.topliteusa.com/uploadfile/2014/0825/20140825022957305.jpg','A-TBL-2856UR6-S','28*56',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=27',0,99,1,0,'dhadmin',1392705011,1409073077,'28*56','red','625','/','500','900','SMD'),(28,12,0,'A-TBL-5078UW6-S','','http://www.topliteusa.com/uploadfile/2014/0825/20140825022853466.jpg','A-TBL-5078UW6-S','50*78',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=28',0,99,1,0,'dhadmin',1392705011,1409073068,'50*78','White','/','6000-6500','900','1600','SMD'),(29,12,0,'A-TBL-4260UW6-S','','http://www.topliteusa.com/uploadfile/2014/0825/20140825022830330.jpg','A-TBL-4260UW6-S','42*60',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=29',0,99,1,0,'dhadmin',1392705011,1409073059,'42*60','White','/','5800','1000','1700','SMD'),(30,12,0,'A-TBL-49155UW12-S','','http://www.topliteusa.com/uploadfile/2014/0313/20140313020643331.jpg','A-TBL-49155UW12-S','49*155',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=30',0,99,1,0,'dhadmin',1392705011,1409073020,'49*155','White','/','5800','1000','1700','SMD'); /*!40000 ALTER TABLE `dh_backlight` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_backlight1` -- DROP TABLE IF EXISTS `dh_backlight1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_backlight1` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` varchar(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` mediumtext NOT NULL, `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', `Size` varchar(255) NOT NULL default '', `Emitting` varchar(255) NOT NULL default '', `Wavelength` varchar(255) NOT NULL default '', `CCT` varchar(255) NOT NULL default '', `Min` varchar(255) NOT NULL default '', `Typ` varchar(255) NOT NULL default '', `LightSource` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_backlight1` -- LOCK TABLES `dh_backlight1` WRITE; /*!40000 ALTER TABLE `dh_backlight1` DISABLE KEYS */; INSERT INTO `dh_backlight1` VALUES (1,12,0,'A-31170UB12','','','A-31170UB12','23×168MM BLUE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=1',0,99,1,0,'dhadmin',1392705011,1392705011,'23*168MM','Blue','460','-','100','200','SMD'),(2,12,0,'A-3662UB4','','','A-3662UB4','36×53.5MM BLUE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=2',0,99,1,0,'dhadmin',1392705011,1392705011,'36*53.5MM','Blue','460','-','30','50','SMD'),(3,12,0,'A-3668UB1','','','A-3668UB1','36×60MM BLUE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=3',0,99,1,0,'dhadmin',1392705011,1392705011,'36*60MM','Blue','460','-','50','65','Lamp'),(4,12,0,'A-3870UB4','','','A-3870UB4','38×62MM BLUE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=4',0,99,1,0,'dhadmin',1392705011,1392705011,'38*62MM','Blue','460','-','70','110','SMD'),(5,12,0,'A-47108UB4','','','A-47108UB4','47×97MM BLUE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=5',0,99,1,0,'dhadmin',1392705011,1392705011,'23*168MM','Blue','460','-','80','140','Lamp'),(6,12,0,'A-62119UB12','','','A-62119UB12','60×108MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=6',0,99,1,0,'dhadmin',1392705011,1392705011,'23*168MM','Blue','460','-','200','300','SMD'),(7,12,0,'A-1814UG2','','','A-1814UG2','18×8MM PURE GREEN BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=7',0,99,1,0,'dhadmin',1392705011,1392705011,'23*168MM','Pure Green','525','-','150','250','SMD'),(8,12,0,'A-2263UG2','','','A-2263UG2','20×51MM PURE GREEN BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=8',0,99,1,0,'dhadmin',1392705011,1392705011,'23*168MM','Pure Green','525','-','150','275','SMD'),(9,12,0,'A-6392UG12','','','A-6392UG12','61×81MM PURE GREEN BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=9',0,99,1,0,'dhadmin',1392705011,1392705011,'23*168MM','Pure Green','525','-','150','275','SMD'),(10,12,0,'A-62119UY12','','','A-62119UY12','60×108MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=10',0,99,1,0,'dhadmin',1392705011,1392705011,'60*108MM','Yellow','590','-','100','200','SMD'),(11,12,0,'A-6392UY12','','','A-6392UY12','61×81MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=11',0,99,1,0,'dhadmin',1392705011,1392705011,'61*81MM','Yellow','590','-','500','650','SMD'),(12,12,0,'A-5348UA4','','','A-5348UA4','47.2×48.2MM AMBER BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=12',0,99,1,0,'dhadmin',1392705011,1392705011,'47.2*48.2MM','Amber','605','-','50','75','SMD'),(13,12,0,'A-77130UW9','','','A-77130UW9','66.5×127MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=13',0,99,1,0,'dhadmin',1392705011,1392705011,'66.5*127MM','White','/','5500~6500','400','550','SMD'),(14,12,0,'A-81158UW12','','','A-81158UW12','79×144MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=14',0,99,1,0,'dhadmin',1392705011,1392705011,'79*144MM','White','/','5500~6500','300','450','Lamp'),(15,12,0,'A-98118UW12','','','A-98118UW12','88×115MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=15',0,99,1,0,'dhadmin',1392705011,1392705011,'88*115MM','White','/','5500~6500','600','850','SMD'),(16,12,0,'A-5359UW5','','','A-5359UW5','40.8×54.8MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=16',0,99,1,0,'dhadmin',1392705011,1392705011,'40.8*54.8MM','White','/','5000~8000','500','700','SMD'),(17,12,0,'A-4546UW4','','','A-4546UW4','43.4×35.4MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=17',0,99,1,0,'dhadmin',1392705011,1392705011,'43.4*35.4MM','White','/','5000~8000','200','325','SMD'),(18,12,0,'A-6795UW6','','','A-6795UW6','57.5×92MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=18',0,99,1,0,'dhadmin',1392705011,1392705011,'57.5*92MM','White','/','5000~8000','600','800','SMD'),(19,12,0,'A-62119UW12','','','A-62119UW12','60×108MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=19',0,99,1,0,'dhadmin',1392705011,1392705011,'60*108MM','White','/','5000~8000','500','700','SMD'),(20,12,0,'A-3189UW6','','','A-3189UW6','31×75MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=20',0,99,1,0,'dhadmin',1392705011,1392705011,'31*75MM','White','/','20000~25000','900','1150','Lamp'),(21,12,0,'A-58130UW6','','','A-58130UW6','57.5*119.3MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=21',0,99,1,0,'dhadmin',1392705011,1392705011,'57.5*119.3MM','White','/','20000~25000','400','550','SMD'),(22,12,0,'A-59105UW6','','','A-59105UW6','58.5×95.5MM WHITE BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=22',0,99,1,0,'dhadmin',1392705011,1392705011,'58.5*95.5MM','White','/','20000~25000','500','650','SMD'),(23,12,0,'A-63153UW6','','','A-63153UW6','62.5×141.5MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=23',0,99,1,0,'dhadmin',1392705011,1392705011,'62.5*141.5MM','White','/','20000~25000','250','375','Lamp'),(24,12,0,'A-85153UW6','','','A-85153UW6','85×141MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=24',0,99,1,0,'dhadmin',1392705011,1392705011,'85*141MM','White','/','20000~25000','150','225','Lamp'),(25,12,0,'A-89159UW16','','','A-89159UW16','87×145MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=25',0,99,1,0,'dhadmin',1392705011,1392705011,'87*145MM','White','/','20000~25000','150','225','SMD'),(26,12,0,'A-89164UW16','','','A-89164UW16','87×152MM YELLOW BACKLIGHT',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=26',0,99,1,0,'dhadmin',1392705011,1392705011,'87*152MM','White','/','20000~25000','500','700','SMD'),(27,12,0,'A-2856UR6-S','','','A-2856UR6-S','28*56',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=27',0,99,1,0,'dhadmin',1392705011,1392705011,'28*56','red','625','/','500','900','SMD'),(28,12,0,'A-5078UW6-S','','','A-5078UW6-S','50*78',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=28',0,99,1,0,'dhadmin',1392705011,1392705011,'50*78','White','/','6000-6500','900','1600','SMD'),(29,12,0,'A-4260UW6-S','','','A-4260UW6-S','42*60',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=29',0,99,1,0,'dhadmin',1392705011,1392705011,'42*60','White','/','5800','1000','1700','SMD'),(30,12,0,'A-49155UW6-S','','http://www.topliteusa.com/uploadfile/2014/0313/20140313020643331.jpg','A-49155UW6-S','49*155',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=12&id=30',0,99,1,0,'dhadmin',1392705011,1394690809,'49*155','White','/','5800','1000','1700','SMD'); /*!40000 ALTER TABLE `dh_backlight1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_backlight_data` -- DROP TABLE IF EXISTS `dh_backlight_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_backlight_data` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `pdfdownload` mediumtext NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_backlight_data` -- LOCK TABLES `dh_backlight_data` WRITE; /*!40000 ALTER TABLE `dh_backlight_data` DISABLE KEYS */; INSERT INTO `dh_backlight_data` VALUES (1,'23×168MM BLUE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-31170UB12.pdf\',\r\n \'filename\' => \'A-TBL-31170UB12\',\r\n )\r\n)'),(2,'36×53.5MM BLUE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-3662UB4.pdf\',\r\n \'filename\' => \'A-TBL-3662UB4\',\r\n )\r\n)'),(3,'36×60MM BLUE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-3668UB1.pdf\',\r\n \'filename\' => \'A-TBL-3668UB1\',\r\n )\r\n)'),(4,'38×62MM BLUE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-3870UB4.pdf\',\r\n \'filename\' => \'A-TBL-3870UB4\',\r\n )\r\n)'),(5,'47×97MM BLUE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-47108UB4.pdf\',\r\n \'filename\' => \'A-TBL-47108UB4\',\r\n )\r\n)'),(6,'60×108MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-62119UB12.pdf\',\r\n \'filename\' => \'A-TBL-62119UB12\',\r\n )\r\n)'),(7,'18×8MM PURE GREEN BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-1814UG2.pdf\',\r\n \'filename\' => \'A-TBL-1814UG2\',\r\n )\r\n)'),(8,'20×51MM PURE GREEN BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-2263UG2.pdf\',\r\n \'filename\' => \'A-TBL-2263UG2\',\r\n )\r\n)'),(9,'61×81MM PURE GREEN BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-6392UG12.pdf\',\r\n \'filename\' => \'A-TBL-6392UG12\',\r\n )\r\n)'),(10,'60×108MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-62119UY12.pdf\',\r\n \'filename\' => \'A-TBL-62119UY12\',\r\n )\r\n)'),(11,'61×81MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-6392UY12.pdf\',\r\n \'filename\' => \'A-TBL-6392UY12\',\r\n )\r\n)'),(12,'47.2×48.2MM AMBER BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-5348UA4.pdf\',\r\n \'filename\' => \'A-TBL-5348UA4\',\r\n )\r\n)'),(13,'66.5×127MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-77130UW9.pdf\',\r\n \'filename\' => \'A-TBL-77130UW9\',\r\n )\r\n)'),(14,'79×144MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-81158UW12.pdf\',\r\n \'filename\' => \'A-TBL-81158UW12\',\r\n )\r\n)'),(15,'88×115MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-98118UW12.pdf\',\r\n \'filename\' => \'A-TBL-98118UW12\',\r\n )\r\n)'),(16,'40.8×54.8MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-5359UW5.pdf\',\r\n \'filename\' => \'A-TBL-5359UW5\',\r\n )\r\n)'),(17,'43.4×35.4MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-4546UW4.pdf\',\r\n \'filename\' => \'A-TBL-4546UW4\',\r\n )\r\n)'),(18,'57.5×92MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-6795UW6.pdf\',\r\n \'filename\' => \'A-TBL-6795UW6\',\r\n )\r\n)'),(19,'60×108MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-62119UW12.pdf\',\r\n \'filename\' => \'A-TBL-62119UW12\',\r\n )\r\n)'),(20,'31×75MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-3189UW6.pdf\',\r\n \'filename\' => \'A-TBL-3189UW6\',\r\n )\r\n)'),(21,'57.5*119.3MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-58130UW6.pdf\',\r\n \'filename\' => \'A-TBL-58130UW6\',\r\n )\r\n)'),(22,'58.5×95.5MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-59105UW6.pdf\',\r\n \'filename\' => \'A-TBL-59105UW6\',\r\n )\r\n)'),(23,'62.5×141.5MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-63153UW6.pdf\',\r\n \'filename\' => \'A-TBL-63153UW6\',\r\n )\r\n)'),(24,'85×141MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-85153UW6.pdf\',\r\n \'filename\' => \'A-TBL-85153UW6\',\r\n )\r\n)'),(25,'87×145MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-89159UW16.pdf\',\r\n \'filename\' => \'A-TBL-89159UW16\',\r\n )\r\n)'),(26,'87×152MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-89164UW16.pdf\',\n \'filename\' => \'A-TBL-89164UW16\',\n ),\n)'),(27,'28*56',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-2856UR6-S.pdf\',\n \'filename\' => \'A-TBL-2856UR6-S\',\n ),\n)'),(28,'50*78',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-5078UW6-S.pdf\',\n \'filename\' => \'A-TBL-5078UW6-S\',\n ),\n)'),(29,'42*60',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-4260UW6-S.pdf\',\n \'filename\' => \'A-TBL-4260UW6-S\',\n ),\n)'),(30,'[page][page]49*155',0,'',2,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-TBL-49155UW12-S.pdf\',\n \'filename\' => \'A-TBL-49155UW12-S\',\n ),\n)'); /*!40000 ALTER TABLE `dh_backlight_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_backlight_data1` -- DROP TABLE IF EXISTS `dh_backlight_data1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_backlight_data1` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `spec` mediumtext NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_backlight_data1` -- LOCK TABLES `dh_backlight_data1` WRITE; /*!40000 ALTER TABLE `dh_backlight_data1` DISABLE KEYS */; INSERT INTO `dh_backlight_data1` VALUES (1,'23×168MM BLUE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-31170UB12.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(2,'36×53.5MM BLUE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-3662UB4.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(3,'36×60MM BLUE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-3668UB1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(4,'38×62MM BLUE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-3870UB4.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(5,'47×97MM BLUE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-47108UB4.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(6,'60×108MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-62119UB12.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(7,'18×8MM PURE GREEN BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-1814UG2.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(8,'20×51MM PURE GREEN BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-2263UG2.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(9,'61×81MM PURE GREEN BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-6392UG12.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(10,'60×108MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-62119UY12.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(11,'61×81MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-6392UY12.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(12,'47.2×48.2MM AMBER BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-5348UA4.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(13,'66.5×127MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-77130UW9.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(14,'79×144MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-81158UW12.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(15,'88×115MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-98118UW12.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(16,'40.8×54.8MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-5359UW5.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(17,'43.4×35.4MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-4546UW4.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(18,'57.5×92MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-6795UW6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(19,'60×108MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-62119UW12.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(20,'31×75MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-3189UW6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(21,'57.5*119.3MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-58130UW6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(22,'58.5×95.5MM WHITE BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-59105UW6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(23,'62.5×141.5MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-63153UW6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(24,'85×141MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-85153UW6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(25,'87×145MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-89159UW16.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(26,'87×152MM YELLOW BACKLIGHT',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-89164UW16.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(27,'28*56',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-2856UR6-S.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(28,'50*78',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-5078UW6-S.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(29,'42*60',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-4260UW6-S.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(30,'49*155',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-49155UW6-S.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'); /*!40000 ALTER TABLE `dh_backlight_data1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_badword` -- DROP TABLE IF EXISTS `dh_badword`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_badword` ( `badid` smallint(5) unsigned NOT NULL auto_increment, `badword` char(20) NOT NULL, `level` tinyint(5) NOT NULL default '1', `replaceword` char(20) NOT NULL default '0', `lastusetime` int(10) unsigned NOT NULL default '0', `listorder` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`badid`), UNIQUE KEY `badword` (`badword`), KEY `usetimes` (`replaceword`,`listorder`), KEY `hits` (`listorder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_badword` -- LOCK TABLES `dh_badword` WRITE; /*!40000 ALTER TABLE `dh_badword` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_badword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_block` -- DROP TABLE IF EXISTS `dh_block`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_block` ( `id` int(10) NOT NULL auto_increment, `siteid` smallint(5) unsigned default '0', `name` char(50) default NULL, `pos` char(30) default NULL, `type` tinyint(1) default '0', `data` text, `template` text, PRIMARY KEY (`id`), KEY `pos` (`pos`), KEY `type` (`type`), KEY `siteid` (`siteid`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_block` -- LOCK TABLES `dh_block` WRITE; /*!40000 ALTER TABLE `dh_block` DISABLE KEYS */; INSERT INTO `dh_block` VALUES (1,1,'About Us','aboutus',1,' Founded in 1996 in Shanghai, China, Shanghai Toplite Technology Company Limited is an ISO-certified RoHS-compliant LED manufacturer and technical solution provider for the electronics industry. With over 17 years of dedication to R&D, quality, and innovation, Toplite has ascended to becoming one of the major LED suppliers with customers across the globe including Samsung, KONE, FUJITEC, Sharp, Yungtay, Schindler, Haier, Little Swan, etc. Utilizing ASM fully-automated production lines at the 60,000-square-foot state-of-the-art production plant in Shanghai, Toplite offers a wide selection of LED products ranging from industry-standard SMD LEDs, Through Hole LEDs, High Power LEDs, to customized offerings such as custom LED displays and Chip-on-Board modules for lighting applications. With a capacity of 80 million light-units per month, Toplite is capable of delivering at the lead time among the shortest in the industry. With the highest quality products, prompt customer service, fast delivery and competitive pricing, Toplite has become a more and more influential player in the global LED marketplace.<br />\r\n<br />\r\n Toplite International LLC, also known as Toplite USA, located in Aliso Viejo, California, is the US branch office serving our customers in North American markets. With dedicated resources and strong backing from the home office, Toplite USA strives to build closer and long term partnership with our valued customers in the region by bringing them the exceptional values in the forms of quality product, competitive pricing, and excellent technical services.<br />\r\n<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0123/20140123050726120.jpg\" style=\"width: 730px;\" /><br />',NULL),(2,1,'首页幻灯片','index_banner',2,'array (\n 0 => \n array (\n \'title\' => \'幻灯片1\',\n \'url\' => \'#\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0317/20140317025808569.jpg\',\n \'desc\' => \'\',\n ),\n 1 => \n array (\n \'title\' => \'幻灯片2\',\n \'url\' => \'#\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0123/20140123021037948.png\',\n \'desc\' => \'\',\n ),\n 2 => \n array (\n \'title\' => \'幻灯片3\',\n \'url\' => \'#\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0123/20140123021118713.png\',\n \'desc\' => \'\',\n ),\n)','<script>\r\n var box =new PPTBox();\r\n box.width = 1000; //宽度\r\n box.height = 252;//高度\r\n box.autoplayer = 5;//自动播放间隔时间\r\n //box.add({\"url\":\"图片地址\",\"title\":\"悬浮标题\",\"href\":\"链接地址\"})\r\n {loop $data $i $r}\r\n box.add({\"url\":\"{$r[thumb]}\",\"href\":\"{$r[url]}\",\"title\":\"{$r[title]}\"});\r\n {/loop}\r\n box.show();\r\n \r\n</script>'),(3,1,'首页关于我们','index_about',1,'<img border=\"0\" src=\"/uploadfile/2014/0820/20140820051457518.jpg\" style=\"width:250px;float: left; margin-right:15px\" />\r\n<p> Founded in 1996 in Shanghai, China, Shanghai Toplite Technology Company Limited is an ISO-certified RoHS-compliant LED manufacturer and technical solution provider for the electronics industry. With over 17 years of dedication to R&D, quality, and innovation, Toplite has ascended to becoming one of the major LED suppliers with customers across the globe including Samsung, KONE, FUJITEC, Sharp, Yungtay, Schindler, Haier, Little Swan, etc. Utilizing ASM fully-automated production lines at the 60,000-square-foot state-of-the-art production plant in Shanghai, Toplite offers a wide selection of LED products ranging from industry-standard SMD LEDs, Through Hole LEDs, High Power LEDs, to customized offerings such as custom LED displays and Chip-on-Board modules for lighting applications.</p>',NULL),(4,1,'首页公告','index_gonggao',2,'array (\n 0 => \n array (\n \'title\' => \'@Spring Festival is approaching\',\n \'url\' => \'#\',\n \'thumb\' => \'\',\n \'desc\' => \'\',\n ),\n 1 => \n array (\n \'title\' => \'@Congratulate you all a Happy New Year\',\n \'url\' => \'#\',\n \'thumb\' => \'\',\n \'desc\' => \'\',\n ),\n)','<ul class=\"clearfix\">\r\n {loop $data $i $r}\r\n <li>{$r[title]}</li>\r\n {/loop}\r\n </ul>'); /*!40000 ALTER TABLE `dh_block` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_block_history` -- DROP TABLE IF EXISTS `dh_block_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_block_history` ( `id` int(10) NOT NULL auto_increment, `blockid` int(10) unsigned default '0', `data` text, `creat_at` int(10) unsigned default '0', `userid` mediumint(8) unsigned default '0', `username` char(20) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_block_history` -- LOCK TABLES `dh_block_history` WRITE; /*!40000 ALTER TABLE `dh_block_history` DISABLE KEYS */; INSERT INTO `dh_block_history` VALUES (1,1,'array (\n \'id\' => \'1\',\n \'siteid\' => \'1\',\n \'name\' => \'企业介绍内容\',\n \'pos\' => \'aboutus\',\n \'type\' => \'1\',\n \'data\' => \'\',\n \'template\' => \'\',\n)',1390037901,1,'dhadmin'),(2,1,'array (\n \'id\' => \'1\',\n \'siteid\' => \'1\',\n \'name\' => \'企业介绍内容\',\n \'pos\' => \'aboutus\',\n \'type\' => \'1\',\n \'data\' => \'鼎晖科技成立于1996年,通过十年的专业历练及稳健的发展,已成为LED光电领域的主要制造商之一。我们位于上海嘉定设立的生产基地,投资额150万美元,占地面积6000平方米。聘请台湾资深的经理人管理,拥有员工240余名,工程技术人员占15%\',\n \'template\' => \'\',\n)',1390283958,1,'dhadmin'),(3,1,'array (\n \'id\' => \'1\',\n \'siteid\' => \'1\',\n \'name\' => \'企业介绍内容\',\n \'pos\' => \'aboutus\',\n \'type\' => \'1\',\n \'data\' => \'上海鼎晖科技股份有限公司成立于1996年,通过多年的行业磨练及稳健的发展,已成LED光电领域的主要制造商之一。专注于LED的芯片封装工艺,以生产高信赖性LED点阵,背光模组、照明级COB模组著称。企业荣获:国家高新技术企业、上海小巨人企业等称号。公司生产基地位于上海嘉定、青浦,生产场地40000余平方米,年产量200亿光源点。拥有专业制造人员及专业资深工程技术团队逾400名。公司生产基地拥有业界国际最先进智能封装设备及各类先进的测试分析检测仪器;全静电十万级无尘车间及大型高温老化检测等基础设施,通过ISO9001、ISO14001、RoHS等多项认证,部分产品通过CE、ETL、CCC、CQC等国际认证。\r\n鼎晖科技以诚信拓市场,以稳健树品牌,以品质创未来,公司由日籍资深管理团队担任核心领导层。在上海市半导体照明工程技术研究中心的支持下,承担国家863计划LED封装项目及多项上海市科学技术委员会设立的LED尖端科技攻关项目,并多次获奖。企业联合复旦大学、北京大学、上海大学等众多科技研究机构共同研发生产高水准,高信赖性LED相关产品,以生产高品质要求的LED光源器件作为企业主要发展方向。\',\n \'template\' => \'\',\n)',1390284012,1,'dhadmin'),(4,2,'array (\n \'id\' => \'2\',\n \'siteid\' => \'1\',\n \'name\' => \'首页幻灯片\',\n \'pos\' => \'index_banner\',\n \'type\' => \'2\',\n \'data\' => \'\',\n \'template\' => \'\',\n)',1390447737,1,'dhadmin'),(5,3,'array (\n \'id\' => \'3\',\n \'siteid\' => \'1\',\n \'name\' => \'首页关于我们\',\n \'pos\' => \'index_about\',\n \'type\' => \'1\',\n \'data\' => \'\',\n \'template\' => \'\',\n)',1390447839,1,'dhadmin'),(6,4,'array (\n \'id\' => \'4\',\n \'siteid\' => \'1\',\n \'name\' => \'首页公告\',\n \'pos\' => \'index_gonggao\',\n \'type\' => \'2\',\n \'data\' => \'\',\n \'template\' => \'\',\n)',1390448176,1,'dhadmin'),(7,3,'array (\n \'id\' => \'3\',\n \'siteid\' => \'1\',\n \'name\' => \'首页关于我们\',\n \'pos\' => \'index_about\',\n \'type\' => \'1\',\n \'data\' => \'<a href=\"#\"><img alt=\"鼎辉科技\" border=\"0\" height=\"83\" src=\"images/info_img.jpg\" width=\"280\" /></a>\r\n<p><a href=\"#\">鼎晖科技成立于1996年,通过十年的专业历练及稳健的发展,已成为LED光电领域的主要制造商之一。我们位于上海嘉定设立的生产基地,投资额150万美元,占地面积6000平方米。聘请台湾资深的经理人管理,拥有员工240余名,工程技术人员占15%…</a></p>\',\n \'template\' => \'\',\n)',1390452835,1,'dhadmin'),(8,1,'array (\n \'id\' => \'1\',\n \'siteid\' => \'1\',\n \'name\' => \'About Us\',\n \'pos\' => \'aboutus\',\n \'type\' => \'1\',\n \'data\' => \'上海鼎晖科技股份有限公司成立于1996年,通过多年的行业磨练及稳健的发展,已成LED光电领域的主要制造商之一。专注于LED的芯片封装工艺,以生产高信赖性LED点阵,背光模组、照明级COB模组著称。企业荣获:国家高新技术企业、上海小巨人企业等称号。公司生产基地位于上海嘉定、青浦,生产场地40000余平方米,年产量200亿光源点。拥有专业制造人员及专业资深工程技术团队逾400名。公司生产基地拥有业界国际最先进智能封装设备及各类先进的测试分析检测仪器;全静电十万级无尘车间及大型高温老化检测等基础设施,通过ISO9001、ISO14001、RoHS等多项认证,部分产品通过CE、ETL、CCC、CQC等国际认证。<br />\r\n<br />\r\n鼎晖科技以诚信拓市场,以稳健树品牌,以品质创未来,公司由日籍资深管理团队担任核心领导层。在上海市半导体照明工程技术研究中心的支持下,承担国家863计划LED封装项目及多项上海市科学技术委员会设立的LED尖端科技攻关项目,并多次获奖。企业联合复旦大学、北京大学、上海大学等众多科技研究机构共同研发生产高水准,高信赖性LED相关产品,以生产高品质要求的LED光源器件作为企业主要发展方向。\',\n \'template\' => \'\',\n)',1390453807,1,'dhadmin'),(9,2,'array (\n \'id\' => \'2\',\n \'siteid\' => \'1\',\n \'name\' => \'首页幻灯片\',\n \'pos\' => \'index_banner\',\n \'type\' => \'2\',\n \'data\' => \'array (\n 0 => \n array (\n \\\'title\\\' => \\\'幻灯片1\\\',\n \\\'url\\\' => \\\'#\\\',\n \\\'thumb\\\' => \\\'http://www.topliteusa.com/uploadfile/2014/0123/20140123112820694.png\\\',\n \\\'desc\\\' => \\\'\\\',\n ),\n 1 => \n array (\n \\\'title\\\' => \\\'幻灯片2\\\',\n \\\'url\\\' => \\\'#\\\',\n \\\'thumb\\\' => \\\'http://www.topliteusa.com/uploadfile/2014/0123/20140123112820694.png\\\',\n \\\'desc\\\' => \\\'\\\',\n ),\n 2 => \n array (\n \\\'title\\\' => \\\'幻灯片3\\\',\n \\\'url\\\' => \\\'#\\\',\n \\\'thumb\\\' => \\\'http://www.topliteusa.com/uploadfile/2014/0123/20140123112820694.png\\\',\n \\\'desc\\\' => \\\'\\\',\n ),\n)\',\n \'template\' => \'<script>\r\n var box =new PPTBox();\r\n box.width = 1000; //宽度\r\n box.height = 252;//高度\r\n box.autoplayer = 5;//自动播放间隔时间\r\n //box.add({\"url\":\"图片地址\",\"title\":\"悬浮标题\",\"href\":\"链接地址\"})\r\n {loop $data $i $r}\r\n box.add({\"url\":\"{$r[thumb]}\",\"href\":\"{$r[url]}\",\"title\":\"{$r[title]}\"});\r\n {/loop}\r\n box.show();\r\n \r\n</script>\',\n)',1390457482,1,'dhadmin'),(10,3,'array (\n \'id\' => \'3\',\n \'siteid\' => \'1\',\n \'name\' => \'首页关于我们\',\n \'pos\' => \'index_about\',\n \'type\' => \'1\',\n \'data\' => \'<a href=\"/index.php?m=content&c=index&a=lists&catid=21\" target=\"_blank\"><img alt=\"鼎辉科技\" border=\"0\" height=\"83\" src=\"images/info_img.jpg\" width=\"280\" /></a>\r\n<p><a href=\"/index.php?m=content&c=index&a=lists&catid=21\" target=\"_blank\">鼎晖科技成立于1996年,通过十年的专业历练及稳健的发展,已成为LED光电领域的主要制造商之一。我们位于上海嘉定设立的生产基地,投资额150万美元,占地面积6000平方米。聘请台湾资深的经理人管理,拥有员工240余名,工程技术人员占15%…</a></p>\',\n \'template\' => \'\',\n)',1390459062,1,'dhadmin'),(11,4,'array (\n \'id\' => \'4\',\n \'siteid\' => \'1\',\n \'name\' => \'首页公告\',\n \'pos\' => \'index_gonggao\',\n \'type\' => \'2\',\n \'data\' => \'array (\n 0 => \n array (\n \\\'title\\\' => \\\'@春节将至 \\\',\n \\\'url\\\' => \\\'#\\\',\n \\\'thumb\\\' => \\\'\\\',\n \\\'desc\\\' => \\\'\\\',\n ),\n 1 => \n array (\n \\\'title\\\' => \\\'@祝贺大家新年快乐\\\',\n \\\'url\\\' => \\\'#\\\',\n \\\'thumb\\\' => \\\'\\\',\n \\\'desc\\\' => \\\'\\\',\n ),\n)\',\n \'template\' => \'<ul class=\"clearfix\">\r\n {loop $data $i $r}\r\n <li>{$r[title]}</li>\r\n {/loop}\r\n </ul>\',\n)',1390459384,1,'dhadmin'),(12,4,'array (\n \'id\' => \'4\',\n \'siteid\' => \'1\',\n \'name\' => \'首页公告\',\n \'pos\' => \'index_gonggao\',\n \'type\' => \'2\',\n \'data\' => \'array (\n 0 => \n array (\n \\\'title\\\' => \\\'@Spring Festival is approaching\\\',\n \\\'url\\\' => \\\'#\\\',\n \\\'thumb\\\' => \\\'\\\',\n \\\'desc\\\' => \\\'\\\',\n ),\n 1 => \n array (\n \\\'title\\\' => \\\'@祝贺大家新年快乐\\\',\n \\\'url\\\' => \\\'#\\\',\n \\\'thumb\\\' => \\\'\\\',\n \\\'desc\\\' => \\\'\\\',\n ),\n)\',\n \'template\' => \'<ul class=\"clearfix\">\r\n {loop $data $i $r}\r\n <li>{$r[title]}</li>\r\n {/loop}\r\n </ul>\',\n)',1390459403,1,'dhadmin'),(13,1,'array (\n \'id\' => \'1\',\n \'siteid\' => \'1\',\n \'name\' => \'About Us\',\n \'pos\' => \'aboutus\',\n \'type\' => \'1\',\n \'data\' => \'Shanghai Toplight Technology Co.,Ltd was founded in 1996 in Shanghai, China. Through 18 years of dedication in R&D and manufacturing experience, Toplight has grown to become one of the major manufacturers in the LED industry, and garnered many honors such as National High Tech Company, and Shanghai Technology Titan. Toplight specializes in LED packaging technology, and its main products are lighting grade COB modules, backlight units, and high reliability dot matrix and segment displays. Factories are located in Shanghai JiaDing and QingPu district, with over 40,000m2 of production floor space and annual LED dice consumption capacity exceeding 20 billion. Toplight team consists over 400 of industry’s highly experienced management and technical personnel; along with latest fully automated equipments, SGS certified clean rooms, high temperature burn-in aging room, etc., Toplight is able to offer the industry’s highest quality products and shortest lead-time. Toplight factories are certified with ISO9001, ISO14001, RoHS compliance, with many products also with CE, ETL, CCC, CQC certification.<br />\r\n<br />\r\nToplight brings integrity and high quality into the LED packaging industry. Factories are efficiently managed using proven experienced Japanese management team and system. With the support from Shanghai Semiconductor Lighting Engineering Research Center, and collaboration with local academic research facilities such as Shanghai, Fudan and Beijing universities, Toplight has undertake numerous critical projects and completed them successfully, with many winning highest honor awards. Toplight will continue to capitalize on the best talent found in the nation’s high tech center Shanghai to continue produce the most innovative, highest quality and most reliable LED components.<br />\r\n<br />\',\n \'template\' => \'\',\n)',1390467840,1,'dhadmin'),(14,1,'array (\n \'id\' => \'1\',\n \'siteid\' => \'1\',\n \'name\' => \'About Us\',\n \'pos\' => \'aboutus\',\n \'type\' => \'1\',\n \'data\' => \'Shanghai Toplite Technology Co.,Ltd was founded in 1996 in Shanghai, China. Through 18 years of dedication in R&D and manufacturing experience, Toplite has grown to become one of the major manufacturers in the LED industry, and garnered many honors such as National High Tech Company, and Shanghai Technology Titan. Toplite specializes in LED packaging technology, and its main products are lighting grade COB modules, backlight units, and high reliability dot matrix and segment displays. Factories are located in Shanghai JiaDing and QingPu district, with over 40,000m2 of production floor space and annual LED dice consumption capacity exceeding 20 billion. Toplite team consists over 400 of industry’s highly experienced management and technical personnel; along with latest fully automated equipments, SGS certified clean rooms, high temperature burn-in aging room, etc., Toplite is able to offer the industry’s highest quality products and shortest lead-time. Toplite factories are certified with ISO9001, ISO14001, RoHS compliance, with many products also with CE, ETL, CCC, CQC certification.<br />\r\n<br />\r\nToplite brings integrity and high quality into the LED packaging industry. Factories are efficiently managed using proven experienced Japanese management team and system. With the support from Shanghai Semiconductor Lighting Engineering Research Center, and collaboration with local academic research facilities such as Shanghai, Fudan and Beijing universities, Toplite has undertake numerous critical projects and completed them successfully, with many winning highest honor awards. Toplite will continue to capitalize on the best talent found in the nation’s high tech center Shanghai to continue produce the most innovative, highest quality and most reliable LED components.<br />\',\n \'template\' => \'\',\n)',1390467923,1,'dhadmin'),(15,1,'array (\n \'id\' => \'1\',\n \'siteid\' => \'1\',\n \'name\' => \'About Us\',\n \'pos\' => \'aboutus\',\n \'type\' => \'1\',\n \'data\' => \'Shanghai Toplite Technology Co.,Ltd was founded in 1996 in Shanghai, China. Through 18 years of dedication in R&D and manufacturing experience, Toplite has grown to become one of the major manufacturers in the LED industry, and garnered many honors such as National High Tech Company, and Shanghai Technology Titan. Toplite specializes in LED packaging technology, and its main products are lighting grade COB modules, backlight units, and high reliability dot matrix and segment displays. Factories are located in Shanghai JiaDing and QingPu district, with over 40,000m2 of production floor space and annual LED dice consumption capacity exceeding 20 billion. Toplite team consists over 400 of industry’s highly experienced management and technical personnel; along with latest fully automated equipments, SGS certified clean rooms, high temperature burn-in aging room, etc., Toplite is able to offer the industry’s highest quality products and shortest lead-time. Toplite factories are certified with ISO9001, ISO14001, RoHS compliance, with many products also with CE, ETL, CCC, CQC certification.<br />\r\n<br />\r\nToplite brings integrity and high quality into the LED packaging industry. Factories are efficiently managed using proven experienced Japanese management team and system. With the support from Shanghai Semiconductor Lighting Engineering Research Center, and collaboration with local academic research facilities such as Shanghai, Fudan and Beijing universities, Toplite has undertake numerous critical projects and completed them successfully, with many winning highest honor awards. Toplite will continue to capitalize on the best talent found in the nation’s high tech center Shanghai to continue produce the most innovative, highest quality and most reliable LED components.<br />\',\n \'template\' => \'\',\n)',1390468064,1,'dhadmin'),(16,3,'array (\n \'id\' => \'3\',\n \'siteid\' => \'1\',\n \'name\' => \'首页关于我们\',\n \'pos\' => \'index_about\',\n \'type\' => \'1\',\n \'data\' => \'<a href=\"/index.php?m=content&c=index&a=lists&catid=21\" target=\"_blank\"><img alt=\"鼎辉科技\" border=\"0\" height=\"83\" src=\"images/info_img.jpg\" width=\"280\" /></a>\r\n<p><a href=\"/index.php?m=content&c=index&a=lists&catid=21\" target=\"_blank\">Shanghai Toplight Technology Co.,Ltd was founded in 1996 in Shanghai, China. Through 18 years of dedication in R&D and manufacturing experience, Toplight has grown to become one of the major manufacturers in the LED industry, and garnered many honors such as National High Tech Company, and Shanghai Technology Titan. Toplight specializes in LED packaging technology, and its main products are lighting grade COB modules, backlight units, and high reliability dot matrix and segment displays. Factories are located in Shanghai JiaDing and QingPu district, with over 40,000m2 of production floor space and annual LED dice consumption capacity exceeding 20 billion. Toplight team consists over 400 of industry’s highly experienced management and technical personnel; along with latest fully automated equipments, SGS certified clean rooms, high temperature burn-in aging room, etc., Toplight is able to offer the industry’s highest quality products and shortest lead-time. Toplight factories are certified with ISO9001, ISO14001, RoHS compliance, with many products also with CE, ETL, CCC, CQC certification. \r\nToplight brings integrity and high quality into the LED packaging industry. Factories are efficiently managed using proven experienced Japanese management team and system. With the support from Shanghai Semiconductor Lighting Engineering Research Center, and collaboration with local academic research facilities such as Shanghai, Fudan and Beijing universities, Toplight has undertake numerous critical projects and completed them successfully, with many winning highest honor awards. Toplight will continue to capitalize on the best talent found in the nation’s high tech center Shanghai to continue produce the most innovative, highest quality and most reliable LED components. \r\n…</a></p>\',\n \'template\' => \'\',\n)',1392953462,1,'dhadmin'),(17,3,'array (\n \'id\' => \'3\',\n \'siteid\' => \'1\',\n \'name\' => \'首页关于我们\',\n \'pos\' => \'index_about\',\n \'type\' => \'1\',\n \'data\' => \'<a href=\"/index.php?m=content&c=index&a=lists&catid=147\" target=\"_blank\"><img alt=\"鼎辉科技\" border=\"0\" height=\"83\" src=\"images/info_img.jpg\" width=\"280\" /></a>\r\n<p><a href=\"/index.php?m=content&c=index&a=lists&catid=21\" target=\"_blank\">Shanghai Toplight Technology Co.,Ltd was founded in 1996 in Shanghai, China. Through 18 years of dedication in R&D and manufacturing experience, Toplight has grown to become one of the major manufacturers in the LED industry, and garnered many honors such as National High Tech Company, and Shanghai Technology Titan. Toplight specializes in LED packaging technology, and its main products are lighting grade COB modules, backlight units, and high reliability dot matrix and segment displays. Factories are located in Shanghai JiaDing and QingPu district, with over 40,000m2 of production floor space and annual LED dice consumption capacity exceeding 20 billion. Toplight team consists over 400 of industry’s highly experienced management and technical personnel; along with latest fully automated equipments, SGS certified clean rooms, high temperature burn-in aging room, etc., Toplight is able to offer the industry’s highest quality products and shortest lead-time. Toplight factories are certified with ISO9001, ISO14001, RoHS compliance, with many products also with CE, ETL, CCC, CQC certification. Toplight brings integrity and high quality into the LED packaging industry. Factories are efficiently managed using proven experienced Japanese management team and system. With the support from Shanghai Semiconductor Lighting Engineering Research Center, and collaboration with local academic research facilities such as Shanghai, Fudan and Beijing universities, Toplight has undertake numerous critical projects and completed them successfully, with many winning highest honor awards. Toplight will continue to capitalize on the best talent found in the nation’s high tech center Shanghai to continue produce the most innovative, highest quality and most reliable LED components. …</a></p>\',\n \'template\' => \'\',\n)',1392953514,1,'dhadmin'),(18,1,'array (\n \'id\' => \'1\',\n \'siteid\' => \'1\',\n \'name\' => \'About Us\',\n \'pos\' => \'aboutus\',\n \'type\' => \'1\',\n \'data\' => \'Shanghai Toplite Technology Co.,Ltd was founded in 1996 in Shanghai, China. Through 18 years of dedication in R&D and manufacturing experience, Toplite has grown to become one of the major manufacturers in the LED industry, and garnered many honors such as National High Tech Company, and Shanghai Technology Titan. Toplite specializes in LED packaging technology, and its main products are lighting grade COB modules, backlight units, and high reliability dot matrix and segment displays. Factories are located in Shanghai JiaDing and QingPu district, with over 40,000m2 of production floor space and annual LED dice consumption capacity exceeding 20 billion. Toplite team consists over 400 of industry’s highly experienced management and technical personnel; along with latest fully automated equipments, SGS certified clean rooms, high temperature burn-in aging room, etc., Toplite is able to offer the industry’s highest quality products and shortest lead-time. Toplite factories are certified with ISO9001, ISO14001, RoHS compliance, with many products also with CE, ETL, CCC, CQC certification.<br />\r\n<br />\r\nToplite brings integrity and high quality into the LED packaging industry. Factories are efficiently managed using proven experienced Japanese management team and system. With the support from Shanghai Semiconductor Lighting Engineering Research Center, and collaboration with local academic research facilities such as Shanghai, Fudan and Beijing universities, Toplite has undertake numerous critical projects and completed them successfully, with many winning highest honor awards. Toplite will continue to capitalize on the best talent found in the nation’s high tech center Shanghai to continue produce the most innovative, highest quality and most reliable LED components.<br />\r\n<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0123/20140123050726120.jpg\" style=\"width: 730px;\" /><br />\',\n \'template\' => \'\',\n)',1392953590,1,'dhadmin'),(19,3,'array (\n \'id\' => \'3\',\n \'siteid\' => \'1\',\n \'name\' => \'首页关于我们\',\n \'pos\' => \'index_about\',\n \'type\' => \'1\',\n \'data\' => \'<a href=\"/index.php?m=content&c=index&a=lists&catid=147\"><img alt=\"鼎辉科技\" border=\"0\" height=\"83\" src=\"images/info_img.jpg\" width=\"280\" /></a>\r\n<p><a href=\"/index.php?m=content&c=index&a=lists&catid=21\" target=\"_blank\">Shanghai Toplight Technology Co.,Ltd was founded in 1996 in Shanghai, China. Through 18 years of dedication in R&D and manufacturing experience, Toplight has grown to become one of the major manufacturers in the LED industry, and garnered many honors such as National High Tech Company, and Shanghai Technology Titan. Toplight specializes in LED packaging technology, and its main products are lighting grade COB modules, backlight units, and high reliability dot matrix and segment displays. Factories are located in Shanghai JiaDing and QingPu district, with over 40,000m2 of production floor space and annual LED dice consumption capacity exceeding 20 billion. Toplight team consists over 400 of industry’s highly experienced management and technical personnel; along with latest fully automated equipments, SGS certified clean rooms, high temperature burn-in aging room, etc., Toplight is able to offer the industry’s highest quality products and shortest lead-time. Toplight factories are certified with ISO9001, ISO14001, RoHS compliance, with many products also with CE, ETL, CCC, CQC certification. Toplight brings integrity and high quality into the LED packaging industry. Factories are efficiently managed using proven experienced Japanese management team and system. With the support from Shanghai Semiconductor Lighting Engineering Research Center, and collaboration with local academic research facilities such as Shanghai, Fudan and Beijing universities, Toplight has undertake numerous critical projects and completed them successfully, with many winning highest honor awards. Toplight will continue to capitalize on the best talent found in the nation’s high tech center Shanghai to continue produce the most innovative, highest quality and most reliable LED components. …</a></p>\',\n \'template\' => \'\',\n)',1392953681,1,'dhadmin'),(20,2,'array (\n \'id\' => \'2\',\n \'siteid\' => \'1\',\n \'name\' => \'首页幻灯片\',\n \'pos\' => \'index_banner\',\n \'type\' => \'2\',\n \'data\' => \'array (\n 0 => \n array (\n \\\'title\\\' => \\\'幻灯片1\\\',\n \\\'url\\\' => \\\'#\\\',\n \\\'thumb\\\' => \\\'http://www.topliteusa.com/uploadfile/2014/0123/20140123021021629.png\\\',\n \\\'desc\\\' => \\\'\\\',\n ),\n 1 => \n array (\n \\\'title\\\' => \\\'幻灯片2\\\',\n \\\'url\\\' => \\\'#\\\',\n \\\'thumb\\\' => \\\'http://www.topliteusa.com/uploadfile/2014/0123/20140123021037948.png\\\',\n \\\'desc\\\' => \\\'\\\',\n ),\n 2 => \n array (\n \\\'title\\\' => \\\'幻灯片3\\\',\n \\\'url\\\' => \\\'#\\\',\n \\\'thumb\\\' => \\\'http://www.topliteusa.com/uploadfile/2014/0123/20140123021118713.png\\\',\n \\\'desc\\\' => \\\'\\\',\n ),\n)\',\n \'template\' => \'<script>\r\n var box =new PPTBox();\r\n box.width = 1000; //宽度\r\n box.height = 252;//高度\r\n box.autoplayer = 5;//自动播放间隔时间\r\n //box.add({\"url\":\"图片地址\",\"title\":\"悬浮标题\",\"href\":\"链接地址\"})\r\n {loop $data $i $r}\r\n box.add({\"url\":\"{$r[thumb]}\",\"href\":\"{$r[url]}\",\"title\":\"{$r[title]}\"});\r\n {/loop}\r\n box.show();\r\n \r\n</script>\',\n)',1395039506,1,'dhadmin'),(21,3,'array (\n \'id\' => \'3\',\n \'siteid\' => \'1\',\n \'name\' => \'首页关于我们\',\n \'pos\' => \'index_about\',\n \'type\' => \'1\',\n \'data\' => \'<a href=\"/index.php?m=content&c=index&a=lists&catid=147\"><img alt=\"鼎辉科技\" border=\"0\" height=\"83\" src=\"images/info_img.jpg\" width=\"280\" /></a>\r\n<p> Founded in 1996 in Shanghai, China, Shanghai Toplite Technology Company Limited is an ISO-certified RoHS-compliant LED manufacturer and technical solution provider for the electronics industry. With over 17 years of dedication to R&D, quality, and innovation, Toplite has ascended to becoming one of the major LED suppliers with customers across the globe including Samsung, KONE, FUJITEC, Sharp, Yungtay, Schindler, Haier, Little Swan, etc. Utilizing ASM fully-automated production lines at the 60,000-square-foot state-of-the-art production plant in Shanghai, Toplite offers a wide selection of LED products ranging from industry-standard SMD LEDs, Through Hole LEDs, High Power LEDs, to customized offerings such as custom LED displays and Chip-on-Board modules for lighting applications. With a capacity of 80 million light-units per month, Toplite is capable of delivering at the lead time among the shortest in the industry. With the highest quality products, prompt customer service, fast delivery and competitive pricing, Toplite has become a more and more influential player in the global LED marketplace.<br />\r\n<br />\r\n Toplite International LLC, also known as Toplite USA, located in Aliso Viejo, California, is the US branch office serving our customers in North American markets. With dedicated resources and strong backing from the home office, Toplite USA strives to build closer and long term partnership with our valued customers in the region by bringing them the exceptional values in the forms of quality product, competitive pricing, and excellent technical services.</p>\',\n \'template\' => \'\',\n)',1408526105,1,'dhadmin'),(22,3,'array (\n \'id\' => \'3\',\n \'siteid\' => \'1\',\n \'name\' => \'首页关于我们\',\n \'pos\' => \'index_about\',\n \'type\' => \'1\',\n \'data\' => \'<a href=\"/index.php?m=content&c=index&a=lists&catid=147\"><img alt=\"鼎辉科技\" border=\"0\" height=\"83\" src=\"images/info_img.jpg\" width=\"280\" /></a>\r\n<p> Founded in 1996 in Shanghai, China, Shanghai Toplite Technology Company Limited is an ISO-certified RoHS-compliant LED manufacturer and technical solution provider for the electronics industry. With over 17 years of dedication to R&D, quality, and innovation, Toplite has ascended to becoming one of the major LED suppliers with customers across the globe including Samsung, KONE, FUJITEC, Sharp, Yungtay, Schindler, Haier, Little Swan, etc. Utilizing ASM fully-automated production lines at the 60,000-square-foot state-of-the-art production plant in Shanghai, Toplite offers a wide selection of LED products ranging from industry-standard SMD LEDs, Through Hole LEDs, High Power LEDs, to customized offerings such as custom LED displays and Chip-on-Board modules for lighting applications. With a capacity of 80 million light-units per month, Toplite is capable of delivering at the lead time among the shortest in the industry. With the highest quality products, prompt customer service, fast delivery and competitive pricing, Toplite has become a more and more influential player in the global LED marketplace.<br />\r\n<br />\r\n Toplite International LLC, also known as Toplite USA, located in Aliso Viejo, California, is the US branch office serving our customers in North American markets. With dedicated resources and strong backing from the home office, Toplite USA strives to build closer and long term partnership with our valued customers in the region by bringing them the exceptional values in the forms of quality product, competitive pricing, and excellent technical services.</p>\',\n \'template\' => \'\',\n)',1408526169,1,'dhadmin'),(23,3,'array (\n \'id\' => \'3\',\n \'siteid\' => \'1\',\n \'name\' => \'首页关于我们\',\n \'pos\' => \'index_about\',\n \'type\' => \'1\',\n \'data\' => \'<img alt=\"鼎辉科技\" border=\"0\" height=\"83\" src=\"images/info_img.jpg\" width=\"280\" style=\"width:300px;float: left; margin-right:15px\" />\r\n<p> Founded in 1996 in Shanghai, China, Shanghai Toplite Technology Company Limited is an ISO-certified RoHS-compliant LED manufacturer and technical solution provider for the electronics industry. With over 17 years of dedication to R&D, quality, and innovation, Toplite has ascended to becoming one of the major LED suppliers with customers across the globe including Samsung, KONE, FUJITEC, Sharp, Yungtay, Schindler, Haier, Little Swan, etc. Utilizing ASM fully-automated production lines at the 60,000-square-foot state-of-the-art production plant in Shanghai, Toplite offers a wide selection of LED products ranging from industry-standard SMD LEDs, Through Hole LEDs, High Power LEDs, to customized offerings such as custom LED displays and Chip-on-Board modules for lighting applications. With a capacity of 80 million light-units per month, Toplite is capable of delivering at the lead time among the shortest in the industry. With the highest quality products, prompt customer service, fast delivery and competitive pricing, Toplite has become a more and more influential player in the global LED marketplace.<br />\r\n<br />\r\n Toplite International LLC, also known as Toplite USA, located in Aliso Viejo, California, is the US branch office serving our customers in North American markets. With dedicated resources and strong backing from the home office, Toplite USA strives to build closer and long term partnership with our valued customers in the region by bringing them the exceptional values in the forms of quality product, competitive pricing, and excellent technical services.</p>\',\n \'template\' => \'\',\n)',1408526272,1,'dhadmin'),(24,3,'array (\n \'id\' => \'3\',\n \'siteid\' => \'1\',\n \'name\' => \'首页关于我们\',\n \'pos\' => \'index_about\',\n \'type\' => \'1\',\n \'data\' => \'<img border=\"0\" src=\"/uploadfile/2014/0820/20140820051457518.jpg\" style=\"width:300px;float: left; margin-right:15px\" />\r\n<p> Founded in 1996 in Shanghai, China, Shanghai Toplite Technology Company Limited is an ISO-certified RoHS-compliant LED manufacturer and technical solution provider for the electronics industry. With over 17 years of dedication to R&D, quality, and innovation, Toplite has ascended to becoming one of the major LED suppliers with customers across the globe including Samsung, KONE, FUJITEC, Sharp, Yungtay, Schindler, Haier, Little Swan, etc. Utilizing ASM fully-automated production lines at the 60,000-square-foot state-of-the-art production plant in Shanghai, Toplite offers a wide selection of LED products ranging from industry-standard SMD LEDs, Through Hole LEDs, High Power LEDs, to customized offerings such as custom LED displays and Chip-on-Board modules for lighting applications. With a capacity of 80 million light-units per month, Toplite is capable of delivering at the lead time among the shortest in the industry. With the highest quality products, prompt customer service, fast delivery and competitive pricing, Toplite has become a more and more influential player in the global LED marketplace.<br />\r\n<br />\r\n Toplite International LLC, also known as Toplite USA, located in Aliso Viejo, California, is the US branch office serving our customers in North American markets. With dedicated resources and strong backing from the home office, Toplite USA strives to build closer and long term partnership with our valued customers in the region by bringing them the exceptional values in the forms of quality product, competitive pricing, and excellent technical services.</p>\',\n \'template\' => \'\',\n)',1408526406,1,'dhadmin'); /*!40000 ALTER TABLE `dh_block_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_block_priv` -- DROP TABLE IF EXISTS `dh_block_priv`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_block_priv` ( `id` int(10) unsigned NOT NULL auto_increment, `roleid` tinyint(3) unsigned default '0', `siteid` smallint(5) unsigned default '0', `blockid` int(10) unsigned default '0', PRIMARY KEY (`id`), KEY `blockid` (`blockid`), KEY `roleid` (`roleid`,`siteid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_block_priv` -- LOCK TABLES `dh_block_priv` WRITE; /*!40000 ALTER TABLE `dh_block_priv` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_block_priv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_cache` -- DROP TABLE IF EXISTS `dh_cache`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_cache` ( `filename` char(50) NOT NULL, `path` char(50) NOT NULL, `data` mediumtext NOT NULL, PRIMARY KEY (`filename`,`path`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_cache` -- LOCK TABLES `dh_cache` WRITE; /*!40000 ALTER TABLE `dh_cache` DISABLE KEYS */; INSERT INTO `dh_cache` VALUES ('mood_program.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 1 => \n array (\n 1 => \n array (\n \'use\' => \'1\',\n \'name\' => \'震惊\',\n \'pic\' => \'mood/a1.gif\',\n ),\n 2 => \n array (\n \'use\' => \'1\',\n \'name\' => \'不解\',\n \'pic\' => \'mood/a2.gif\',\n ),\n 3 => \n array (\n \'use\' => \'1\',\n \'name\' => \'愤怒\',\n \'pic\' => \'mood/a3.gif\',\n ),\n 4 => \n array (\n \'use\' => \'1\',\n \'name\' => \'杯具\',\n \'pic\' => \'mood/a4.gif\',\n ),\n 5 => \n array (\n \'use\' => \'1\',\n \'name\' => \'无聊\',\n \'pic\' => \'mood/a5.gif\',\n ),\n 6 => \n array (\n \'use\' => \'1\',\n \'name\' => \'高兴\',\n \'pic\' => \'mood/a6.gif\',\n ),\n 7 => \n array (\n \'use\' => \'1\',\n \'name\' => \'支持\',\n \'pic\' => \'mood/a7.gif\',\n ),\n 8 => \n array (\n \'use\' => \'1\',\n \'name\' => \'超赞\',\n \'pic\' => \'mood/a8.gif\',\n ),\n 9 => \n array (\n \'use\' => NULL,\n \'name\' => \'\',\n \'pic\' => \'\',\n ),\n 10 => \n array (\n \'use\' => NULL,\n \'name\' => \'\',\n \'pic\' => \'\',\n ),\n ),\n);\n?>'),('category_content.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 6 => \'1\',\n 7 => \'1\',\n 28 => \'1\',\n 287 => \'1\',\n 16 => \'1\',\n 293 => \'1\',\n 19 => \'1\',\n 289 => \'1\',\n 8 => \'1\',\n 20 => \'1\',\n 21 => \'1\',\n 9 => \'1\',\n 10 => \'1\',\n 12 => \'1\',\n 301 => \'1\',\n 14 => \'1\',\n 13 => \'1\',\n 17 => \'1\',\n 18 => \'1\',\n 147 => \'1\',\n 146 => \'1\',\n 22 => \'1\',\n 23 => \'1\',\n 24 => \'1\',\n 25 => \'1\',\n 26 => \'1\',\n 27 => \'1\',\n 31 => \'1\',\n 32 => \'1\',\n 35 => \'1\',\n 37 => \'1\',\n 38 => \'1\',\n 39 => \'1\',\n 357 => \'1\',\n 59 => \'1\',\n 60 => \'1\',\n 51 => \'1\',\n 50 => \'1\',\n 53 => \'1\',\n 54 => \'1\',\n 273 => \'1\',\n 57 => \'1\',\n 73 => \'1\',\n 77 => \'1\',\n 82 => \'1\',\n 87 => \'1\',\n 89 => \'1\',\n 95 => \'1\',\n 98 => \'1\',\n 108 => \'1\',\n 110 => \'1\',\n 118 => \'1\',\n 124 => \'1\',\n 125 => \'1\',\n 126 => \'1\',\n 127 => \'1\',\n 128 => \'1\',\n 129 => \'1\',\n 130 => \'1\',\n 131 => \'1\',\n 132 => \'1\',\n 133 => \'1\',\n 134 => \'1\',\n 135 => \'1\',\n 136 => \'1\',\n 137 => \'1\',\n 138 => \'1\',\n 139 => \'1\',\n 148 => \'1\',\n 149 => \'1\',\n 150 => \'1\',\n 156 => \'1\',\n 157 => \'1\',\n 158 => \'1\',\n 159 => \'1\',\n 160 => \'1\',\n 161 => \'1\',\n 162 => \'1\',\n 163 => \'1\',\n 164 => \'1\',\n 165 => \'1\',\n 166 => \'1\',\n 167 => \'1\',\n 168 => \'1\',\n 169 => \'1\',\n 170 => \'1\',\n 171 => \'1\',\n 172 => \'1\',\n 173 => \'1\',\n 174 => \'1\',\n 175 => \'1\',\n 176 => \'1\',\n 177 => \'1\',\n 178 => \'1\',\n 179 => \'1\',\n 180 => \'1\',\n 181 => \'1\',\n 182 => \'1\',\n 183 => \'1\',\n 184 => \'1\',\n 185 => \'1\',\n 186 => \'1\',\n 187 => \'1\',\n 188 => \'1\',\n 189 => \'1\',\n 190 => \'1\',\n 191 => \'1\',\n 192 => \'1\',\n 193 => \'1\',\n 194 => \'1\',\n 195 => \'1\',\n 196 => \'1\',\n 197 => \'1\',\n 198 => \'1\',\n 199 => \'1\',\n 200 => \'1\',\n 201 => \'1\',\n 202 => \'1\',\n 203 => \'1\',\n 204 => \'1\',\n 205 => \'1\',\n 206 => \'1\',\n 207 => \'1\',\n 208 => \'1\',\n 209 => \'1\',\n 210 => \'1\',\n 211 => \'1\',\n 212 => \'1\',\n 223 => \'1\',\n 224 => \'1\',\n 225 => \'1\',\n 227 => \'1\',\n 228 => \'1\',\n 229 => \'1\',\n 230 => \'1\',\n 253 => \'1\',\n 254 => \'1\',\n 255 => \'1\',\n 256 => \'1\',\n 257 => \'1\',\n 258 => \'1\',\n 259 => \'1\',\n 260 => \'1\',\n 261 => \'1\',\n 262 => \'1\',\n 263 => \'1\',\n 264 => \'1\',\n 265 => \'1\',\n 266 => \'1\',\n 268 => \'1\',\n 269 => \'1\',\n 270 => \'1\',\n 271 => \'1\',\n 272 => \'1\',\n 276 => \'1\',\n 277 => \'1\',\n 278 => \'1\',\n 281 => \'1\',\n 282 => \'1\',\n 283 => \'1\',\n 284 => \'1\',\n 285 => \'1\',\n 286 => \'1\',\n 288 => \'1\',\n 290 => \'1\',\n 294 => \'1\',\n 295 => \'1\',\n 296 => \'1\',\n 297 => \'1\',\n 298 => \'1\',\n 299 => \'1\',\n 321 => \'1\',\n 322 => \'1\',\n 323 => \'1\',\n 324 => \'1\',\n 325 => \'1\',\n 326 => \'1\',\n 327 => \'1\',\n 328 => \'1\',\n 329 => \'1\',\n 330 => \'1\',\n 331 => \'1\',\n 332 => \'1\',\n 333 => \'1\',\n 334 => \'1\',\n 335 => \'1\',\n 336 => \'1\',\n 337 => \'1\',\n 338 => \'1\',\n 339 => \'1\',\n 340 => \'1\',\n 341 => \'1\',\n 342 => \'1\',\n 343 => \'1\',\n 344 => \'1\',\n 345 => \'1\',\n 346 => \'1\',\n 347 => \'1\',\n 348 => \'1\',\n 349 => \'1\',\n 350 => \'1\',\n 351 => \'1\',\n 352 => \'1\',\n 353 => \'1\',\n 354 => \'1\',\n 355 => \'1\',\n 356 => \'1\',\n 358 => \'1\',\n);\n?>'),('category_content_1.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 6 => \n array (\n \'catid\' => \'6\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'3\',\n \'parentid\' => \'0\',\n \'arrparentid\' => \'0\',\n \'child\' => \'1\',\n \'arrchildid\' => \'6,7,35,357,59,60,50,51,53,54,273,57,358,38,108,110,39,118,276,277,287,288,73,77,82,87,89,284,297,293,294,295,296,289,37,95,98,278,298,299,8,13,281,282,9,148,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,149,175,176,177,178,179,180,181,182,150,183,184,185,186,187,188,189,290,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,10,207,223,254,255,256,257,258,259,260,261,262,208,224,209,225,210,227,228,263,264,265,266,211,229,268,269,270,271,272,212,230,12,301,321,325,326,327,328,322,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,323,347,348,349,350,351,324,352,353,14,130,131,132,133,134,136,135,125,126,127,128,129,137,138,139\',\n \'catname\' => \'Products\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'\',\n \'catdir\' => \'products\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=6\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product2\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show_picture\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'1\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'products\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 7 => \n array (\n \'catid\' => \'7\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'6\',\n \'arrparentid\' => \'0,6\',\n \'child\' => \'1\',\n \'arrchildid\' => \'7,35,357,59,60,50,51,53,54,273,57,358,38,108,110,39,118,276,277\',\n \'catname\' => \'Standard COB\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'<img border=\"0\" height=\"230\" src=\"images/T-xl.jpg\" width=\"960\" /><br />\r\n\',\n \'parentdir\' => \'products/\',\n \'catdir\' => \'cobled\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=7\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show_picture\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'1\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'standard cob\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 28 => \n array (\n \'catid\' => \'28\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'14\',\n \'parentid\' => \'0\',\n \'arrparentid\' => \'0\',\n \'child\' => \'1\',\n \'arrchildid\' => \'28,31,32,124,356\',\n \'catname\' => \'Technology\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'\',\n \'catdir\' => \'technology\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=28\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_jishu\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'2\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'technology\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 287 => \n array (\n \'catid\' => \'287\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'6\',\n \'arrparentid\' => \'0,6\',\n \'child\' => \'1\',\n \'arrchildid\' => \'287,288,73,77,82,87,89,284,297\',\n \'catname\' => \'Linear COB\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/\',\n \'catdir\' => \'TLF\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=287\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show_picture\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'2\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'linear cob\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 16 => \n array (\n \'catid\' => \'16\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'1\',\n \'parentid\' => \'0\',\n \'arrparentid\' => \'0\',\n \'child\' => \'1\',\n \'arrchildid\' => \'16,17,18\',\n \'catname\' => \'News\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'\',\n \'catdir\' => \'news\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=16\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_news\\\',\n \\\'list_template\\\' => \\\'list_news\\\',\n \\\'show_template\\\' => \\\'show_news\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'3\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'news\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 293 => \n array (\n \'catid\' => \'293\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'6\',\n \'arrparentid\' => \'0,6\',\n \'child\' => \'1\',\n \'arrchildid\' => \'293,294,295,296\',\n \'catname\' => \'AC drive COB\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/\',\n \'catdir\' => \'ACCOB\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=293\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_productnlm\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'3\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ac drive cob\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 19 => \n array (\n \'catid\' => \'19\',\n \'siteid\' => \'1\',\n \'type\' => \'1\',\n \'modelid\' => \'0\',\n \'parentid\' => \'0\',\n \'arrparentid\' => \'0\',\n \'child\' => \'1\',\n \'arrchildid\' => \'19,25,26,27\',\n \'catname\' => \'Investor\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'\',\n \'catdir\' => \'investor\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=19\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'page_template\\\' => \\\'page_guanxi\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n)\',\n \'listorder\' => \'4\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'investor\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => NULL,\n \'ishtml\' => \'0\',\n \'content_ishtml\' => NULL,\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'workflowid\' => NULL,\n \'isdomain\' => \'0\',\n ),\n 289 => \n array (\n \'catid\' => \'289\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'6\',\n \'arrparentid\' => \'0,6\',\n \'child\' => \'1\',\n \'arrchildid\' => \'289,37,95,98,278,298,299\',\n \'catname\' => \'High power COB\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/\',\n \'catdir\' => \'hicob\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=289\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show_picture\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'4\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'high power cob\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 8 => \n array (\n \'catid\' => \'8\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'21\',\n \'parentid\' => \'6\',\n \'arrparentid\' => \'0,6\',\n \'child\' => \'1\',\n \'arrchildid\' => \'8,13,281,282\',\n \'catname\' => \'High Power LED Lamp\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/\',\n \'catdir\' => \'power\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=8\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_productnlm\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show_picture\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'5\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'high power led lamp\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 20 => \n array (\n \'catid\' => \'20\',\n \'siteid\' => \'1\',\n \'type\' => \'1\',\n \'modelid\' => \'0\',\n \'parentid\' => \'0\',\n \'arrparentid\' => \'0\',\n \'child\' => \'0\',\n \'arrchildid\' => \'20\',\n \'catname\' => \'Sales Network\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'\',\n \'catdir\' => \'SalesNetwork\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=20\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'page_template\\\' => \\\'page_marketing\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n)\',\n \'listorder\' => \'5\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'sales network\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => NULL,\n \'ishtml\' => \'0\',\n \'content_ishtml\' => NULL,\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'workflowid\' => NULL,\n \'isdomain\' => \'0\',\n ),\n 9 => \n array (\n \'catid\' => \'9\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'6\',\n \'arrparentid\' => \'0,6\',\n \'child\' => \'1\',\n \'arrchildid\' => \'9,148,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,149,175,176,177,178,179,180,181,182,150,183,184,185,186,187,188,189,290,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206\',\n \'catname\' => \'Seven Segment Display\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/\',\n \'catdir\' => \'digital\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=9\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show_picture\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'6\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'seven segment display\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 21 => \n array (\n \'catid\' => \'21\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'13\',\n \'parentid\' => \'0\',\n \'arrparentid\' => \'0\',\n \'child\' => \'1\',\n \'arrchildid\' => \'21,147,146,22,23,24\',\n \'catname\' => \'About US\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'\',\n \'catdir\' => \'about\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=21\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_case\\\',\n \\\'list_template\\\' => \\\'list_case\\\',\n \\\'show_template\\\' => \\\'show_case\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'6\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'about us\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 10 => \n array (\n \'catid\' => \'10\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'6\',\n \'arrparentid\' => \'0,6\',\n \'child\' => \'1\',\n \'arrchildid\' => \'10,207,223,254,255,256,257,258,259,260,261,262,208,224,209,225,210,227,228,263,264,265,266,211,229,268,269,270,271,272,212,230\',\n \'catname\' => \'Dot matrix Display\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/\',\n \'catdir\' => \'dotmodule\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=10\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show_picture\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'7\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'dot matrix display\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 12 => \n array (\n \'catid\' => \'12\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'20\',\n \'parentid\' => \'6\',\n \'arrparentid\' => \'0,6\',\n \'child\' => \'0\',\n \'arrchildid\' => \'12\',\n \'catname\' => \'Backlight\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/\',\n \'catdir\' => \'backlight\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=12\',\n \'items\' => \'30\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_productnc\\\',\n \\\'list_template\\\' => \\\'list_productnc\\\',\n \\\'show_template\\\' => \\\'show_picture\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'8\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'backlight\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 301 => \n array (\n \'catid\' => \'301\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'6\',\n \'arrparentid\' => \'0,6\',\n \'child\' => \'1\',\n \'arrchildid\' => \'301,321,325,326,327,328,322,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,323,347,348,349,350,351,324,352,353\',\n \'catname\' => \'Indicator\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818030808758.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/\',\n \'catdir\' => \'zhishfu\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=301\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show_picture\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'9\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'indicator\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 14 => \n array (\n \'catid\' => \'14\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'6\',\n \'arrparentid\' => \'0,6\',\n \'child\' => \'1\',\n \'arrchildid\' => \'14,130,131,132,133,134,136,135,125,126,127,128,129,137,138,139\',\n \'catname\' => \'Through Hole LED\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/\',\n \'catdir\' => \'diode\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=14\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show_picture\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'10\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'through hole led\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 13 => \n array (\n \'catid\' => \'13\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'19\',\n \'parentid\' => \'8\',\n \'arrparentid\' => \'0,6,8\',\n \'child\' => \'0\',\n \'arrchildid\' => \'13\',\n \'catname\' => \'SMD LED\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0314/20140314105233658.jpg\',\n \'description\' => \'采用SMT封装技术的表面贴装器件,体积小、重量轻,贴装时不受引线间距、通孔间距的限制,从而大大提高了电子产品的组装密度。TOPLITE提供种类丰富、色彩齐全、白色色温范围广泛,应用领域庞大。\',\n \'parentdir\' => \'products/power/\',\n \'catdir\' => \'smd\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=13\',\n \'items\' => \'7\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'13\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'smd led\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 17 => \n array (\n \'catid\' => \'17\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'1\',\n \'parentid\' => \'16\',\n \'arrparentid\' => \'0,16\',\n \'child\' => \'0\',\n \'arrchildid\' => \'17\',\n \'catname\' => \'Corporate Information\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'news/\',\n \'catdir\' => \'information\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=17\',\n \'items\' => \'13\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_news\\\',\n \\\'list_template\\\' => \\\'list_news\\\',\n \\\'show_template\\\' => \\\'show_news\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'17\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'corporate information\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 18 => \n array (\n \'catid\' => \'18\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'1\',\n \'parentid\' => \'16\',\n \'arrparentid\' => \'0,16\',\n \'child\' => \'0\',\n \'arrchildid\' => \'18\',\n \'catname\' => \'Media Reports\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'news/\',\n \'catdir\' => \'media\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=18\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_news\\\',\n \\\'list_template\\\' => \\\'list_news\\\',\n \\\'show_template\\\' => \\\'show_news\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'18\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'media reports\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 147 => \n array (\n \'catid\' => \'147\',\n \'siteid\' => \'1\',\n \'type\' => \'1\',\n \'modelid\' => \'0\',\n \'parentid\' => \'21\',\n \'arrparentid\' => \'0,21\',\n \'child\' => \'0\',\n \'arrchildid\' => \'147\',\n \'catname\' => \'Introduction\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'about/\',\n \'catdir\' => \'about\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=147\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'page_template\\\' => \\\'page_about\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n)\',\n \'listorder\' => \'20\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'introduction\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => NULL,\n \'ishtml\' => \'0\',\n \'content_ishtml\' => NULL,\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'workflowid\' => NULL,\n \'isdomain\' => \'0\',\n ),\n 146 => \n array (\n \'catid\' => \'146\',\n \'siteid\' => \'1\',\n \'type\' => \'1\',\n \'modelid\' => \'0\',\n \'parentid\' => \'21\',\n \'arrparentid\' => \'0,21\',\n \'child\' => \'0\',\n \'arrchildid\' => \'146\',\n \'catname\' => \'organization\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'about/\',\n \'catdir\' => \'organization\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=146\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'page_template\\\' => \\\'page_about\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n)\',\n \'listorder\' => \'21\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'organization\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => NULL,\n \'ishtml\' => \'0\',\n \'content_ishtml\' => NULL,\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'workflowid\' => NULL,\n \'isdomain\' => \'0\',\n ),\n 22 => \n array (\n \'catid\' => \'22\',\n \'siteid\' => \'1\',\n \'type\' => \'1\',\n \'modelid\' => \'0\',\n \'parentid\' => \'21\',\n \'arrparentid\' => \'0,21\',\n \'child\' => \'0\',\n \'arrchildid\' => \'22\',\n \'catname\' => \'Environment\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'about/\',\n \'catdir\' => \'environment\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=22\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'page_template\\\' => \\\'page_huanjing\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n)\',\n \'listorder\' => \'22\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'environment\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => NULL,\n \'ishtml\' => \'0\',\n \'content_ishtml\' => NULL,\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'workflowid\' => NULL,\n \'isdomain\' => \'0\',\n ),\n 23 => \n array (\n \'catid\' => \'23\',\n \'siteid\' => \'1\',\n \'type\' => \'1\',\n \'modelid\' => \'0\',\n \'parentid\' => \'21\',\n \'arrparentid\' => \'0,21\',\n \'child\' => \'0\',\n \'arrchildid\' => \'23\',\n \'catname\' => \'Honor\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'about/\',\n \'catdir\' => \'honor\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=23\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'page_template\\\' => \\\'page_huanjing\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n)\',\n \'listorder\' => \'23\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'honor\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => NULL,\n \'ishtml\' => \'0\',\n \'content_ishtml\' => NULL,\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'workflowid\' => NULL,\n \'isdomain\' => \'0\',\n ),\n 24 => \n array (\n \'catid\' => \'24\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'13\',\n \'parentid\' => \'21\',\n \'arrparentid\' => \'0,21\',\n \'child\' => \'0\',\n \'arrchildid\' => \'24\',\n \'catname\' => \'Case\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'about/\',\n \'catdir\' => \'case\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=24\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_case\\\',\n \\\'list_template\\\' => \\\'list_case\\\',\n \\\'show_template\\\' => \\\'show_case\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'24\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'case\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 25 => \n array (\n \'catid\' => \'25\',\n \'siteid\' => \'1\',\n \'type\' => \'1\',\n \'modelid\' => \'0\',\n \'parentid\' => \'19\',\n \'arrparentid\' => \'0,19\',\n \'child\' => \'0\',\n \'arrchildid\' => \'25\',\n \'catname\' => \'Investor Relations\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'investor/\',\n \'catdir\' => \'relationship\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=25\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'page_template\\\' => \\\'page_guanxi\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n)\',\n \'listorder\' => \'25\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'investor relations\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => NULL,\n \'ishtml\' => \'0\',\n \'content_ishtml\' => NULL,\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'workflowid\' => NULL,\n \'isdomain\' => \'0\',\n ),\n 26 => \n array (\n \'catid\' => \'26\',\n \'siteid\' => \'1\',\n \'type\' => \'1\',\n \'modelid\' => \'0\',\n \'parentid\' => \'19\',\n \'arrparentid\' => \'0,19\',\n \'child\' => \'0\',\n \'arrchildid\' => \'26\',\n \'catname\' => \'Corporate Governance\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'investor/\',\n \'catdir\' => \'governance\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=26\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'page_template\\\' => \\\'page_guanxi\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n)\',\n \'listorder\' => \'26\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'corporate governance\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => NULL,\n \'ishtml\' => \'0\',\n \'content_ishtml\' => NULL,\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'workflowid\' => NULL,\n \'isdomain\' => \'0\',\n ),\n 27 => \n array (\n \'catid\' => \'27\',\n \'siteid\' => \'1\',\n \'type\' => \'1\',\n \'modelid\' => \'0\',\n \'parentid\' => \'19\',\n \'arrparentid\' => \'0,19\',\n \'child\' => \'0\',\n \'arrchildid\' => \'27\',\n \'catname\' => \'Report\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'investor/\',\n \'catdir\' => \'report\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=27\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'page_template\\\' => \\\'page_guanxi\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n)\',\n \'listorder\' => \'27\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'report\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => NULL,\n \'ishtml\' => \'0\',\n \'content_ishtml\' => NULL,\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'workflowid\' => NULL,\n \'isdomain\' => \'0\',\n ),\n 31 => \n array (\n \'catid\' => \'31\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'14\',\n \'parentid\' => \'28\',\n \'arrparentid\' => \'0,28\',\n \'child\' => \'0\',\n \'arrchildid\' => \'31\',\n \'catname\' => \'2014 COB Catalog\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'technology/\',\n \'catdir\' => \'2014PDF\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=31\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_jishu\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'31\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'2014 cob catalog\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 32 => \n array (\n \'catid\' => \'32\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'14\',\n \'parentid\' => \'28\',\n \'arrparentid\' => \'0,28\',\n \'child\' => \'0\',\n \'arrchildid\' => \'32\',\n \'catname\' => \'2013 LED Product Catalog\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'technology/\',\n \'catdir\' => \'2013PDF\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=32\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_jishu\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'32\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'2013 led product catalog\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 35 => \n array (\n \'catid\' => \'35\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'7\',\n \'arrparentid\' => \'0,6,7\',\n \'child\' => \'1\',\n \'arrchildid\' => \'35,357,59,60,50,51,53,54,273,57,358\',\n \'catname\' => \'TE Series\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/\',\n \'catdir\' => \'TE\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=35\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'35\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'te series\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 37 => \n array (\n \'catid\' => \'37\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'289\',\n \'arrparentid\' => \'0,6,289\',\n \'child\' => \'1\',\n \'arrchildid\' => \'37,95,98,278\',\n \'catname\' => \'TP Series\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/hicob/\',\n \'catdir\' => \'ATP\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=37\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'37\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'tp series\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 38 => \n array (\n \'catid\' => \'38\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'7\',\n \'arrparentid\' => \'0,6,7\',\n \'child\' => \'1\',\n \'arrchildid\' => \'38,108,110\',\n \'catname\' => \'TR Series\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/\',\n \'catdir\' => \'ATR\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=38\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'38\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'tr series\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 39 => \n array (\n \'catid\' => \'39\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'7\',\n \'arrparentid\' => \'0,6,7\',\n \'child\' => \'1\',\n \'arrchildid\' => \'39,118,276,277\',\n \'catname\' => \'TS Series\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/\',\n \'catdir\' => \'ATS\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=39\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'39\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ts series\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 357 => \n array (\n \'catid\' => \'357\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'35\',\n \'arrparentid\' => \'0,6,7,35\',\n \'child\' => \'0\',\n \'arrchildid\' => \'357\',\n \'catname\' => \'ATE-R8\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/TE/\',\n \'catdir\' => \'ATE-R8\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=357\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_productnc\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'49\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ate-r8\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 59 => \n array (\n \'catid\' => \'59\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'35\',\n \'arrparentid\' => \'0,6,7,35\',\n \'child\' => \'0\',\n \'arrchildid\' => \'59\',\n \'catname\' => \'ATE-R7\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808012932224.jpg\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/TE/\',\n \'catdir\' => \'TE-R7\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=59\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'50\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ate-r7\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 60 => \n array (\n \'catid\' => \'60\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'35\',\n \'arrparentid\' => \'0,6,7,35\',\n \'child\' => \'0\',\n \'arrchildid\' => \'60\',\n \'catname\' => \'ATE-R6\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808113850693.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/TE/\',\n \'catdir\' => \'TE-R6\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=60\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'50\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ate-r6\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 50 => \n array (\n \'catid\' => \'50\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'35\',\n \'arrparentid\' => \'0,6,7,35\',\n \'child\' => \'0\',\n \'arrchildid\' => \'50\',\n \'catname\' => \'ATE-R10\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808013930255.jpg\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/TE/\',\n \'catdir\' => \'TE-R10\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=50\',\n \'items\' => \'8\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'51\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ate-r10\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 51 => \n array (\n \'catid\' => \'51\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'35\',\n \'arrparentid\' => \'0,6,7,35\',\n \'child\' => \'0\',\n \'arrchildid\' => \'51\',\n \'catname\' => \'ATE-R11\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808013223655.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/TE/\',\n \'catdir\' => \'TE-R11\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=51\',\n \'items\' => \'12\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'51\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ate-r11\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 53 => \n array (\n \'catid\' => \'53\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'35\',\n \'arrparentid\' => \'0,6,7,35\',\n \'child\' => \'0\',\n \'arrchildid\' => \'53\',\n \'catname\' => \'ATE-R14\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0225/20140225065936423.jpg\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/TE/\',\n \'catdir\' => \'TE-R14\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=53\',\n \'items\' => \'6\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'53\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ate-r14\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 54 => \n array (\n \'catid\' => \'54\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'35\',\n \'arrparentid\' => \'0,6,7,35\',\n \'child\' => \'0\',\n \'arrchildid\' => \'54\',\n \'catname\' => \'ATE-R15\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808014034865.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/TE/\',\n \'catdir\' => \'TE-R\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=54\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'54\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ate-r15\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 273 => \n array (\n \'catid\' => \'273\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'35\',\n \'arrparentid\' => \'0,6,7,35\',\n \'child\' => \'0\',\n \'arrchildid\' => \'273\',\n \'catname\' => \'ATE-R20\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808014142143.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/TE/\',\n \'catdir\' => \'TE-R20\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=273\',\n \'items\' => \'8\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'54\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ate-r20\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 57 => \n array (\n \'catid\' => \'57\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'35\',\n \'arrparentid\' => \'0,6,7,35\',\n \'child\' => \'0\',\n \'arrchildid\' => \'57\',\n \'catname\' => \'ATE-R23\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808014412465.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/TE/\',\n \'catdir\' => \'TE-R23\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=57\',\n \'items\' => \'8\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'57\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ate-r23\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 73 => \n array (\n \'catid\' => \'73\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'288\',\n \'arrparentid\' => \'0,6,287,288\',\n \'child\' => \'0\',\n \'arrchildid\' => \'73\',\n \'catname\' => \'ATL-B36\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808063554250.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/TLF/TLssdd/\',\n \'catdir\' => \'ATL-B36\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=73\',\n \'items\' => \'6\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'73\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atl-b36\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 77 => \n array (\n \'catid\' => \'77\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'288\',\n \'arrparentid\' => \'0,6,287,288\',\n \'child\' => \'0\',\n \'arrchildid\' => \'77\',\n \'catname\' => \'ATL-B72\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0214/20140214101343848.jpg\',\n \'description\' => \'\',\n \'parentdir\' => \'products/TLF/TLssdd/\',\n \'catdir\' => \'ATL-B72\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=77\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'77\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atl-b72\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 82 => \n array (\n \'catid\' => \'82\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'288\',\n \'arrparentid\' => \'0,6,287,288\',\n \'child\' => \'0\',\n \'arrchildid\' => \'82\',\n \'catname\' => \'ATL-B4\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808063232626.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/TLF/TLssdd/\',\n \'catdir\' => \'ATL-B4\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=82\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'82\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atl-b4\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 87 => \n array (\n \'catid\' => \'87\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'288\',\n \'arrparentid\' => \'0,6,287,288\',\n \'child\' => \'0\',\n \'arrchildid\' => \'87\',\n \'catname\' => \'ATL-S40\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0214/20140214101743503.jpg\',\n \'description\' => \'\',\n \'parentdir\' => \'products/TLF/TLssdd/\',\n \'catdir\' => \'ATL-S40\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=87\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'87\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atl-s40\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 89 => \n array (\n \'catid\' => \'89\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'288\',\n \'arrparentid\' => \'0,6,287,288\',\n \'child\' => \'0\',\n \'arrchildid\' => \'89\',\n \'catname\' => \'ATL-S72\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0214/20140214101922785.jpg\',\n \'description\' => \'\',\n \'parentdir\' => \'products/TLF/TLssdd/\',\n \'catdir\' => \'ATL-S72\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=89\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'89\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atl-s72\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 95 => \n array (\n \'catid\' => \'95\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'37\',\n \'arrparentid\' => \'0,6,289,37\',\n \'child\' => \'0\',\n \'arrchildid\' => \'95\',\n \'catname\' => \'ATP-1818\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0226/20140226102533261.jpg\',\n \'description\' => \'\',\n \'parentdir\' => \'products/hicob/ATP/\',\n \'catdir\' => \'ATP-1818\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=95\',\n \'items\' => \'6\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'95\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atp-1818\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 98 => \n array (\n \'catid\' => \'98\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'37\',\n \'arrparentid\' => \'0,6,289,37\',\n \'child\' => \'0\',\n \'arrchildid\' => \'98\',\n \'catname\' => \'ATP-2424\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0226/20140226102601356.jpg\',\n \'description\' => \'\',\n \'parentdir\' => \'products/hicob/ATP/\',\n \'catdir\' => \'ATP-2424\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=98\',\n \'items\' => \'9\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'98\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atp-2424\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 108 => \n array (\n \'catid\' => \'108\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'38\',\n \'arrparentid\' => \'0,6,7,38\',\n \'child\' => \'0\',\n \'arrchildid\' => \'108\',\n \'catname\' => \'ATR-R17\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808014550761.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/ATR/\',\n \'catdir\' => \'TR-R17\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=108\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'108\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atr-r17\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 110 => \n array (\n \'catid\' => \'110\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'38\',\n \'arrparentid\' => \'0,6,7,38\',\n \'child\' => \'0\',\n \'arrchildid\' => \'110\',\n \'catname\' => \'ATR-R27\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808044554945.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/ATR/\',\n \'catdir\' => \'TR-R27\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=110\',\n \'items\' => \'6\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'110\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atr-r27\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 118 => \n array (\n \'catid\' => \'118\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'39\',\n \'arrparentid\' => \'0,6,7,39\',\n \'child\' => \'0\',\n \'arrchildid\' => \'118\',\n \'catname\' => \'ATS-R30\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808014837395.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/ATS/\',\n \'catdir\' => \'TS-R30\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=118\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'118\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ats-r30\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 124 => \n array (\n \'catid\' => \'124\',\n \'siteid\' => \'1\',\n \'type\' => \'1\',\n \'modelid\' => \'0\',\n \'parentid\' => \'28\',\n \'arrparentid\' => \'0,28\',\n \'child\' => \'0\',\n \'arrchildid\' => \'124\',\n \'catname\' => \'Question\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'technology/\',\n \'catdir\' => \'tijiao\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=124\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'page_template\\\' => \\\'page_support\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n)\',\n \'listorder\' => \'124\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'question\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => NULL,\n \'ishtml\' => \'0\',\n \'content_ishtml\' => NULL,\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'workflowid\' => NULL,\n \'isdomain\' => \'0\',\n ),\n 125 => \n array (\n \'catid\' => \'125\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'135\',\n \'arrparentid\' => \'0,6,14,135\',\n \'child\' => \'0\',\n \'arrchildid\' => \'125\',\n \'catname\' => \'Round 3mm\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0811/20140811032033562.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/round/\',\n \'catdir\' => \'Round3mm\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=125\',\n \'items\' => \'59\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'125\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'round 3mm\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 126 => \n array (\n \'catid\' => \'126\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'135\',\n \'arrparentid\' => \'0,6,14,135\',\n \'child\' => \'0\',\n \'arrchildid\' => \'126\',\n \'catname\' => \'Round 4.8mm\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0811/20140811032640221.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/round/\',\n \'catdir\' => \'Round4-8mm\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=126\',\n \'items\' => \'29\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'126\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'round 4.8mm\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 127 => \n array (\n \'catid\' => \'127\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'135\',\n \'arrparentid\' => \'0,6,14,135\',\n \'child\' => \'0\',\n \'arrchildid\' => \'127\',\n \'catname\' => \'Round 5mm\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0811/20140811032729767.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/round/\',\n \'catdir\' => \'Round5mm\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=127\',\n \'items\' => \'78\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'127\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'round 5mm\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 128 => \n array (\n \'catid\' => \'128\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'135\',\n \'arrparentid\' => \'0,6,14,135\',\n \'child\' => \'0\',\n \'arrchildid\' => \'128\',\n \'catname\' => \'Round 8mm\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0811/20140811032824696.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/round/\',\n \'catdir\' => \'Round8mm\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=128\',\n \'items\' => \'6\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'128\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'round 8mm\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 129 => \n array (\n \'catid\' => \'129\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'135\',\n \'arrparentid\' => \'0,6,14,135\',\n \'child\' => \'0\',\n \'arrchildid\' => \'129\',\n \'catname\' => \'Round 10mm\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0811/20140811032953113.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/round/\',\n \'catdir\' => \'Round10mm\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=129\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'129\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'round 10mm\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 130 => \n array (\n \'catid\' => \'130\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'14\',\n \'arrparentid\' => \'0,6,14\',\n \'child\' => \'1\',\n \'arrchildid\' => \'130,131,132,133,134,136\',\n \'catname\' => \'Through-Hole Rectangular LED\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/\',\n \'catdir\' => \'Rectangular\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=130\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'130\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'through-hole rectangular led\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 131 => \n array (\n \'catid\' => \'131\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'130\',\n \'arrparentid\' => \'0,6,14,130\',\n \'child\' => \'0\',\n \'arrchildid\' => \'131\',\n \'catname\' => \'Rectangular 2x3mm\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0811/20140811031613659.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/Rectangular/\',\n \'catdir\' => \'Rectangular2x3mm\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=131\',\n \'items\' => \'11\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'131\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'rectangular 2x3mm\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 132 => \n array (\n \'catid\' => \'132\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'130\',\n \'arrparentid\' => \'0,6,14,130\',\n \'child\' => \'0\',\n \'arrchildid\' => \'132\',\n \'catname\' => \'Rectangular 2x4mm\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0811/20140811031737868.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/Rectangular/\',\n \'catdir\' => \'Rectangular2x4mm\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=132\',\n \'items\' => \'7\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'132\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'rectangular 2x4mm\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 133 => \n array (\n \'catid\' => \'133\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'130\',\n \'arrparentid\' => \'0,6,14,130\',\n \'child\' => \'0\',\n \'arrchildid\' => \'133\',\n \'catname\' => \'Rectangular 2x5mm\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0811/20140811031824850.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/Rectangular/\',\n \'catdir\' => \'Rectangular2x5mm\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=133\',\n \'items\' => \'10\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'133\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'rectangular 2x5mm\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 134 => \n array (\n \'catid\' => \'134\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'130\',\n \'arrparentid\' => \'0,6,14,130\',\n \'child\' => \'0\',\n \'arrchildid\' => \'134\',\n \'catname\' => \'Rectangular 2.5x5mm\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0811/20140811031912725.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/Rectangular/\',\n \'catdir\' => \'Rectangular2-5x5mm\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=134\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'134\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'rectangular 2.5x5mm\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 135 => \n array (\n \'catid\' => \'135\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'14\',\n \'arrparentid\' => \'0,6,14\',\n \'child\' => \'1\',\n \'arrchildid\' => \'135,125,126,127,128,129\',\n \'catname\' => \'Through-Hole Round LED\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/\',\n \'catdir\' => \'round\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=135\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'135\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'through-hole round led\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 136 => \n array (\n \'catid\' => \'136\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'130\',\n \'arrparentid\' => \'0,6,14,130\',\n \'child\' => \'0\',\n \'arrchildid\' => \'136\',\n \'catname\' => \'Rectangular 2.3×6.85mm\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0811/20140811031219640.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/Rectangular/\',\n \'catdir\' => \'Rectangularmm\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=136\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'136\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'rectangular 2.36.85mm\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 137 => \n array (\n \'catid\' => \'137\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'14\',\n \'arrparentid\' => \'0,6,14\',\n \'child\' => \'1\',\n \'arrchildid\' => \'137,138,139\',\n \'catname\' => \'Through-Hole Tower Type LED\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/\',\n \'catdir\' => \'TowerType\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=137\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'137\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'through-hole tower type led\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 138 => \n array (\n \'catid\' => \'138\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'137\',\n \'arrparentid\' => \'0,6,14,137\',\n \'child\' => \'0\',\n \'arrchildid\' => \'138\',\n \'catname\' => \'Tower Type 2mm\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0811/20140811033029531.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/TowerType/\',\n \'catdir\' => \'TowerType2mm\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=138\',\n \'items\' => \'7\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'138\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'tower type 2mm\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 139 => \n array (\n \'catid\' => \'139\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'16\',\n \'parentid\' => \'137\',\n \'arrparentid\' => \'0,6,14,137\',\n \'child\' => \'0\',\n \'arrchildid\' => \'139\',\n \'catname\' => \'Tower Type 2.1mm\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0811/20140811033107636.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/diode/TowerType/\',\n \'catdir\' => \'TowerType2-1mm\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=139\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'139\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'tower type 2.1mm\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 148 => \n array (\n \'catid\' => \'148\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'9\',\n \'arrparentid\' => \'0,6,9\',\n \'child\' => \'1\',\n \'arrchildid\' => \'148,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174\',\n \'catname\' => \'1-Digit Display\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/\',\n \'catdir\' => \'1DigitDisplay\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=148\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'148\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit display\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 149 => \n array (\n \'catid\' => \'149\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'9\',\n \'arrparentid\' => \'0,6,9\',\n \'child\' => \'1\',\n \'arrchildid\' => \'149,175,176,177,178,179,180,181,182\',\n \'catname\' => \'2-Digit Display\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/\',\n \'catdir\' => \'2DigitDisplay\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=149\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'149\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'2-digit display\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 150 => \n array (\n \'catid\' => \'150\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'9\',\n \'arrparentid\' => \'0,6,9\',\n \'child\' => \'1\',\n \'arrchildid\' => \'150,183,184,185,186,187,188,189\',\n \'catname\' => \'3-Digit Display\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/\',\n \'catdir\' => \'3DigitDisplay\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=150\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'150\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'3-digit display\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 156 => \n array (\n \'catid\' => \'156\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'156\',\n \'catname\' => \'1-Digit 0.28\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808060920777.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s1\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=156\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'156\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 0.28\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 157 => \n array (\n \'catid\' => \'157\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'157\',\n \'catname\' => \'1-Digit 0.31\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808061008809.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s2\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=157\',\n \'items\' => \'6\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'157\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 0.31\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 158 => \n array (\n \'catid\' => \'158\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'158\',\n \'catname\' => \'1-Digit 0.36\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808061052644.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s3\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=158\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'158\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 0.36\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 159 => \n array (\n \'catid\' => \'159\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'159\',\n \'catname\' => \'1-Digit 0.39\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0812/20140812023101959.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s4\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=159\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'159\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 0.39\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 160 => \n array (\n \'catid\' => \'160\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'160\',\n \'catname\' => \'1-Digit 0.4\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808062229381.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s5\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=160\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'160\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 0.4\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 161 => \n array (\n \'catid\' => \'161\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'161\',\n \'catname\' => \'1-Digit 0.5\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808062309493.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s6\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=161\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'161\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 0.5\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 162 => \n array (\n \'catid\' => \'162\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'162\',\n \'catname\' => \'1-Digit 0.52\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808062346817.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s7\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=162\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'162\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 0.52\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 163 => \n array (\n \'catid\' => \'163\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'163\',\n \'catname\' => \'1-Digit 0.56\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808062425658.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s8\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=163\',\n \'items\' => \'7\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'163\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 0.56\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 164 => \n array (\n \'catid\' => \'164\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'164\',\n \'catname\' => \'1-Digit 0.6\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808062533349.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s9\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=164\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'164\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 0.6\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 165 => \n array (\n \'catid\' => \'165\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'165\',\n \'catname\' => \'1-Digit 0.8\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808062605460.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s10\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=165\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'165\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 0.8\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 166 => \n array (\n \'catid\' => \'166\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'166\',\n \'catname\' => \'1-Digit 1.0\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808062651106.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s11\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=166\',\n \'items\' => \'10\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'166\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 1.0\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 167 => \n array (\n \'catid\' => \'167\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'167\',\n \'catname\' => \'1-Digit 1.2\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808062733365.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s12\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=167\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'167\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 1.2\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 168 => \n array (\n \'catid\' => \'168\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'168\',\n \'catname\' => \'1-Digit 1.5\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0812/20140812022719595.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s13\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=168\',\n \'items\' => \'6\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'168\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 1.5\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 169 => \n array (\n \'catid\' => \'169\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'169\',\n \'catname\' => \'1-Digit 1.8\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0812/20140812022811540.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s14\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=169\',\n \'items\' => \'10\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'169\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 1.8\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 170 => \n array (\n \'catid\' => \'170\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'170\',\n \'catname\' => \'1-Digit 2.0\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0812/20140812024219761.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s15\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=170\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'170\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 2.0\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 171 => \n array (\n \'catid\' => \'171\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'171\',\n \'catname\' => \'1-Digit 2.3\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808063046169.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s16\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=171\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'171\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 2.3\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 172 => \n array (\n \'catid\' => \'172\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'172\',\n \'catname\' => \'1-Digit 3.0\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808063131487.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s17\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=172\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'172\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 3.0\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 173 => \n array (\n \'catid\' => \'173\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'173\',\n \'catname\' => \'1-Digit 4.0\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808063203384.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s18\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=173\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'173\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 4.0\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 174 => \n array (\n \'catid\' => \'174\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'148\',\n \'arrparentid\' => \'0,6,9,148\',\n \'child\' => \'0\',\n \'arrchildid\' => \'174\',\n \'catname\' => \'1-Digit 5.0\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808063239879.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/1DigitDisplay/\',\n \'catdir\' => \'s19\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=174\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'174\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'1-digit 5.0\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 175 => \n array (\n \'catid\' => \'175\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'149\',\n \'arrparentid\' => \'0,6,9,149\',\n \'child\' => \'0\',\n \'arrchildid\' => \'175\',\n \'catname\' => \'2-Digit 0.28\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808063514971.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/2DigitDisplay/\',\n \'catdir\' => \'d1\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=175\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'175\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'2-digit 0.28\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 176 => \n array (\n \'catid\' => \'176\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'149\',\n \'arrparentid\' => \'0,6,9,149\',\n \'child\' => \'0\',\n \'arrchildid\' => \'176\',\n \'catname\' => \'2-Digit 0.36\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808063546823.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/2DigitDisplay/\',\n \'catdir\' => \'d2\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=176\',\n \'items\' => \'6\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'176\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'2-digit 0.36\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 177 => \n array (\n \'catid\' => \'177\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'149\',\n \'arrparentid\' => \'0,6,9,149\',\n \'child\' => \'0\',\n \'arrchildid\' => \'177\',\n \'catname\' => \'2-Digit 0.4\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808063620372.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/2DigitDisplay/\',\n \'catdir\' => \'d3\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=177\',\n \'items\' => \'6\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'177\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'2-digit 0.4\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 178 => \n array (\n \'catid\' => \'178\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'149\',\n \'arrparentid\' => \'0,6,9,149\',\n \'child\' => \'0\',\n \'arrchildid\' => \'178\',\n \'catname\' => \'2-Digit 0.52\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0812/20140812023309411.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/2DigitDisplay/\',\n \'catdir\' => \'d4\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=178\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'178\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'2-digit 0.52\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 179 => \n array (\n \'catid\' => \'179\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'149\',\n \'arrparentid\' => \'0,6,9,149\',\n \'child\' => \'0\',\n \'arrchildid\' => \'179\',\n \'catname\' => \'2-Digit 0.54\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808063750515.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/2DigitDisplay/\',\n \'catdir\' => \'d5\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=179\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'179\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'2-digit 0.54\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 180 => \n array (\n \'catid\' => \'180\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'149\',\n \'arrparentid\' => \'0,6,9,149\',\n \'child\' => \'0\',\n \'arrchildid\' => \'180\',\n \'catname\' => \'2-Digit 0.56\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808063848909.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/2DigitDisplay/\',\n \'catdir\' => \'d6\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=180\',\n \'items\' => \'21\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'180\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'2-digit 0.56\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 181 => \n array (\n \'catid\' => \'181\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'149\',\n \'arrparentid\' => \'0,6,9,149\',\n \'child\' => \'0\',\n \'arrchildid\' => \'181\',\n \'catname\' => \'2-Digit 0.8\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808063940237.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/2DigitDisplay/\',\n \'catdir\' => \'d7\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=181\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'181\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'2-digit 0.8\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 182 => \n array (\n \'catid\' => \'182\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'149\',\n \'arrparentid\' => \'0,6,9,149\',\n \'child\' => \'0\',\n \'arrchildid\' => \'182\',\n \'catname\' => \'2-Digit 1.0\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808064013619.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/2DigitDisplay/\',\n \'catdir\' => \'d8\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=182\',\n \'items\' => \'11\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'182\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'2-digit 1.0\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 183 => \n array (\n \'catid\' => \'183\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'150\',\n \'arrparentid\' => \'0,6,9,150\',\n \'child\' => \'0\',\n \'arrchildid\' => \'183\',\n \'catname\' => \'3-Digit 0.25\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808064217114.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/3DigitDisplay/\',\n \'catdir\' => \'t1\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=183\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'183\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'3-digit 0.25\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 184 => \n array (\n \'catid\' => \'184\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'150\',\n \'arrparentid\' => \'0,6,9,150\',\n \'child\' => \'0\',\n \'arrchildid\' => \'184\',\n \'catname\' => \'3-Digit 0.28\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808064249614.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/3DigitDisplay/\',\n \'catdir\' => \'t2\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=184\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'184\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'3-digit 0.28\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 185 => \n array (\n \'catid\' => \'185\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'150\',\n \'arrparentid\' => \'0,6,9,150\',\n \'child\' => \'0\',\n \'arrchildid\' => \'185\',\n \'catname\' => \'3-Digit 0.36\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808064323163.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/3DigitDisplay/\',\n \'catdir\' => \'t3\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=185\',\n \'items\' => \'5\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'185\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'3-digit 0.36\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 186 => \n array (\n \'catid\' => \'186\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'150\',\n \'arrparentid\' => \'0,6,9,150\',\n \'child\' => \'0\',\n \'arrchildid\' => \'186\',\n \'catname\' => \'3-Digit 0.4\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808064350673.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/3DigitDisplay/\',\n \'catdir\' => \'t4\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=186\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'186\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'3-digit 0.4\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 187 => \n array (\n \'catid\' => \'187\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'150\',\n \'arrparentid\' => \'0,6,9,150\',\n \'child\' => \'0\',\n \'arrchildid\' => \'187\',\n \'catname\' => \'3-Digit 0.52\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808064438648.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/3DigitDisplay/\',\n \'catdir\' => \'t5\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=187\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'187\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'3-digit 0.52\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 188 => \n array (\n \'catid\' => \'188\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'150\',\n \'arrparentid\' => \'0,6,9,150\',\n \'child\' => \'0\',\n \'arrchildid\' => \'188\',\n \'catname\' => \'3-Digit 0.56\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808064551617.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/3DigitDisplay/\',\n \'catdir\' => \'t6\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=188\',\n \'items\' => \'12\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'188\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'3-digit 0.56\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 189 => \n array (\n \'catid\' => \'189\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'150\',\n \'arrparentid\' => \'0,6,9,150\',\n \'child\' => \'0\',\n \'arrchildid\' => \'189\',\n \'catname\' => \'3-Digit 0.8\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0812/20140812044226922.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/3DigitDisplay/\',\n \'catdir\' => \'t7\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=189\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'189\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'3-digit 0.8\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 190 => \n array (\n \'catid\' => \'190\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'190\',\n \'catname\' => \'4-Digit 0.25\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808064828127.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'f1\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=190\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'190\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'4-digit 0.25\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 191 => \n array (\n \'catid\' => \'191\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'191\',\n \'catname\' => \'4-Digit 0.28\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808064858884.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'f2\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=191\',\n \'items\' => \'6\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'191\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'4-digit 0.28\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 192 => \n array (\n \'catid\' => \'192\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'192\',\n \'catname\' => \'4-Digit 0.3\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808064930761.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'f3\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=192\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'192\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'4-digit 0.3\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 193 => \n array (\n \'catid\' => \'193\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'193\',\n \'catname\' => \'4-Digit 0.36\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808065039499.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'f4\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=193\',\n \'items\' => \'8\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'193\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'4-digit 0.36\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 194 => \n array (\n \'catid\' => \'194\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'194\',\n \'catname\' => \'4-Digit 0.39\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808065124295.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'f5\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=194\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'194\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'4-digit 0.39\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 195 => \n array (\n \'catid\' => \'195\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'195\',\n \'catname\' => \'4-Digit 0.4\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808065222251.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'f6\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=195\',\n \'items\' => \'10\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'195\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'4-digit 0.4\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 196 => \n array (\n \'catid\' => \'196\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'196\',\n \'catname\' => \'4-Digit 0.52\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808065340210.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'f7\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=196\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'196\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'4-digit 0.52\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 197 => \n array (\n \'catid\' => \'197\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'197\',\n \'catname\' => \'4-Digit 0.56\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808065416480.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'f8\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=197\',\n \'items\' => \'16\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'197\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'4-digit 0.56\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 198 => \n array (\n \'catid\' => \'198\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'198\',\n \'catname\' => \'4-Digit 0.8\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808065456178.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'f9\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=198\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'198\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'4-digit 0.8\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 199 => \n array (\n \'catid\' => \'199\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'199\',\n \'catname\' => \'5-Digit 0.25\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808025732169.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'fi1\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=199\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'199\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5-digit 0.25\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 200 => \n array (\n \'catid\' => \'200\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'200\',\n \'catname\' => \'5-Digit 0.36\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808032608157.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'fi2\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=200\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'200\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5-digit 0.36\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 201 => \n array (\n \'catid\' => \'201\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'201\',\n \'catname\' => \'5-Digit 0.52\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808032522293.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'fi3\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=201\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'201\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5-digit 0.52\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 202 => \n array (\n \'catid\' => \'202\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'202\',\n \'catname\' => \'6-Digit 0.3\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808033216670.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'si1\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=202\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'202\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'6-digit 0.3\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 203 => \n array (\n \'catid\' => \'203\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'203\',\n \'catname\' => \'6-Digit 0.36\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808032655475.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'si2\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=203\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'203\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'6-digit 0.36\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 204 => \n array (\n \'catid\' => \'204\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'204\',\n \'catname\' => \'6-Digit 0.52\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808025521365.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'si3\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=204\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'204\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'6-digit 0.52\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 205 => \n array (\n \'catid\' => \'205\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'205\',\n \'catname\' => \'7-Digit 0.52\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'se1\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=205\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'205\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'7-digit 0.52\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 206 => \n array (\n \'catid\' => \'206\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'290\',\n \'arrparentid\' => \'0,6,9,290\',\n \'child\' => \'0\',\n \'arrchildid\' => \'206\',\n \'catname\' => \'8-Digit 0.4\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/duowei/\',\n \'catdir\' => \'e1\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=206\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'206\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'8-digit 0.4\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 207 => \n array (\n \'catid\' => \'207\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'10\',\n \'arrparentid\' => \'0,6,10\',\n \'child\' => \'1\',\n \'arrchildid\' => \'207,223,254,255,256,257,258,259,260,261,262\',\n \'catname\' => \'5x7 Dot Matrix Display\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0218/20140218043842740.png\',\n \'description\' => \'将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。\',\n \'parentdir\' => \'products/dotmodule/\',\n \'catdir\' => \'DMD1\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=207\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'207\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5x7 dot matrix display\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 208 => \n array (\n \'catid\' => \'208\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'10\',\n \'arrparentid\' => \'0,6,10\',\n \'child\' => \'1\',\n \'arrchildid\' => \'208,224\',\n \'catname\' => \'5X8 Dot Matrix Display\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808092926503.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/\',\n \'catdir\' => \'DMD2\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=208\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'208\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5x8 dot matrix display\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 209 => \n array (\n \'catid\' => \'209\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'10\',\n \'arrparentid\' => \'0,6,10\',\n \'child\' => \'1\',\n \'arrchildid\' => \'209,225\',\n \'catname\' => \'6X7 Dot Matrix Display\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/\',\n \'catdir\' => \'DMD3\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=209\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'209\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'6x7 dot matrix display\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 210 => \n array (\n \'catid\' => \'210\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'10\',\n \'arrparentid\' => \'0,6,10\',\n \'child\' => \'1\',\n \'arrchildid\' => \'210,227,228,263,264,265,266\',\n \'catname\' => \'8x8 Dot Matrix Display\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808093145739.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/\',\n \'catdir\' => \'DMD4\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=210\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'210\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'8x8 dot matrix display\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 211 => \n array (\n \'catid\' => \'211\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'10\',\n \'arrparentid\' => \'0,6,10\',\n \'child\' => \'1\',\n \'arrchildid\' => \'211,229,268,269,270,271,272\',\n \'catname\' => \'11x7 Dot Matrix Display\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/\',\n \'catdir\' => \'DMD5\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=211\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'211\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'11x7 dot matrix display\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 212 => \n array (\n \'catid\' => \'212\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'10\',\n \'arrparentid\' => \'0,6,10\',\n \'child\' => \'1\',\n \'arrchildid\' => \'212,230\',\n \'catname\' => \'16X15 Dot Matrix Display\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/\',\n \'catdir\' => \'DMD6\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=212\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'212\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'16x15 dot matrix display\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 223 => \n array (\n \'catid\' => \'223\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'207\',\n \'arrparentid\' => \'0,6,10,207\',\n \'child\' => \'0\',\n \'arrchildid\' => \'223\',\n \'catname\' => \'5x7, 0.12in (3.0mm) Dot Size\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0807/20140807051243135.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD1/\',\n \'catdir\' => \'a\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=223\',\n \'items\' => \'9\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'223\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5x7, 0.12in (3.0mm) dot size\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 224 => \n array (\n \'catid\' => \'224\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'208\',\n \'arrparentid\' => \'0,6,10,208\',\n \'child\' => \'0\',\n \'arrchildid\' => \'224\',\n \'catname\' => \'5x8, 0.12in (3.0mm) Dot Size\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808044946934.png\',\n \'description\' => \'将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。\',\n \'parentdir\' => \'products/dotmodule/DMD2/\',\n \'catdir\' => \'331615\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=224\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'224\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5x8, 0.12in (3.0mm) dot size\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 225 => \n array (\n \'catid\' => \'225\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'209\',\n \'arrparentid\' => \'0,6,10,209\',\n \'child\' => \'0\',\n \'arrchildid\' => \'225\',\n \'catname\' => \'6x7, 0.12inx0.14in (3.0mmx3.5m\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0812/20140812015929476.png\',\n \'description\' => \'将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。\',\n \'parentdir\' => \'products/dotmodule/DMD3/\',\n \'catdir\' => \'3388\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=225\',\n \'items\' => \'8\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'225\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'6x7, 0.12inx0.14in (3.0mmx3.5m\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 227 => \n array (\n \'catid\' => \'227\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'210\',\n \'arrparentid\' => \'0,6,10,210\',\n \'child\' => \'0\',\n \'arrchildid\' => \'227\',\n \'catname\' => \'8x8, 0.07in (1.9mm) Dot Size\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808045251430.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD4/\',\n \'catdir\' => \'3457\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=227\',\n \'items\' => \'12\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'227\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'8x8, 0.07in (1.9mm) dot size\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 228 => \n array (\n \'catid\' => \'228\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'210\',\n \'arrparentid\' => \'0,6,10,210\',\n \'child\' => \'0\',\n \'arrchildid\' => \'228\',\n \'catname\' => \'8x8, 0.12in (3.0mm) Dot Size\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808045341848.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD4/\',\n \'catdir\' => \'35711\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=228\',\n \'items\' => \'13\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'228\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'8x8, 0.12in (3.0mm) dot size\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 229 => \n array (\n \'catid\' => \'229\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'211\',\n \'arrparentid\' => \'0,6,10,211\',\n \'child\' => \'0\',\n \'arrchildid\' => \'229\',\n \'catname\' => \'11x7, 0.12in (3.0×3.0mm) Dot Size\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0812/20140812020326243.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD5/\',\n \'catdir\' => \'1067\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=229\',\n \'items\' => \'7\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'229\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'11x7, 0.12in (3.03.0mm) dot si\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 230 => \n array (\n \'catid\' => \'230\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'212\',\n \'arrparentid\' => \'0,6,10,212\',\n \'child\' => \'0\',\n \'arrchildid\' => \'230\',\n \'catname\' => \'16x15, 0.13inx0.12in (3.4mmx3.\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0812/20140812022458911.png\',\n \'description\' => \'将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。\',\n \'parentdir\' => \'products/dotmodule/DMD6/\',\n \'catdir\' => \'1288\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=230\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'230\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'16x15, 0.13inx0.12in (3.4mmx3.\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 253 => \n array (\n \'catid\' => \'253\',\n \'siteid\' => \'1\',\n \'type\' => \'1\',\n \'modelid\' => \'0\',\n \'parentid\' => \'0\',\n \'arrparentid\' => \'0\',\n \'child\' => \'0\',\n \'arrchildid\' => \'253\',\n \'catname\' => \'Map\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'\',\n \'catdir\' => \'map\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=253\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'page_template\\\' => \\\'page_map\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n)\',\n \'listorder\' => \'253\',\n \'ismenu\' => \'0\',\n \'sethtml\' => \'0\',\n \'letter\' => \'map\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => NULL,\n \'ishtml\' => \'0\',\n \'content_ishtml\' => NULL,\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'workflowid\' => NULL,\n \'isdomain\' => \'0\',\n ),\n 254 => \n array (\n \'catid\' => \'254\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'207\',\n \'arrparentid\' => \'0,6,10,207\',\n \'child\' => \'0\',\n \'arrchildid\' => \'254\',\n \'catname\' => \'5x7, 0.12in (3.0×3.0mm) Dot Size, \',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808042110909.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD1/\',\n \'catdir\' => \'5x7\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=254\',\n \'items\' => \'17\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'254\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5x7, 0.12in (3.03.0mm) dot siz\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 255 => \n array (\n \'catid\' => \'255\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'207\',\n \'arrparentid\' => \'0,6,10,207\',\n \'child\' => \'0\',\n \'arrchildid\' => \'255\',\n \'catname\' => \'5x7, 0.16in (4.0×4.0mm) Dot Size, \',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808041130441.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD1/\',\n \'catdir\' => \'5x74mm\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=255\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'255\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5x7, 0.16in (4.04.0mm) dot siz\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 256 => \n array (\n \'catid\' => \'256\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'207\',\n \'arrparentid\' => \'0,6,10,207\',\n \'child\' => \'0\',\n \'arrchildid\' => \'256\',\n \'catname\' => \'5x7, 0.17inx0.18in (4.2mmx4.5m\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808041419259.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD1/\',\n \'catdir\' => \'5743\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=256\',\n \'items\' => \'6\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'256\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5x7, 0.17inx0.18in (4.2mmx4.5m\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 257 => \n array (\n \'catid\' => \'257\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'207\',\n \'arrparentid\' => \'0,6,10,207\',\n \'child\' => \'0\',\n \'arrchildid\' => \'257\',\n \'catname\' => \'5x7, 0.18inx0.20in (4.5mm×5.3m\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808041640275.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD1/\',\n \'catdir\' => \'574553\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=257\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'257\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5x7, 0.18inx0.20in (4.5mm5.3m\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 258 => \n array (\n \'catid\' => \'258\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'207\',\n \'arrparentid\' => \'0,6,10,207\',\n \'child\' => \'0\',\n \'arrchildid\' => \'258\',\n \'catname\' => \'5x7, 0.30in (7.6mm) Dot Size\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808041813656.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD1/\',\n \'catdir\' => \'5776\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=258\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'258\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5x7, 0.30in (7.6mm) dot size\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 259 => \n array (\n \'catid\' => \'259\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'207\',\n \'arrparentid\' => \'0,6,10,207\',\n \'child\' => \'0\',\n \'arrchildid\' => \'259\',\n \'catname\' => \'5x7, 0.13in (3.4×3.4mm) Dot Size, \',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808041957313.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD1/\',\n \'catdir\' => \'b\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=259\',\n \'items\' => \'5\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'259\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5x7, 0.13in (3.43.4mm) dot siz\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 260 => \n array (\n \'catid\' => \'260\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'207\',\n \'arrparentid\' => \'0,6,10,207\',\n \'child\' => \'0\',\n \'arrchildid\' => \'260\',\n \'catname\' => \'5x7, 0.14inx0.17in (3.5mmx4.3m\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808042216178.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD1/\',\n \'catdir\' => \'573543\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=260\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'260\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5x7, 0.14inx0.17in (3.5mmx4.3m\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 261 => \n array (\n \'catid\' => \'261\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'207\',\n \'arrparentid\' => \'0,6,10,207\',\n \'child\' => \'0\',\n \'arrchildid\' => \'261\',\n \'catname\' => \'5x7, 0.17inx0.19in (4.4mmx4.9m\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808044813338.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD1/\',\n \'catdir\' => \'574449\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=261\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'261\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5x7, 0.17inx0.19in (4.4mmx4.9m\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 262 => \n array (\n \'catid\' => \'262\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'207\',\n \'arrparentid\' => \'0,6,10,207\',\n \'child\' => \'0\',\n \'arrchildid\' => \'262\',\n \'catname\' => \'5x7, 0.20inx0.26in (5.0mmx6.5m\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0812/20140812042836415.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD1/\',\n \'catdir\' => \'575065\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=262\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'262\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'5x7, 0.20inx0.26in (5.0mmx6.5m\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 263 => \n array (\n \'catid\' => \'263\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'210\',\n \'arrparentid\' => \'0,6,10,210\',\n \'child\' => \'0\',\n \'arrchildid\' => \'263\',\n \'catname\' => \'8x8, 0.15in (3.7mm) Dot Size\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808045808283.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD4/\',\n \'catdir\' => \'wer8837\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=263\',\n \'items\' => \'13\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'263\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'8x8, 0.15in (3.7mm) dot size\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 264 => \n array (\n \'catid\' => \'264\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'210\',\n \'arrparentid\' => \'0,6,10,210\',\n \'child\' => \'0\',\n \'arrchildid\' => \'264\',\n \'catname\' => \'8x8, 0.20in (5.0mm) Dot Size\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808045915300.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD4/\',\n \'catdir\' => \'wer8850\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=264\',\n \'items\' => \'15\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'264\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'8x8, 0.20in (5.0mm) dot size\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 265 => \n array (\n \'catid\' => \'265\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'210\',\n \'arrparentid\' => \'0,6,10,210\',\n \'child\' => \'0\',\n \'arrchildid\' => \'265\',\n \'catname\' => \'8x8, 0.12in (3.0×3.0mm) Dot Size, \',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808045459385.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD4/\',\n \'catdir\' => \'ytu3388\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=265\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'265\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'8x8, 0.12in (3.03.0mm) dot siz\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 266 => \n array (\n \'catid\' => \'266\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'210\',\n \'arrparentid\' => \'0,6,10,210\',\n \'child\' => \'0\',\n \'arrchildid\' => \'266\',\n \'catname\' => \'8x8, 0.13in (3.4mm) Dot Size, \',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808050042370.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD4/\',\n \'catdir\' => \'wer8834\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=266\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'266\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'8x8, 0.13in (3.4mm) dot size, \',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 268 => \n array (\n \'catid\' => \'268\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'211\',\n \'arrparentid\' => \'0,6,10,211\',\n \'child\' => \'0\',\n \'arrchildid\' => \'268\',\n \'catname\' => \'11x7, 0.17in×0.18in (4.2mm×4.5\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0812/20140812020922411.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD5/\',\n \'catdir\' => \'1174245\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=268\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'268\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'11x7, 0.17in0.18in (4.2mm4.5\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 269 => \n array (\n \'catid\' => \'269\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'211\',\n \'arrparentid\' => \'0,6,10,211\',\n \'child\' => \'0\',\n \'arrchildid\' => \'269\',\n \'catname\' => \'11x7, 0.20inx0.26in (5.0mmx6.5\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0812/20140812021132998.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD5/\',\n \'catdir\' => \'11x75065\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=269\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'269\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'11x7, 0.20inx0.26in (5.0mmx6.5\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 270 => \n array (\n \'catid\' => \'270\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'211\',\n \'arrparentid\' => \'0,6,10,211\',\n \'child\' => \'0\',\n \'arrchildid\' => \'270\',\n \'catname\' => \'11x7, 0.11in×0.15in (2.9mm×3.9\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808053655998.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD5/\',\n \'catdir\' => \'1172939\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=270\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'270\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'11x7, 0.11in0.15in (2.9mm3.9\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 271 => \n array (\n \'catid\' => \'271\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'211\',\n \'arrparentid\' => \'0,6,10,211\',\n \'child\' => \'0\',\n \'arrchildid\' => \'271\',\n \'catname\' => \'11x7, 0.14in×0.17in (3.5mm×4.3\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808051018175.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD5/\',\n \'catdir\' => \'11x7\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=271\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'271\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'11x7, 0.14in0.17in (3.5mm4.3\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 272 => \n array (\n \'catid\' => \'272\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'18\',\n \'parentid\' => \'211\',\n \'arrparentid\' => \'0,6,10,211\',\n \'child\' => \'0\',\n \'arrchildid\' => \'272\',\n \'catname\' => \'11x7, 0.17in×0.19in (4.4mm×4.9\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0812/20140812022313192.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/dotmodule/DMD5/\',\n \'catdir\' => \'1174449\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=272\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'272\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'11x7, 0.17in0.19in (4.4mm4.9\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 276 => \n array (\n \'catid\' => \'276\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'39\',\n \'arrparentid\' => \'0,6,7,39\',\n \'child\' => \'0\',\n \'arrchildid\' => \'276\',\n \'catname\' => \'ATS-R18\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808052004979.jpg\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/ATS/\',\n \'catdir\' => \'ATS-R18\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=276\',\n \'items\' => \'6\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'276\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ats-r18\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 277 => \n array (\n \'catid\' => \'277\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'39\',\n \'arrparentid\' => \'0,6,7,39\',\n \'child\' => \'0\',\n \'arrchildid\' => \'277\',\n \'catname\' => \'ATS-R40\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808015343535.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/ATS/\',\n \'catdir\' => \'ATS-R40\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=277\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'277\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ats-r40\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 278 => \n array (\n \'catid\' => \'278\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'37\',\n \'arrparentid\' => \'0,6,289,37\',\n \'child\' => \'0\',\n \'arrchildid\' => \'278\',\n \'catname\' => \'ATP-1010\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0226/20140226102627901.jpg\',\n \'description\' => \'\',\n \'parentdir\' => \'products/hicob/ATP/\',\n \'catdir\' => \'ATP-1010\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=278\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'278\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atp-1010\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 281 => \n array (\n \'catid\' => \'281\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'21\',\n \'parentid\' => \'8\',\n \'arrparentid\' => \'0,6,8\',\n \'child\' => \'0\',\n \'arrchildid\' => \'281\',\n \'catname\' => \'A-HR511B\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0228/20140228105840563.jpg\',\n \'description\' => \'\',\n \'parentdir\' => \'products/power/\',\n \'catdir\' => \'A-HR511B\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=281\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show_picture\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'281\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'a-hr511b\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 282 => \n array (\n \'catid\' => \'282\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'21\',\n \'parentid\' => \'8\',\n \'arrparentid\' => \'0,6,8\',\n \'child\' => \'0\',\n \'arrchildid\' => \'282\',\n \'catname\' => \'A-HR511W\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0228/20140228105840563.jpg\',\n \'description\' => \'\',\n \'parentdir\' => \'products/power/\',\n \'catdir\' => \'A-HR511W\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=282\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show_picture\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'282\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'a-hr511w\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 283 => \n array (\n \'catid\' => \'283\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'22\',\n \'parentid\' => \'0\',\n \'arrparentid\' => \'0\',\n \'child\' => \'1\',\n \'arrchildid\' => \'283,285,286,354,355\',\n \'catname\' => \'Recommended Products\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'\',\n \'catdir\' => \'RecommendedProducts\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=283\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_tj\\\',\n \\\'list_template\\\' => \\\'list_tj\\\',\n \\\'show_template\\\' => \\\'show_tj\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'283\',\n \'ismenu\' => \'0\',\n \'sethtml\' => \'0\',\n \'letter\' => \'recommended products\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 284 => \n array (\n \'catid\' => \'284\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'288\',\n \'arrparentid\' => \'0,6,287,288\',\n \'child\' => \'0\',\n \'arrchildid\' => \'284\',\n \'catname\' => \'ATL-X4\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808063742452.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/TLF/TLssdd/\',\n \'catdir\' => \'TL-X4\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=284\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'284\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atl-x4\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 285 => \n array (\n \'catid\' => \'285\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'22\',\n \'parentid\' => \'283\',\n \'arrparentid\' => \'0,283\',\n \'child\' => \'0\',\n \'arrchildid\' => \'285\',\n \'catname\' => \'COB LED Module\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'RecommendedProducts/\',\n \'catdir\' => \'cobledmodule\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=285\',\n \'items\' => \'5\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_tj\\\',\n \\\'list_template\\\' => \\\'list_tj\\\',\n \\\'show_template\\\' => \\\'show_tj\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'285\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'cob led module\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 286 => \n array (\n \'catid\' => \'286\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'22\',\n \'parentid\' => \'283\',\n \'arrparentid\' => \'0,283\',\n \'child\' => \'0\',\n \'arrchildid\' => \'286\',\n \'catname\' => \'Dot matrix Display\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'RecommendedProducts/\',\n \'catdir\' => \'dotmatrixdisplay\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=286\',\n \'items\' => \'5\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_tj\\\',\n \\\'list_template\\\' => \\\'list_tj\\\',\n \\\'show_template\\\' => \\\'show_tj\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'286\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'dot matrix display\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 288 => \n array (\n \'catid\' => \'288\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'287\',\n \'arrparentid\' => \'0,6,287\',\n \'child\' => \'1\',\n \'arrchildid\' => \'288,73,77,82,87,89,284,297\',\n \'catname\' => \'TL系列\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/TLF/\',\n \'catdir\' => \'TLssdd\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=288\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'288\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'tlxilie\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 290 => \n array (\n \'catid\' => \'290\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'17\',\n \'parentid\' => \'9\',\n \'arrparentid\' => \'0,6,9\',\n \'child\' => \'1\',\n \'arrchildid\' => \'290,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206\',\n \'catname\' => \'Multi bit digital\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/digital/\',\n \'catdir\' => \'duowei\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=290\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'290\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'multi bit digital\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 294 => \n array (\n \'catid\' => \'294\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'293\',\n \'arrparentid\' => \'0,6,293\',\n \'child\' => \'0\',\n \'arrchildid\' => \'294\',\n \'catname\' => \'ATE-AR20\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0814/20140814101840933.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/ACCOB/\',\n \'catdir\' => \'TE-AR20\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=294\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'294\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ate-ar20\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 295 => \n array (\n \'catid\' => \'295\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'293\',\n \'arrparentid\' => \'0,6,293\',\n \'child\' => \'0\',\n \'arrchildid\' => \'295\',\n \'catname\' => \'ATR-AR38\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0814/20140814102145550.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/ACCOB/\',\n \'catdir\' => \'TR-AR38\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=295\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'295\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atr-ar38\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 296 => \n array (\n \'catid\' => \'296\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'293\',\n \'arrparentid\' => \'0,6,293\',\n \'child\' => \'0\',\n \'arrchildid\' => \'296\',\n \'catname\' => \'ATL-AB44\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0814/20140814102255365.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/ACCOB/\',\n \'catdir\' => \'TL-AB44\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=296\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'296\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atl-ab44\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 297 => \n array (\n \'catid\' => \'297\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'288\',\n \'arrparentid\' => \'0,6,287,288\',\n \'child\' => \'0\',\n \'arrchildid\' => \'297\',\n \'catname\' => \'ATL-2506\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0814/20140814111007138.jpg\',\n \'description\' => \'\',\n \'parentdir\' => \'products/TLF/TLssdd/\',\n \'catdir\' => \'TL-2506\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=297\',\n \'items\' => \'3\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'297\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atl-2506\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 298 => \n array (\n \'catid\' => \'298\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'289\',\n \'arrparentid\' => \'0,6,289\',\n \'child\' => \'1\',\n \'arrchildid\' => \'298,299\',\n \'catname\' => \'TL Series\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/hicob/\',\n \'catdir\' => \'TL-Series\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=298\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'298\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'tl series\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 299 => \n array (\n \'catid\' => \'299\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'298\',\n \'arrparentid\' => \'0,6,289,298\',\n \'child\' => \'0\',\n \'arrchildid\' => \'299\',\n \'catname\' => \'ATL-B160\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0814/20140814115258879.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/hicob/TL-Series/\',\n \'catdir\' => \'TL-B160\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=299\',\n \'items\' => \'4\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'299\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'atl-b160\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 321 => \n array (\n \'catid\' => \'321\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'301\',\n \'arrparentid\' => \'0,6,301\',\n \'child\' => \'1\',\n \'arrchildid\' => \'321,325,326,327,328\',\n \'catname\' => \'Bar\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818030914484.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/\',\n \'catdir\' => \'Bar\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=321\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'321\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'bar\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 322 => \n array (\n \'catid\' => \'322\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'301\',\n \'arrparentid\' => \'0,6,301\',\n \'child\' => \'1\',\n \'arrchildid\' => \'322,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346\',\n \'catname\' => \'Line\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/\',\n \'catdir\' => \'Line\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=322\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'322\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'line\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 323 => \n array (\n \'catid\' => \'323\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'301\',\n \'arrparentid\' => \'0,6,301\',\n \'child\' => \'1\',\n \'arrchildid\' => \'323,347,348,349,350,351\',\n \'catname\' => \'Arrow\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/\',\n \'catdir\' => \'Arrow\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=323\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'323\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'arrow\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 324 => \n array (\n \'catid\' => \'324\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'301\',\n \'arrparentid\' => \'0,6,301\',\n \'child\' => \'1\',\n \'arrchildid\' => \'324,352,353\',\n \'catname\' => \'Round\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/\',\n \'catdir\' => \'Round\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=324\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'324\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'round\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 325 => \n array (\n \'catid\' => \'325\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'321\',\n \'arrparentid\' => \'0,6,301,321\',\n \'child\' => \'0\',\n \'arrchildid\' => \'325\',\n \'catname\' => \'B05\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818033144289.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Bar/\',\n \'catdir\' => \'B05\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=325\',\n \'items\' => \'6\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'325\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'b05\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 326 => \n array (\n \'catid\' => \'326\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'321\',\n \'arrparentid\' => \'0,6,301,321\',\n \'child\' => \'0\',\n \'arrchildid\' => \'326\',\n \'catname\' => \'B10\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818033228205.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Bar/\',\n \'catdir\' => \'B10\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=326\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'326\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'b10\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 327 => \n array (\n \'catid\' => \'327\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'321\',\n \'arrparentid\' => \'0,6,301,321\',\n \'child\' => \'0\',\n \'arrchildid\' => \'327\',\n \'catname\' => \'B12\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818033315865.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Bar/\',\n \'catdir\' => \'B12\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=327\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'327\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'b12\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 328 => \n array (\n \'catid\' => \'328\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'321\',\n \'arrparentid\' => \'0,6,301,321\',\n \'child\' => \'0\',\n \'arrchildid\' => \'328\',\n \'catname\' => \'L1105\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818033353247.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Bar/\',\n \'catdir\' => \'L1105\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=328\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'328\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l1105\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 329 => \n array (\n \'catid\' => \'329\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'329\',\n \'catname\' => \'L10\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818033507222.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L10\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=329\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'329\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l10\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 330 => \n array (\n \'catid\' => \'330\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'330\',\n \'catname\' => \'L0510\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818033637529.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L0510\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=330\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'330\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l0510\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 331 => \n array (\n \'catid\' => \'331\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'331\',\n \'catname\' => \'L0817\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818033724839.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L0817\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=331\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'331\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l0817\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 332 => \n array (\n \'catid\' => \'332\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'332\',\n \'catname\' => \'L0942\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818033827693.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L0942\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=332\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'332\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l0942\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 333 => \n array (\n \'catid\' => \'333\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'333\',\n \'catname\' => \'L1006\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818033909137.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L1006\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=333\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'333\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l1006\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 334 => \n array (\n \'catid\' => \'334\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'334\',\n \'catname\' => \'L1030\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818034004382.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L1030\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=334\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'334\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l1030\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 335 => \n array (\n \'catid\' => \'335\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'335\',\n \'catname\' => \'L1106\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818034055821.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L1106\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=335\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'335\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l1106\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 336 => \n array (\n \'catid\' => \'336\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'336\',\n \'catname\' => \'L1117\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818034131142.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L1117\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=336\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'336\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l1117\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 337 => \n array (\n \'catid\' => \'337\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'337\',\n \'catname\' => \'L1220\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818034226158.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L1220\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=337\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'337\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l1220\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 338 => \n array (\n \'catid\' => \'338\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'338\',\n \'catname\' => \'L12\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818034325376.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L12\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=338\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'338\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l12\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 339 => \n array (\n \'catid\' => \'339\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'339\',\n \'catname\' => \'L13\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818034437464.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L13\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=339\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'339\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l13\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 340 => \n array (\n \'catid\' => \'340\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'340\',\n \'catname\' => \'L1436\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818034607280.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L1436\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=340\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'340\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l1436\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 341 => \n array (\n \'catid\' => \'341\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'341\',\n \'catname\' => \'L2048\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818035025333.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L2048\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=341\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'341\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l2048\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 342 => \n array (\n \'catid\' => \'342\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'342\',\n \'catname\' => \'L2173\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818035113874.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L2173\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=342\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'342\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l2173\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 343 => \n array (\n \'catid\' => \'343\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'343\',\n \'catname\' => \'L2500\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818035208385.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L2500\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=343\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'343\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l2500\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 344 => \n array (\n \'catid\' => \'344\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'344\',\n \'catname\' => \'L3070\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818035255908.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L3070\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=344\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'344\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l3070\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 345 => \n array (\n \'catid\' => \'345\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'345\',\n \'catname\' => \'L3322\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818035335210.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L3322\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=345\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'345\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l3322\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 346 => \n array (\n \'catid\' => \'346\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'322\',\n \'arrparentid\' => \'0,6,301,322\',\n \'child\' => \'0\',\n \'arrchildid\' => \'346\',\n \'catname\' => \'L4016\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818035437794.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Line/\',\n \'catdir\' => \'L4016\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=346\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'346\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'l4016\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 347 => \n array (\n \'catid\' => \'347\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'323\',\n \'arrparentid\' => \'0,6,301,323\',\n \'child\' => \'0\',\n \'arrchildid\' => \'347\',\n \'catname\' => \'08012\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818035623880.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Arrow/\',\n \'catdir\' => \'08012\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=347\',\n \'items\' => \'8\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'347\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'08012\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 348 => \n array (\n \'catid\' => \'348\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'323\',\n \'arrparentid\' => \'0,6,301,323\',\n \'child\' => \'0\',\n \'arrchildid\' => \'348\',\n \'catname\' => \'J3246\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818035704919.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Arrow/\',\n \'catdir\' => \'J3246\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=348\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'348\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'j3246\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 349 => \n array (\n \'catid\' => \'349\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'323\',\n \'arrparentid\' => \'0,6,301,323\',\n \'child\' => \'0\',\n \'arrchildid\' => \'349\',\n \'catname\' => \'J4264\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818035738174.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Arrow/\',\n \'catdir\' => \'J4264\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=349\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'349\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'j4264\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 350 => \n array (\n \'catid\' => \'350\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'323\',\n \'arrparentid\' => \'0,6,301,323\',\n \'child\' => \'0\',\n \'arrchildid\' => \'350\',\n \'catname\' => \'LJ15\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818035830575.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Arrow/\',\n \'catdir\' => \'LJ15\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=350\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'350\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'lj15\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 351 => \n array (\n \'catid\' => \'351\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'323\',\n \'arrparentid\' => \'0,6,301,323\',\n \'child\' => \'0\',\n \'arrchildid\' => \'351\',\n \'catname\' => \'LS12012\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818035905441.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Arrow/\',\n \'catdir\' => \'LS12012\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=351\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'351\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ls12012\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 352 => \n array (\n \'catid\' => \'352\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'324\',\n \'arrparentid\' => \'0,6,301,324\',\n \'child\' => \'0\',\n \'arrchildid\' => \'352\',\n \'catname\' => \'R3006\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818040047348.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Round/\',\n \'catdir\' => \'R3006\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=352\',\n \'items\' => \'2\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'352\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'r3006\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 353 => \n array (\n \'catid\' => \'353\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'24\',\n \'parentid\' => \'324\',\n \'arrparentid\' => \'0,6,301,324\',\n \'child\' => \'0\',\n \'arrchildid\' => \'353\',\n \'catname\' => \'R3106\',\n \'style\' => \'\',\n \'image\' => \'http://www.topliteusa.com/uploadfile/2014/0818/20140818040122554.png\',\n \'description\' => \'\',\n \'parentdir\' => \'products/zhishfu/Round/\',\n \'catdir\' => \'R3106\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=353\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_product\\\',\n \\\'list_template\\\' => \\\'list_product\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'353\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'r3106\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 354 => \n array (\n \'catid\' => \'354\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'22\',\n \'parentid\' => \'283\',\n \'arrparentid\' => \'0,283\',\n \'child\' => \'0\',\n \'arrchildid\' => \'354\',\n \'catname\' => \'New Products\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'RecommendedProducts/\',\n \'catdir\' => \'NewProducts\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=354\',\n \'items\' => \'5\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_tj\\\',\n \\\'list_template\\\' => \\\'list_tj\\\',\n \\\'show_template\\\' => \\\'show_tj\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'354\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'new products\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 355 => \n array (\n \'catid\' => \'355\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'22\',\n \'parentid\' => \'283\',\n \'arrparentid\' => \'0,283\',\n \'child\' => \'0\',\n \'arrchildid\' => \'355\',\n \'catname\' => \'Seven Segment Display\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'RecommendedProducts/\',\n \'catdir\' => \'SevenSegmentDisplay\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=355\',\n \'items\' => \'5\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_tj\\\',\n \\\'list_template\\\' => \\\'list_tj\\\',\n \\\'show_template\\\' => \\\'show_tj\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'355\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'seven segment display\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 356 => \n array (\n \'catid\' => \'356\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'14\',\n \'parentid\' => \'28\',\n \'arrparentid\' => \'0,28\',\n \'child\' => \'0\',\n \'arrchildid\' => \'356\',\n \'catname\' => \'COB manual\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'technology/\',\n \'catdir\' => \'COBmanual\',\n \'url\' => \'http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=356\',\n \'items\' => \'1\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category_jishu\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'356\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'cob manual\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n 358 => \n array (\n \'catid\' => \'358\',\n \'siteid\' => \'1\',\n \'type\' => \'0\',\n \'modelid\' => \'15\',\n \'parentid\' => \'35\',\n \'arrparentid\' => \'0,6,7,35\',\n \'child\' => \'0\',\n \'arrchildid\' => \'358\',\n \'catname\' => \'测试\',\n \'style\' => \'\',\n \'image\' => \'\',\n \'description\' => \'\',\n \'parentdir\' => \'products/cobled/TE/\',\n \'catdir\' => \'ceshi\',\n \'url\' => \'http://www.topliteusa.com/\',\n \'items\' => \'0\',\n \'hits\' => \'0\',\n \'setting\' => \'array (\n \\\'workflowid\\\' => \\\'\\\',\n \\\'ishtml\\\' => \\\'0\\\',\n \\\'content_ishtml\\\' => \\\'0\\\',\n \\\'create_to_html_root\\\' => \\\'0\\\',\n \\\'template_list\\\' => \\\'default\\\',\n \\\'category_template\\\' => \\\'category\\\',\n \\\'list_template\\\' => \\\'list\\\',\n \\\'show_template\\\' => \\\'show\\\',\n \\\'meta_title\\\' => \\\'\\\',\n \\\'meta_keywords\\\' => \\\'\\\',\n \\\'meta_description\\\' => \\\'\\\',\n \\\'presentpoint\\\' => \\\'1\\\',\n \\\'defaultchargepoint\\\' => \\\'0\\\',\n \\\'paytype\\\' => \\\'0\\\',\n \\\'repeatchargedays\\\' => \\\'1\\\',\n \\\'category_ruleid\\\' => \\\'6\\\',\n \\\'show_ruleid\\\' => \\\'16\\\',\n)\',\n \'listorder\' => \'358\',\n \'ismenu\' => \'1\',\n \'sethtml\' => \'0\',\n \'letter\' => \'ceshi\',\n \'usable_type\' => \'\',\n \'create_to_html_root\' => \'0\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n \'workflowid\' => \'\',\n \'isdomain\' => \'0\',\n ),\n);\n?>'),('category_items_22.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 283 => \'0\',\n 285 => \'5\',\n 286 => \'5\',\n 354 => \'5\',\n 355 => \'5\',\n);\n?>'),('category_items_24.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 301 => \'0\',\n 321 => \'0\',\n 322 => \'0\',\n 323 => \'0\',\n 324 => \'0\',\n 325 => \'6\',\n 326 => \'2\',\n 327 => \'1\',\n 328 => \'2\',\n 329 => \'0\',\n 330 => \'0\',\n 331 => \'0\',\n 332 => \'0\',\n 333 => \'0\',\n 334 => \'0\',\n 335 => \'0\',\n 336 => \'0\',\n 337 => \'0\',\n 338 => \'0\',\n 339 => \'0\',\n 340 => \'0\',\n 341 => \'0\',\n 342 => \'0\',\n 343 => \'0\',\n 344 => \'0\',\n 345 => \'0\',\n 346 => \'0\',\n 347 => \'8\',\n 348 => \'1\',\n 349 => \'1\',\n 350 => \'1\',\n 351 => \'1\',\n 352 => \'2\',\n 353 => \'1\',\n);\n?>'),('category_items_21.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 8 => \'0\',\n 281 => \'1\',\n 282 => \'2\',\n);\n?>'),('category_items_19.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 13 => \'7\',\n);\n?>'),('category_items_20.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 12 => \'30\',\n);\n?>'),('sitelist.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 1 => \n array (\n \'siteid\' => \'1\',\n \'name\' => \'上海鼎晖科技股份有限公司\',\n \'dirname\' => \'\',\n \'domain\' => \'http://www.topliteusa.com/\',\n \'site_title\' => \'上海鼎晖科技股份有限公司\',\n \'keywords\' => \'上海鼎晖科技股份有限公司\',\n \'description\' => \'上海鼎晖科技股份有限公司\',\n \'release_point\' => \'\',\n \'default_style\' => \'default\',\n \'template\' => \'default\',\n \'setting\' => \'array (\n \\\'upload_maxsize\\\' => \\\'204800\\\',\n \\\'upload_allowext\\\' => \\\'jpg|jpeg|gif|bmp|png|doc|docx|xls|xlsx|ppt|pptx|pdf|txt|rar|zip|swf\\\',\n \\\'watermark_enable\\\' => \\\'0\\\',\n \\\'watermark_minwidth\\\' => \\\'300\\\',\n \\\'watermark_minheight\\\' => \\\'300\\\',\n \\\'watermark_img\\\' => \\\'statics/images/water//mark.png\\\',\n \\\'watermark_pct\\\' => \\\'85\\\',\n \\\'watermark_quality\\\' => \\\'80\\\',\n \\\'watermark_pos\\\' => \\\'9\\\',\n)\',\n \'uuid\' => \'f11e19d7-7e50-11e3-8638-9a778845c1f7\',\n \'url\' => \'http://www.topliteusa.com/\',\n ),\n);\n?>'),('downservers.cache.php','caches_commons/caches_data/','<?php\nreturn NULL;\n?>'),('badword.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n);\n?>'),('ipbanned.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n);\n?>'),('keylink.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n);\n?>'),('position.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 19 => \n array (\n \'posid\' => \'19\',\n \'modelid\' => \'0\',\n \'catid\' => \'7\',\n \'name\' => \'首页COB推荐\',\n \'maxnum\' => \'20\',\n \'extention\' => \'\',\n \'listorder\' => \'104\',\n \'siteid\' => \'0\',\n \'thumb\' => \'\',\n ),\n 22 => \n array (\n \'posid\' => \'22\',\n \'modelid\' => \'0\',\n \'catid\' => \'0\',\n \'name\' => \'首页点阵模块推荐\',\n \'maxnum\' => \'20\',\n \'extention\' => \'\',\n \'listorder\' => \'103\',\n \'siteid\' => \'0\',\n \'thumb\' => \'\',\n ),\n 23 => \n array (\n \'posid\' => \'23\',\n \'modelid\' => \'0\',\n \'catid\' => \'0\',\n \'name\' => \'首页数码管推荐\',\n \'maxnum\' => \'20\',\n \'extention\' => \'\',\n \'listorder\' => \'102\',\n \'siteid\' => \'0\',\n \'thumb\' => \'\',\n ),\n 25 => \n array (\n \'posid\' => \'25\',\n \'modelid\' => \'0\',\n \'catid\' => \'0\',\n \'name\' => \'首页要闻图片推荐\',\n \'maxnum\' => \'20\',\n \'extention\' => \'\',\n \'listorder\' => \'95\',\n \'siteid\' => \'0\',\n \'thumb\' => \'\',\n ),\n 24 => \n array (\n \'posid\' => \'24\',\n \'modelid\' => \'0\',\n \'catid\' => \'0\',\n \'name\' => \'首页要闻推荐\',\n \'maxnum\' => \'20\',\n \'extention\' => \'\',\n \'listorder\' => \'94\',\n \'siteid\' => \'0\',\n \'thumb\' => \'\',\n ),\n 10 => \n array (\n \'posid\' => \'10\',\n \'modelid\' => \'0\',\n \'catid\' => \'16\',\n \'name\' => \'新闻中心推荐\',\n \'maxnum\' => \'20\',\n \'extention\' => \'\',\n \'listorder\' => \'93\',\n \'siteid\' => \'0\',\n \'thumb\' => \'\',\n ),\n 21 => \n array (\n \'posid\' => \'21\',\n \'modelid\' => \'0\',\n \'catid\' => \'0\',\n \'name\' => \'栏目页产品推荐\',\n \'maxnum\' => \'20\',\n \'extention\' => \'\',\n \'listorder\' => \'92\',\n \'siteid\' => \'0\',\n \'thumb\' => \'\',\n ),\n 20 => \n array (\n \'posid\' => \'20\',\n \'modelid\' => \'14\',\n \'catid\' => \'28\',\n \'name\' => \'首页下载推荐\',\n \'maxnum\' => \'20\',\n \'extention\' => \'\',\n \'listorder\' => \'91\',\n \'siteid\' => \'1\',\n \'thumb\' => \'\',\n ),\n 13 => \n array (\n \'posid\' => \'13\',\n \'modelid\' => \'0\',\n \'catid\' => \'6\',\n \'name\' => \'产品中心推荐\',\n \'maxnum\' => \'20\',\n \'extention\' => \'\',\n \'listorder\' => \'90\',\n \'siteid\' => \'0\',\n \'thumb\' => \'\',\n ),\n);\n?>'),('role_siteid.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 2 => \n array (\n 0 => 1,\n ),\n 7 => \n array (\n 0 => 1,\n ),\n);\n?>'),('role.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 1 => \'超级管理员\',\n 2 => \'站点管理员\',\n 3 => \'运营总监\',\n 4 => \'总编\',\n 5 => \'编辑\',\n 7 => \'发布人员\',\n);\n?>'),('urlrules_detail.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 1 => \n array (\n \'urlruleid\' => \'1\',\n \'module\' => \'content\',\n \'file\' => \'category\',\n \'ishtml\' => \'1\',\n \'urlrule\' => \'{$categorydir}{$catdir}/index.html|{$categorydir}{$catdir}/{$page}.html\',\n \'example\' => \'news/china/1000.html\',\n ),\n 6 => \n array (\n \'urlruleid\' => \'6\',\n \'module\' => \'content\',\n \'file\' => \'category\',\n \'ishtml\' => \'0\',\n \'urlrule\' => \'index.php?m=content&c=index&a=lists&catid={$catid}|index.php?m=content&c=index&a=lists&catid={$catid}&page={$page}\',\n \'example\' => \'index.php?m=content&c=index&a=lists&catid=1&page=1\',\n ),\n 11 => \n array (\n \'urlruleid\' => \'11\',\n \'module\' => \'content\',\n \'file\' => \'show\',\n \'ishtml\' => \'1\',\n \'urlrule\' => \'{$year}/{$catdir}_{$month}{$day}/{$id}.html|{$year}/{$catdir}_{$month}{$day}/{$id}_{$page}.html\',\n \'example\' => \'2010/catdir_0720/1_2.html\',\n ),\n 12 => \n array (\n \'urlruleid\' => \'12\',\n \'module\' => \'content\',\n \'file\' => \'show\',\n \'ishtml\' => \'1\',\n \'urlrule\' => \'{$categorydir}{$catdir}/{$year}/{$month}{$day}/{$id}.html|{$categorydir}{$catdir}/{$year}/{$month}{$day}/{$id}_{$page}.html\',\n \'example\' => \'it/product/2010/0720/1_2.html\',\n ),\n 16 => \n array (\n \'urlruleid\' => \'16\',\n \'module\' => \'content\',\n \'file\' => \'show\',\n \'ishtml\' => \'0\',\n \'urlrule\' => \'index.php?m=content&c=index&a=show&catid={$catid}&id={$id}|index.php?m=content&c=index&a=show&catid={$catid}&id={$id}&page={$page}\',\n \'example\' => \'index.php?m=content&c=index&a=show&catid=1&id=1\',\n ),\n 17 => \n array (\n \'urlruleid\' => \'17\',\n \'module\' => \'content\',\n \'file\' => \'show\',\n \'ishtml\' => \'0\',\n \'urlrule\' => \'show-{$catid}-{$id}-{$page}.html\',\n \'example\' => \'show-1-2-1.html\',\n ),\n 18 => \n array (\n \'urlruleid\' => \'18\',\n \'module\' => \'content\',\n \'file\' => \'show\',\n \'ishtml\' => \'0\',\n \'urlrule\' => \'content-{$catid}-{$id}-{$page}.html\',\n \'example\' => \'content-1-2-1.html\',\n ),\n 30 => \n array (\n \'urlruleid\' => \'30\',\n \'module\' => \'content\',\n \'file\' => \'category\',\n \'ishtml\' => \'0\',\n \'urlrule\' => \'list-{$catid}-{$page}.html\',\n \'example\' => \'list-1-1.html\',\n ),\n);\n?>'),('urlrules.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 1 => \'{$categorydir}{$catdir}/index.html|{$categorydir}{$catdir}/{$page}.html\',\n 6 => \'index.php?m=content&c=index&a=lists&catid={$catid}|index.php?m=content&c=index&a=lists&catid={$catid}&page={$page}\',\n 11 => \'{$year}/{$catdir}_{$month}{$day}/{$id}.html|{$year}/{$catdir}_{$month}{$day}/{$id}_{$page}.html\',\n 12 => \'{$categorydir}{$catdir}/{$year}/{$month}{$day}/{$id}.html|{$categorydir}{$catdir}/{$year}/{$month}{$day}/{$id}_{$page}.html\',\n 16 => \'index.php?m=content&c=index&a=show&catid={$catid}&id={$id}|index.php?m=content&c=index&a=show&catid={$catid}&id={$id}&page={$page}\',\n 17 => \'show-{$catid}-{$id}-{$page}.html\',\n 18 => \'content-{$catid}-{$id}-{$page}.html\',\n 30 => \'list-{$catid}-{$page}.html\',\n);\n?>'),('modules.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n \'admin\' => \n array (\n \'module\' => \'admin\',\n \'name\' => \'admin\',\n \'url\' => \'\',\n \'iscore\' => \'1\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'array (\n \\\'admin_email\\\' => \\\'phpcms@phpcms.cn\\\',\n \\\'maxloginfailedtimes\\\' => \\\'8\\\',\n \\\'minrefreshtime\\\' => \\\'2\\\',\n \\\'mail_type\\\' => \\\'1\\\',\n \\\'mail_server\\\' => \\\'smtp.qq.com\\\',\n \\\'mail_port\\\' => \\\'25\\\',\n \\\'category_ajax\\\' => \\\'0\\\',\n \\\'mail_user\\\' => \\\'phpcms.cn@foxmail.com\\\',\n \\\'mail_auth\\\' => \\\'1\\\',\n \\\'mail_from\\\' => \\\'phpcms.cn@foxmail.com\\\',\n \\\'mail_password\\\' => \\\'\\\',\n \\\'errorlog_size\\\' => \\\'20\\\',\n)\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-10-18\',\n \'updatedate\' => \'2010-10-18\',\n ),\n \'member\' => \n array (\n \'module\' => \'member\',\n \'name\' => \'会员\',\n \'url\' => \'\',\n \'iscore\' => \'1\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'array (\n \\\'allowregister\\\' => \\\'1\\\',\n \\\'choosemodel\\\' => \\\'1\\\',\n \\\'enablemailcheck\\\' => \\\'0\\\',\n \\\'registerverify\\\' => \\\'0\\\',\n \\\'showapppoint\\\' => \\\'0\\\',\n \\\'rmb_point_rate\\\' => \\\'10\\\',\n \\\'defualtpoint\\\' => \\\'0\\\',\n \\\'defualtamount\\\' => \\\'0\\\',\n \\\'showregprotocol\\\' => \\\'0\\\',\n \\\'regprotocol\\\' => \\\' 欢迎您注册成为phpcms用户\r\n请仔细阅读下面的协议,只有接受协议才能继续进行注册。 \r\n1.服务条款的确认和接纳\r\n phpcms用户服务的所有权和运作权归phpcms拥有。phpcms所提供的服务将按照有关章程、服务条款和操作规则严格执行。用户通过注册程序点击“我同意” 按钮,即表示用户与phpcms达成协议并接受所有的服务条款。\r\n2. phpcms服务简介\r\n phpcms通过国际互联网为用户提供新闻及文章浏览、图片浏览、软件下载、网上留言和BBS论坛等服务。\r\n 用户必须: \r\n 1)购置设备,包括个人电脑一台、调制解调器一个及配备上网装置。 \r\n 2)个人上网和支付与此服务有关的电话费用、网络费用。\r\n 用户同意: \r\n 1)提供及时、详尽及准确的个人资料。 \r\n 2)不断更新注册资料,符合及时、详尽、准确的要求。所有原始键入的资料将引用为注册资料。 \r\n 3)用户同意遵守《中华人民共和国保守国家秘密法》、《中华人民共和国计算机信息系统安全保护条例》、《计算机软件保护条例》等有关计算机及互联网规定的法律和法规、实施办法。在任何情况下,phpcms合理地认为用户的行为可能违反上述法律、法规,phpcms可以在任何时候,不经事先通知终止向该用户提供服务。用户应了解国际互联网的无国界性,应特别注意遵守当地所有有关的法律和法规。\r\n3. 服务条款的修改\r\n phpcms会不定时地修改服务条款,服务条款一旦发生变动,将会在相关页面上提示修改内容。如果您同意改动,则再一次点击“我同意”按钮。 如果您不接受,则及时取消您的用户使用服务资格。\r\n4. 服务修订\r\n phpcms保留随时修改或中断服务而不需知照用户的权利。phpcms行使修改或中断服务的权利,不需对用户或第三方负责。\r\n5. 用户隐私制度\r\n 尊重用户个人隐私是phpcms的 基本政策。phpcms不会公开、编辑或透露用户的注册信息,除非有法律许可要求,或phpcms在诚信的基础上认为透露这些信息在以下三种情况是必要的: \r\n 1)遵守有关法律规定,遵从合法服务程序。 \r\n 2)保持维护phpcms的商标所有权。 \r\n 3)在紧急情况下竭力维护用户个人和社会大众的隐私安全。 \r\n 4)符合其他相关的要求。 \r\n6.用户的帐号,密码和安全性\r\n 一旦注册成功成为phpcms用户,您将得到一个密码和帐号。如果您不保管好自己的帐号和密码安全,将对因此产生的后果负全部责任。另外,每个用户都要对其帐户中的所有活动和事件负全责。您可随时根据指示改变您的密码,也可以结束旧的帐户重开一个新帐户。用户同意若发现任何非法使用用户帐号或安全漏洞的情况,立即通知phpcms。\r\n7. 免责条款\r\n 用户明确同意网站服务的使用由用户个人承担风险。 \r\n phpcms不作任何类型的担保,不担保服务一定能满足用户的要求,也不担保服务不会受中断,对服务的及时性,安全性,出错发生都不作担保。用户理解并接受:任何通过phpcms服务取得的信息资料的可靠性取决于用户自己,用户自己承担所有风险和责任。 \r\n8.有限责任\r\n phpcms对任何直接、间接、偶然、特殊及继起的损害不负责任。\r\n9. 不提供零售和商业性服务 \r\n 用户使用网站服务的权利是个人的。用户只能是一个单独的个体而不能是一个公司或实体商业性组织。用户承诺不经phpcms同意,不能利用网站服务进行销售或其他商业用途。\r\n10.用户责任 \r\n 用户单独承担传输内容的责任。用户必须遵循: \r\n 1)从中国境内向外传输技术性资料时必须符合中国有关法规。 \r\n 2)使用网站服务不作非法用途。 \r\n 3)不干扰或混乱网络服务。 \r\n 4)不在论坛BBS或留言簿发表任何与政治相关的信息。 \r\n 5)遵守所有使用网站服务的网络协议、规定、程序和惯例。\r\n 6)不得利用本站危害国家安全、泄露国家秘密,不得侵犯国家社会集体的和公民的合法权益。\r\n 7)不得利用本站制作、复制和传播下列信息: \r\n 1、煽动抗拒、破坏宪法和法律、行政法规实施的;\r\n 2、煽动颠覆国家政权,推翻社会主义制度的;\r\n 3、煽动分裂国家、破坏国家统一的;\r\n 4、煽动民族仇恨、民族歧视,破坏民族团结的;\r\n 5、捏造或者歪曲事实,散布谣言,扰乱社会秩序的;\r\n 6、宣扬封建迷信、淫秽、色情、赌博、暴力、凶杀、恐怖、教唆犯罪的;\r\n 7、公然侮辱他人或者捏造事实诽谤他人的,或者进行其他恶意攻击的;\r\n 8、损害国家机关信誉的;\r\n 9、其他违反宪法和法律行政法规的;\r\n 10、进行商业广告行为的。\r\n 用户不能传输任何教唆他人构成犯罪行为的资料;不能传输长国内不利条件和涉及国家安全的资料;不能传输任何不符合当地法规、国家法律和国际法 律的资料。未经许可而非法进入其它电脑系统是禁止的。若用户的行为不符合以上的条款,phpcms将取消用户服务帐号。\r\n11.网站内容的所有权\r\n phpcms定义的内容包括:文字、软件、声音、相片、录象、图表;在广告中全部内容;电子邮件的全部内容;phpcms为用户提供的商业信息。所有这些内容受版权、商标、标签和其它财产所有权法律的保护。所以,用户只能在phpcms和广告商授权下才能使用这些内容,而不能擅自复制、篡改这些内容、或创造与内容有关的派生产品。\r\n12.附加信息服务\r\n 用户在享用phpcms提供的免费服务的同时,同意接受phpcms提供的各类附加信息服务。\r\n13.解释权\r\n 本注册协议的解释权归phpcms所有。如果其中有任何条款与国家的有关法律相抵触,则以国家法律的明文规定为准。 \\\',\n \\\'registerverifymessage\\\' => \\\' 欢迎您注册成为phpcms用户,您的账号需要邮箱认证,点击下面链接进行认证:{click}\r\n或者将网址复制到浏览器:{url}\\\',\n \\\'forgetpassword\\\' => \\\' phpcms密码找回,请在一小时内点击下面链接进行操作:{click}\r\n或者将网址复制到浏览器:{url}\\\',\n)\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-06\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'pay\' => \n array (\n \'module\' => \'pay\',\n \'name\' => \'支付\',\n \'url\' => \'\',\n \'iscore\' => \'1\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-06\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'digg\' => \n array (\n \'module\' => \'digg\',\n \'name\' => \'顶一下\',\n \'url\' => \'\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-06\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'special\' => \n array (\n \'module\' => \'special\',\n \'name\' => \'专题\',\n \'url\' => \'\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-06\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'content\' => \n array (\n \'module\' => \'content\',\n \'name\' => \'内容模块\',\n \'url\' => \'\',\n \'iscore\' => \'1\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-06\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'search\' => \n array (\n \'module\' => \'search\',\n \'name\' => \'全站搜索\',\n \'url\' => \'\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'array (\n \\\'fulltextenble\\\' => \\\'1\\\',\n \\\'relationenble\\\' => \\\'1\\\',\n \\\'suggestenable\\\' => \\\'1\\\',\n \\\'sphinxenable\\\' => \\\'0\\\',\n \\\'sphinxhost\\\' => \\\'10.228.134.102\\\',\n \\\'sphinxport\\\' => \\\'9312\\\',\n)\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-06\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'scan\' => \n array (\n \'module\' => \'scan\',\n \'name\' => \'木马扫描\',\n \'url\' => \'scan\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-01\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'attachment\' => \n array (\n \'module\' => \'attachment\',\n \'name\' => \'附件\',\n \'url\' => \'attachment\',\n \'iscore\' => \'1\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-01\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'block\' => \n array (\n \'module\' => \'block\',\n \'name\' => \'碎片\',\n \'url\' => \'\',\n \'iscore\' => \'1\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-01\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'collection\' => \n array (\n \'module\' => \'collection\',\n \'name\' => \'采集模块\',\n \'url\' => \'collection\',\n \'iscore\' => \'1\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-01\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'dbsource\' => \n array (\n \'module\' => \'dbsource\',\n \'name\' => \'数据源\',\n \'url\' => \'\',\n \'iscore\' => \'1\',\n \'version\' => \'\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-01\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'template\' => \n array (\n \'module\' => \'template\',\n \'name\' => \'模板风格\',\n \'url\' => \'\',\n \'iscore\' => \'1\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-01\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'release\' => \n array (\n \'module\' => \'release\',\n \'name\' => \'发布点\',\n \'url\' => \'\',\n \'iscore\' => \'1\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-01\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'video\' => \n array (\n \'module\' => \'video\',\n \'name\' => \'视频库\',\n \'url\' => \'\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2012-09-28\',\n \'updatedate\' => \'2012-09-28\',\n ),\n \'announce\' => \n array (\n \'module\' => \'announce\',\n \'name\' => \'公告\',\n \'url\' => \'announce/\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'公告\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2014-01-16\',\n \'updatedate\' => \'2014-01-16\',\n ),\n \'comment\' => \n array (\n \'module\' => \'comment\',\n \'name\' => \'评论\',\n \'url\' => \'comment/\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'评论\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2014-01-16\',\n \'updatedate\' => \'2014-01-16\',\n ),\n \'link\' => \n array (\n \'module\' => \'link\',\n \'name\' => \'友情链接\',\n \'url\' => \'\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'array (\n 1 => \n array (\n \\\'is_post\\\' => \\\'1\\\',\n \\\'enablecheckcode\\\' => \\\'0\\\',\n ),\n)\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-06\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'vote\' => \n array (\n \'module\' => \'vote\',\n \'name\' => \'投票\',\n \'url\' => \'\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'array (\r\n 1 => \r\n array (\r\n \\\'default_style\\\' => \\\'default\\\',\r\n \\\'vote_tp_template\\\' => \\\'vote_tp\\\',\r\n \\\'allowguest\\\' => \\\'1\\\',\r\n \\\'enabled\\\' => \\\'1\\\',\r\n \\\'interval\\\' => \\\'1\\\',\r\n \\\'credit\\\' => \\\'1\\\',\r\n ),\r\n)\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-06\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'message\' => \n array (\n \'module\' => \'message\',\n \'name\' => \'短消息\',\n \'url\' => \'\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-09-06\',\n \'updatedate\' => \'2010-09-06\',\n ),\n \'mood\' => \n array (\n \'module\' => \'mood\',\n \'name\' => \'新闻心情\',\n \'url\' => \'mood/\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'新闻心情\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2014-01-16\',\n \'updatedate\' => \'2014-01-16\',\n ),\n \'poster\' => \n array (\n \'module\' => \'poster\',\n \'name\' => \'广告模块\',\n \'url\' => \'poster/\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'广告模块\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2014-01-16\',\n \'updatedate\' => \'2014-01-16\',\n ),\n \'formguide\' => \n array (\n \'module\' => \'formguide\',\n \'name\' => \'表单向导\',\n \'url\' => \'formguide/\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'formguide\',\n \'setting\' => \'array (\n \\\'allowmultisubmit\\\' => \\\'1\\\',\n \\\'interval\\\' => \\\'30\\\',\n \\\'allowunreg\\\' => \\\'0\\\',\n \\\'mailmessage\\\' => \\\'用户向我们提交了表单数据,赶快去看看吧。\\\',\n)\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2010-10-20\',\n \'updatedate\' => \'2010-10-20\',\n ),\n \'wap\' => \n array (\n \'module\' => \'wap\',\n \'name\' => \'手机门户\',\n \'url\' => \'wap/\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'手机门户\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2014-01-16\',\n \'updatedate\' => \'2014-01-16\',\n ),\n \'upgrade\' => \n array (\n \'module\' => \'upgrade\',\n \'name\' => \'在线升级\',\n \'url\' => \'\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2011-05-18\',\n \'updatedate\' => \'2011-05-18\',\n ),\n \'tag\' => \n array (\n \'module\' => \'tag\',\n \'name\' => \'标签向导\',\n \'url\' => \'tag/\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'标签向导\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2014-01-16\',\n \'updatedate\' => \'2014-01-16\',\n ),\n \'sms\' => \n array (\n \'module\' => \'sms\',\n \'name\' => \'短信平台\',\n \'url\' => \'sms/\',\n \'iscore\' => \'0\',\n \'version\' => \'1.0\',\n \'description\' => \'短信平台\',\n \'setting\' => \'\',\n \'listorder\' => \'0\',\n \'disabled\' => \'0\',\n \'installdate\' => \'2011-09-02\',\n \'updatedate\' => \'2011-09-02\',\n ),\n);\n?>'),('model.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 1 => \n array (\n \'modelid\' => \'1\',\n \'siteid\' => \'1\',\n \'name\' => \'文章模型\',\n \'description\' => \'\',\n \'tablename\' => \'news\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 2 => \n array (\n \'modelid\' => \'2\',\n \'siteid\' => \'1\',\n \'name\' => \'下载模型\',\n \'description\' => \'\',\n \'tablename\' => \'download\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'default\',\n \'category_template\' => \'category_download\',\n \'list_template\' => \'list_download\',\n \'show_template\' => \'show_download\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 3 => \n array (\n \'modelid\' => \'3\',\n \'siteid\' => \'1\',\n \'name\' => \'图片模型\',\n \'description\' => \'\',\n \'tablename\' => \'picture\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'default\',\n \'category_template\' => \'category_picture\',\n \'list_template\' => \'list_picture\',\n \'show_template\' => \'show_picture\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 11 => \n array (\n \'modelid\' => \'11\',\n \'siteid\' => \'1\',\n \'name\' => \'视频模型\',\n \'description\' => \'\',\n \'tablename\' => \'video\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'default\',\n \'category_template\' => \'category_video\',\n \'list_template\' => \'list_video\',\n \'show_template\' => \'show_video\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 13 => \n array (\n \'modelid\' => \'13\',\n \'siteid\' => \'1\',\n \'name\' => \'成功案例\',\n \'description\' => \'\',\n \'tablename\' => \'case\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'default\',\n \'category_template\' => \'category_case\',\n \'list_template\' => \'list_case\',\n \'show_template\' => \'show_case\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 14 => \n array (\n \'modelid\' => \'14\',\n \'siteid\' => \'1\',\n \'name\' => \'技术下载\',\n \'description\' => \'\',\n \'tablename\' => \'down\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'default\',\n \'category_template\' => \'category_jishu\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 15 => \n array (\n \'modelid\' => \'15\',\n \'siteid\' => \'1\',\n \'name\' => \'COB模组模型\',\n \'description\' => \'\',\n \'tablename\' => \'cob\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 16 => \n array (\n \'modelid\' => \'16\',\n \'siteid\' => \'1\',\n \'name\' => \'发光二极管模型\',\n \'description\' => \'\',\n \'tablename\' => \'lamps\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 17 => \n array (\n \'modelid\' => \'17\',\n \'siteid\' => \'1\',\n \'name\' => \'数码管\',\n \'description\' => \'\',\n \'tablename\' => \'display\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 18 => \n array (\n \'modelid\' => \'18\',\n \'siteid\' => \'1\',\n \'name\' => \'点阵模块\',\n \'description\' => \'\',\n \'tablename\' => \'dotmatrix\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 19 => \n array (\n \'modelid\' => \'19\',\n \'siteid\' => \'1\',\n \'name\' => \'SMD\',\n \'description\' => \'\',\n \'tablename\' => \'smd\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'default\',\n \'category_template\' => \'category_productnc\',\n \'list_template\' => \'list_productnc\',\n \'show_template\' => \'show\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 20 => \n array (\n \'modelid\' => \'20\',\n \'siteid\' => \'1\',\n \'name\' => \'Backlight\',\n \'description\' => \'\',\n \'tablename\' => \'backlight\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'default\',\n \'category_template\' => \'category_productnc\',\n \'list_template\' => \'list_productnc\',\n \'show_template\' => \'show\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 21 => \n array (\n \'modelid\' => \'21\',\n \'siteid\' => \'1\',\n \'name\' => \'大功率LED零件\',\n \'description\' => \'\',\n \'tablename\' => \'highpower\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'\',\n \'category_template\' => \'\',\n \'list_template\' => \'\',\n \'show_template\' => \'\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 22 => \n array (\n \'modelid\' => \'22\',\n \'siteid\' => \'1\',\n \'name\' => \'首页产品推荐\',\n \'description\' => \'首页产品推荐\',\n \'tablename\' => \'index_tuijian\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'default\',\n \'category_template\' => \'category_tj\',\n \'list_template\' => \'list_tj\',\n \'show_template\' => \'show_tj\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n 24 => \n array (\n \'modelid\' => \'24\',\n \'siteid\' => \'1\',\n \'name\' => \'指示符\',\n \'description\' => \'\',\n \'tablename\' => \'zsf\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'\',\n \'category_template\' => \'\',\n \'list_template\' => \'\',\n \'show_template\' => \'\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'0\',\n ),\n);\n?>'),('workflow_1.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 1 => \n array (\n \'workflowid\' => \'1\',\n \'siteid\' => \'1\',\n \'steps\' => \'1\',\n \'workname\' => \'一级审核\',\n \'description\' => \'审核一次\',\n \'setting\' => \'\',\n \'flag\' => \'0\',\n ),\n 2 => \n array (\n \'workflowid\' => \'2\',\n \'siteid\' => \'1\',\n \'steps\' => \'2\',\n \'workname\' => \'二级审核\',\n \'description\' => \'审核两次\',\n \'setting\' => \'\',\n \'flag\' => \'0\',\n ),\n 3 => \n array (\n \'workflowid\' => \'3\',\n \'siteid\' => \'1\',\n \'steps\' => \'3\',\n \'workname\' => \'三级审核\',\n \'description\' => \'审核三次\',\n \'setting\' => \'\',\n \'flag\' => \'0\',\n ),\n 4 => \n array (\n \'workflowid\' => \'4\',\n \'siteid\' => \'1\',\n \'steps\' => \'4\',\n \'workname\' => \'四级审核\',\n \'description\' => \'四级审核\',\n \'setting\' => \'\',\n \'flag\' => \'0\',\n ),\n);\n?>'),('member_model.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 10 => \n array (\n \'modelid\' => \'10\',\n \'siteid\' => \'1\',\n \'name\' => \'普通会员\',\n \'description\' => \'普通会员\',\n \'tablename\' => \'member_detail\',\n \'setting\' => \'\',\n \'addtime\' => \'0\',\n \'items\' => \'0\',\n \'enablesearch\' => \'1\',\n \'disabled\' => \'0\',\n \'default_style\' => \'\',\n \'category_template\' => \'\',\n \'list_template\' => \'\',\n \'show_template\' => \'\',\n \'js_template\' => \'\',\n \'admin_list_template\' => \'\',\n \'member_add_template\' => \'\',\n \'member_list_template\' => \'\',\n \'sort\' => \'0\',\n \'type\' => \'2\',\n ),\n);\n?>'),('special.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n);\n?>'),('common.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n \'admin_email\' => \'phpcms@phpcms.cn\',\n \'maxloginfailedtimes\' => \'8\',\n \'minrefreshtime\' => \'2\',\n \'mail_type\' => \'1\',\n \'mail_server\' => \'smtp.qq.com\',\n \'mail_port\' => \'25\',\n \'category_ajax\' => \'0\',\n \'mail_user\' => \'phpcms.cn@foxmail.com\',\n \'mail_auth\' => \'1\',\n \'mail_from\' => \'phpcms.cn@foxmail.com\',\n \'mail_password\' => \'\',\n \'errorlog_size\' => \'20\',\n);\n?>'),('category_items_1.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 16 => \'0\',\n 17 => \'13\',\n 18 => \'1\',\n);\n?>'),('category_items_2.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n);\n?>'),('category_items_3.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 6 => \'0\',\n);\n?>'),('category_items_11.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n);\n?>'),('type_content.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n);\n?>'),('vote.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 1 => \n array (\n \'default_style\' => \'default\',\n \'vote_tp_template\' => \'vote_tp\',\n \'allowguest\' => \'1\',\n \'enabled\' => \'1\',\n \'interval\' => \'1\',\n \'credit\' => \'1\',\n ),\n);\n?>'),('link.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 1 => \n array (\n \'is_post\' => \'1\',\n \'enablecheckcode\' => \'0\',\n ),\n);\n?>'),('category_items_16.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 14 => \'0\',\n 125 => \'59\',\n 126 => \'29\',\n 127 => \'78\',\n 128 => \'6\',\n 129 => \'2\',\n 130 => \'0\',\n 131 => \'11\',\n 132 => \'7\',\n 133 => \'10\',\n 134 => \'3\',\n 135 => \'0\',\n 136 => \'4\',\n 137 => \'0\',\n 138 => \'7\',\n 139 => \'1\',\n);\n?>'),('category_items_15.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 7 => \'0\',\n 35 => \'0\',\n 37 => \'0\',\n 38 => \'0\',\n 39 => \'0\',\n 50 => \'8\',\n 51 => \'12\',\n 53 => \'6\',\n 54 => \'3\',\n 57 => \'8\',\n 59 => \'4\',\n 60 => \'4\',\n 73 => \'6\',\n 77 => \'3\',\n 82 => \'3\',\n 87 => \'3\',\n 89 => \'3\',\n 95 => \'6\',\n 98 => \'9\',\n 108 => \'3\',\n 110 => \'6\',\n 118 => \'3\',\n 273 => \'8\',\n 276 => \'6\',\n 277 => \'3\',\n 278 => \'3\',\n 284 => \'3\',\n 287 => \'0\',\n 288 => \'0\',\n 289 => \'0\',\n 293 => \'0\',\n 294 => \'2\',\n 295 => \'2\',\n 296 => \'2\',\n 297 => \'3\',\n 298 => \'0\',\n 299 => \'4\',\n 357 => \'0\',\n 358 => \'0\',\n);\n?>'),('type_.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n);\n?>'),('category_items_13.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 21 => \'0\',\n 24 => \'2\',\n);\n?>'),('category_items_14.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 28 => \'0\',\n 31 => \'2\',\n 32 => \'1\',\n 356 => \'1\',\n);\n?>'),('type_content_1.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n);\n?>'),('category_items_17.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 9 => \'0\',\n 148 => \'0\',\n 149 => \'0\',\n 150 => \'0\',\n 156 => \'3\',\n 157 => \'6\',\n 158 => \'4\',\n 159 => \'4\',\n 160 => \'1\',\n 161 => \'3\',\n 162 => \'3\',\n 163 => \'7\',\n 164 => \'1\',\n 165 => \'4\',\n 166 => \'10\',\n 167 => \'4\',\n 168 => \'6\',\n 169 => \'10\',\n 170 => \'1\',\n 171 => \'2\',\n 172 => \'2\',\n 173 => \'1\',\n 174 => \'3\',\n 175 => \'1\',\n 176 => \'6\',\n 177 => \'6\',\n 178 => \'1\',\n 179 => \'4\',\n 180 => \'21\',\n 181 => \'4\',\n 182 => \'11\',\n 183 => \'2\',\n 184 => \'1\',\n 185 => \'5\',\n 186 => \'4\',\n 187 => \'1\',\n 188 => \'12\',\n 189 => \'4\',\n 190 => \'3\',\n 191 => \'6\',\n 192 => \'1\',\n 193 => \'8\',\n 194 => \'2\',\n 195 => \'10\',\n 196 => \'3\',\n 197 => \'16\',\n 198 => \'3\',\n 199 => \'2\',\n 200 => \'2\',\n 201 => \'1\',\n 202 => \'2\',\n 203 => \'1\',\n 204 => \'1\',\n 205 => \'1\',\n 206 => \'0\',\n 290 => \'0\',\n);\n?>'),('category_items_18.cache.php','caches_commons/caches_data/','<?php\nreturn array (\n 10 => \'0\',\n 207 => \'0\',\n 208 => \'0\',\n 209 => \'0\',\n 210 => \'0\',\n 211 => \'0\',\n 212 => \'0\',\n 223 => \'9\',\n 224 => \'2\',\n 225 => \'8\',\n 227 => \'12\',\n 228 => \'13\',\n 229 => \'7\',\n 230 => \'3\',\n 254 => \'17\',\n 255 => \'1\',\n 256 => \'6\',\n 257 => \'1\',\n 258 => \'1\',\n 259 => \'5\',\n 260 => \'4\',\n 261 => \'1\',\n 262 => \'3\',\n 263 => \'13\',\n 264 => \'15\',\n 265 => \'4\',\n 266 => \'4\',\n 268 => \'4\',\n 269 => \'3\',\n 270 => \'3\',\n 271 => \'2\',\n 272 => \'1\',\n);\n?>'); /*!40000 ALTER TABLE `dh_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_case` -- DROP TABLE IF EXISTS `dh_case`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_case` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` char(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` mediumtext NOT NULL, `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_case` -- LOCK TABLES `dh_case` WRITE; /*!40000 ALTER TABLE `dh_case` DISABLE KEYS */; INSERT INTO `dh_case` VALUES (1,24,0,'Nan Pu Bridge','','http://www.topliteusa.com/uploadfile/2014/0827/20140827114930192.jpg','Nan Pu Bridge','Shanghai Nan Pu Bridge is the fourth of the largest cable stayed bridge with two towers, finished and opened to traffic on 1st Dec 1991( the total length 8346M, main bridge 423、height 46 M) LED components of Toplight, RGB、1W, were adopted by all lights of the bridge They used to works well and show good light every night in Shanghai ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=24&id=1',0,99,1,0,'dhadmin',1389868919,1409111406),(2,24,0,'Peace hotel','','http://www.topliteusa.com/uploadfile/2014/0827/20140827114843548.jpg','Peace hotel','Shanghai Peace hotel iwas opened in 1919, fitted up in Oct 1999, applied successfully 5 stars on 19th May 2000 , composed by two buildings : 1 main building with 11 floors; 2 South Building with 6 floors It is located near Waitan and East Nanjing Road with many good surroundings LED components of Toplight, warm light、1W, were adopted by all lights of the bridge They used to works well and show good light every night in Shanghai ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=24&id=2',0,99,1,0,'dhadmin',1389869446,1409111340),(3,24,0,'Expo Theme Pavilion','','http://www.topliteusa.com/uploadfile/2014/0826/20140826082239899.jpg','Expo Theme Pavilion','Shanghai Expo Theme Pavilion is the one of the forever building, which acted as a important Pavilion to express the deduction & performance of Shanghai The LED washing lights were adopted by Its south wall ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=24&id=3',0,99,1,0,'dhadmin',1390358659,1409055912),(4,24,0,'Expo Bus','','http://www.topliteusa.com/uploadfile/2014/0826/20140826081950139.jpg','Expo Bus','The Expo buses were the most important traffic during the expo period This kind of new bus used a lot of LED lights, especially the carriage lights were used by the COB Light Bars from Toplight It was not only saving power, but also performing the good light caused by TOPLIGHT COB Technology Light Bar Now, Toplight COB light bar has been used by most of buses in Shanghai ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=24&id=4',0,99,1,0,'dhadmin',1390359907,1409055657),(5,24,0,'The bridges over the Suzhou River','','http://www.topliteusa.com/uploadfile/2014/0826/20140826081736997.jpg','The bridges over the Suzhou River','The bridges over the Suzhou River are the most famous sites with long history in Shanghai too All of them have been upgrade their lights by Toplight The LED wishing lights, Branded Toplight, perform effectively combined with their surroundings ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=24&id=5',0,99,1,0,'dhadmin',1390360165,1409055525),(6,24,0,'Yan’an Road','','http://www.topliteusa.com/uploadfile/2014/0826/20140826081439384.png','Yan’an Road','Yanan Road is also a famous and important road in Shanghai Its Landscape Lighting project, 17KM, was finished in the early of 2010 The main structure of the road was blue color, which was adopted by washing light, TOPLIGHT HR511 light source All the lights never flickered, because they were used the constant current power drivers These renew project helped the government save huge power these years ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=24&id=6',0,99,1,0,'dhadmin',1390360447,1409055409),(7,24,0,'Yayi Gold Shop','','http://www.topliteusa.com/uploadfile/2014/0822/20140822012154795.jpg','Yayi Gold Shop','Yayi Gold Shop was located at Town God s Temple in Shanghai business center, which was a ancient building with comely appearance and exquisite inside decoration The designer fearlessly used the COB light bar to decorate the Cabinets and obtained the good purpose combine with the gold adornments ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=24&id=7',0,99,1,0,'dhadmin',1390360773,1408684925); /*!40000 ALTER TABLE `dh_case` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_case_data` -- DROP TABLE IF EXISTS `dh_case_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_case_data` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_case_data` -- LOCK TABLES `dh_case_data` WRITE; /*!40000 ALTER TABLE `dh_case_data` DISABLE KEYS */; INSERT INTO `dh_case_data` VALUES (1,'<br />\r\n<br />\r\nShanghai Nan Pu Bridge is the fourth of the largest cable stayed bridge with two towers, finished and opened to traffic on 1<sup>st</sup> Dec. 1991( the total length 8346M, main bridge 423、height 46 M). LED components of Toplight, RGB、1W, were adopted by all lights of the bridge. They used to works well and show good light every night in Shanghai.<br />\r\n<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0827/20140827115003251.jpg\" style=\"width: 730px; height: 519px;\" /><br />\r\n',0,'',0,10000,'',0,1,''),(3,'Shanghai Expo Theme Pavilion is the one of the forever building, which acted as a important Pavilion to express the deduction & performance of Shanghai. The LED washing lights were adopted by Its south wall.<br />\r\n<br />\r\n<br />\r\n<br />\r\n在殷钢板和玻璃幕墙之间,建筑的南立面安装LED洗墙灯采用了TOPLIGHT 白光大功率,将藏在镂空殷钢板后面的釉点玻璃照亮白色。<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0826/20140826082340670.jpg\" /><br />\r\n',0,'',0,10000,'',0,1,''),(2,'<br />\r\n<br />\r\nShanghai Peace hotel iwas opened in 1919, fitted up in Oct.1999, applied successfully 5 stars on 19<sup>th</sup> May 2000., composed by two buildings : 1. main building with 11 floors; 2. South Building with 6 floors. It is located near Waitan and East Nanjing Road with many good surroundings. LED components of Toplight, warm light、1W, were adopted by all lights of the bridge. They used to works well and show good light every night in Shanghai.<br />\r\n<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0827/20140827114857875.jpg\" style=\"width: 730px; height: 519px;\" /><br />\r\n',0,'',0,10000,'',0,1,''),(4,'<br />\r\n<br />\r\nThe Expo buses were the most important traffic during the expo period. This kind of new bus used a lot of LED lights, especially the carriage lights were used by the COB Light Bars from Toplight. It was not only saving power, but also performing the good light caused by TOPLIGHT COB Technology Light Bar. Now, Toplight COB light bar has been used by most of buses in Shanghai.<br />\r\n<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0826/20140826082048446.jpg\" /><br />\r\n',0,'',0,10000,'',0,1,''),(5,'<br />\r\n<br />\r\nThe bridges over the Suzhou River are the most famous sites with long history in Shanghai too. All of them have been upgrade their lights by Toplight. The LED wishing lights, Branded Toplight, perform effectively combined with their surroundings.<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0826/20140826081837377.jpg\" /><br />\r\n<br />\r\n<br />\r\n',0,'',0,10000,'',0,1,''),(6,'<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0122/20140122111834204.jpg\" style=\"width: 605px; height: 350px\" /><br />\r\n<br />\r\nYanan Road is also a famous and important road in Shanghai. Its Landscape Lighting project, 17KM, was finished in the early of 2010. The main structure of the road was blue color, which was adopted by washing light, TOPLIGHT HR511 light source. All the lights never flickered, because they were used the constant current power drivers. These renew project helped the government save huge power these years.<br />\r\n<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0122/20140122111851908.jpg\" style=\"width: 450px; height: 295px\" /><br />\r\n',0,'',0,10000,'',0,1,''),(7,'Yayi Gold Shop was located at Town God's Temple in Shanghai business center, which was a ancient building with comely appearance and exquisite inside decoration. The designer fearlessly used the COB light bar to decorate the Cabinets and obtained the good purpose combine with the gold adornments.<br />\r\n<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0122/20140122112207183.jpg\" style=\"width: 634px; height: 413px\" /><br />\r\n',0,'',0,10000,'',0,1,''); /*!40000 ALTER TABLE `dh_case_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_category` -- DROP TABLE IF EXISTS `dh_category`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_category` ( `catid` smallint(5) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `module` varchar(15) NOT NULL, `type` tinyint(1) unsigned NOT NULL default '0', `modelid` smallint(5) unsigned NOT NULL default '0', `parentid` smallint(5) unsigned NOT NULL default '0', `arrparentid` varchar(255) NOT NULL, `child` tinyint(1) unsigned NOT NULL default '0', `arrchildid` mediumtext NOT NULL, `catname` varchar(100) NOT NULL, `style` varchar(5) NOT NULL, `image` varchar(100) NOT NULL, `description` mediumtext NOT NULL, `parentdir` varchar(100) NOT NULL, `catdir` varchar(30) NOT NULL, `url` varchar(100) NOT NULL, `items` mediumint(8) unsigned NOT NULL default '0', `hits` int(10) unsigned NOT NULL default '0', `setting` mediumtext NOT NULL, `listorder` smallint(5) unsigned NOT NULL default '0', `ismenu` tinyint(1) unsigned NOT NULL default '1', `sethtml` tinyint(1) unsigned NOT NULL default '0', `letter` varchar(30) NOT NULL, `usable_type` varchar(255) NOT NULL, PRIMARY KEY (`catid`), KEY `module` (`module`,`parentid`,`listorder`,`catid`), KEY `siteid` (`siteid`,`type`) ) ENGINE=MyISAM AUTO_INCREMENT=359 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_category` -- LOCK TABLES `dh_category` WRITE; /*!40000 ALTER TABLE `dh_category` DISABLE KEYS */; INSERT INTO `dh_category` VALUES (6,1,'content',0,3,0,'0',1,'6,7,35,357,59,60,50,51,53,54,273,57,358,38,108,110,39,118,276,277,287,288,73,77,82,87,89,284,297,293,294,295,296,289,37,95,98,278,298,299,8,13,281,282,9,148,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,149,175,176,177,178,179,180,181,182,150,183,184,185,186,187,188,189,290,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,10,207,223,254,255,256,257,258,259,260,261,262,208,224,209,225,210,227,228,263,264,265,266,211,229,268,269,270,271,272,212,230,12,301,321,325,326,327,328,322,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,323,347,348,349,350,351,324,352,353,14,130,131,132,133,134,136,135,125,126,127,128,129,137,138,139','Products','','','','','products','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=6',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product2\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',1,1,0,'products',''),(7,1,'content',0,15,6,'0,6',1,'7,35,357,59,60,50,51,53,54,273,57,358,38,108,110,39,118,276,277','Standard COB','','','<img border=\"0\" height=\"230\" src=\"images/T-xl.jpg\" width=\"960\" /><br />\r\n','products/','cobled','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=7',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',1,1,0,'standard cob',''),(8,1,'content',0,21,6,'0,6',1,'8,13,281,282','High Power LED Lamp','','','','products/','power','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=8',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_productnlm\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',5,1,0,'high power led lamp',''),(9,1,'content',0,17,6,'0,6',1,'9,148,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,149,175,176,177,178,179,180,181,182,150,183,184,185,186,187,188,189,290,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206','Seven Segment Display','','','','products/','digital','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=9',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',6,1,0,'seven segment display',''),(10,1,'content',0,18,6,'0,6',1,'10,207,223,254,255,256,257,258,259,260,261,262,208,224,209,225,210,227,228,263,264,265,266,211,229,268,269,270,271,272,212,230','Dot matrix Display','','','','products/','dotmodule','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=10',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',7,1,0,'dot matrix display',''),(12,1,'content',0,20,6,'0,6',0,'12','Backlight','','','','products/','backlight','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=12',30,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_productnc\',\n \'list_template\' => \'list_productnc\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',8,1,0,'backlight',''),(13,1,'content',0,19,8,'0,6,8',0,'13','SMD LED','','http://www.topliteusa.com/uploadfile/2014/0314/20140314105233658.jpg','采用SMT封装技术的表面贴装器件,体积小、重量轻,贴装时不受引线间距、通孔间距的限制,从而大大提高了电子产品的组装密度。TOPLITE提供种类丰富、色彩齐全、白色色温范围广泛,应用领域庞大。','products/power/','smd','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=13',7,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',13,1,0,'smd led',''),(14,1,'content',0,16,6,'0,6',1,'14,130,131,132,133,134,136,135,125,126,127,128,129,137,138,139','Through Hole LED','','','','products/','diode','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=14',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',10,1,0,'through hole led',''),(16,1,'content',0,1,0,'0',1,'16,17,18','News','','','','','news','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=16',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_news\',\n \'list_template\' => \'list_news\',\n \'show_template\' => \'show_news\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',3,1,0,'news',''),(17,1,'content',0,1,16,'0,16',0,'17','Corporate Information','','','','news/','information','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=17',13,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_news\',\n \'list_template\' => \'list_news\',\n \'show_template\' => \'show_news\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',17,1,0,'corporate information',''),(18,1,'content',0,1,16,'0,16',0,'18','Media Reports','','','','news/','media','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=18',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_news\',\n \'list_template\' => \'list_news\',\n \'show_template\' => \'show_news\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',18,1,0,'media reports',''),(19,1,'content',1,0,0,'0',1,'19,25,26,27','Investor','','','','','investor','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=19',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_guanxi\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',4,1,0,'investor',''),(20,1,'content',1,0,0,'0',0,'20','Sales Network','','','','','SalesNetwork','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=20',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_marketing\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',5,1,0,'sales network',''),(21,1,'content',0,13,0,'0',1,'21,147,146,22,23,24','About US','','','','','about','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=21',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_case\',\n \'list_template\' => \'list_case\',\n \'show_template\' => \'show_case\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',6,1,0,'about us',''),(22,1,'content',1,0,21,'0,21',0,'22','Environment','','','','about/','environment','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=22',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_huanjing\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',22,1,0,'environment',''),(23,1,'content',1,0,21,'0,21',0,'23','Honor','','','','about/','honor','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=23',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_huanjing\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',23,1,0,'honor',''),(24,1,'content',0,13,21,'0,21',0,'24','Case','','','','about/','case','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=24',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_case\',\n \'list_template\' => \'list_case\',\n \'show_template\' => \'show_case\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',24,1,0,'case',''),(25,1,'content',1,0,19,'0,19',0,'25','Investor Relations','','','','investor/','relationship','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=25',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_guanxi\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',25,1,0,'investor relations',''),(26,1,'content',1,0,19,'0,19',0,'26','Corporate Governance','','','','investor/','governance','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=26',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_guanxi\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',26,1,0,'corporate governance',''),(27,1,'content',1,0,19,'0,19',0,'27','Report','','','','investor/','report','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=27',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_guanxi\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',27,1,0,'report',''),(28,1,'content',0,14,0,'0',1,'28,31,32,124,356','Technology','','','','','technology','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=28',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_jishu\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',2,1,0,'technology',''),(31,1,'content',0,14,28,'0,28',0,'31','2014 COB Catalog','','','','technology/','2014PDF','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=31',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_jishu\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',31,1,0,'2014 cob catalog',''),(32,1,'content',0,14,28,'0,28',0,'32','2013 LED Product Catalog','','','','technology/','2013PDF','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=32',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_jishu\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',32,1,0,'2013 led product catalog',''),(35,1,'content',0,15,7,'0,6,7',1,'35,357,59,60,50,51,53,54,273,57,358','TE Series','','','','products/cobled/','TE','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=35',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',35,1,0,'te series',''),(37,1,'content',0,15,289,'0,6,289',1,'37,95,98,278','TP Series','','','','products/hicob/','ATP','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=37',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',37,1,0,'tp series',''),(38,1,'content',0,15,7,'0,6,7',1,'38,108,110','TR Series','','','','products/cobled/','ATR','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=38',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',38,1,0,'tr series',''),(39,1,'content',0,15,7,'0,6,7',1,'39,118,276,277','TS Series','','','','products/cobled/','ATS','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=39',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',39,1,0,'ts series',''),(50,1,'content',0,15,35,'0,6,7,35',0,'50','ATE-R10','','http://www.topliteusa.com/uploadfile/2014/0808/20140808013930255.jpg','','products/cobled/TE/','TE-R10','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=50',8,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',51,1,0,'ate-r10',''),(51,1,'content',0,15,35,'0,6,7,35',0,'51','ATE-R11','','http://www.topliteusa.com/uploadfile/2014/0808/20140808013223655.png','','products/cobled/TE/','TE-R11','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=51',12,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',51,1,0,'ate-r11',''),(53,1,'content',0,15,35,'0,6,7,35',0,'53','ATE-R14','','http://www.topliteusa.com/uploadfile/2014/0225/20140225065936423.jpg','','products/cobled/TE/','TE-R14','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=53',6,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',53,1,0,'ate-r14',''),(54,1,'content',0,15,35,'0,6,7,35',0,'54','ATE-R15','','http://www.topliteusa.com/uploadfile/2014/0808/20140808014034865.png','','products/cobled/TE/','TE-R','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=54',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',54,1,0,'ate-r15',''),(57,1,'content',0,15,35,'0,6,7,35',0,'57','ATE-R23','','http://www.topliteusa.com/uploadfile/2014/0808/20140808014412465.png','','products/cobled/TE/','TE-R23','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=57',8,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',57,1,0,'ate-r23',''),(59,1,'content',0,15,35,'0,6,7,35',0,'59','ATE-R7','','http://www.topliteusa.com/uploadfile/2014/0808/20140808012932224.jpg','','products/cobled/TE/','TE-R7','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=59',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',50,1,0,'ate-r7',''),(60,1,'content',0,15,35,'0,6,7,35',0,'60','ATE-R6','','http://www.topliteusa.com/uploadfile/2014/0808/20140808113850693.png','','products/cobled/TE/','TE-R6','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=60',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',50,1,0,'ate-r6',''),(73,1,'content',0,15,288,'0,6,287,288',0,'73','ATL-B36','','http://www.topliteusa.com/uploadfile/2014/0808/20140808063554250.png','','products/TLF/TLssdd/','ATL-B36','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=73',6,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',73,1,0,'atl-b36',''),(77,1,'content',0,15,288,'0,6,287,288',0,'77','ATL-B72','','http://www.topliteusa.com/uploadfile/2014/0214/20140214101343848.jpg','','products/TLF/TLssdd/','ATL-B72','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=77',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',77,1,0,'atl-b72',''),(82,1,'content',0,15,288,'0,6,287,288',0,'82','ATL-B4','','http://www.topliteusa.com/uploadfile/2014/0808/20140808063232626.png','','products/TLF/TLssdd/','ATL-B4','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=82',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',82,1,0,'atl-b4',''),(87,1,'content',0,15,288,'0,6,287,288',0,'87','ATL-S40','','http://www.topliteusa.com/uploadfile/2014/0214/20140214101743503.jpg','','products/TLF/TLssdd/','ATL-S40','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=87',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',87,1,0,'atl-s40',''),(89,1,'content',0,15,288,'0,6,287,288',0,'89','ATL-S72','','http://www.topliteusa.com/uploadfile/2014/0214/20140214101922785.jpg','','products/TLF/TLssdd/','ATL-S72','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=89',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',89,1,0,'atl-s72',''),(95,1,'content',0,15,37,'0,6,289,37',0,'95','ATP-1818','','http://www.topliteusa.com/uploadfile/2014/0226/20140226102533261.jpg','','products/hicob/ATP/','ATP-1818','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=95',6,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',95,1,0,'atp-1818',''),(98,1,'content',0,15,37,'0,6,289,37',0,'98','ATP-2424','','http://www.topliteusa.com/uploadfile/2014/0226/20140226102601356.jpg','','products/hicob/ATP/','ATP-2424','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=98',9,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',98,1,0,'atp-2424',''),(108,1,'content',0,15,38,'0,6,7,38',0,'108','ATR-R17','','http://www.topliteusa.com/uploadfile/2014/0808/20140808014550761.png','','products/cobled/ATR/','TR-R17','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=108',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',108,1,0,'atr-r17',''),(110,1,'content',0,15,38,'0,6,7,38',0,'110','ATR-R27','','http://www.topliteusa.com/uploadfile/2014/0808/20140808044554945.png','','products/cobled/ATR/','TR-R27','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=110',6,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',110,1,0,'atr-r27',''),(118,1,'content',0,15,39,'0,6,7,39',0,'118','ATS-R30','','http://www.topliteusa.com/uploadfile/2014/0808/20140808014837395.png','','products/cobled/ATS/','TS-R30','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=118',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',118,1,0,'ats-r30',''),(124,1,'content',1,0,28,'0,28',0,'124','Question','','','','technology/','tijiao','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=124',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_support\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',124,1,0,'question',''),(125,1,'content',0,16,135,'0,6,14,135',0,'125','Round 3mm','','http://www.topliteusa.com/uploadfile/2014/0811/20140811032033562.png','','products/diode/round/','Round3mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=125',59,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',125,1,0,'round 3mm',''),(126,1,'content',0,16,135,'0,6,14,135',0,'126','Round 4.8mm','','http://www.topliteusa.com/uploadfile/2014/0811/20140811032640221.png','','products/diode/round/','Round4-8mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=126',29,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',126,1,0,'round 4.8mm',''),(127,1,'content',0,16,135,'0,6,14,135',0,'127','Round 5mm','','http://www.topliteusa.com/uploadfile/2014/0811/20140811032729767.png','','products/diode/round/','Round5mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=127',78,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',127,1,0,'round 5mm',''),(128,1,'content',0,16,135,'0,6,14,135',0,'128','Round 8mm','','http://www.topliteusa.com/uploadfile/2014/0811/20140811032824696.png','','products/diode/round/','Round8mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=128',6,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',128,1,0,'round 8mm',''),(129,1,'content',0,16,135,'0,6,14,135',0,'129','Round 10mm','','http://www.topliteusa.com/uploadfile/2014/0811/20140811032953113.png','','products/diode/round/','Round10mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=129',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',129,1,0,'round 10mm',''),(130,1,'content',0,16,14,'0,6,14',1,'130,131,132,133,134,136','Through-Hole Rectangular LED','','','','products/diode/','Rectangular','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=130',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',130,1,0,'through-hole rectangular led',''),(131,1,'content',0,16,130,'0,6,14,130',0,'131','Rectangular 2x3mm','','http://www.topliteusa.com/uploadfile/2014/0811/20140811031613659.png','','products/diode/Rectangular/','Rectangular2x3mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=131',11,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',131,1,0,'rectangular 2x3mm',''),(132,1,'content',0,16,130,'0,6,14,130',0,'132','Rectangular 2x4mm','','http://www.topliteusa.com/uploadfile/2014/0811/20140811031737868.png','','products/diode/Rectangular/','Rectangular2x4mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=132',7,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',132,1,0,'rectangular 2x4mm',''),(133,1,'content',0,16,130,'0,6,14,130',0,'133','Rectangular 2x5mm','','http://www.topliteusa.com/uploadfile/2014/0811/20140811031824850.png','','products/diode/Rectangular/','Rectangular2x5mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=133',10,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',133,1,0,'rectangular 2x5mm',''),(134,1,'content',0,16,130,'0,6,14,130',0,'134','Rectangular 2.5x5mm','','http://www.topliteusa.com/uploadfile/2014/0811/20140811031912725.png','','products/diode/Rectangular/','Rectangular2-5x5mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=134',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',134,1,0,'rectangular 2.5x5mm',''),(135,1,'content',0,16,14,'0,6,14',1,'135,125,126,127,128,129','Through-Hole Round LED','','','','products/diode/','round','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=135',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',135,1,0,'through-hole round led',''),(136,1,'content',0,16,130,'0,6,14,130',0,'136','Rectangular 2.3×6.85mm','','http://www.topliteusa.com/uploadfile/2014/0811/20140811031219640.png','','products/diode/Rectangular/','Rectangularmm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=136',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',136,1,0,'rectangular 2.36.85mm',''),(137,1,'content',0,16,14,'0,6,14',1,'137,138,139','Through-Hole Tower Type LED','','','','products/diode/','TowerType','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=137',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',137,1,0,'through-hole tower type led',''),(138,1,'content',0,16,137,'0,6,14,137',0,'138','Tower Type 2mm','','http://www.topliteusa.com/uploadfile/2014/0811/20140811033029531.png','','products/diode/TowerType/','TowerType2mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=138',7,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',138,1,0,'tower type 2mm',''),(139,1,'content',0,16,137,'0,6,14,137',0,'139','Tower Type 2.1mm','','http://www.topliteusa.com/uploadfile/2014/0811/20140811033107636.png','','products/diode/TowerType/','TowerType2-1mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=139',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',139,1,0,'tower type 2.1mm',''),(146,1,'content',1,0,21,'0,21',0,'146','organization','','','','about/','organization','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=146',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_about\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',21,1,0,'organization',''),(147,1,'content',1,0,21,'0,21',0,'147','Introduction','','','','about/','about','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=147',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_about\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',20,1,0,'introduction',''),(148,1,'content',0,17,9,'0,6,9',1,'148,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174','1-Digit Display','','','','products/digital/','1DigitDisplay','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=148',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',148,1,0,'1-digit display',''),(149,1,'content',0,17,9,'0,6,9',1,'149,175,176,177,178,179,180,181,182','2-Digit Display','','','','products/digital/','2DigitDisplay','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=149',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',149,1,0,'2-digit display',''),(150,1,'content',0,17,9,'0,6,9',1,'150,183,184,185,186,187,188,189','3-Digit Display','','','','products/digital/','3DigitDisplay','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=150',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',150,1,0,'3-digit display',''),(156,1,'content',0,17,148,'0,6,9,148',0,'156','1-Digit 0.28','','http://www.topliteusa.com/uploadfile/2014/0808/20140808060920777.png','','products/digital/1DigitDisplay/','s1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=156',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',156,1,0,'1-digit 0.28',''),(157,1,'content',0,17,148,'0,6,9,148',0,'157','1-Digit 0.31','','http://www.topliteusa.com/uploadfile/2014/0808/20140808061008809.png','','products/digital/1DigitDisplay/','s2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=157',6,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',157,1,0,'1-digit 0.31',''),(158,1,'content',0,17,148,'0,6,9,148',0,'158','1-Digit 0.36','','http://www.topliteusa.com/uploadfile/2014/0808/20140808061052644.png','','products/digital/1DigitDisplay/','s3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=158',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',158,1,0,'1-digit 0.36',''),(159,1,'content',0,17,148,'0,6,9,148',0,'159','1-Digit 0.39','','http://www.topliteusa.com/uploadfile/2014/0812/20140812023101959.png','','products/digital/1DigitDisplay/','s4','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=159',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',159,1,0,'1-digit 0.39',''),(160,1,'content',0,17,148,'0,6,9,148',0,'160','1-Digit 0.4','','http://www.topliteusa.com/uploadfile/2014/0808/20140808062229381.png','','products/digital/1DigitDisplay/','s5','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=160',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',160,1,0,'1-digit 0.4',''),(161,1,'content',0,17,148,'0,6,9,148',0,'161','1-Digit 0.5','','http://www.topliteusa.com/uploadfile/2014/0808/20140808062309493.png','','products/digital/1DigitDisplay/','s6','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=161',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',161,1,0,'1-digit 0.5',''),(162,1,'content',0,17,148,'0,6,9,148',0,'162','1-Digit 0.52','','http://www.topliteusa.com/uploadfile/2014/0808/20140808062346817.png','','products/digital/1DigitDisplay/','s7','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=162',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',162,1,0,'1-digit 0.52',''),(163,1,'content',0,17,148,'0,6,9,148',0,'163','1-Digit 0.56','','http://www.topliteusa.com/uploadfile/2014/0808/20140808062425658.png','','products/digital/1DigitDisplay/','s8','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=163',7,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',163,1,0,'1-digit 0.56',''),(164,1,'content',0,17,148,'0,6,9,148',0,'164','1-Digit 0.6','','http://www.topliteusa.com/uploadfile/2014/0808/20140808062533349.png','','products/digital/1DigitDisplay/','s9','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=164',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',164,1,0,'1-digit 0.6',''),(165,1,'content',0,17,148,'0,6,9,148',0,'165','1-Digit 0.8','','http://www.topliteusa.com/uploadfile/2014/0808/20140808062605460.png','','products/digital/1DigitDisplay/','s10','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=165',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',165,1,0,'1-digit 0.8',''),(166,1,'content',0,17,148,'0,6,9,148',0,'166','1-Digit 1.0','','http://www.topliteusa.com/uploadfile/2014/0808/20140808062651106.png','','products/digital/1DigitDisplay/','s11','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=166',10,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',166,1,0,'1-digit 1.0',''),(167,1,'content',0,17,148,'0,6,9,148',0,'167','1-Digit 1.2','','http://www.topliteusa.com/uploadfile/2014/0808/20140808062733365.png','','products/digital/1DigitDisplay/','s12','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=167',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',167,1,0,'1-digit 1.2',''),(168,1,'content',0,17,148,'0,6,9,148',0,'168','1-Digit 1.5','','http://www.topliteusa.com/uploadfile/2014/0812/20140812022719595.png','','products/digital/1DigitDisplay/','s13','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=168',6,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',168,1,0,'1-digit 1.5',''),(169,1,'content',0,17,148,'0,6,9,148',0,'169','1-Digit 1.8','','http://www.topliteusa.com/uploadfile/2014/0812/20140812022811540.png','','products/digital/1DigitDisplay/','s14','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=169',10,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',169,1,0,'1-digit 1.8',''),(170,1,'content',0,17,148,'0,6,9,148',0,'170','1-Digit 2.0','','http://www.topliteusa.com/uploadfile/2014/0812/20140812024219761.png','','products/digital/1DigitDisplay/','s15','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=170',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',170,1,0,'1-digit 2.0',''),(171,1,'content',0,17,148,'0,6,9,148',0,'171','1-Digit 2.3','','http://www.topliteusa.com/uploadfile/2014/0808/20140808063046169.png','','products/digital/1DigitDisplay/','s16','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=171',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',171,1,0,'1-digit 2.3',''),(172,1,'content',0,17,148,'0,6,9,148',0,'172','1-Digit 3.0','','http://www.topliteusa.com/uploadfile/2014/0808/20140808063131487.png','','products/digital/1DigitDisplay/','s17','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=172',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',172,1,0,'1-digit 3.0',''),(173,1,'content',0,17,148,'0,6,9,148',0,'173','1-Digit 4.0','','http://www.topliteusa.com/uploadfile/2014/0808/20140808063203384.png','','products/digital/1DigitDisplay/','s18','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=173',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',173,1,0,'1-digit 4.0',''),(174,1,'content',0,17,148,'0,6,9,148',0,'174','1-Digit 5.0','','http://www.topliteusa.com/uploadfile/2014/0808/20140808063239879.png','','products/digital/1DigitDisplay/','s19','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=174',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',174,1,0,'1-digit 5.0',''),(175,1,'content',0,17,149,'0,6,9,149',0,'175','2-Digit 0.28','','http://www.topliteusa.com/uploadfile/2014/0808/20140808063514971.png','','products/digital/2DigitDisplay/','d1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=175',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',175,1,0,'2-digit 0.28',''),(176,1,'content',0,17,149,'0,6,9,149',0,'176','2-Digit 0.36','','http://www.topliteusa.com/uploadfile/2014/0808/20140808063546823.png','','products/digital/2DigitDisplay/','d2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=176',6,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',176,1,0,'2-digit 0.36',''),(177,1,'content',0,17,149,'0,6,9,149',0,'177','2-Digit 0.4','','http://www.topliteusa.com/uploadfile/2014/0808/20140808063620372.png','','products/digital/2DigitDisplay/','d3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=177',6,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',177,1,0,'2-digit 0.4',''),(178,1,'content',0,17,149,'0,6,9,149',0,'178','2-Digit 0.52','','http://www.topliteusa.com/uploadfile/2014/0812/20140812023309411.png','','products/digital/2DigitDisplay/','d4','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=178',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',178,1,0,'2-digit 0.52',''),(179,1,'content',0,17,149,'0,6,9,149',0,'179','2-Digit 0.54','','http://www.topliteusa.com/uploadfile/2014/0808/20140808063750515.png','','products/digital/2DigitDisplay/','d5','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=179',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',179,1,0,'2-digit 0.54',''),(180,1,'content',0,17,149,'0,6,9,149',0,'180','2-Digit 0.56','','http://www.topliteusa.com/uploadfile/2014/0808/20140808063848909.png','','products/digital/2DigitDisplay/','d6','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=180',21,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',180,1,0,'2-digit 0.56',''),(181,1,'content',0,17,149,'0,6,9,149',0,'181','2-Digit 0.8','','http://www.topliteusa.com/uploadfile/2014/0808/20140808063940237.png','','products/digital/2DigitDisplay/','d7','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=181',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',181,1,0,'2-digit 0.8',''),(182,1,'content',0,17,149,'0,6,9,149',0,'182','2-Digit 1.0','','http://www.topliteusa.com/uploadfile/2014/0808/20140808064013619.png','','products/digital/2DigitDisplay/','d8','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=182',11,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',182,1,0,'2-digit 1.0',''),(183,1,'content',0,17,150,'0,6,9,150',0,'183','3-Digit 0.25','','http://www.topliteusa.com/uploadfile/2014/0808/20140808064217114.png','','products/digital/3DigitDisplay/','t1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=183',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',183,1,0,'3-digit 0.25',''),(184,1,'content',0,17,150,'0,6,9,150',0,'184','3-Digit 0.28','','http://www.topliteusa.com/uploadfile/2014/0808/20140808064249614.png','','products/digital/3DigitDisplay/','t2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=184',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',184,1,0,'3-digit 0.28',''),(185,1,'content',0,17,150,'0,6,9,150',0,'185','3-Digit 0.36','','http://www.topliteusa.com/uploadfile/2014/0808/20140808064323163.png','','products/digital/3DigitDisplay/','t3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=185',5,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',185,1,0,'3-digit 0.36',''),(186,1,'content',0,17,150,'0,6,9,150',0,'186','3-Digit 0.4','','http://www.topliteusa.com/uploadfile/2014/0808/20140808064350673.png','','products/digital/3DigitDisplay/','t4','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=186',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',186,1,0,'3-digit 0.4',''),(187,1,'content',0,17,150,'0,6,9,150',0,'187','3-Digit 0.52','','http://www.topliteusa.com/uploadfile/2014/0808/20140808064438648.png','','products/digital/3DigitDisplay/','t5','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=187',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',187,1,0,'3-digit 0.52',''),(188,1,'content',0,17,150,'0,6,9,150',0,'188','3-Digit 0.56','','http://www.topliteusa.com/uploadfile/2014/0808/20140808064551617.png','','products/digital/3DigitDisplay/','t6','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=188',12,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',188,1,0,'3-digit 0.56',''),(189,1,'content',0,17,150,'0,6,9,150',0,'189','3-Digit 0.8','','http://www.topliteusa.com/uploadfile/2014/0812/20140812044226922.png','','products/digital/3DigitDisplay/','t7','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=189',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',189,1,0,'3-digit 0.8',''),(190,1,'content',0,17,290,'0,6,9,290',0,'190','4-Digit 0.25','','http://www.topliteusa.com/uploadfile/2014/0808/20140808064828127.png','','products/digital/duowei/','f1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=190',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',190,1,0,'4-digit 0.25',''),(191,1,'content',0,17,290,'0,6,9,290',0,'191','4-Digit 0.28','','http://www.topliteusa.com/uploadfile/2014/0808/20140808064858884.png','','products/digital/duowei/','f2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=191',6,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',191,1,0,'4-digit 0.28',''),(192,1,'content',0,17,290,'0,6,9,290',0,'192','4-Digit 0.3','','http://www.topliteusa.com/uploadfile/2014/0808/20140808064930761.png','','products/digital/duowei/','f3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=192',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',192,1,0,'4-digit 0.3',''),(193,1,'content',0,17,290,'0,6,9,290',0,'193','4-Digit 0.36','','http://www.topliteusa.com/uploadfile/2014/0808/20140808065039499.png','','products/digital/duowei/','f4','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=193',8,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',193,1,0,'4-digit 0.36',''),(194,1,'content',0,17,290,'0,6,9,290',0,'194','4-Digit 0.39','','http://www.topliteusa.com/uploadfile/2014/0808/20140808065124295.png','','products/digital/duowei/','f5','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=194',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',194,1,0,'4-digit 0.39',''),(195,1,'content',0,17,290,'0,6,9,290',0,'195','4-Digit 0.4','','http://www.topliteusa.com/uploadfile/2014/0808/20140808065222251.png','','products/digital/duowei/','f6','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=195',10,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',195,1,0,'4-digit 0.4',''),(196,1,'content',0,17,290,'0,6,9,290',0,'196','4-Digit 0.52','','http://www.topliteusa.com/uploadfile/2014/0808/20140808065340210.png','','products/digital/duowei/','f7','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=196',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',196,1,0,'4-digit 0.52',''),(197,1,'content',0,17,290,'0,6,9,290',0,'197','4-Digit 0.56','','http://www.topliteusa.com/uploadfile/2014/0808/20140808065416480.png','','products/digital/duowei/','f8','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=197',16,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',197,1,0,'4-digit 0.56',''),(198,1,'content',0,17,290,'0,6,9,290',0,'198','4-Digit 0.8','','http://www.topliteusa.com/uploadfile/2014/0808/20140808065456178.png','','products/digital/duowei/','f9','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=198',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',198,1,0,'4-digit 0.8',''),(199,1,'content',0,17,290,'0,6,9,290',0,'199','5-Digit 0.25','','http://www.topliteusa.com/uploadfile/2014/0808/20140808025732169.png','','products/digital/duowei/','fi1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=199',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',199,1,0,'5-digit 0.25',''),(200,1,'content',0,17,290,'0,6,9,290',0,'200','5-Digit 0.36','','http://www.topliteusa.com/uploadfile/2014/0808/20140808032608157.png','','products/digital/duowei/','fi2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=200',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',200,1,0,'5-digit 0.36',''),(201,1,'content',0,17,290,'0,6,9,290',0,'201','5-Digit 0.52','','http://www.topliteusa.com/uploadfile/2014/0808/20140808032522293.png','','products/digital/duowei/','fi3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=201',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',201,1,0,'5-digit 0.52',''),(202,1,'content',0,17,290,'0,6,9,290',0,'202','6-Digit 0.3','','http://www.topliteusa.com/uploadfile/2014/0808/20140808033216670.png','','products/digital/duowei/','si1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=202',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',202,1,0,'6-digit 0.3',''),(203,1,'content',0,17,290,'0,6,9,290',0,'203','6-Digit 0.36','','http://www.topliteusa.com/uploadfile/2014/0808/20140808032655475.png','','products/digital/duowei/','si2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=203',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',203,1,0,'6-digit 0.36',''),(204,1,'content',0,17,290,'0,6,9,290',0,'204','6-Digit 0.52','','http://www.topliteusa.com/uploadfile/2014/0808/20140808025521365.png','','products/digital/duowei/','si3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=204',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',204,1,0,'6-digit 0.52',''),(205,1,'content',0,17,290,'0,6,9,290',0,'205','7-Digit 0.52','','','','products/digital/duowei/','se1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=205',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',205,1,0,'7-digit 0.52',''),(206,1,'content',0,17,290,'0,6,9,290',0,'206','8-Digit 0.4','','','','products/digital/duowei/','e1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=206',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',206,1,0,'8-digit 0.4',''),(207,1,'content',0,18,10,'0,6,10',1,'207,223,254,255,256,257,258,259,260,261,262','5x7 Dot Matrix Display','','http://www.topliteusa.com/uploadfile/2014/0218/20140218043842740.png','将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。','products/dotmodule/','DMD1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=207',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',207,1,0,'5x7 dot matrix display',''),(208,1,'content',0,18,10,'0,6,10',1,'208,224','5X8 Dot Matrix Display','','http://www.topliteusa.com/uploadfile/2014/0808/20140808092926503.png','','products/dotmodule/','DMD2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=208',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',208,1,0,'5x8 dot matrix display',''),(209,1,'content',0,18,10,'0,6,10',1,'209,225','6X7 Dot Matrix Display','','','','products/dotmodule/','DMD3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=209',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',209,1,0,'6x7 dot matrix display',''),(210,1,'content',0,18,10,'0,6,10',1,'210,227,228,263,264,265,266','8x8 Dot Matrix Display','','http://www.topliteusa.com/uploadfile/2014/0808/20140808093145739.png','','products/dotmodule/','DMD4','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=210',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',210,1,0,'8x8 dot matrix display',''),(211,1,'content',0,18,10,'0,6,10',1,'211,229,268,269,270,271,272','11x7 Dot Matrix Display','','','','products/dotmodule/','DMD5','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=211',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',211,1,0,'11x7 dot matrix display',''),(212,1,'content',0,18,10,'0,6,10',1,'212,230','16X15 Dot Matrix Display','','','','products/dotmodule/','DMD6','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=212',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',212,1,0,'16x15 dot matrix display',''),(223,1,'content',0,18,207,'0,6,10,207',0,'223','5x7, 0.12in (3.0mm) Dot Size','','http://www.topliteusa.com/uploadfile/2014/0807/20140807051243135.png','','products/dotmodule/DMD1/','a','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=223',9,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',223,1,0,'5x7, 0.12in (3.0mm) dot size',''),(224,1,'content',0,18,208,'0,6,10,208',0,'224','5x8, 0.12in (3.0mm) Dot Size','','http://www.topliteusa.com/uploadfile/2014/0808/20140808044946934.png','将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。','products/dotmodule/DMD2/','331615','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=224',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',224,1,0,'5x8, 0.12in (3.0mm) dot size',''),(225,1,'content',0,18,209,'0,6,10,209',0,'225','6x7, 0.12inx0.14in (3.0mmx3.5m','','http://www.topliteusa.com/uploadfile/2014/0812/20140812015929476.png','将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。','products/dotmodule/DMD3/','3388','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=225',8,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',225,1,0,'6x7, 0.12inx0.14in (3.0mmx3.5m',''),(227,1,'content',0,18,210,'0,6,10,210',0,'227','8x8, 0.07in (1.9mm) Dot Size','','http://www.topliteusa.com/uploadfile/2014/0808/20140808045251430.png','','products/dotmodule/DMD4/','3457','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=227',12,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',227,1,0,'8x8, 0.07in (1.9mm) dot size',''),(228,1,'content',0,18,210,'0,6,10,210',0,'228','8x8, 0.12in (3.0mm) Dot Size','','http://www.topliteusa.com/uploadfile/2014/0808/20140808045341848.png','','products/dotmodule/DMD4/','35711','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=228',13,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',228,1,0,'8x8, 0.12in (3.0mm) dot size',''),(229,1,'content',0,18,211,'0,6,10,211',0,'229','11x7, 0.12in (3.0×3.0mm) Dot Size','','http://www.topliteusa.com/uploadfile/2014/0812/20140812020326243.png','','products/dotmodule/DMD5/','1067','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=229',7,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',229,1,0,'11x7, 0.12in (3.03.0mm) dot si',''),(230,1,'content',0,18,212,'0,6,10,212',0,'230','16x15, 0.13inx0.12in (3.4mmx3.','','http://www.topliteusa.com/uploadfile/2014/0812/20140812022458911.png','将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。','products/dotmodule/DMD6/','1288','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=230',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',230,1,0,'16x15, 0.13inx0.12in (3.4mmx3.',''),(253,1,'content',1,0,0,'0',0,'253','Map','','','','','map','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=253',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_map\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',253,0,0,'map',''),(254,1,'content',0,18,207,'0,6,10,207',0,'254','5x7, 0.12in (3.0×3.0mm) Dot Size, ','','http://www.topliteusa.com/uploadfile/2014/0808/20140808042110909.png','','products/dotmodule/DMD1/','5x7','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=254',17,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',254,1,0,'5x7, 0.12in (3.03.0mm) dot siz',''),(255,1,'content',0,18,207,'0,6,10,207',0,'255','5x7, 0.16in (4.0×4.0mm) Dot Size, ','','http://www.topliteusa.com/uploadfile/2014/0808/20140808041130441.png','','products/dotmodule/DMD1/','5x74mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=255',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',255,1,0,'5x7, 0.16in (4.04.0mm) dot siz',''),(256,1,'content',0,18,207,'0,6,10,207',0,'256','5x7, 0.17inx0.18in (4.2mmx4.5m','','http://www.topliteusa.com/uploadfile/2014/0808/20140808041419259.png','','products/dotmodule/DMD1/','5743','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=256',6,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',256,1,0,'5x7, 0.17inx0.18in (4.2mmx4.5m',''),(257,1,'content',0,18,207,'0,6,10,207',0,'257','5x7, 0.18inx0.20in (4.5mm×5.3m','','http://www.topliteusa.com/uploadfile/2014/0808/20140808041640275.png','','products/dotmodule/DMD1/','574553','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=257',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',257,1,0,'5x7, 0.18inx0.20in (4.5mm5.3m',''),(258,1,'content',0,18,207,'0,6,10,207',0,'258','5x7, 0.30in (7.6mm) Dot Size','','http://www.topliteusa.com/uploadfile/2014/0808/20140808041813656.png','','products/dotmodule/DMD1/','5776','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=258',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',258,1,0,'5x7, 0.30in (7.6mm) dot size',''),(259,1,'content',0,18,207,'0,6,10,207',0,'259','5x7, 0.13in (3.4×3.4mm) Dot Size, ','','http://www.topliteusa.com/uploadfile/2014/0808/20140808041957313.png','','products/dotmodule/DMD1/','b','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=259',5,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',259,1,0,'5x7, 0.13in (3.43.4mm) dot siz',''),(260,1,'content',0,18,207,'0,6,10,207',0,'260','5x7, 0.14inx0.17in (3.5mmx4.3m','','http://www.topliteusa.com/uploadfile/2014/0808/20140808042216178.png','','products/dotmodule/DMD1/','573543','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=260',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',260,1,0,'5x7, 0.14inx0.17in (3.5mmx4.3m',''),(261,1,'content',0,18,207,'0,6,10,207',0,'261','5x7, 0.17inx0.19in (4.4mmx4.9m','','http://www.topliteusa.com/uploadfile/2014/0808/20140808044813338.png','','products/dotmodule/DMD1/','574449','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=261',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',261,1,0,'5x7, 0.17inx0.19in (4.4mmx4.9m',''),(262,1,'content',0,18,207,'0,6,10,207',0,'262','5x7, 0.20inx0.26in (5.0mmx6.5m','','http://www.topliteusa.com/uploadfile/2014/0812/20140812042836415.png','','products/dotmodule/DMD1/','575065','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=262',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',262,1,0,'5x7, 0.20inx0.26in (5.0mmx6.5m',''),(263,1,'content',0,18,210,'0,6,10,210',0,'263','8x8, 0.15in (3.7mm) Dot Size','','http://www.topliteusa.com/uploadfile/2014/0808/20140808045808283.png','','products/dotmodule/DMD4/','wer8837','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=263',13,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',263,1,0,'8x8, 0.15in (3.7mm) dot size',''),(264,1,'content',0,18,210,'0,6,10,210',0,'264','8x8, 0.20in (5.0mm) Dot Size','','http://www.topliteusa.com/uploadfile/2014/0808/20140808045915300.png','','products/dotmodule/DMD4/','wer8850','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=264',15,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',264,1,0,'8x8, 0.20in (5.0mm) dot size',''),(265,1,'content',0,18,210,'0,6,10,210',0,'265','8x8, 0.12in (3.0×3.0mm) Dot Size, ','','http://www.topliteusa.com/uploadfile/2014/0808/20140808045459385.png','','products/dotmodule/DMD4/','ytu3388','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=265',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',265,1,0,'8x8, 0.12in (3.03.0mm) dot siz',''),(266,1,'content',0,18,210,'0,6,10,210',0,'266','8x8, 0.13in (3.4mm) Dot Size, ','','http://www.topliteusa.com/uploadfile/2014/0808/20140808050042370.png','','products/dotmodule/DMD4/','wer8834','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=266',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',266,1,0,'8x8, 0.13in (3.4mm) dot size, ',''),(268,1,'content',0,18,211,'0,6,10,211',0,'268','11x7, 0.17in×0.18in (4.2mm×4.5','','http://www.topliteusa.com/uploadfile/2014/0812/20140812020922411.png','','products/dotmodule/DMD5/','1174245','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=268',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',268,1,0,'11x7, 0.17in0.18in (4.2mm4.5',''),(269,1,'content',0,18,211,'0,6,10,211',0,'269','11x7, 0.20inx0.26in (5.0mmx6.5','','http://www.topliteusa.com/uploadfile/2014/0812/20140812021132998.png','','products/dotmodule/DMD5/','11x75065','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=269',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',269,1,0,'11x7, 0.20inx0.26in (5.0mmx6.5',''),(270,1,'content',0,18,211,'0,6,10,211',0,'270','11x7, 0.11in×0.15in (2.9mm×3.9','','http://www.topliteusa.com/uploadfile/2014/0808/20140808053655998.png','','products/dotmodule/DMD5/','1172939','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=270',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',270,1,0,'11x7, 0.11in0.15in (2.9mm3.9',''),(271,1,'content',0,18,211,'0,6,10,211',0,'271','11x7, 0.14in×0.17in (3.5mm×4.3','','http://www.topliteusa.com/uploadfile/2014/0808/20140808051018175.png','','products/dotmodule/DMD5/','11x7','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=271',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',271,1,0,'11x7, 0.14in0.17in (3.5mm4.3',''),(272,1,'content',0,18,211,'0,6,10,211',0,'272','11x7, 0.17in×0.19in (4.4mm×4.9','','http://www.topliteusa.com/uploadfile/2014/0812/20140812022313192.png','','products/dotmodule/DMD5/','1174449','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=272',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',272,1,0,'11x7, 0.17in0.19in (4.4mm4.9',''),(273,1,'content',0,15,35,'0,6,7,35',0,'273','ATE-R20','','http://www.topliteusa.com/uploadfile/2014/0808/20140808014142143.png','','products/cobled/TE/','TE-R20','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=273',8,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',54,1,0,'ate-r20',''),(276,1,'content',0,15,39,'0,6,7,39',0,'276','ATS-R18','','http://www.topliteusa.com/uploadfile/2014/0808/20140808052004979.jpg','','products/cobled/ATS/','ATS-R18','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=276',6,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',276,1,0,'ats-r18',''),(277,1,'content',0,15,39,'0,6,7,39',0,'277','ATS-R40','','http://www.topliteusa.com/uploadfile/2014/0808/20140808015343535.png','','products/cobled/ATS/','ATS-R40','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=277',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',277,1,0,'ats-r40',''),(278,1,'content',0,15,37,'0,6,289,37',0,'278','ATP-1010','','http://www.topliteusa.com/uploadfile/2014/0226/20140226102627901.jpg','','products/hicob/ATP/','ATP-1010','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=278',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',278,1,0,'atp-1010',''),(281,1,'content',0,21,8,'0,6,8',0,'281','A-HR511B','','http://www.topliteusa.com/uploadfile/2014/0228/20140228105840563.jpg','','products/power/','A-HR511B','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=281',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',281,1,0,'a-hr511b',''),(282,1,'content',0,21,8,'0,6,8',0,'282','A-HR511W','','http://www.topliteusa.com/uploadfile/2014/0228/20140228105840563.jpg','','products/power/','A-HR511W','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=282',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',282,1,0,'a-hr511w',''),(283,1,'content',0,22,0,'0',1,'283,285,286,354,355','Recommended Products','','','','','RecommendedProducts','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=283',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_tj\',\n \'list_template\' => \'list_tj\',\n \'show_template\' => \'show_tj\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',283,0,0,'recommended products',''),(284,1,'content',0,15,288,'0,6,287,288',0,'284','ATL-X4','','http://www.topliteusa.com/uploadfile/2014/0808/20140808063742452.png','','products/TLF/TLssdd/','TL-X4','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=284',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',284,1,0,'atl-x4',''),(285,1,'content',0,22,283,'0,283',0,'285','COB LED Module','','','','RecommendedProducts/','cobledmodule','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=285',5,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_tj\',\n \'list_template\' => \'list_tj\',\n \'show_template\' => \'show_tj\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',285,1,0,'cob led module',''),(286,1,'content',0,22,283,'0,283',0,'286','Dot matrix Display','','','','RecommendedProducts/','dotmatrixdisplay','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=286',5,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_tj\',\n \'list_template\' => \'list_tj\',\n \'show_template\' => \'show_tj\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',286,1,0,'dot matrix display',''),(287,1,'content',0,15,6,'0,6',1,'287,288,73,77,82,87,89,284,297','Linear COB','','','','products/','TLF','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=287',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',2,1,0,'linear cob',''),(288,1,'content',0,15,287,'0,6,287',1,'288,73,77,82,87,89,284,297','TL系列','','','','products/TLF/','TLssdd','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=288',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',288,1,0,'tlxilie',''),(289,1,'content',0,15,6,'0,6',1,'289,37,95,98,278,298,299','High power COB','','','','products/','hicob','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=289',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',4,1,0,'high power cob',''),(290,1,'content',0,17,9,'0,6,9',1,'290,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206','Multi bit digital','','','','products/digital/','duowei','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=290',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',290,1,0,'multi bit digital',''),(293,1,'content',0,15,6,'0,6',1,'293,294,295,296','AC drive COB','','','','products/','ACCOB','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=293',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_productnlm\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',3,1,0,'ac drive cob',''),(294,1,'content',0,15,293,'0,6,293',0,'294','ATE-AR20','','http://www.topliteusa.com/uploadfile/2014/0814/20140814101840933.png','','products/ACCOB/','TE-AR20','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=294',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',294,1,0,'ate-ar20',''),(295,1,'content',0,15,293,'0,6,293',0,'295','ATR-AR38','','http://www.topliteusa.com/uploadfile/2014/0814/20140814102145550.png','','products/ACCOB/','TR-AR38','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=295',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',295,1,0,'atr-ar38',''),(296,1,'content',0,15,293,'0,6,293',0,'296','ATL-AB44','','http://www.topliteusa.com/uploadfile/2014/0814/20140814102255365.png','','products/ACCOB/','TL-AB44','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=296',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',296,1,0,'atl-ab44',''),(297,1,'content',0,15,288,'0,6,287,288',0,'297','ATL-2506','','http://www.topliteusa.com/uploadfile/2014/0814/20140814111007138.jpg','','products/TLF/TLssdd/','TL-2506','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=297',3,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',297,1,0,'atl-2506',''),(298,1,'content',0,15,289,'0,6,289',1,'298,299','TL Series','','','','products/hicob/','TL-Series','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=298',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',298,1,0,'tl series',''),(299,1,'content',0,15,298,'0,6,289,298',0,'299','ATL-B160','','http://www.topliteusa.com/uploadfile/2014/0814/20140814115258879.png','','products/hicob/TL-Series/','TL-B160','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=299',4,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',299,1,0,'atl-b160',''),(301,1,'content',0,24,6,'0,6',1,'301,321,325,326,327,328,322,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,323,347,348,349,350,351,324,352,353','Indicator','','http://www.topliteusa.com/uploadfile/2014/0818/20140818030808758.png','','products/','zhishfu','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=301',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',9,1,0,'indicator',''),(321,1,'content',0,24,301,'0,6,301',1,'321,325,326,327,328','Bar','','http://www.topliteusa.com/uploadfile/2014/0818/20140818030914484.png','','products/zhishfu/','Bar','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=321',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',321,1,0,'bar',''),(322,1,'content',0,24,301,'0,6,301',1,'322,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346','Line','','','','products/zhishfu/','Line','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=322',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',322,1,0,'line',''),(323,1,'content',0,24,301,'0,6,301',1,'323,347,348,349,350,351','Arrow','','','','products/zhishfu/','Arrow','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=323',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',323,1,0,'arrow',''),(324,1,'content',0,24,301,'0,6,301',1,'324,352,353','Round','','','','products/zhishfu/','Round','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=324',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',324,1,0,'round',''),(325,1,'content',0,24,321,'0,6,301,321',0,'325','B05','','http://www.topliteusa.com/uploadfile/2014/0818/20140818033144289.png','','products/zhishfu/Bar/','B05','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=325',6,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',325,1,0,'b05',''),(326,1,'content',0,24,321,'0,6,301,321',0,'326','B10','','http://www.topliteusa.com/uploadfile/2014/0818/20140818033228205.png','','products/zhishfu/Bar/','B10','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=326',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',326,1,0,'b10',''),(327,1,'content',0,24,321,'0,6,301,321',0,'327','B12','','http://www.topliteusa.com/uploadfile/2014/0818/20140818033315865.png','','products/zhishfu/Bar/','B12','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=327',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',327,1,0,'b12',''),(328,1,'content',0,24,321,'0,6,301,321',0,'328','L1105','','http://www.topliteusa.com/uploadfile/2014/0818/20140818033353247.png','','products/zhishfu/Bar/','L1105','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=328',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',328,1,0,'l1105',''),(329,1,'content',0,24,322,'0,6,301,322',0,'329','L10','','http://www.topliteusa.com/uploadfile/2014/0818/20140818033507222.png','','products/zhishfu/Line/','L10','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=329',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',329,1,0,'l10',''),(330,1,'content',0,24,322,'0,6,301,322',0,'330','L0510','','http://www.topliteusa.com/uploadfile/2014/0818/20140818033637529.png','','products/zhishfu/Line/','L0510','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=330',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',330,1,0,'l0510',''),(331,1,'content',0,24,322,'0,6,301,322',0,'331','L0817','','http://www.topliteusa.com/uploadfile/2014/0818/20140818033724839.png','','products/zhishfu/Line/','L0817','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=331',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',331,1,0,'l0817',''),(332,1,'content',0,24,322,'0,6,301,322',0,'332','L0942','','http://www.topliteusa.com/uploadfile/2014/0818/20140818033827693.png','','products/zhishfu/Line/','L0942','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=332',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',332,1,0,'l0942',''),(333,1,'content',0,24,322,'0,6,301,322',0,'333','L1006','','http://www.topliteusa.com/uploadfile/2014/0818/20140818033909137.png','','products/zhishfu/Line/','L1006','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=333',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',333,1,0,'l1006',''),(334,1,'content',0,24,322,'0,6,301,322',0,'334','L1030','','http://www.topliteusa.com/uploadfile/2014/0818/20140818034004382.png','','products/zhishfu/Line/','L1030','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=334',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',334,1,0,'l1030',''),(335,1,'content',0,24,322,'0,6,301,322',0,'335','L1106','','http://www.topliteusa.com/uploadfile/2014/0818/20140818034055821.png','','products/zhishfu/Line/','L1106','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=335',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',335,1,0,'l1106',''),(336,1,'content',0,24,322,'0,6,301,322',0,'336','L1117','','http://www.topliteusa.com/uploadfile/2014/0818/20140818034131142.png','','products/zhishfu/Line/','L1117','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=336',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',336,1,0,'l1117',''),(337,1,'content',0,24,322,'0,6,301,322',0,'337','L1220','','http://www.topliteusa.com/uploadfile/2014/0818/20140818034226158.png','','products/zhishfu/Line/','L1220','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=337',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',337,1,0,'l1220',''),(338,1,'content',0,24,322,'0,6,301,322',0,'338','L12','','http://www.topliteusa.com/uploadfile/2014/0818/20140818034325376.png','','products/zhishfu/Line/','L12','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=338',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',338,1,0,'l12',''),(339,1,'content',0,24,322,'0,6,301,322',0,'339','L13','','http://www.topliteusa.com/uploadfile/2014/0818/20140818034437464.png','','products/zhishfu/Line/','L13','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=339',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',339,1,0,'l13',''),(340,1,'content',0,24,322,'0,6,301,322',0,'340','L1436','','http://www.topliteusa.com/uploadfile/2014/0818/20140818034607280.png','','products/zhishfu/Line/','L1436','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=340',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',340,1,0,'l1436',''),(341,1,'content',0,24,322,'0,6,301,322',0,'341','L2048','','http://www.topliteusa.com/uploadfile/2014/0818/20140818035025333.png','','products/zhishfu/Line/','L2048','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=341',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',341,1,0,'l2048',''),(342,1,'content',0,24,322,'0,6,301,322',0,'342','L2173','','http://www.topliteusa.com/uploadfile/2014/0818/20140818035113874.png','','products/zhishfu/Line/','L2173','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=342',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',342,1,0,'l2173',''),(343,1,'content',0,24,322,'0,6,301,322',0,'343','L2500','','http://www.topliteusa.com/uploadfile/2014/0818/20140818035208385.png','','products/zhishfu/Line/','L2500','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=343',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',343,1,0,'l2500',''),(344,1,'content',0,24,322,'0,6,301,322',0,'344','L3070','','http://www.topliteusa.com/uploadfile/2014/0818/20140818035255908.png','','products/zhishfu/Line/','L3070','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=344',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',344,1,0,'l3070',''),(345,1,'content',0,24,322,'0,6,301,322',0,'345','L3322','','http://www.topliteusa.com/uploadfile/2014/0818/20140818035335210.png','','products/zhishfu/Line/','L3322','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=345',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',345,1,0,'l3322',''),(346,1,'content',0,24,322,'0,6,301,322',0,'346','L4016','','http://www.topliteusa.com/uploadfile/2014/0818/20140818035437794.png','','products/zhishfu/Line/','L4016','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=346',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',346,1,0,'l4016',''),(347,1,'content',0,24,323,'0,6,301,323',0,'347','08012','','http://www.topliteusa.com/uploadfile/2014/0818/20140818035623880.png','','products/zhishfu/Arrow/','08012','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=347',8,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',347,1,0,'08012',''),(348,1,'content',0,24,323,'0,6,301,323',0,'348','J3246','','http://www.topliteusa.com/uploadfile/2014/0818/20140818035704919.png','','products/zhishfu/Arrow/','J3246','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=348',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',348,1,0,'j3246',''),(349,1,'content',0,24,323,'0,6,301,323',0,'349','J4264','','http://www.topliteusa.com/uploadfile/2014/0818/20140818035738174.png','','products/zhishfu/Arrow/','J4264','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=349',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',349,1,0,'j4264',''),(350,1,'content',0,24,323,'0,6,301,323',0,'350','LJ15','','http://www.topliteusa.com/uploadfile/2014/0818/20140818035830575.png','','products/zhishfu/Arrow/','LJ15','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=350',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',350,1,0,'lj15',''),(351,1,'content',0,24,323,'0,6,301,323',0,'351','LS12012','','http://www.topliteusa.com/uploadfile/2014/0818/20140818035905441.png','','products/zhishfu/Arrow/','LS12012','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=351',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',351,1,0,'ls12012',''),(352,1,'content',0,24,324,'0,6,301,324',0,'352','R3006','','http://www.topliteusa.com/uploadfile/2014/0818/20140818040047348.png','','products/zhishfu/Round/','R3006','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=352',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',352,1,0,'r3006',''),(353,1,'content',0,24,324,'0,6,301,324',0,'353','R3106','','http://www.topliteusa.com/uploadfile/2014/0818/20140818040122554.png','','products/zhishfu/Round/','R3106','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=353',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',353,1,0,'r3106',''),(354,1,'content',0,22,283,'0,283',0,'354','New Products','','','','RecommendedProducts/','NewProducts','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=354',5,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_tj\',\n \'list_template\' => \'list_tj\',\n \'show_template\' => \'show_tj\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',354,1,0,'new products',''),(355,1,'content',0,22,283,'0,283',0,'355','Seven Segment Display','','','','RecommendedProducts/','SevenSegmentDisplay','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=355',5,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_tj\',\n \'list_template\' => \'list_tj\',\n \'show_template\' => \'show_tj\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',355,1,0,'seven segment display',''),(356,1,'content',0,14,28,'0,28',0,'356','COB manual','','','','technology/','COBmanual','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=356',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_jishu\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',356,1,0,'cob manual',''),(357,1,'content',0,15,35,'0,6,7,35',0,'357','ATE-R8','','','','products/cobled/TE/','ATE-R8','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=357',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_productnc\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',49,1,0,'ate-r8',''),(358,1,'content',0,15,35,'0,6,7,35',0,'358','测试','','','','products/cobled/TE/','ceshi','http://www.topliteusa.com/',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',358,1,0,'ceshi',''); /*!40000 ALTER TABLE `dh_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_category1` -- DROP TABLE IF EXISTS `dh_category1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_category1` ( `catid` smallint(5) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `module` varchar(15) NOT NULL, `type` tinyint(1) unsigned NOT NULL default '0', `modelid` smallint(5) unsigned NOT NULL default '0', `parentid` smallint(5) unsigned NOT NULL default '0', `arrparentid` varchar(255) NOT NULL, `child` tinyint(1) unsigned NOT NULL default '0', `arrchildid` mediumtext NOT NULL, `catname` varchar(100) NOT NULL, `style` varchar(5) NOT NULL, `image` varchar(100) NOT NULL, `description` mediumtext NOT NULL, `parentdir` varchar(100) NOT NULL, `catdir` varchar(30) NOT NULL, `url` varchar(100) NOT NULL, `items` mediumint(8) unsigned NOT NULL default '0', `hits` int(10) unsigned NOT NULL default '0', `setting` mediumtext NOT NULL, `listorder` smallint(5) unsigned NOT NULL default '0', `ismenu` tinyint(1) unsigned NOT NULL default '1', `sethtml` tinyint(1) unsigned NOT NULL default '0', `letter` varchar(30) NOT NULL, `usable_type` varchar(255) NOT NULL, PRIMARY KEY (`catid`), KEY `module` (`module`,`parentid`,`listorder`,`catid`), KEY `siteid` (`siteid`,`type`) ) ENGINE=MyISAM AUTO_INCREMENT=289 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_category1` -- LOCK TABLES `dh_category1` WRITE; /*!40000 ALTER TABLE `dh_category1` DISABLE KEYS */; INSERT INTO `dh_category1` VALUES (6,1,'content',0,3,0,'0',1,'6,7,35,59,60,50,51,53,54,273,57,36,73,77,87,89,37,95,98,278,38,107,108,110,39,118,276,277,8,279,280,281,282,9,148,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,149,175,176,177,178,179,180,181,182,150,183,184,185,186,187,188,189,151,190,191,192,193,194,195,196,197,198,152,199,200,201,153,202,203,204,154,205,155,206,10,207,223,254,255,256,257,258,259,260,261,262,208,224,209,225,210,227,228,263,264,265,266,211,229,268,269,270,271,272,212,230,12,13,14,130,131,132,133,134,136,135,125,126,127,128,129,137,138,139','Products','','','','','products','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=6',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product2\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',1,1,0,'products',''),(7,1,'content',0,15,6,'0,6',1,'7,35,59,60,50,51,53,54,273,57,36,73,77,87,89,37,95,98,278,38,107,108,110,39,118,276,277','COB LED Module','','','<img border=\"0\" height=\"230\" src=\"images/T-xl.jpg\" width=\"960\" /><br />\r\n','products/','cobled','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=7',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',7,1,0,'cob led module',''),(8,1,'content',0,21,6,'0,6',1,'8,279,280,281,282','High Power LED Lamp','','','','products/','power','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=8',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_productnlm\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',8,1,0,'high power led lamp',''),(9,1,'content',0,17,6,'0,6',1,'9,148,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,149,175,176,177,178,179,180,181,182,150,183,184,185,186,187,188,189,151,190,191,192,193,194,195,196,197,198,152,199,200,201,153,202,203,204,154,205,155,206','Seven Segment Display','','','','products/','digital','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=9',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',9,1,0,'seven segment display',''),(10,1,'content',0,18,6,'0,6',1,'10,207,223,254,255,256,257,258,259,260,261,262,208,224,209,225,210,227,228,263,264,265,266,211,229,268,269,270,271,272,212,230','Dot matrix Display','','','','products/','dotmodule','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=10',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',10,1,0,'dot matrix display',''),(288,1,'content',0,1,0,'0',0,'288','Recruitment','','','','','recruitment','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=288',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_hr\',\n \'list_template\' => \'list_hr\',\n \'show_template\' => \'show_hr\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',999,0,0,'recruitment',''),(12,1,'content',0,20,6,'0,6',0,'12','Backlight','','','','products/','backlight','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=12',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_productnc\',\n \'list_template\' => \'list_productnc\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',12,1,0,'backlight',''),(13,1,'content',0,19,6,'0,6',0,'13','SMD LED','','','采用SMT封装技术的表面贴装器件,体积小、重量轻,贴装时不受引线间距、通孔间距的限制,从而大大提高了电子产品的组装密度。TOPLITE提供种类丰富、色彩齐全、白色色温范围广泛,应用领域庞大。','products/','smd','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=13',16777215,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_productnc\',\n \'list_template\' => \'list_productnc\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',13,1,0,'smd led',''),(14,1,'content',0,16,6,'0,6',1,'14,130,131,132,133,134,136,135,125,126,127,128,129,137,138,139','Through Hole LED','','','','products/','diode','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=14',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',14,1,0,'through hole led',''),(16,1,'content',0,1,0,'0',1,'16,17,18','News','','','','','news','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=16',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_news\',\n \'list_template\' => \'list_news\',\n \'show_template\' => \'show_news\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',3,1,0,'news',''),(17,1,'content',0,1,16,'0,16',0,'17','Corporate Information','','','','news/','information','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=17',12,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_news\',\n \'list_template\' => \'list_news\',\n \'show_template\' => \'show_news\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',17,1,0,'corporate information',''),(18,1,'content',0,1,16,'0,16',0,'18','Media Reports','','','','news/','media','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=18',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_news\',\n \'list_template\' => \'list_news\',\n \'show_template\' => \'show_news\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',18,1,0,'media reports',''),(19,1,'content',1,0,0,'0',1,'19,25,26,27','Investor','','','','','investor','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=19',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_guanxi\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',4,1,0,'investor',''),(20,1,'content',1,0,0,'0',0,'20','Sales Network','','','','','SalesNetwork','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=20',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_marketing\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',5,1,0,'sales network',''),(28,1,'content',0,14,0,'0',1,'28,31,32,124','Technology','','','','','technology','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=28',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_jishu\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',2,1,0,'technology',''),(21,1,'content',0,13,0,'0',1,'21,147,146,22,23,24','About US','','','','','about','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=21',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_case\',\n \'list_template\' => \'list_case\',\n \'show_template\' => \'show_case\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',6,1,0,'about us',''),(22,1,'content',1,0,21,'0,21',0,'22','Environment','','','','about/','environment','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=22',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_huanjing\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',22,1,0,'environment',''),(23,1,'content',1,0,21,'0,21',0,'23','Honor','','','','about/','honor','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=23',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_huanjing\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',23,1,0,'honor',''),(24,1,'content',0,13,21,'0,21',0,'24','Case','','','','about/','case','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=24',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_case\',\n \'list_template\' => \'list_case\',\n \'show_template\' => \'show_case\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',24,1,0,'case',''),(25,1,'content',1,0,19,'0,19',0,'25','Investor Relations','','','','investor/','relationship','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=25',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_guanxi\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',25,1,0,'investor relations',''),(26,1,'content',1,0,19,'0,19',0,'26','Corporate Governance','','','','investor/','governance','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=26',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_guanxi\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',26,1,0,'corporate governance',''),(27,1,'content',1,0,19,'0,19',0,'27','Report','','','','investor/','report','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=27',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_guanxi\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',27,1,0,'report',''),(32,1,'content',0,14,28,'0,28',0,'32','2013 LED Product Catalog','','','','technology/','2013PDF','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=32',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_jishu\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',32,1,0,'2013 led product catalog',''),(31,1,'content',0,14,28,'0,28',0,'31','2014 COB Catalog','','','','technology/','2014PDF','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=31',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_jishu\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',31,1,0,'2014 cob catalog',''),(35,1,'content',0,15,7,'0,6,7',1,'35,59,60,50,51,53,54,273,57','ATE Series','','','','products/cobled/','ATE','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=35',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',35,1,0,'ate series',''),(36,1,'content',0,15,7,'0,6,7',1,'36,73,77,87,89','ATL Series','','','','products/cobled/','ATL','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=36',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',36,1,0,'atl series',''),(37,1,'content',0,15,7,'0,6,7',1,'37,95,98,278','ATP Series','','','','products/cobled/','ATP','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=37',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',37,1,0,'atp series',''),(38,1,'content',0,15,7,'0,6,7',1,'38,107,108,110','ATR Series','','','','products/cobled/','ATR','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=38',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',38,1,0,'atr series',''),(39,1,'content',0,15,7,'0,6,7',1,'39,118,276,277','ATS Series','','','','products/cobled/','ATS','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=39',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',39,1,0,'ats series',''),(279,1,'content',0,21,8,'0,6,8',0,'279','A-H001W4','','','','products/power/','A-H001W4','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=279',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',279,1,0,'a-h001w4',''),(280,1,'content',0,21,8,'0,6,8',0,'280','A-H001W6','','','','products/power/','A-H001W6','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=280',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',280,1,0,'a-h001w6',''),(281,1,'content',0,21,8,'0,6,8',0,'281','A-HR511B','','','','products/power/','A-HR511B','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=281',2,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',281,1,0,'a-hr511b',''),(282,1,'content',0,21,8,'0,6,8',0,'282','A-HR511W','','','','products/power/','A-HR511W','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=282',9,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show_picture\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',282,1,0,'a-hr511w',''),(50,1,'content',0,15,35,'0,6,7,35',0,'50','ATE-R10','','http://www.topliteusa.com/uploadfile/2014/0225/20140225065859239.jpg','','products/cobled/ATE/','ATE-R10','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=50',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',51,1,0,'ate-r10',''),(51,1,'content',0,15,35,'0,6,7,35',0,'51','ATE-R11','','http://www.topliteusa.com/uploadfile/2014/0225/20140225065917513.jpg','','products/cobled/ATE/','ATE-R11','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=51',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',51,1,0,'ate-r11',''),(53,1,'content',0,15,35,'0,6,7,35',0,'53','ATE-R14','','http://www.topliteusa.com/uploadfile/2014/0225/20140225065936423.jpg','','products/cobled/ATE/','ATE-R14','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=53',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',53,1,0,'ate-r14',''),(54,1,'content',0,15,35,'0,6,7,35',0,'54','ATE-R15','','http://www.topliteusa.com/uploadfile/2014/0225/20140225065953512.jpg','','products/cobled/ATE/','ATE-R15','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=54',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',54,1,0,'ate-r15',''),(57,1,'content',0,15,35,'0,6,7,35',0,'57','ATE-R23','','http://www.topliteusa.com/uploadfile/2014/0225/20140225070053268.jpg','','products/cobled/ATE/','ATE-R23','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=57',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',57,1,0,'ate-r23',''),(59,1,'content',0,15,35,'0,6,7,35',0,'59','ATE-R7','','http://www.topliteusa.com/uploadfile/2014/0225/20140225070112771.jpg','','products/cobled/ATE/','ATE7','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=59',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',50,1,0,'ate-r7',''),(60,1,'content',0,15,35,'0,6,7,35',0,'60','ATE-R6','','http://www.topliteusa.com/uploadfile/2014/0225/20140225070132740.jpg','','products/cobled/ATE/','ATE-R6','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=60',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',50,1,0,'ate-r6',''),(73,1,'content',0,15,36,'0,6,7,36',0,'73','ATL-B36','','','','products/cobled/ATL/','ATL-B36','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=73',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',73,1,0,'atl-b36',''),(77,1,'content',0,15,36,'0,6,7,36',0,'77','ATL-B72','','http://www.topliteusa.com/uploadfile/2014/0214/20140214101343848.jpg','','products/cobled/ATL/','ATL-B72','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=77',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',77,1,0,'atl-b72',''),(286,1,'content',0,22,283,'0,283',0,'286','Dot matrix Display','','','','RecommendedProducts/','dotmatrixdisplay','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=286',5,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_tj\',\n \'list_template\' => \'list_tj\',\n \'show_template\' => \'show_tj\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',286,1,0,'dot matrix display',''),(287,1,'content',0,22,283,'0,283',0,'287','Seven Segment Display','','','','RecommendedProducts/','sevensegmentdisplay','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=287',5,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_tj\',\n \'list_template\' => \'list_tj\',\n \'show_template\' => \'show_tj\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',287,1,0,'seven segment display',''),(87,1,'content',0,15,36,'0,6,7,36',0,'87','ATL-S40','','http://www.topliteusa.com/uploadfile/2014/0214/20140214101743503.jpg','','products/cobled/ATL/','ATL-S40','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=87',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',87,1,0,'atl-s40',''),(89,1,'content',0,15,36,'0,6,7,36',0,'89','ATL-S72','','http://www.topliteusa.com/uploadfile/2014/0214/20140214101922785.jpg','','products/cobled/ATL/','ATL-S72','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=89',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',89,1,0,'atl-s72',''),(95,1,'content',0,15,37,'0,6,7,37',0,'95','ATP-1818','','http://www.topliteusa.com/uploadfile/2014/0226/20140226102533261.jpg','','products/cobled/ATP/','ATP-1818','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=95',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',95,1,0,'atp-1818',''),(98,1,'content',0,15,37,'0,6,7,37',0,'98','ATP-2424','','http://www.topliteusa.com/uploadfile/2014/0226/20140226102601356.jpg','','products/cobled/ATP/','ATP-2424','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=98',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',98,1,0,'atp-2424',''),(107,1,'content',0,15,38,'0,6,7,38',0,'107','ATR-FR8','','','','products/cobled/ATR/','ATR-FR8','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=107',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',107,1,0,'atr-fr8',''),(108,1,'content',0,15,38,'0,6,7,38',0,'108','ATR-R17','','','','products/cobled/ATR/','ATR-R17','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=108',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',108,1,0,'atr-r17',''),(110,1,'content',0,15,38,'0,6,7,38',0,'110','ATR-R27','','','','products/cobled/ATR/','ATR-R27','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=110',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',110,1,0,'atr-r27',''),(283,1,'content',0,22,0,'0',1,'283,284,285,286,287','Recommended Products','','','','','RecommendedProducts','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=283',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_tj\',\n \'list_template\' => \'list_tj\',\n \'show_template\' => \'show_tj\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',283,0,0,'recommended products',''),(118,1,'content',0,15,39,'0,6,7,39',0,'118','ATS-R30','','','','products/cobled/ATS/','ATS-R30','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=118',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',118,1,0,'ats-r30',''),(124,1,'content',1,0,28,'0,28',0,'124','Question','','','','technology/','tijiao','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=124',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_support\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',124,1,0,'question',''),(125,1,'content',0,16,135,'0,6,14,135',0,'125','Round 3mm','','','','products/diode/round/','Round3mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=125',1,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',125,1,0,'round 3mm',''),(126,1,'content',0,16,135,'0,6,14,135',0,'126','Round 4.8mm','','','','products/diode/round/','Round4-8mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=126',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',126,1,0,'round 4.8mm',''),(127,1,'content',0,16,135,'0,6,14,135',0,'127','Round 5mm','','','','products/diode/round/','Round5mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=127',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',127,1,0,'round 5mm',''),(128,1,'content',0,16,135,'0,6,14,135',0,'128','Round 8mm','','','','products/diode/round/','Round8mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=128',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',128,1,0,'round 8mm',''),(129,1,'content',0,16,135,'0,6,14,135',0,'129','Round 10mm','','','','products/diode/round/','Round10mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=129',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',129,1,0,'round 10mm',''),(130,1,'content',0,16,14,'0,6,14',1,'130,131,132,133,134,136','Through-Hole Rectangular LED','','','','products/diode/','Rectangular','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=130',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',130,1,0,'through-hole rectangular led',''),(131,1,'content',0,16,130,'0,6,14,130',0,'131','Rectangular 2x3mm','','','','products/diode/Rectangular/','Rectangular2x3mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=131',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',131,1,0,'rectangular 2x3mm',''),(132,1,'content',0,16,130,'0,6,14,130',0,'132','Rectangular 2x4mm','','','','products/diode/Rectangular/','Rectangular2x4mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=132',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',132,1,0,'rectangular 2x4mm',''),(133,1,'content',0,16,130,'0,6,14,130',0,'133','Rectangular 2x5mm','','','','products/diode/Rectangular/','Rectangular2x5mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=133',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',133,1,0,'rectangular 2x5mm',''),(134,1,'content',0,16,130,'0,6,14,130',0,'134','Rectangular 2.5x5mm','','','','products/diode/Rectangular/','Rectangular2-5x5mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=134',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',134,1,0,'rectangular 2.5x5mm',''),(135,1,'content',0,16,14,'0,6,14',1,'135,125,126,127,128,129','Through-Hole Round LED','','','','products/diode/','round','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=135',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',135,1,0,'through-hole round led',''),(136,1,'content',0,16,130,'0,6,14,130',0,'136','Rectangular 2.3×6.85mm','','','','products/diode/Rectangular/','Rectangularmm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=136',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',136,1,0,'rectangular 2.36.85mm',''),(137,1,'content',0,16,14,'0,6,14',1,'137,138,139','Through-Hole Tower Type LED','','','','products/diode/','TowerType','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=137',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',137,1,0,'through-hole tower type led',''),(138,1,'content',0,16,137,'0,6,14,137',0,'138','Tower Type 2mm','','','','products/diode/TowerType/','TowerType2mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=138',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',138,1,0,'tower type 2mm',''),(139,1,'content',0,16,137,'0,6,14,137',0,'139','Tower Type 2.1mm','','','','products/diode/TowerType/','TowerType2-1mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=139',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',139,1,0,'tower type 2.1mm',''),(258,1,'content',0,18,207,'0,6,10,207',0,'258','5x7, 0.30in (7.6mm) Dot Size','','','','products/dotmodule/DMD1/','5x7, 0.30in (7.6mm) dot size','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=258',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',258,1,0,'5x7, 0.30in (7.6mm) dot size',''),(257,1,'content',0,18,207,'0,6,10,207',0,'257','5x7, 0.18inx0.20in (4.5mm×5.3m','','','','products/dotmodule/DMD1/','5x7, 0.18inx0.20in (4.5mm5.3mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=257',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',257,1,0,'5x7, 0.18inx0.20in (4.5mm5.3m',''),(256,1,'content',0,18,207,'0,6,10,207',0,'256','5x7, 0.17inx0.18in (4.2mmx4.5m','','','','products/dotmodule/DMD1/','5x7, 0.17inx0.18in (4.2mmx4.5m','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=256',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',256,1,0,'5x7, 0.17inx0.18in (4.2mmx4.5m',''),(254,1,'content',0,18,207,'0,6,10,207',0,'254','5x7, 0.12in (3.0mm) Dot Size, ','','','','products/dotmodule/DMD1/','5x7, 0.12in (3.0mm) dot size, ','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=254',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',254,1,0,'5x7, 0.12in (3.0mm) dot size, ',''),(255,1,'content',0,18,207,'0,6,10,207',0,'255','5x7, 0.16in (4.0mm) Dot Size, ','','','','products/dotmodule/DMD1/','5x7, 0.16in (4.0mm) dot size, ','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=255',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',255,1,0,'5x7, 0.16in (4.0mm) dot size, ',''),(146,1,'content',1,0,21,'0,21',0,'146','organization','','','','about/','organization','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=146',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_about\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',21,1,0,'organization',''),(147,1,'content',1,0,21,'0,21',0,'147','Introduction','','','','about/','about','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=147',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_about\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',20,1,0,'introduction',''),(148,1,'content',0,17,9,'0,6,9',1,'148,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174','7-Segment 1-Digit Display','','','','products/digital/','7-Segment 1-Digit Display','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=148',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',148,1,0,'7-segment 1-digit display',''),(149,1,'content',0,17,9,'0,6,9',1,'149,175,176,177,178,179,180,181,182','7-Segment 2-Digit Display','','','','products/digital/','7-Segment 2-Digit Display','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=149',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',149,1,0,'7-segment 2-digit display',''),(150,1,'content',0,17,9,'0,6,9',1,'150,183,184,185,186,187,188,189','7-Segment 3-Digit Display','','','','products/digital/','7-Segment 3-Digit Display','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=150',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',150,1,0,'7-segment 3-digit display',''),(151,1,'content',0,17,9,'0,6,9',1,'151,190,191,192,193,194,195,196,197,198','7-Segment 4-Digit Display','','','','products/digital/','7-Segment 4-Digit Display','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=151',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',151,1,0,'7-segment 4-digit display',''),(152,1,'content',0,17,9,'0,6,9',1,'152,199,200,201','7-Segment 5-Digit Display','','','','products/digital/','7-Segment 5-Digit Display','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=152',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',152,1,0,'7-segment 5-digit display',''),(153,1,'content',0,17,9,'0,6,9',1,'153,202,203,204','7-Segment 6-Digit Display','','','','products/digital/','7-Segment 6-Digit Display','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=153',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',153,1,0,'7-segment 6-digit display',''),(155,1,'content',0,17,9,'0,6,9',1,'155,206','7-Segment 8-Digit Display','','','','products/digital/','7-Segment 8-Digit Display','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=155',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',155,1,0,'7-segment 8-digit display',''),(156,1,'content',0,17,148,'0,6,9,148',0,'156','1-Digit 0.28\"','','','','products/digital/7-Segment 1-Digit Display/','s1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=156',16777215,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',156,1,0,'1-digit 0.28\"',''),(157,1,'content',0,17,148,'0,6,9,148',0,'157','1-Digit 0.31\"','','','','products/digital/7-Segment 1-Digit Display/','s2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=157',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',157,1,0,'1-digit 0.31\"',''),(158,1,'content',0,17,148,'0,6,9,148',0,'158','1-Digit 0.36\"','','','','products/digital/7-Segment 1-Digit Display/','s3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=158',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',158,1,0,'1-digit 0.36\"',''),(159,1,'content',0,17,148,'0,6,9,148',0,'159','1-Digit 0.39\"','','','','products/digital/7-Segment 1-Digit Display/','s4','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=159',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',159,1,0,'1-digit 0.39\"',''),(160,1,'content',0,17,148,'0,6,9,148',0,'160','1-Digit 0.4\"','','','','products/digital/7-Segment 1-Digit Display/','s5','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=160',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',160,1,0,'1-digit 0.4\"',''),(161,1,'content',0,17,148,'0,6,9,148',0,'161','1-Digit 0.5\"','','','','products/digital/7-Segment 1-Digit Display/','s6','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=161',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',161,1,0,'1-digit 0.5\"',''),(162,1,'content',0,17,148,'0,6,9,148',0,'162','1-Digit 0.52\"','','','','products/digital/7-Segment 1-Digit Display/','s7','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=162',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',162,1,0,'1-digit 0.52\"',''),(163,1,'content',0,17,148,'0,6,9,148',0,'163','1-Digit 0.56\"','','','','products/digital/7-Segment 1-Digit Display/','s8','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=163',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',163,1,0,'1-digit 0.56\"',''),(164,1,'content',0,17,148,'0,6,9,148',0,'164','1-Digit 0.6\"','','','','products/digital/7-Segment 1-Digit Display/','s9','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=164',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',164,1,0,'1-digit 0.6\"',''),(165,1,'content',0,17,148,'0,6,9,148',0,'165','1-Digit 0.8\"','','','','products/digital/7-Segment 1-Digit Display/','s10','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=165',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',165,1,0,'1-digit 0.8\"',''),(166,1,'content',0,17,148,'0,6,9,148',0,'166','1-Digit 1.0\"','','','','products/digital/7-Segment 1-Digit Display/','s11','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=166',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',166,1,0,'1-digit 1.0\"',''),(167,1,'content',0,17,148,'0,6,9,148',0,'167','1-Digit 1.2\"','','','','products/digital/7-Segment 1-Digit Display/','s12','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=167',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',167,1,0,'1-digit 1.2\"',''),(168,1,'content',0,17,148,'0,6,9,148',0,'168','1-Digit 1.5\"','','','','products/digital/7-Segment 1-Digit Display/','s13','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=168',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',168,1,0,'1-digit 1.5\"',''),(169,1,'content',0,17,148,'0,6,9,148',0,'169','1-Digit 1.8\"','','','','products/digital/7-Segment 1-Digit Display/','s14','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=169',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',169,1,0,'1-digit 1.8\"',''),(170,1,'content',0,17,148,'0,6,9,148',0,'170','1-Digit 2.0\"','','','','products/digital/7-Segment 1-Digit Display/','s15','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=170',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',170,1,0,'1-digit 2.0\"',''),(171,1,'content',0,17,148,'0,6,9,148',0,'171','1-Digit 2.3\"','','','','products/digital/7-Segment 1-Digit Display/','s16','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=171',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',171,1,0,'1-digit 2.3\"',''),(172,1,'content',0,17,148,'0,6,9,148',0,'172','1-Digit 3.0\"','','','','products/digital/7-Segment 1-Digit Display/','s17','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=172',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',172,1,0,'1-digit 3.0\"',''),(173,1,'content',0,17,148,'0,6,9,148',0,'173','1-Digit 4.0\"','','','','products/digital/7-Segment 1-Digit Display/','s18','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=173',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',173,1,0,'1-digit 4.0\"',''),(174,1,'content',0,17,148,'0,6,9,148',0,'174','1-Digit 5.0\"','','','','products/digital/7-Segment 1-Digit Display/','s19','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=174',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',174,1,0,'1-digit 5.0\"',''),(175,1,'content',0,17,149,'0,6,9,149',0,'175','2-Digit 0.28\"','','','','products/digital/7-Segment 2-Digit Display/','d1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=175',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',175,1,0,'2-digit 0.28\"',''),(176,1,'content',0,17,149,'0,6,9,149',0,'176','2-Digit 0.36\"','','','','products/digital/7-Segment 2-Digit Display/','d2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=176',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',176,1,0,'2-digit 0.36\"',''),(177,1,'content',0,17,149,'0,6,9,149',0,'177','2-Digit 0.4\"','','','','products/digital/7-Segment 2-Digit Display/','d3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=177',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',177,1,0,'2-digit 0.4\"',''),(178,1,'content',0,17,149,'0,6,9,149',0,'178','2-Digit 0.52\"','','','','products/digital/7-Segment 2-Digit Display/','d4','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=178',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',178,1,0,'2-digit 0.52\"',''),(179,1,'content',0,17,149,'0,6,9,149',0,'179','2-Digit 0.54\"','','','','products/digital/7-Segment 2-Digit Display/','d5','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=179',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',179,1,0,'2-digit 0.54\"',''),(180,1,'content',0,17,149,'0,6,9,149',0,'180','2-Digit 0.56\"','','','','products/digital/7-Segment 2-Digit Display/','d6','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=180',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',180,1,0,'2-digit 0.56\"',''),(181,1,'content',0,17,149,'0,6,9,149',0,'181','2-Digit 0.8\"','','','','products/digital/7-Segment 2-Digit Display/','d7','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=181',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',181,1,0,'2-digit 0.8\"',''),(182,1,'content',0,17,149,'0,6,9,149',0,'182','2-Digit 1.0\"','','','','products/digital/7-Segment 2-Digit Display/','d8','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=182',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',182,1,0,'2-digit 1.0\"',''),(183,1,'content',0,17,150,'0,6,9,150',0,'183','3-Digit 0.25\"','','','','products/digital/7-Segment 3-Digit Display/','t1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=183',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',183,1,0,'3-digit 0.25\"',''),(184,1,'content',0,17,150,'0,6,9,150',0,'184','3-Digit 0.28\"','','','','products/digital/7-Segment 3-Digit Display/','t2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=184',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',184,1,0,'3-digit 0.28\"',''),(185,1,'content',0,17,150,'0,6,9,150',0,'185','3-Digit 0.36\"','','','','products/digital/7-Segment 3-Digit Display/','t3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=185',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',185,1,0,'3-digit 0.36\"',''),(186,1,'content',0,17,150,'0,6,9,150',0,'186','3-Digit 0.4\"','','','','products/digital/7-Segment 3-Digit Display/','t4','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=186',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',186,1,0,'3-digit 0.4\"',''),(187,1,'content',0,17,150,'0,6,9,150',0,'187','3-Digit 0.52\"','','','','products/digital/7-Segment 3-Digit Display/','t5','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=187',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',187,1,0,'3-digit 0.52\"',''),(188,1,'content',0,17,150,'0,6,9,150',0,'188','3-Digit 0.56\"','','','','products/digital/7-Segment 3-Digit Display/','t6','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=188',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',188,1,0,'3-digit 0.56\"',''),(189,1,'content',0,17,150,'0,6,9,150',0,'189','3-Digit 0.8\"','','','','products/digital/7-Segment 3-Digit Display/','t7','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=189',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',189,1,0,'3-digit 0.8\"',''),(190,1,'content',0,17,151,'0,6,9,151',0,'190','4-Digit 0.25\"','','','','products/digital/7-Segment 4-Digit Display/','f1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=190',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',190,1,0,'4-digit 0.25\"',''),(191,1,'content',0,17,151,'0,6,9,151',0,'191','4-Digit 0.28\"','','','','products/digital/7-Segment 4-Digit Display/','f2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=191',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',191,1,0,'4-digit 0.28\"',''),(192,1,'content',0,17,151,'0,6,9,151',0,'192','4-Digit 0.3\"','','','','products/digital/7-Segment 4-Digit Display/','f3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=192',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',192,1,0,'4-digit 0.3\"',''),(193,1,'content',0,17,151,'0,6,9,151',0,'193','4-Digit 0.36\"','','','','products/digital/7-Segment 4-Digit Display/','f4','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=193',16777215,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',193,1,0,'4-digit 0.36\"',''),(194,1,'content',0,17,151,'0,6,9,151',0,'194','4-Digit 0.39\"','','','','products/digital/7-Segment 4-Digit Display/','f5','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=194',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',194,1,0,'4-digit 0.39\"',''),(195,1,'content',0,17,151,'0,6,9,151',0,'195','4-Digit 0.4\"','','','','products/digital/7-Segment 4-Digit Display/','f6','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=195',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',195,1,0,'4-digit 0.4\"',''),(196,1,'content',0,17,151,'0,6,9,151',0,'196','4-Digit 0.52\"','','','','products/digital/7-Segment 4-Digit Display/','f7','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=196',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',196,1,0,'4-digit 0.52\"',''),(197,1,'content',0,17,151,'0,6,9,151',0,'197','4-Digit 0.56\"','','','','products/digital/7-Segment 4-Digit Display/','f8','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=197',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',197,1,0,'4-digit 0.56\"',''),(198,1,'content',0,17,151,'0,6,9,151',0,'198','4-Digit 0.8\"','','','','products/digital/7-Segment 4-Digit Display/','f9','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=198',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',198,1,0,'4-digit 0.8\"',''),(199,1,'content',0,17,152,'0,6,9,152',0,'199','5-Digit 0.25\"','','','','products/digital/7-Segment 5-Digit Display/','fi1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=199',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',199,1,0,'5-digit 0.25\"',''),(200,1,'content',0,17,152,'0,6,9,152',0,'200','5-Digit 0.36\"','','','','products/digital/7-Segment 5-Digit Display/','fi2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=200',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',200,1,0,'5-digit 0.36\"',''),(201,1,'content',0,17,152,'0,6,9,152',0,'201','5-Digit 0.52\"','','','','products/digital/7-Segment 5-Digit Display/','fi3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=201',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',201,1,0,'5-digit 0.52\"',''),(202,1,'content',0,17,153,'0,6,9,153',0,'202','6-Digit 0.3\"','','','','products/digital/7-Segment 6-Digit Display/','si1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=202',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',202,1,0,'6-digit 0.3\"',''),(203,1,'content',0,17,153,'0,6,9,153',0,'203','6-Digit 0.36\"','','','','products/digital/7-Segment 6-Digit Display/','si2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=203',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',203,1,0,'6-digit 0.36\"',''),(204,1,'content',0,17,153,'0,6,9,153',0,'204','6-Digit 0.52\"','','','','products/digital/7-Segment 6-Digit Display/','si3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=204',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',204,1,0,'6-digit 0.52\"',''),(206,1,'content',0,17,155,'0,6,9,155',0,'206','8-Digit 0.4\"','','','','products/digital/7-Segment 8-Digit Display/','e1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=206',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',206,1,0,'8-digit 0.4\"',''),(207,1,'content',0,18,10,'0,6,10',1,'207,223,254,255,256,257,258,259,260,261,262','5x7 Dot Matrix Display','','http://www.topliteusa.com/uploadfile/2014/0218/20140218043842740.png','将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。','products/dotmodule/','DMD1','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=207',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',207,1,0,'5x7 dot matrix display',''),(208,1,'content',0,18,10,'0,6,10',1,'208,224','5X8 Dot Matrix Display','','','将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。','products/dotmodule/','DMD2','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=208',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',208,1,0,'5x8 dot matrix display',''),(209,1,'content',0,18,10,'0,6,10',1,'209,225','6X7 Dot Matrix Display','','','将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。','products/dotmodule/','DMD3','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=209',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',209,1,0,'6x7 dot matrix display',''),(210,1,'content',0,18,10,'0,6,10',1,'210,227,228,263,264,265,266','8x8 Dot Matrix Display','','','将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。','products/dotmodule/','DMD4','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=210',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',210,1,0,'8x8 dot matrix display',''),(211,1,'content',0,18,10,'0,6,10',1,'211,229,268,269,270,271,272','11x7 Dot Matrix Display','','','将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。','products/dotmodule/','DMD5','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=211',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',211,1,0,'11x7 dot matrix display',''),(212,1,'content',0,18,10,'0,6,10',1,'212,230','16X15 Dot Matrix Display','','','将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。','products/dotmodule/','DMD6','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=212',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',212,1,0,'16x15 dot matrix display',''),(223,1,'content',0,18,207,'0,6,10,207',0,'223','5x7, 0.12in (3.0mm) Dot Size','','http://www.topliteusa.com/uploadfile/2014/0218/20140218052336374.png','','products/dotmodule/DMD1/','a','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=223',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',223,1,0,'5x7, 0.12in (3.0mm) dot size',''),(224,1,'content',0,18,208,'0,6,10,208',0,'224','5x8, 0.12in (3.0mm) Dot Size','','','将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。','products/dotmodule/DMD2/','331615','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=224',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',224,1,0,'5x8, 0.12in (3.0mm) dot size',''),(225,1,'content',0,18,209,'0,6,10,209',0,'225','6x7, 0.12inx0.14in (3.0mmx3.5m','','','将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。','products/dotmodule/DMD3/','3388','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=225',16777215,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',225,1,0,'6x7, 0.12inx0.14in (3.0mmx3.5m',''),(227,1,'content',0,18,210,'0,6,10,210',0,'227','8x8, 0.07in (1.9mm) Dot Size','','','','products/dotmodule/DMD4/','3457','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=227',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',227,1,0,'8x8, 0.07in (1.9mm) dot size',''),(228,1,'content',0,18,210,'0,6,10,210',0,'228','8x8, 0.12in (3.0mm) Dot Size','','','','products/dotmodule/DMD4/','35711','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=228',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',228,1,0,'8x8, 0.12in (3.0mm) dot size',''),(229,1,'content',0,18,211,'0,6,10,211',0,'229','11x7, 0.12in (3.0mm) Dot Size','','','','products/dotmodule/DMD5/','1067','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=229',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',229,1,0,'11x7, 0.12in (3.0mm) dot size',''),(230,1,'content',0,18,212,'0,6,10,212',0,'230','16x15, 0.13inx0.12in (3.4mmx3.','','','将LED按一定规则排列在一起后进行封装的产品,即LED模块。多种排列组合及各异的大小形状在LED产品中应用广泛,作为像素点配合LED应用控制系统可对文字或标识进行动态视频控制。','products/dotmodule/DMD6/','1288','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=230',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',230,1,0,'16x15, 0.13inx0.12in (3.4mmx3.',''),(253,1,'content',1,0,0,'0',0,'253','Map','','','','','map','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=253',0,0,'array (\n \'ishtml\' => \'0\',\n \'template_list\' => \'default\',\n \'page_template\' => \'page_map\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'\',\n \'repeatchargedays\' => \'1\',\n)',253,0,0,'map',''),(259,1,'content',0,18,207,'0,6,10,207',0,'259','5x7, 0.13in (3.4mm) Dot Size, ','','http://www.topliteusa.com/uploadfile/2014/0218/20140218052747280.png','','products/dotmodule/DMD1/','b','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=259',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',259,1,0,'5x7, 0.13in (3.4mm) dot size, ',''),(260,1,'content',0,18,207,'0,6,10,207',0,'260','5x7, 0.14inx0.17in (3.5mmx4.3m','','','','products/dotmodule/DMD1/','5x7, 0.14inx0.17in (3.5mmx4.3m','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=260',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',260,1,0,'5x7, 0.14inx0.17in (3.5mmx4.3m',''),(261,1,'content',0,18,207,'0,6,10,207',0,'261','5x7, 0.17inx0.19in (4.4mmx4.9m','','','','products/dotmodule/DMD1/','5x7, 0.17inx0.19in (4.4mmx4.9m','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=261',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',261,1,0,'5x7, 0.17inx0.19in (4.4mmx4.9m',''),(262,1,'content',0,18,207,'0,6,10,207',0,'262','5x7, 0.20inx0.26in (5.0mmx6.5m','','','','products/dotmodule/DMD1/','5x7, 0.20inx0.26in (5.0mmx6.5m','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=262',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',262,1,0,'5x7, 0.20inx0.26in (5.0mmx6.5m',''),(263,1,'content',0,18,210,'0,6,10,210',0,'263','8x8, 0.15in (3.7mm) Dot Size','','','','products/dotmodule/DMD4/','8x8, 0.15in (3.7mm) dot size','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=263',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',263,1,0,'8x8, 0.15in (3.7mm) dot size',''),(264,1,'content',0,18,210,'0,6,10,210',0,'264','8x8, 0.20in (5.0mm) Dot Size','','','','products/dotmodule/DMD4/','8x8, 0.20in (5.0mm) dot size','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=264',16777215,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',264,1,0,'8x8, 0.20in (5.0mm) dot size',''),(265,1,'content',0,18,210,'0,6,10,210',0,'265','8x8, 0.12in (3.0mm) Dot Size, ','','','','products/dotmodule/DMD4/','8x8, 0.12in (3.0mm) dot size, ','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=265',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',265,1,0,'8x8, 0.12in (3.0mm) dot size, ',''),(266,1,'content',0,18,210,'0,6,10,210',0,'266','8x8, 0.13in (3.4mm) Dot Size, ','','','','products/dotmodule/DMD4/','8x8, 0.13in (3.4mm) dot size, ','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=266',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',266,1,0,'8x8, 0.13in (3.4mm) dot size, ',''),(268,1,'content',0,18,211,'0,6,10,211',0,'268','11x7, 0.17in×0.18in (4.2mm×4.5','','','','products/dotmodule/DMD5/','11x7, 0.17in0.18in (4.2mm4.5mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=268',16777215,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',268,1,0,'11x7, 0.17in0.18in (4.2mm4.5',''),(269,1,'content',0,18,211,'0,6,10,211',0,'269','11x7, 0.20inx0.26in (5.0mmx6.5','','','','products/dotmodule/DMD5/','11x7, 0.20inx0.26in (5.0mmx6.5','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=269',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',269,1,0,'11x7, 0.20inx0.26in (5.0mmx6.5',''),(270,1,'content',0,18,211,'0,6,10,211',0,'270','11x7, 0.11in×0.15in (2.9mm×3.9','','','','products/dotmodule/DMD5/','11x7, 0.11in0.15in (2.9mm3.9mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=270',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',270,1,0,'11x7, 0.11in0.15in (2.9mm3.9',''),(271,1,'content',0,18,211,'0,6,10,211',0,'271','11x7, 0.14in×0.17in (3.5mm×4.3','','','','products/dotmodule/DMD5/','11x7, 0.14in0.17in (3.5mm4.3mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=271',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',271,1,0,'11x7, 0.14in0.17in (3.5mm4.3',''),(272,1,'content',0,18,211,'0,6,10,211',0,'272','11x7, 0.17in×0.19in (4.4mm×4.9','','','','products/dotmodule/DMD5/','11x7, 0.17in0.19in (4.4mm4.9mm','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=272',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',272,1,0,'11x7, 0.17in0.19in (4.4mm4.9',''),(273,1,'content',0,15,35,'0,6,7,35',0,'273','ATE-R20','','http://www.topliteusa.com/uploadfile/2014/0225/20140225070151570.jpg','','products/cobled/ATE/','ATE-R20','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=273',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',54,1,0,'ate-r20',''),(285,1,'content',0,22,283,'0,283',0,'285','COB LED Module','','','','RecommendedProducts/','cobledmodule','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=285',5,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_tj\',\n \'list_template\' => \'list_tj\',\n \'show_template\' => \'show_tj\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',285,1,0,'cob led module',''),(284,1,'content',0,22,283,'0,283',0,'284','New Products','','','','RecommendedProducts/','newproducts','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=284',5,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_tj\',\n \'list_template\' => \'list_tj\',\n \'show_template\' => \'show_tj\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',284,1,0,'new products',''),(276,1,'content',0,15,39,'0,6,7,39',0,'276','ATS-R18','','','','products/cobled/ATS/','ATS-R18','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=276',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',276,1,0,'ats-r18',''),(277,1,'content',0,15,39,'0,6,7,39',0,'277','ATS-R40','','','','products/cobled/ATS/','ATS-R40','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=277',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',277,1,0,'ats-r40',''),(278,1,'content',0,15,37,'0,6,7,37',0,'278','ATP-1010','','http://www.topliteusa.com/uploadfile/2014/0226/20140226102627901.jpg','','products/cobled/ATP/','ATP-1010','http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=278',0,0,'array (\n \'workflowid\' => \'\',\n \'ishtml\' => \'0\',\n \'content_ishtml\' => \'0\',\n \'create_to_html_root\' => \'0\',\n \'template_list\' => \'default\',\n \'category_template\' => \'category_product\',\n \'list_template\' => \'list_product\',\n \'show_template\' => \'show\',\n \'meta_title\' => \'\',\n \'meta_keywords\' => \'\',\n \'meta_description\' => \'\',\n \'presentpoint\' => \'1\',\n \'defaultchargepoint\' => \'0\',\n \'paytype\' => \'0\',\n \'repeatchargedays\' => \'1\',\n \'category_ruleid\' => \'6\',\n \'show_ruleid\' => \'16\',\n)',278,1,0,'atp-1010',''); /*!40000 ALTER TABLE `dh_category1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_category_priv` -- DROP TABLE IF EXISTS `dh_category_priv`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_category_priv` ( `catid` smallint(5) unsigned NOT NULL default '0', `siteid` smallint(5) unsigned NOT NULL default '0', `roleid` smallint(5) unsigned NOT NULL default '0', `is_admin` tinyint(1) unsigned NOT NULL default '0', `action` char(30) NOT NULL, KEY `catid` (`catid`,`roleid`,`is_admin`,`action`), KEY `siteid` (`siteid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_category_priv` -- LOCK TABLES `dh_category_priv` WRITE; /*!40000 ALTER TABLE `dh_category_priv` DISABLE KEYS */; INSERT INTO `dh_category_priv` VALUES (24,1,2,1,'init'),(24,1,2,1,'add'),(24,1,2,1,'edit'),(24,1,2,1,'push'),(24,1,2,1,'listorder'),(7,1,8,0,'visit'),(24,1,2,1,'delete'),(23,1,2,1,'init'),(22,1,2,1,'init'),(146,1,2,1,'init'),(21,1,2,1,'edit'),(21,1,2,1,'push'),(21,1,2,1,'delete'),(21,1,2,1,'init'),(21,1,2,1,'add'),(24,1,8,0,'visit'),(21,1,2,1,'listorder'),(27,1,2,1,'init'),(26,1,2,1,'init'),(25,1,2,1,'init'),(19,1,2,1,'init'),(145,1,2,1,'remove'),(145,1,2,1,'push'),(145,1,2,1,'listorder'),(145,1,2,1,'delete'),(145,1,2,1,'edit'),(145,1,2,1,'add'),(145,1,2,1,'init'),(18,1,2,1,'remove'),(18,1,2,1,'push'),(18,1,2,1,'listorder'),(18,1,2,1,'delete'),(18,1,2,1,'edit'),(18,1,2,1,'add'),(18,1,2,1,'init'),(17,1,2,1,'remove'),(17,1,2,1,'push'),(17,1,2,1,'listorder'),(17,1,2,1,'delete'),(17,1,2,1,'edit'),(17,1,2,1,'add'),(17,1,2,1,'init'),(16,1,2,1,'remove'),(16,1,2,1,'push'),(16,1,2,1,'listorder'),(16,1,2,1,'delete'),(16,1,2,1,'edit'),(16,1,2,1,'add'),(16,1,2,1,'init'),(124,1,2,1,'init'),(32,1,2,1,'remove'),(32,1,2,1,'push'),(32,1,2,1,'listorder'),(32,1,2,1,'delete'),(32,1,2,1,'edit'),(32,1,2,1,'add'),(32,1,2,1,'init'),(31,1,2,1,'remove'),(31,1,2,1,'push'),(31,1,2,1,'listorder'),(31,1,2,1,'delete'),(31,1,2,1,'edit'),(31,1,2,1,'add'),(31,1,2,1,'init'),(28,1,2,1,'remove'),(28,1,2,1,'push'),(28,1,2,1,'listorder'),(28,1,2,1,'delete'),(28,1,2,1,'edit'),(28,1,2,1,'add'),(28,1,2,1,'init'),(144,1,2,1,'remove'),(144,1,2,1,'push'),(144,1,2,1,'listorder'),(144,1,2,1,'delete'),(144,1,2,1,'edit'),(144,1,2,1,'add'),(144,1,2,1,'init'),(143,1,2,1,'remove'),(143,1,2,1,'push'),(143,1,2,1,'listorder'),(143,1,2,1,'delete'),(143,1,2,1,'edit'),(143,1,2,1,'add'),(143,1,2,1,'init'),(142,1,2,1,'remove'),(142,1,2,1,'push'),(142,1,2,1,'listorder'),(142,1,2,1,'delete'),(142,1,2,1,'edit'),(142,1,2,1,'add'),(142,1,2,1,'init'),(141,1,2,1,'remove'),(141,1,2,1,'push'),(141,1,2,1,'listorder'),(141,1,2,1,'delete'),(141,1,2,1,'edit'),(141,1,2,1,'add'),(141,1,2,1,'init'),(140,1,2,1,'remove'),(140,1,2,1,'push'),(140,1,2,1,'listorder'),(140,1,2,1,'delete'),(140,1,2,1,'edit'),(140,1,2,1,'add'),(140,1,2,1,'init'),(139,1,7,1,'add'),(139,1,7,1,'edit'),(139,1,7,1,'delete'),(139,1,7,1,'push'),(139,1,7,1,'listorder'),(138,1,7,1,'add'),(138,1,7,1,'edit'),(138,1,7,1,'delete'),(138,1,7,1,'push'),(138,1,7,1,'listorder'),(137,1,7,1,'add'),(137,1,7,1,'edit'),(137,1,7,1,'delete'),(137,1,7,1,'push'),(137,1,7,1,'listorder'),(136,1,7,1,'add'),(136,1,7,1,'edit'),(136,1,7,1,'delete'),(136,1,7,1,'push'),(136,1,7,1,'listorder'),(134,1,7,1,'add'),(134,1,7,1,'edit'),(134,1,7,1,'delete'),(134,1,7,1,'push'),(134,1,7,1,'listorder'),(133,1,7,1,'add'),(133,1,7,1,'edit'),(133,1,7,1,'delete'),(133,1,7,1,'push'),(133,1,7,1,'listorder'),(132,1,7,1,'add'),(132,1,7,1,'edit'),(132,1,7,1,'delete'),(132,1,7,1,'push'),(132,1,7,1,'listorder'),(131,1,7,1,'add'),(131,1,7,1,'edit'),(131,1,7,1,'delete'),(131,1,7,1,'push'),(131,1,7,1,'listorder'),(130,1,7,1,'add'),(130,1,7,1,'edit'),(130,1,7,1,'delete'),(130,1,7,1,'push'),(130,1,7,1,'listorder'),(129,1,7,1,'add'),(129,1,7,1,'edit'),(129,1,7,1,'delete'),(129,1,7,1,'push'),(129,1,7,1,'listorder'),(128,1,7,1,'add'),(128,1,7,1,'edit'),(128,1,7,1,'delete'),(128,1,7,1,'push'),(128,1,7,1,'listorder'),(127,1,7,1,'add'),(127,1,7,1,'edit'),(127,1,7,1,'delete'),(127,1,7,1,'push'),(127,1,7,1,'listorder'),(126,1,7,1,'add'),(126,1,7,1,'edit'),(126,1,7,1,'delete'),(126,1,7,1,'push'),(126,1,7,1,'listorder'),(125,1,7,1,'add'),(125,1,7,1,'edit'),(125,1,7,1,'delete'),(125,1,7,1,'push'),(125,1,7,1,'listorder'),(135,1,2,1,'push'),(135,1,2,1,'delete'),(135,1,2,1,'listorder'),(135,1,2,1,'init'),(135,1,2,1,'add'),(14,1,2,1,'edit'),(14,1,2,1,'add'),(14,1,2,1,'push'),(14,1,2,1,'delete'),(14,1,2,1,'init'),(13,1,7,1,'delete'),(13,1,7,1,'push'),(13,1,7,1,'init'),(13,1,7,1,'listorder'),(13,1,7,1,'edit'),(12,1,2,1,'edit'),(12,1,2,1,'add'),(12,1,2,1,'push'),(12,1,2,1,'delete'),(12,1,2,1,'init'),(11,1,2,1,'push'),(11,1,2,1,'delete'),(11,1,2,1,'listorder'),(11,1,2,1,'init'),(11,1,2,1,'add'),(10,1,7,1,'init'),(10,1,7,1,'listorder'),(10,1,7,1,'add'),(10,1,7,1,'edit'),(10,1,7,1,'push'),(9,1,2,1,'edit'),(9,1,2,1,'add'),(9,1,2,1,'push'),(9,1,2,1,'delete'),(9,1,2,1,'init'),(8,1,2,1,'edit'),(8,1,2,1,'add'),(8,1,2,1,'push'),(8,1,2,1,'delete'),(8,1,2,1,'init'),(122,1,7,1,'add'),(122,1,7,1,'edit'),(122,1,7,1,'delete'),(122,1,7,1,'push'),(122,1,7,1,'listorder'),(121,1,7,1,'add'),(121,1,7,1,'edit'),(121,1,7,1,'delete'),(121,1,7,1,'push'),(121,1,7,1,'listorder'),(120,1,7,1,'add'),(120,1,7,1,'edit'),(120,1,7,1,'delete'),(120,1,7,1,'push'),(120,1,7,1,'listorder'),(119,1,7,1,'add'),(119,1,7,1,'edit'),(119,1,7,1,'delete'),(119,1,7,1,'push'),(119,1,7,1,'listorder'),(118,1,2,1,'push'),(118,1,2,1,'delete'),(118,1,2,1,'listorder'),(118,1,2,1,'init'),(118,1,2,1,'add'),(117,1,7,1,'add'),(117,1,7,1,'edit'),(117,1,7,1,'delete'),(117,1,7,1,'push'),(117,1,7,1,'listorder'),(116,1,7,1,'add'),(116,1,7,1,'edit'),(116,1,7,1,'delete'),(116,1,7,1,'push'),(116,1,7,1,'listorder'),(115,1,7,1,'add'),(115,1,7,1,'edit'),(115,1,7,1,'delete'),(115,1,7,1,'push'),(115,1,7,1,'listorder'),(114,1,7,1,'add'),(114,1,7,1,'edit'),(114,1,7,1,'delete'),(114,1,7,1,'push'),(114,1,7,1,'listorder'),(39,1,7,1,'add'),(39,1,7,1,'edit'),(39,1,7,1,'delete'),(39,1,7,1,'push'),(39,1,7,1,'listorder'),(113,1,7,1,'add'),(113,1,7,1,'edit'),(113,1,7,1,'delete'),(113,1,7,1,'push'),(113,1,7,1,'listorder'),(112,1,7,1,'add'),(112,1,7,1,'edit'),(112,1,7,1,'delete'),(112,1,7,1,'push'),(112,1,7,1,'listorder'),(111,1,7,1,'add'),(111,1,7,1,'edit'),(111,1,7,1,'delete'),(111,1,7,1,'push'),(111,1,7,1,'listorder'),(110,1,2,1,'push'),(110,1,2,1,'delete'),(110,1,2,1,'listorder'),(110,1,2,1,'init'),(110,1,2,1,'add'),(109,1,7,1,'add'),(109,1,7,1,'edit'),(109,1,7,1,'delete'),(109,1,7,1,'push'),(109,1,7,1,'listorder'),(108,1,2,1,'push'),(108,1,2,1,'delete'),(108,1,2,1,'listorder'),(108,1,2,1,'init'),(108,1,2,1,'add'),(107,1,7,1,'add'),(107,1,7,1,'edit'),(107,1,7,1,'delete'),(107,1,7,1,'push'),(107,1,7,1,'listorder'),(106,1,7,1,'add'),(106,1,7,1,'edit'),(106,1,7,1,'delete'),(106,1,7,1,'push'),(106,1,7,1,'listorder'),(38,1,7,1,'add'),(38,1,7,1,'edit'),(38,1,7,1,'delete'),(38,1,7,1,'push'),(38,1,7,1,'listorder'),(105,1,7,1,'add'),(105,1,7,1,'edit'),(105,1,7,1,'delete'),(105,1,7,1,'push'),(105,1,7,1,'listorder'),(104,1,2,1,'push'),(104,1,2,1,'delete'),(104,1,2,1,'listorder'),(104,1,2,1,'init'),(104,1,2,1,'add'),(103,1,7,1,'add'),(103,1,7,1,'edit'),(103,1,7,1,'delete'),(103,1,7,1,'push'),(103,1,7,1,'listorder'),(102,1,7,1,'add'),(102,1,7,1,'edit'),(102,1,7,1,'delete'),(102,1,7,1,'push'),(102,1,7,1,'listorder'),(101,1,7,1,'add'),(101,1,7,1,'edit'),(101,1,7,1,'delete'),(101,1,7,1,'push'),(101,1,7,1,'listorder'),(100,1,7,1,'add'),(100,1,7,1,'edit'),(100,1,7,1,'delete'),(100,1,7,1,'push'),(100,1,7,1,'listorder'),(99,1,7,1,'add'),(99,1,7,1,'edit'),(99,1,7,1,'delete'),(99,1,7,1,'push'),(99,1,7,1,'listorder'),(98,1,7,1,'delete'),(98,1,7,1,'push'),(98,1,7,1,'init'),(98,1,7,1,'listorder'),(98,1,7,1,'edit'),(97,1,7,1,'add'),(97,1,7,1,'edit'),(97,1,7,1,'delete'),(97,1,7,1,'push'),(97,1,7,1,'listorder'),(96,1,2,1,'push'),(96,1,2,1,'delete'),(96,1,2,1,'listorder'),(96,1,2,1,'init'),(96,1,2,1,'add'),(95,1,7,1,'delete'),(95,1,7,1,'push'),(95,1,7,1,'init'),(95,1,7,1,'listorder'),(95,1,7,1,'edit'),(94,1,2,1,'push'),(94,1,2,1,'delete'),(94,1,2,1,'listorder'),(94,1,2,1,'init'),(94,1,2,1,'add'),(37,1,7,1,'init'),(37,1,7,1,'listorder'),(37,1,7,1,'add'),(37,1,7,1,'edit'),(37,1,7,1,'push'),(93,1,2,1,'push'),(93,1,2,1,'delete'),(93,1,2,1,'listorder'),(93,1,2,1,'init'),(93,1,2,1,'add'),(92,1,7,1,'add'),(92,1,7,1,'edit'),(92,1,7,1,'delete'),(92,1,7,1,'push'),(92,1,7,1,'listorder'),(91,1,7,1,'add'),(91,1,7,1,'edit'),(91,1,7,1,'delete'),(91,1,7,1,'push'),(91,1,7,1,'listorder'),(90,1,2,1,'push'),(90,1,2,1,'delete'),(90,1,2,1,'listorder'),(90,1,2,1,'init'),(90,1,2,1,'add'),(89,1,7,1,'init'),(89,1,7,1,'listorder'),(89,1,7,1,'add'),(89,1,7,1,'edit'),(89,1,7,1,'push'),(88,1,7,1,'add'),(88,1,7,1,'edit'),(88,1,7,1,'delete'),(88,1,7,1,'push'),(88,1,7,1,'listorder'),(87,1,7,1,'init'),(87,1,7,1,'listorder'),(87,1,7,1,'add'),(87,1,7,1,'edit'),(87,1,7,1,'push'),(86,1,7,1,'add'),(86,1,7,1,'edit'),(86,1,7,1,'delete'),(86,1,7,1,'push'),(86,1,7,1,'listorder'),(85,1,7,1,'add'),(85,1,7,1,'edit'),(85,1,7,1,'delete'),(85,1,7,1,'push'),(85,1,7,1,'listorder'),(84,1,2,1,'push'),(84,1,2,1,'delete'),(84,1,2,1,'listorder'),(84,1,2,1,'init'),(84,1,2,1,'add'),(83,1,2,1,'push'),(83,1,2,1,'delete'),(83,1,2,1,'listorder'),(83,1,2,1,'init'),(83,1,2,1,'add'),(82,1,7,1,'init'),(82,1,7,1,'listorder'),(82,1,7,1,'add'),(82,1,7,1,'edit'),(82,1,7,1,'push'),(81,1,7,1,'add'),(81,1,7,1,'edit'),(81,1,7,1,'delete'),(81,1,7,1,'push'),(81,1,7,1,'listorder'),(80,1,7,1,'add'),(80,1,7,1,'edit'),(80,1,7,1,'delete'),(80,1,7,1,'push'),(80,1,7,1,'listorder'),(79,1,7,1,'add'),(79,1,7,1,'edit'),(79,1,7,1,'delete'),(79,1,7,1,'push'),(79,1,7,1,'listorder'),(78,1,7,1,'add'),(78,1,7,1,'edit'),(78,1,7,1,'delete'),(78,1,7,1,'push'),(78,1,7,1,'listorder'),(77,1,7,1,'init'),(77,1,7,1,'listorder'),(77,1,7,1,'add'),(77,1,7,1,'edit'),(77,1,7,1,'push'),(76,1,7,1,'add'),(76,1,7,1,'edit'),(76,1,7,1,'delete'),(76,1,7,1,'push'),(76,1,7,1,'listorder'),(75,1,7,1,'add'),(75,1,7,1,'edit'),(75,1,7,1,'delete'),(75,1,7,1,'push'),(75,1,7,1,'listorder'),(74,1,2,1,'push'),(74,1,2,1,'delete'),(74,1,2,1,'listorder'),(74,1,2,1,'init'),(74,1,2,1,'add'),(73,1,2,1,'push'),(73,1,2,1,'delete'),(73,1,2,1,'listorder'),(73,1,2,1,'init'),(73,1,2,1,'add'),(72,1,7,1,'add'),(72,1,7,1,'edit'),(72,1,7,1,'delete'),(72,1,7,1,'push'),(72,1,7,1,'listorder'),(71,1,7,1,'add'),(71,1,7,1,'edit'),(71,1,7,1,'delete'),(71,1,7,1,'push'),(71,1,7,1,'listorder'),(70,1,7,1,'add'),(70,1,7,1,'edit'),(70,1,7,1,'delete'),(70,1,7,1,'push'),(70,1,7,1,'listorder'),(69,1,7,1,'add'),(69,1,7,1,'edit'),(69,1,7,1,'delete'),(69,1,7,1,'push'),(69,1,7,1,'listorder'),(68,1,7,1,'add'),(68,1,7,1,'edit'),(68,1,7,1,'delete'),(68,1,7,1,'push'),(68,1,7,1,'listorder'),(67,1,7,1,'add'),(67,1,7,1,'edit'),(67,1,7,1,'delete'),(67,1,7,1,'push'),(67,1,7,1,'listorder'),(66,1,7,1,'add'),(66,1,7,1,'edit'),(66,1,7,1,'delete'),(66,1,7,1,'push'),(66,1,7,1,'listorder'),(65,1,2,1,'push'),(65,1,2,1,'delete'),(65,1,2,1,'listorder'),(65,1,2,1,'init'),(65,1,2,1,'add'),(64,1,7,1,'add'),(64,1,7,1,'edit'),(64,1,7,1,'delete'),(64,1,7,1,'push'),(64,1,7,1,'listorder'),(63,1,7,1,'add'),(63,1,7,1,'edit'),(63,1,7,1,'delete'),(63,1,7,1,'push'),(63,1,7,1,'listorder'),(62,1,7,1,'add'),(62,1,7,1,'edit'),(62,1,7,1,'delete'),(62,1,7,1,'push'),(62,1,7,1,'listorder'),(61,1,7,1,'add'),(61,1,7,1,'edit'),(61,1,7,1,'delete'),(61,1,7,1,'push'),(61,1,7,1,'listorder'),(36,1,7,1,'add'),(36,1,7,1,'edit'),(36,1,7,1,'delete'),(36,1,7,1,'push'),(36,1,7,1,'listorder'),(60,1,2,1,'edit'),(60,1,2,1,'add'),(60,1,2,1,'push'),(60,1,2,1,'delete'),(60,1,2,1,'init'),(59,1,7,1,'delete'),(59,1,7,1,'push'),(59,1,7,1,'init'),(59,1,7,1,'listorder'),(59,1,7,1,'edit'),(58,1,7,1,'add'),(58,1,7,1,'edit'),(58,1,7,1,'delete'),(58,1,7,1,'push'),(58,1,7,1,'listorder'),(57,1,2,1,'edit'),(57,1,2,1,'add'),(57,1,2,1,'push'),(57,1,2,1,'delete'),(57,1,2,1,'init'),(56,1,7,1,'add'),(56,1,7,1,'edit'),(56,1,7,1,'delete'),(56,1,7,1,'push'),(56,1,7,1,'listorder'),(55,1,2,1,'push'),(55,1,2,1,'delete'),(55,1,2,1,'listorder'),(55,1,2,1,'init'),(55,1,2,1,'add'),(54,1,2,1,'edit'),(54,1,2,1,'add'),(54,1,2,1,'push'),(54,1,2,1,'delete'),(54,1,2,1,'init'),(53,1,2,1,'edit'),(53,1,2,1,'add'),(53,1,2,1,'push'),(53,1,2,1,'delete'),(53,1,2,1,'init'),(52,1,7,1,'add'),(52,1,7,1,'edit'),(52,1,7,1,'delete'),(52,1,7,1,'push'),(52,1,7,1,'listorder'),(51,1,7,1,'init'),(51,1,7,1,'listorder'),(51,1,7,1,'add'),(51,1,7,1,'edit'),(51,1,7,1,'push'),(50,1,7,1,'delete'),(50,1,7,1,'push'),(50,1,7,1,'init'),(50,1,7,1,'listorder'),(50,1,7,1,'edit'),(49,1,7,1,'init'),(49,1,7,1,'listorder'),(49,1,7,1,'add'),(49,1,7,1,'edit'),(49,1,7,1,'push'),(48,1,2,1,'push'),(48,1,2,1,'delete'),(48,1,2,1,'listorder'),(48,1,2,1,'init'),(48,1,2,1,'add'),(35,1,7,1,'add'),(35,1,7,1,'edit'),(35,1,7,1,'delete'),(35,1,7,1,'push'),(35,1,7,1,'listorder'),(47,1,7,1,'add'),(47,1,7,1,'edit'),(47,1,7,1,'delete'),(47,1,7,1,'push'),(47,1,7,1,'listorder'),(46,1,7,1,'add'),(46,1,7,1,'edit'),(46,1,7,1,'delete'),(46,1,7,1,'push'),(46,1,7,1,'listorder'),(45,1,2,1,'push'),(45,1,2,1,'delete'),(45,1,2,1,'listorder'),(45,1,2,1,'init'),(45,1,2,1,'add'),(44,1,2,1,'push'),(44,1,2,1,'delete'),(44,1,2,1,'listorder'),(44,1,2,1,'init'),(44,1,2,1,'add'),(43,1,2,1,'push'),(43,1,2,1,'delete'),(43,1,2,1,'listorder'),(43,1,2,1,'init'),(43,1,2,1,'add'),(34,1,7,1,'add'),(34,1,7,1,'edit'),(34,1,7,1,'delete'),(34,1,7,1,'push'),(34,1,7,1,'listorder'),(42,1,2,1,'push'),(42,1,2,1,'delete'),(42,1,2,1,'listorder'),(42,1,2,1,'init'),(42,1,2,1,'add'),(41,1,2,1,'push'),(41,1,2,1,'delete'),(41,1,2,1,'listorder'),(41,1,2,1,'init'),(41,1,2,1,'add'),(40,1,2,1,'push'),(40,1,2,1,'delete'),(40,1,2,1,'listorder'),(40,1,2,1,'init'),(40,1,2,1,'add'),(33,1,7,1,'add'),(33,1,7,1,'edit'),(33,1,7,1,'delete'),(33,1,7,1,'push'),(33,1,7,1,'listorder'),(7,1,2,1,'edit'),(7,1,2,1,'add'),(7,1,2,1,'push'),(7,1,2,1,'delete'),(7,1,2,1,'init'),(6,1,2,1,'remove'),(6,1,2,1,'push'),(6,1,2,1,'listorder'),(6,1,2,1,'delete'),(6,1,2,1,'edit'),(6,1,2,1,'add'),(6,1,2,1,'init'),(6,1,7,1,'init'),(6,1,7,1,'add'),(6,1,7,1,'edit'),(6,1,7,1,'delete'),(6,1,7,1,'listorder'),(6,1,7,1,'push'),(6,1,7,1,'remove'),(7,1,7,1,'push'),(7,1,2,1,'listorder'),(7,1,7,1,'init'),(7,1,7,1,'delete'),(7,1,7,1,'add'),(7,1,7,1,'edit'),(7,1,7,1,'listorder'),(33,1,2,1,'delete'),(33,1,7,1,'init'),(33,1,2,1,'listorder'),(33,1,2,1,'push'),(33,1,2,1,'edit'),(33,1,2,1,'add'),(33,1,2,1,'init'),(40,1,7,1,'listorder'),(40,1,2,1,'edit'),(40,1,7,1,'add'),(40,1,7,1,'init'),(40,1,7,1,'delete'),(40,1,7,1,'push'),(40,1,7,1,'edit'),(41,1,7,1,'listorder'),(41,1,2,1,'edit'),(41,1,7,1,'add'),(41,1,7,1,'init'),(41,1,7,1,'delete'),(41,1,7,1,'push'),(41,1,7,1,'edit'),(42,1,7,1,'listorder'),(42,1,2,1,'edit'),(42,1,7,1,'add'),(42,1,7,1,'init'),(42,1,7,1,'delete'),(42,1,7,1,'push'),(42,1,7,1,'edit'),(34,1,2,1,'delete'),(34,1,7,1,'init'),(34,1,2,1,'listorder'),(34,1,2,1,'push'),(34,1,2,1,'edit'),(34,1,2,1,'add'),(34,1,2,1,'init'),(43,1,7,1,'listorder'),(43,1,2,1,'edit'),(43,1,7,1,'add'),(43,1,7,1,'init'),(43,1,7,1,'delete'),(43,1,7,1,'push'),(43,1,7,1,'edit'),(44,1,7,1,'listorder'),(44,1,2,1,'edit'),(44,1,7,1,'add'),(44,1,7,1,'init'),(44,1,7,1,'delete'),(44,1,7,1,'push'),(44,1,7,1,'edit'),(45,1,7,1,'listorder'),(45,1,2,1,'edit'),(45,1,7,1,'add'),(45,1,7,1,'init'),(45,1,7,1,'delete'),(45,1,7,1,'push'),(45,1,7,1,'edit'),(46,1,2,1,'delete'),(46,1,7,1,'init'),(46,1,2,1,'listorder'),(46,1,2,1,'push'),(46,1,2,1,'edit'),(46,1,2,1,'add'),(46,1,2,1,'init'),(47,1,2,1,'delete'),(47,1,7,1,'init'),(47,1,2,1,'listorder'),(47,1,2,1,'push'),(47,1,2,1,'edit'),(47,1,2,1,'add'),(47,1,2,1,'init'),(35,1,2,1,'delete'),(35,1,7,1,'init'),(35,1,2,1,'listorder'),(35,1,2,1,'push'),(35,1,2,1,'edit'),(35,1,2,1,'add'),(35,1,2,1,'init'),(48,1,7,1,'listorder'),(48,1,2,1,'edit'),(48,1,7,1,'add'),(48,1,7,1,'init'),(48,1,7,1,'delete'),(48,1,7,1,'push'),(48,1,7,1,'edit'),(49,1,2,1,'add'),(49,1,7,1,'delete'),(49,1,2,1,'push'),(49,1,2,1,'edit'),(49,1,2,1,'listorder'),(49,1,2,1,'init'),(49,1,2,1,'delete'),(50,1,2,1,'init'),(50,1,7,1,'add'),(50,1,2,1,'edit'),(50,1,2,1,'listorder'),(50,1,2,1,'push'),(50,1,2,1,'delete'),(50,1,2,1,'add'),(51,1,2,1,'add'),(51,1,7,1,'delete'),(51,1,2,1,'push'),(51,1,2,1,'edit'),(51,1,2,1,'listorder'),(51,1,2,1,'init'),(51,1,2,1,'delete'),(52,1,2,1,'delete'),(52,1,7,1,'init'),(52,1,2,1,'listorder'),(52,1,2,1,'push'),(52,1,2,1,'edit'),(52,1,2,1,'add'),(52,1,2,1,'init'),(53,1,7,1,'push'),(53,1,2,1,'listorder'),(53,1,7,1,'init'),(53,1,7,1,'delete'),(53,1,7,1,'add'),(53,1,7,1,'edit'),(53,1,7,1,'listorder'),(54,1,7,1,'push'),(54,1,2,1,'listorder'),(54,1,7,1,'init'),(54,1,7,1,'delete'),(54,1,7,1,'add'),(54,1,7,1,'edit'),(54,1,7,1,'listorder'),(55,1,7,1,'listorder'),(55,1,2,1,'edit'),(55,1,7,1,'add'),(55,1,7,1,'init'),(55,1,7,1,'delete'),(55,1,7,1,'push'),(55,1,7,1,'edit'),(56,1,2,1,'delete'),(56,1,7,1,'init'),(56,1,2,1,'listorder'),(56,1,2,1,'push'),(56,1,2,1,'edit'),(56,1,2,1,'add'),(56,1,2,1,'init'),(57,1,7,1,'push'),(57,1,2,1,'listorder'),(57,1,7,1,'init'),(57,1,7,1,'delete'),(57,1,7,1,'add'),(57,1,7,1,'edit'),(57,1,7,1,'listorder'),(58,1,2,1,'delete'),(58,1,7,1,'init'),(58,1,2,1,'listorder'),(58,1,2,1,'push'),(58,1,2,1,'edit'),(58,1,2,1,'add'),(58,1,2,1,'init'),(59,1,2,1,'init'),(59,1,7,1,'add'),(59,1,2,1,'edit'),(59,1,2,1,'listorder'),(59,1,2,1,'push'),(59,1,2,1,'delete'),(59,1,2,1,'add'),(60,1,7,1,'push'),(60,1,2,1,'listorder'),(60,1,7,1,'init'),(60,1,7,1,'delete'),(60,1,7,1,'add'),(60,1,7,1,'edit'),(60,1,7,1,'listorder'),(36,1,2,1,'delete'),(36,1,7,1,'init'),(36,1,2,1,'listorder'),(36,1,2,1,'push'),(36,1,2,1,'edit'),(36,1,2,1,'add'),(36,1,2,1,'init'),(61,1,2,1,'delete'),(61,1,7,1,'init'),(61,1,2,1,'listorder'),(61,1,2,1,'push'),(61,1,2,1,'edit'),(61,1,2,1,'add'),(61,1,2,1,'init'),(62,1,2,1,'delete'),(62,1,7,1,'init'),(62,1,2,1,'listorder'),(62,1,2,1,'push'),(62,1,2,1,'edit'),(62,1,2,1,'add'),(62,1,2,1,'init'),(63,1,2,1,'delete'),(63,1,7,1,'init'),(63,1,2,1,'listorder'),(63,1,2,1,'push'),(63,1,2,1,'edit'),(63,1,2,1,'add'),(63,1,2,1,'init'),(64,1,2,1,'delete'),(64,1,7,1,'init'),(64,1,2,1,'listorder'),(64,1,2,1,'push'),(64,1,2,1,'edit'),(64,1,2,1,'add'),(64,1,2,1,'init'),(65,1,7,1,'listorder'),(65,1,2,1,'edit'),(65,1,7,1,'add'),(65,1,7,1,'init'),(65,1,7,1,'delete'),(65,1,7,1,'push'),(65,1,7,1,'edit'),(66,1,2,1,'delete'),(66,1,7,1,'init'),(66,1,2,1,'listorder'),(66,1,2,1,'push'),(66,1,2,1,'edit'),(66,1,2,1,'add'),(66,1,2,1,'init'),(67,1,2,1,'delete'),(67,1,7,1,'init'),(67,1,2,1,'listorder'),(67,1,2,1,'push'),(67,1,2,1,'edit'),(67,1,2,1,'add'),(67,1,2,1,'init'),(68,1,2,1,'delete'),(68,1,7,1,'init'),(68,1,2,1,'listorder'),(68,1,2,1,'push'),(68,1,2,1,'edit'),(68,1,2,1,'add'),(68,1,2,1,'init'),(69,1,2,1,'delete'),(69,1,7,1,'init'),(69,1,2,1,'listorder'),(69,1,2,1,'push'),(69,1,2,1,'edit'),(69,1,2,1,'add'),(69,1,2,1,'init'),(70,1,2,1,'delete'),(70,1,7,1,'init'),(70,1,2,1,'listorder'),(70,1,2,1,'push'),(70,1,2,1,'edit'),(70,1,2,1,'add'),(70,1,2,1,'init'),(71,1,2,1,'delete'),(71,1,7,1,'init'),(71,1,2,1,'listorder'),(71,1,2,1,'push'),(71,1,2,1,'edit'),(71,1,2,1,'add'),(71,1,2,1,'init'),(72,1,2,1,'delete'),(72,1,7,1,'init'),(72,1,2,1,'listorder'),(72,1,2,1,'push'),(72,1,2,1,'edit'),(72,1,2,1,'add'),(72,1,2,1,'init'),(73,1,7,1,'listorder'),(73,1,2,1,'edit'),(73,1,7,1,'add'),(73,1,7,1,'init'),(73,1,7,1,'delete'),(73,1,7,1,'push'),(73,1,7,1,'edit'),(74,1,7,1,'listorder'),(74,1,2,1,'edit'),(74,1,7,1,'add'),(74,1,7,1,'init'),(74,1,7,1,'delete'),(74,1,7,1,'push'),(74,1,7,1,'edit'),(75,1,2,1,'delete'),(75,1,7,1,'init'),(75,1,2,1,'listorder'),(75,1,2,1,'push'),(75,1,2,1,'edit'),(75,1,2,1,'add'),(75,1,2,1,'init'),(76,1,2,1,'delete'),(76,1,7,1,'init'),(76,1,2,1,'listorder'),(76,1,2,1,'push'),(76,1,2,1,'edit'),(76,1,2,1,'add'),(76,1,2,1,'init'),(77,1,2,1,'add'),(77,1,7,1,'delete'),(77,1,2,1,'push'),(77,1,2,1,'edit'),(77,1,2,1,'listorder'),(77,1,2,1,'init'),(77,1,2,1,'delete'),(78,1,2,1,'delete'),(78,1,7,1,'init'),(78,1,2,1,'listorder'),(78,1,2,1,'push'),(78,1,2,1,'edit'),(78,1,2,1,'add'),(78,1,2,1,'init'),(79,1,2,1,'delete'),(79,1,7,1,'init'),(79,1,2,1,'listorder'),(79,1,2,1,'push'),(79,1,2,1,'edit'),(79,1,2,1,'add'),(79,1,2,1,'init'),(80,1,2,1,'delete'),(80,1,7,1,'init'),(80,1,2,1,'listorder'),(80,1,2,1,'push'),(80,1,2,1,'edit'),(80,1,2,1,'add'),(80,1,2,1,'init'),(81,1,2,1,'delete'),(81,1,7,1,'init'),(81,1,2,1,'listorder'),(81,1,2,1,'push'),(81,1,2,1,'edit'),(81,1,2,1,'add'),(81,1,2,1,'init'),(82,1,2,1,'add'),(82,1,7,1,'delete'),(82,1,2,1,'push'),(82,1,2,1,'edit'),(82,1,2,1,'listorder'),(82,1,2,1,'init'),(82,1,2,1,'delete'),(83,1,7,1,'listorder'),(83,1,2,1,'edit'),(83,1,7,1,'add'),(83,1,7,1,'init'),(83,1,7,1,'delete'),(83,1,7,1,'push'),(83,1,7,1,'edit'),(84,1,7,1,'listorder'),(84,1,2,1,'edit'),(84,1,7,1,'add'),(84,1,7,1,'init'),(84,1,7,1,'delete'),(84,1,7,1,'push'),(84,1,7,1,'edit'),(85,1,2,1,'delete'),(85,1,7,1,'init'),(85,1,2,1,'listorder'),(85,1,2,1,'push'),(85,1,2,1,'edit'),(85,1,2,1,'add'),(85,1,2,1,'init'),(86,1,2,1,'delete'),(86,1,7,1,'init'),(86,1,2,1,'listorder'),(86,1,2,1,'push'),(86,1,2,1,'edit'),(86,1,2,1,'add'),(86,1,2,1,'init'),(87,1,2,1,'add'),(87,1,7,1,'delete'),(87,1,2,1,'push'),(87,1,2,1,'edit'),(87,1,2,1,'listorder'),(87,1,2,1,'init'),(87,1,2,1,'delete'),(88,1,2,1,'delete'),(88,1,7,1,'init'),(88,1,2,1,'listorder'),(88,1,2,1,'push'),(88,1,2,1,'edit'),(88,1,2,1,'add'),(88,1,2,1,'init'),(89,1,2,1,'add'),(89,1,7,1,'delete'),(89,1,2,1,'push'),(89,1,2,1,'edit'),(89,1,2,1,'listorder'),(89,1,2,1,'init'),(89,1,2,1,'delete'),(90,1,7,1,'listorder'),(90,1,2,1,'edit'),(90,1,7,1,'add'),(90,1,7,1,'init'),(90,1,7,1,'delete'),(90,1,7,1,'push'),(90,1,7,1,'edit'),(91,1,2,1,'delete'),(91,1,7,1,'init'),(91,1,2,1,'listorder'),(91,1,2,1,'push'),(91,1,2,1,'edit'),(91,1,2,1,'add'),(91,1,2,1,'init'),(92,1,2,1,'delete'),(92,1,7,1,'init'),(92,1,2,1,'listorder'),(92,1,2,1,'push'),(92,1,2,1,'edit'),(92,1,2,1,'add'),(92,1,2,1,'init'),(93,1,7,1,'listorder'),(93,1,2,1,'edit'),(93,1,7,1,'add'),(93,1,7,1,'init'),(93,1,7,1,'delete'),(93,1,7,1,'push'),(93,1,7,1,'edit'),(37,1,2,1,'add'),(37,1,7,1,'delete'),(37,1,2,1,'push'),(37,1,2,1,'edit'),(37,1,2,1,'listorder'),(37,1,2,1,'init'),(37,1,2,1,'delete'),(94,1,7,1,'listorder'),(94,1,2,1,'edit'),(94,1,7,1,'add'),(94,1,7,1,'init'),(94,1,7,1,'delete'),(94,1,7,1,'push'),(94,1,7,1,'edit'),(95,1,2,1,'init'),(95,1,7,1,'add'),(95,1,2,1,'edit'),(95,1,2,1,'listorder'),(95,1,2,1,'push'),(95,1,2,1,'delete'),(95,1,2,1,'add'),(96,1,7,1,'listorder'),(96,1,2,1,'edit'),(96,1,7,1,'add'),(96,1,7,1,'init'),(96,1,7,1,'delete'),(96,1,7,1,'push'),(96,1,7,1,'edit'),(97,1,2,1,'delete'),(97,1,7,1,'init'),(97,1,2,1,'listorder'),(97,1,2,1,'push'),(97,1,2,1,'edit'),(97,1,2,1,'add'),(97,1,2,1,'init'),(98,1,2,1,'init'),(98,1,7,1,'add'),(98,1,2,1,'edit'),(98,1,2,1,'listorder'),(98,1,2,1,'push'),(98,1,2,1,'delete'),(98,1,2,1,'add'),(99,1,2,1,'delete'),(99,1,7,1,'init'),(99,1,2,1,'listorder'),(99,1,2,1,'push'),(99,1,2,1,'edit'),(99,1,2,1,'add'),(99,1,2,1,'init'),(100,1,2,1,'delete'),(100,1,7,1,'init'),(100,1,2,1,'listorder'),(100,1,2,1,'push'),(100,1,2,1,'edit'),(100,1,2,1,'add'),(100,1,2,1,'init'),(101,1,2,1,'delete'),(101,1,7,1,'init'),(101,1,2,1,'listorder'),(101,1,2,1,'push'),(101,1,2,1,'edit'),(101,1,2,1,'add'),(101,1,2,1,'init'),(102,1,2,1,'delete'),(102,1,7,1,'init'),(102,1,2,1,'listorder'),(102,1,2,1,'push'),(102,1,2,1,'edit'),(102,1,2,1,'add'),(102,1,2,1,'init'),(103,1,2,1,'delete'),(103,1,7,1,'init'),(103,1,2,1,'listorder'),(103,1,2,1,'push'),(103,1,2,1,'edit'),(103,1,2,1,'add'),(103,1,2,1,'init'),(104,1,7,1,'listorder'),(104,1,2,1,'edit'),(104,1,7,1,'add'),(104,1,7,1,'init'),(104,1,7,1,'delete'),(104,1,7,1,'push'),(104,1,7,1,'edit'),(105,1,2,1,'delete'),(105,1,7,1,'init'),(105,1,2,1,'listorder'),(105,1,2,1,'push'),(105,1,2,1,'edit'),(105,1,2,1,'add'),(105,1,2,1,'init'),(38,1,2,1,'delete'),(38,1,7,1,'init'),(38,1,2,1,'listorder'),(38,1,2,1,'push'),(38,1,2,1,'edit'),(38,1,2,1,'add'),(38,1,2,1,'init'),(106,1,2,1,'delete'),(106,1,7,1,'init'),(106,1,2,1,'listorder'),(106,1,2,1,'push'),(106,1,2,1,'edit'),(106,1,2,1,'add'),(106,1,2,1,'init'),(107,1,2,1,'delete'),(107,1,7,1,'init'),(107,1,2,1,'listorder'),(107,1,2,1,'push'),(107,1,2,1,'edit'),(107,1,2,1,'add'),(107,1,2,1,'init'),(108,1,7,1,'listorder'),(108,1,2,1,'edit'),(108,1,7,1,'add'),(108,1,7,1,'init'),(108,1,7,1,'delete'),(108,1,7,1,'push'),(108,1,7,1,'edit'),(109,1,2,1,'delete'),(109,1,7,1,'init'),(109,1,2,1,'listorder'),(109,1,2,1,'push'),(109,1,2,1,'edit'),(109,1,2,1,'add'),(109,1,2,1,'init'),(110,1,7,1,'listorder'),(110,1,2,1,'edit'),(110,1,7,1,'add'),(110,1,7,1,'init'),(110,1,7,1,'delete'),(110,1,7,1,'push'),(110,1,7,1,'edit'),(111,1,2,1,'delete'),(111,1,7,1,'init'),(111,1,2,1,'listorder'),(111,1,2,1,'push'),(111,1,2,1,'edit'),(111,1,2,1,'add'),(111,1,2,1,'init'),(112,1,2,1,'delete'),(112,1,7,1,'init'),(112,1,2,1,'listorder'),(112,1,2,1,'push'),(112,1,2,1,'edit'),(112,1,2,1,'add'),(112,1,2,1,'init'),(113,1,2,1,'delete'),(113,1,7,1,'init'),(113,1,2,1,'listorder'),(113,1,2,1,'push'),(113,1,2,1,'edit'),(113,1,2,1,'add'),(113,1,2,1,'init'),(39,1,2,1,'delete'),(39,1,7,1,'init'),(39,1,2,1,'listorder'),(39,1,2,1,'push'),(39,1,2,1,'edit'),(39,1,2,1,'add'),(39,1,2,1,'init'),(114,1,2,1,'delete'),(114,1,7,1,'init'),(114,1,2,1,'listorder'),(114,1,2,1,'push'),(114,1,2,1,'edit'),(114,1,2,1,'add'),(114,1,2,1,'init'),(115,1,2,1,'delete'),(115,1,7,1,'init'),(115,1,2,1,'listorder'),(115,1,2,1,'push'),(115,1,2,1,'edit'),(115,1,2,1,'add'),(115,1,2,1,'init'),(116,1,2,1,'delete'),(116,1,7,1,'init'),(116,1,2,1,'listorder'),(116,1,2,1,'push'),(116,1,2,1,'edit'),(116,1,2,1,'add'),(116,1,2,1,'init'),(117,1,2,1,'delete'),(117,1,7,1,'init'),(117,1,2,1,'listorder'),(117,1,2,1,'push'),(117,1,2,1,'edit'),(117,1,2,1,'add'),(117,1,2,1,'init'),(118,1,7,1,'listorder'),(118,1,2,1,'edit'),(118,1,7,1,'add'),(118,1,7,1,'init'),(118,1,7,1,'delete'),(118,1,7,1,'push'),(118,1,7,1,'edit'),(119,1,2,1,'delete'),(119,1,7,1,'init'),(119,1,2,1,'listorder'),(119,1,2,1,'push'),(119,1,2,1,'edit'),(119,1,2,1,'add'),(119,1,2,1,'init'),(120,1,2,1,'delete'),(120,1,7,1,'init'),(120,1,2,1,'listorder'),(120,1,2,1,'push'),(120,1,2,1,'edit'),(120,1,2,1,'add'),(120,1,2,1,'init'),(121,1,2,1,'delete'),(121,1,7,1,'init'),(121,1,2,1,'listorder'),(121,1,2,1,'push'),(121,1,2,1,'edit'),(121,1,2,1,'add'),(121,1,2,1,'init'),(122,1,2,1,'delete'),(122,1,7,1,'init'),(122,1,2,1,'listorder'),(122,1,2,1,'push'),(122,1,2,1,'edit'),(122,1,2,1,'add'),(122,1,2,1,'init'),(8,1,7,1,'push'),(8,1,2,1,'listorder'),(8,1,7,1,'init'),(8,1,7,1,'delete'),(8,1,7,1,'add'),(8,1,7,1,'edit'),(8,1,7,1,'listorder'),(9,1,7,1,'push'),(9,1,2,1,'listorder'),(9,1,7,1,'init'),(9,1,7,1,'delete'),(9,1,7,1,'add'),(9,1,7,1,'edit'),(9,1,7,1,'listorder'),(10,1,2,1,'add'),(10,1,7,1,'delete'),(10,1,2,1,'push'),(10,1,2,1,'edit'),(10,1,2,1,'listorder'),(10,1,2,1,'init'),(10,1,2,1,'delete'),(11,1,7,1,'listorder'),(11,1,2,1,'edit'),(11,1,7,1,'add'),(11,1,7,1,'init'),(11,1,7,1,'delete'),(11,1,7,1,'push'),(11,1,7,1,'edit'),(12,1,7,1,'push'),(12,1,2,1,'listorder'),(12,1,7,1,'init'),(12,1,7,1,'delete'),(12,1,7,1,'add'),(12,1,7,1,'edit'),(12,1,7,1,'listorder'),(13,1,2,1,'init'),(13,1,7,1,'add'),(13,1,2,1,'edit'),(13,1,2,1,'listorder'),(13,1,2,1,'push'),(13,1,2,1,'delete'),(13,1,2,1,'add'),(14,1,7,1,'push'),(14,1,2,1,'listorder'),(14,1,7,1,'init'),(14,1,7,1,'delete'),(14,1,7,1,'add'),(14,1,7,1,'edit'),(14,1,7,1,'listorder'),(135,1,7,1,'listorder'),(135,1,2,1,'edit'),(135,1,7,1,'add'),(135,1,7,1,'init'),(135,1,7,1,'delete'),(135,1,7,1,'push'),(135,1,7,1,'edit'),(125,1,2,1,'delete'),(125,1,7,1,'init'),(125,1,2,1,'listorder'),(125,1,2,1,'push'),(125,1,2,1,'edit'),(125,1,2,1,'add'),(125,1,2,1,'init'),(126,1,2,1,'delete'),(126,1,7,1,'init'),(126,1,2,1,'listorder'),(126,1,2,1,'push'),(126,1,2,1,'edit'),(126,1,2,1,'add'),(126,1,2,1,'init'),(127,1,2,1,'delete'),(127,1,7,1,'init'),(127,1,2,1,'listorder'),(127,1,2,1,'push'),(127,1,2,1,'edit'),(127,1,2,1,'add'),(127,1,2,1,'init'),(128,1,2,1,'delete'),(128,1,7,1,'init'),(128,1,2,1,'listorder'),(128,1,2,1,'push'),(128,1,2,1,'edit'),(128,1,2,1,'add'),(128,1,2,1,'init'),(129,1,2,1,'delete'),(129,1,7,1,'init'),(129,1,2,1,'listorder'),(129,1,2,1,'push'),(129,1,2,1,'edit'),(129,1,2,1,'add'),(129,1,2,1,'init'),(130,1,2,1,'delete'),(130,1,7,1,'init'),(130,1,2,1,'listorder'),(130,1,2,1,'push'),(130,1,2,1,'edit'),(130,1,2,1,'add'),(130,1,2,1,'init'),(131,1,2,1,'delete'),(131,1,7,1,'init'),(131,1,2,1,'listorder'),(131,1,2,1,'push'),(131,1,2,1,'edit'),(131,1,2,1,'add'),(131,1,2,1,'init'),(132,1,2,1,'delete'),(132,1,7,1,'init'),(132,1,2,1,'listorder'),(132,1,2,1,'push'),(132,1,2,1,'edit'),(132,1,2,1,'add'),(132,1,2,1,'init'),(133,1,2,1,'delete'),(133,1,7,1,'init'),(133,1,2,1,'listorder'),(133,1,2,1,'push'),(133,1,2,1,'edit'),(133,1,2,1,'add'),(133,1,2,1,'init'),(134,1,2,1,'delete'),(134,1,7,1,'init'),(134,1,2,1,'listorder'),(134,1,2,1,'push'),(134,1,2,1,'edit'),(134,1,2,1,'add'),(134,1,2,1,'init'),(136,1,2,1,'delete'),(136,1,7,1,'init'),(136,1,2,1,'listorder'),(136,1,2,1,'push'),(136,1,2,1,'edit'),(136,1,2,1,'add'),(136,1,2,1,'init'),(137,1,2,1,'delete'),(137,1,7,1,'init'),(137,1,2,1,'listorder'),(137,1,2,1,'push'),(137,1,2,1,'edit'),(137,1,2,1,'add'),(137,1,2,1,'init'),(138,1,2,1,'delete'),(138,1,7,1,'init'),(138,1,2,1,'listorder'),(138,1,2,1,'push'),(138,1,2,1,'edit'),(138,1,2,1,'add'),(138,1,2,1,'init'),(139,1,2,1,'delete'),(139,1,7,1,'init'),(139,1,2,1,'listorder'),(139,1,2,1,'push'),(139,1,2,1,'edit'),(139,1,2,1,'add'),(139,1,2,1,'init'),(140,1,7,1,'init'),(140,1,7,1,'add'),(140,1,7,1,'edit'),(140,1,7,1,'delete'),(140,1,7,1,'listorder'),(140,1,7,1,'push'),(140,1,7,1,'remove'),(141,1,7,1,'init'),(141,1,7,1,'add'),(141,1,7,1,'edit'),(141,1,7,1,'delete'),(141,1,7,1,'listorder'),(141,1,7,1,'push'),(141,1,7,1,'remove'),(142,1,7,1,'init'),(142,1,7,1,'add'),(142,1,7,1,'edit'),(142,1,7,1,'delete'),(142,1,7,1,'listorder'),(142,1,7,1,'push'),(142,1,7,1,'remove'),(143,1,7,1,'init'),(143,1,7,1,'add'),(143,1,7,1,'edit'),(143,1,7,1,'delete'),(143,1,7,1,'listorder'),(143,1,7,1,'push'),(143,1,7,1,'remove'),(144,1,7,1,'init'),(144,1,7,1,'add'),(144,1,7,1,'edit'),(144,1,7,1,'delete'),(144,1,7,1,'listorder'),(144,1,7,1,'push'),(144,1,7,1,'remove'),(24,1,5,0,'visit'),(24,1,2,0,'visit'),(24,1,4,0,'visit'),(24,1,6,0,'visit'),(7,1,5,0,'visit'),(7,1,2,0,'visit'),(7,1,4,0,'visit'),(7,1,6,0,'visit'),(35,1,8,0,'visit'),(35,1,2,0,'visit'),(35,1,6,0,'visit'),(35,1,4,0,'visit'),(35,1,5,0,'visit'),(357,1,8,0,'visit'),(357,1,2,0,'visit'),(357,1,6,0,'visit'),(357,1,4,0,'visit'),(357,1,5,0,'visit'),(59,1,8,0,'visit'),(59,1,2,0,'visit'),(59,1,6,0,'visit'),(59,1,4,0,'visit'),(59,1,5,0,'visit'),(60,1,8,0,'visit'),(60,1,2,0,'visit'),(60,1,6,0,'visit'),(60,1,4,0,'visit'),(60,1,5,0,'visit'),(50,1,8,0,'visit'),(50,1,2,0,'visit'),(50,1,6,0,'visit'),(50,1,4,0,'visit'),(50,1,5,0,'visit'),(51,1,8,0,'visit'),(51,1,2,0,'visit'),(51,1,6,0,'visit'),(51,1,4,0,'visit'),(51,1,5,0,'visit'),(53,1,8,0,'visit'),(53,1,2,0,'visit'),(53,1,6,0,'visit'),(53,1,4,0,'visit'),(53,1,5,0,'visit'),(54,1,8,0,'visit'),(54,1,2,0,'visit'),(54,1,6,0,'visit'),(54,1,4,0,'visit'),(54,1,5,0,'visit'),(273,1,8,0,'visit'),(273,1,2,0,'visit'),(273,1,6,0,'visit'),(273,1,4,0,'visit'),(273,1,5,0,'visit'),(57,1,8,0,'visit'),(57,1,2,0,'visit'),(57,1,6,0,'visit'),(57,1,4,0,'visit'),(57,1,5,0,'visit'),(38,1,8,0,'visit'),(38,1,2,0,'visit'),(38,1,6,0,'visit'),(38,1,4,0,'visit'),(38,1,5,0,'visit'),(108,1,8,0,'visit'),(108,1,2,0,'visit'),(108,1,6,0,'visit'),(108,1,4,0,'visit'),(108,1,5,0,'visit'),(110,1,8,0,'visit'),(110,1,2,0,'visit'),(110,1,6,0,'visit'),(110,1,4,0,'visit'),(110,1,5,0,'visit'),(39,1,8,0,'visit'),(39,1,2,0,'visit'),(39,1,6,0,'visit'),(39,1,4,0,'visit'),(39,1,5,0,'visit'),(118,1,8,0,'visit'),(118,1,2,0,'visit'),(118,1,6,0,'visit'),(118,1,4,0,'visit'),(118,1,5,0,'visit'),(276,1,8,0,'visit'),(276,1,2,0,'visit'),(276,1,6,0,'visit'),(276,1,4,0,'visit'),(276,1,5,0,'visit'),(277,1,8,0,'visit'),(277,1,2,0,'visit'),(277,1,6,0,'visit'),(277,1,4,0,'visit'),(277,1,5,0,'visit'); /*!40000 ALTER TABLE `dh_category_priv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_cob` -- DROP TABLE IF EXISTS `dh_cob`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_cob` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` char(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` varchar(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` char(255) NOT NULL default '', `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', `zuidagonglv` varchar(255) NOT NULL default '', `chicuntu` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=250 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_cob` -- LOCK TABLES `dh_cob` WRITE; /*!40000 ALTER TABLE `dh_cob` DISABLE KEYS */; INSERT INTO `dh_cob` VALUES (221,297,0,'ATL-2506-1D3HE','','','ATL-2506-1D3HE','ATL-2506-1D3HE',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=297&id=221',222,99,1,0,'dhadmin',1407995257,1420733843,'',''),(222,297,0,'ATL-2506-1C3HD','','','ATL-2506-1C3HD','ATL-2506-1C3HD',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=297&id=222',221,99,1,0,'dhadmin',1407995358,1420733854,'',''),(7,51,0,'ATE-R11-7C36HX','','','ATE-R11-7C36HX','ATE-R11-7C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=7',0,99,1,0,'dhadmin',1393318202,1420725340,'',''),(8,51,0,'ATE-R11-7D36HX','','','ATE-R11-7D36HX','ATE-R11-7D36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=8',0,99,1,0,'dhadmin',1393318203,1420725320,'',''),(9,51,0,'ATE-R11-7W36HX','','','ATE-R11-7W36HX','ATE-R11-7W36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=9',0,99,1,0,'dhadmin',1393318203,1420725121,'',''),(10,51,0,'ATE-R11-7Y36HX','','','ATE-R11-7Y36HX','ATE-R11-7Y36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=10',0,99,1,0,'dhadmin',1393318203,1409191526,'',''),(11,51,0,'ATE-R11-5C36HX','','','ATE-R11-5C36HX','ATE-R11-5C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=11',0,99,1,0,'dhadmin',1393318203,1420725029,'',''),(12,51,0,'ATE-R11-5D36HX','','','ATE-R11-5D36HX','ATE-R11-5D36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=12',0,99,1,0,'dhadmin',1393318203,1420724962,'',''),(13,51,0,'ATE-R11-5W36HX','','','ATE-R11-5W36HX','ATE-R11-5W36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=13',0,99,1,0,'dhadmin',1393318203,1420724824,'',''),(14,51,0,'ATE-R11-5Y36HX','','','ATE-R11-5Y36HX','ATE-R11-5Y36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=14',0,99,1,0,'dhadmin',1393318203,1409191447,'',''),(15,51,0,'ATE-R11-3C36HX','','','ATE-R11-3C36HX','ATE-R11-3C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=15',0,99,1,0,'dhadmin',1393318203,1420724724,'',''),(16,51,0,'ATE-R11-3D36HX','','','ATE-R11-3D36HX','ATE-R11-3D36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=16',0,99,1,0,'dhadmin',1393318203,1420724610,'',''),(17,51,0,'ATE-R11-3W36HX','','','ATE-R11-3W36HX','ATE-R11-3W36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=17',0,99,1,0,'dhadmin',1393318203,1420724578,'',''),(18,51,0,'ATE-R11-3Y36HX','','http://www.topliteusa.com/uploadfile/2014/0901/20140901112531876.jpg','ATE-R11-3Y36HX','ATE-R11-3Y36HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=18',0,99,1,0,'dhadmin',1393318203,1409541933,'',''),(176,57,0,'ATE-R23-30Y36HX','','http://www.topliteusa.com/uploadfile/2014/0901/20140901112824973.jpg','ATE-R23-30Y36HX','ATE-R23-30Y36HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=176',0,99,1,0,'dhadmin',1406807661,1420726887,'',''),(175,57,0,'ATE-R23-30W36HX','','','ATE-R23-30W36HX','ATE-R23-30W36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=175',0,99,1,0,'dhadmin',1406807578,1420726741,'',''),(23,273,0,'ATE-R20-18C36HX','','','ATE-R20-18C36HX','ATE-R20-18C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=23',0,99,1,0,'dhadmin',1393318203,1420726139,'',''),(24,273,0,'ATE-R20-18D36HX','','','ATE-R20-18D36HX','ATE-R20-18D36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=24',0,99,1,0,'dhadmin',1393318203,1420726089,'',''),(25,273,0,'ATE-R20-18W36HX','','','ATE-R20-18W36HX','ATE-R20-18W36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=25',0,99,1,0,'dhadmin',1393318203,1420726046,'',''),(26,273,0,'ATE-R20-18Y36HX','','','ATE-R20-18Y36HX','ATE-R20-18Y36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=26',0,99,1,0,'dhadmin',1393318203,1420726021,'',''),(27,273,0,'ATE-R20-12C36HX','','','ATE-R20-12C36HX','ATE-R20-12C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=27',0,99,1,0,'dhadmin',1393318203,1420725918,'',''),(28,273,0,'ATE-R20-12D36HX','','','ATE-R20-12D36HX','ATE-R20-12D36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=28',0,99,1,0,'dhadmin',1393318203,1420725978,'',''),(29,273,0,'ATE-R20-12W36HX','','','ATE-R20-12W36HX','ATE-R20-12W36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=29',0,99,1,0,'dhadmin',1393318203,1420725988,'',''),(30,273,0,'ATE-R20-12Y36HX','','http://www.topliteusa.com/uploadfile/2014/0901/20140901112610948.jpg','ATE-R20-12Y36HX','ATE-R20-12Y36HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=30',0,99,1,0,'dhadmin',1393318203,1409541973,'',''),(31,57,0,'ATE-R23-38C36HX','','','ATE-R23-38C36HX','ATE-R23-38C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=31',0,99,1,0,'dhadmin',1393318203,1420727265,'',''),(32,57,0,'ATE-R23-38D36HX','','','ATE-R23-38D36HX','ATE-R23-38D36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=32',0,99,1,0,'dhadmin',1393318203,1420727183,'',''),(33,57,0,'ATE-R23-38W36HX','','','ATE-R23','ATE-R23-38W36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=33',0,99,1,0,'dhadmin',1393318203,1420727099,'',''),(34,57,0,'ATE-R23-38Y36HX','','','ATE-R23-38Y36HX','ATE-R23-38Y36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=34',0,99,1,0,'dhadmin',1393318203,1409192190,'',''),(35,57,0,'ATE-R23-30C36HX','','','ATE-R23-30C36HX','ATE-R23-30C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=35',0,99,1,0,'dhadmin',1393318203,1420726975,'',''),(36,57,0,'ATE-R23-30D36HX','','','ATE-R23-30D36HX','ATE-R23-30D36HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=36',0,99,1,0,'dhadmin',1393318203,1420726838,'',''),(190,53,0,'ATE-R14-10D27HX','','','ATE-R14-10D27HX','ATE-R14-10D27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=53&id=190',0,99,1,0,'dhadmin',1407485620,1420725464,'',''),(39,59,0,'ATE-R7-3C36HX','','','ATE-R7-3C36HX','ATE-R7-3C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=59&id=39',4,99,1,0,'dhadmin',1393318203,1420722961,'2.9',''),(40,59,0,'ATE-R7-3D36HX','','','ATE-R7-3D36HX','ATE-R7-3D36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=59&id=40',3,99,1,0,'dhadmin',1393318203,1420722879,'2.9',''),(41,59,0,'ATE-R7-3W36HX','','','ATE-R7-3W36HX','ATE-R7-3W36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=59&id=41',2,99,1,0,'dhadmin',1393318203,1420722918,'2.9',''),(42,59,0,'ATE-R7-3Y36HX','','http://www.topliteusa.com/uploadfile/2014/0826/20140826060114789.png','ATE-R7-3Y36HX','ATE-R7-3Y36HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=59&id=42',1,99,1,0,'dhadmin',1393318203,1409190605,'',''),(45,60,0,'ATE-R6-3C9HX','','','ATE-R6-3C9HX','ATE-R6-3C9HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=60&id=45',0,99,1,0,'dhadmin',1393318203,1420723256,'2.8',''),(46,60,0,'ATE-R6-3D9HX','','','ATE-R6-3D9HX','ATE-R6-3D9HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=60&id=46',0,99,1,0,'dhadmin',1393318203,1420723236,'2.8',''),(47,60,0,'ATE-R6-3W9HX','','','ATE-R6-3W9HX','ATE-R6-3W9HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=60&id=47',0,99,1,0,'dhadmin',1393318203,1420723275,'2.8',''),(48,60,0,'ATE-R6-3Y9HX','','http://www.topliteusa.com/uploadfile/2014/0826/20140826060330233.png','ATE-R6-3Y9HX','ATE-R6-3Y9HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=60&id=48',0,99,1,0,'dhadmin',1393318203,1409541584,'2.8',''),(51,50,0,'ATE-R10-5Y36HX','','','ATE-R10-5Y36HX','ATE-R10-5Y36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=51',4,99,1,0,'dhadmin',1393318203,1409191058,'5',''),(52,50,0,'ATE-R10-3C36HX','','','ATE-R10-3C36HX','ATE-R10-3C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=52',5,99,1,0,'dhadmin',1393318203,1420724478,'5',''),(53,50,0,'ATE-R10-3D36HX','','','ATE-R10-3D36HX','ATE-R10-3D36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=53',6,99,1,0,'dhadmin',1393318203,1420724422,'5',''),(54,50,0,'ATE-R10-3W36HX','','','ATE-R10-3W36HX','ATE-R10-3W36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=54',7,99,1,0,'dhadmin',1393318203,1420724373,'5.0',''),(208,73,0,'ATL-B36-4W18HX','','','ATL-B36-4W18HX','ATL-B36-4W18HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=73&id=208',0,99,1,0,'dhadmin',1407494639,1420730667,'',''),(57,53,0,'ATE-R14-13C18HX','','','ATE-R14-13C18HX','ATE-R14-13C18HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=53&id=57',0,99,1,0,'dhadmin',1393318203,1418043601,'',''),(58,53,0,'ATE-R14-13D18HX','','','ATE-R14-13D18HX','ATE-R14-13D18HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=53&id=58',0,99,1,0,'dhadmin',1393318203,1418043550,'',''),(59,53,0,'ATE-R14-13W18HX','','','ATE-R14-13W18HX','ATE-R14-13W18HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=53&id=59',0,99,1,0,'dhadmin',1393318203,1418043477,'',''),(60,53,0,'ATE-R14-10C27HX','','','ATE-R14-10C27HX','ATE-R14-10C27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=53&id=60',0,99,1,0,'dhadmin',1393318203,1418043431,'',''),(193,110,0,'ATR-R27-4D90HX','','','ATR-R27-4D90HX','ATR-R27-4D90HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=110&id=193',0,99,1,0,'dhadmin',1407488024,1420728559,'',''),(185,284,0,'ATL-X4-12 X','','http://www.topliteusa.com/uploadfile/2014/0731/20140731105211135.png','ATL-X4-12 X','ATL-X4-12 X',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=284&id=185',0,99,1,0,'dhadmin',1406818266,1420733629,'',''),(64,54,0,'ATE-R15-17C27HX','','','ATE-R15-17C27HX','ATE-R15-17C27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=54&id=64',0,99,1,0,'dhadmin',1393318203,1420725724,'',''),(65,54,0,'ATE-R15-17D27HX','','','ATE-R15-17D27HX','ATE-R15-17D27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=54&id=65',0,99,1,0,'dhadmin',1393318203,1420725741,'',''),(66,54,0,'ATE-R15-17W27HX','','http://www.topliteusa.com/uploadfile/2014/0731/20140731065933613.png','ATE-R15-17W27HX','ATE-R15-17W27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=54&id=66',0,99,1,0,'dhadmin',1393318203,1420725702,'17.2',''),(210,294,0,'ATE-AR20-13W220HB','','http://www.topliteusa.com/uploadfile/2014/0814/20140814101840933.png','ATE-AR20-13W220HB','ATE-AR20-13W220HB',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=294&id=210',0,99,1,0,'dhadmin',1407983736,1420731149,'',''),(211,294,0,'ATE-AR20-13D220HC','','','ATE-AR20-13D220HC','ATE-AR20-13D220HC',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=294&id=211',0,99,1,0,'dhadmin',1407983889,1420731040,'',''),(76,89,0,'ATL-S72-4C27HX','','','ATL-S72-4C27HX','ATL-S72-4C27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=89&id=76',0,99,1,0,'dhadmin',1393318203,1420733450,'',''),(77,89,0,'ATL-S72-4D27HX','','','ATL-S72-4D27HX','ATL-S72-4D27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=89&id=77',0,99,1,0,'dhadmin',1393318203,1420733438,'',''),(78,89,0,'ATL-S72-4W27HX','','http://www.topliteusa.com/uploadfile/2014/0226/20140226100125598.jpg','ATL-S72-4W27HX','ATL-S72-4W27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=89&id=78',0,99,1,0,'dhadmin',1393318203,1420733465,'',''),(205,73,0,'ATL-B36-4W36HX','','http://www.topliteusa.com/uploadfile/2014/0808/20140808062409795.png','ATL-B36-4W36HX','ATL-B36-4W36HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=73&id=205',0,99,1,0,'dhadmin',1407493006,1420730789,'',''),(206,73,0,'ATL-B36-4C18HX','','','ATL-B36-4C18HX','ATL-B36-4C18HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=73&id=206',0,99,1,0,'dhadmin',1407494415,1420730739,'',''),(207,73,0,'ATL-B36-4D18HX','','','ATL-B36-4D18HX','ATL-B36-4D18HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=73&id=207',0,99,1,0,'dhadmin',1407494570,1420730704,'',''),(82,77,0,'ATL-B72-4C27HX','','','ATL-B72-4C27HX','ATL-B72-4C27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=77&id=82',0,99,1,0,'dhadmin',1393318203,1420732963,'',''),(83,77,0,'ATL-B72-4D27HX','','','ATL-B72-4D27HX','ATL-B72-4D27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=77&id=83',0,99,1,0,'dhadmin',1393318203,1420732970,'',''),(84,77,0,'ATL-B72-4W27HX','','http://www.topliteusa.com/uploadfile/2014/0226/20140226095922423.jpg','ATL-B4-4W27HX','ATL-B4-4W27HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=77&id=84',0,99,1,0,'dhadmin',1393318203,1420732978,'',''),(217,299,0,'ATL-B160-20D30HC','','','ATL-B16020D30HC','ATL-B16020D30HC',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=299&id=217',0,99,1,0,'dhadmin',1407992512,1420732485,'',''),(218,299,0,'ATL-B160-30W30HC','','','ATL-B160-30W30HC','ATL-B160-30W30HC',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=299&id=218',0,99,1,0,'dhadmin',1407992660,1420732514,'',''),(219,299,0,'ATL-B160-30D30HC','','','ATL-B160-30D30HC','ATL-B160-30D30HC',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=299&id=219',0,99,1,0,'dhadmin',1407993026,1420732499,'',''),(220,297,0,'ATL-2506-1W3HD','','http://www.topliteusa.com/uploadfile/2014/0814/20140814014719247.jpg','ATL-2506-1W3HD','ATL-2506-1W3HD',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=297&id=220',223,99,1,0,'dhadmin',1407993199,1420733826,'',''),(204,98,0,'ATP-2424-40C30HX','','','ATP-2424-40C30HX','ATP-2424-40C30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=204',7,99,1,0,'dhadmin',1407492590,1420731868,'',''),(95,73,0,'ATL-B36-4C36HX','','','ATL-B36-4C36HX','ATL-B36-4C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=73&id=95',0,99,1,0,'dhadmin',1393318203,1420730920,'',''),(96,73,0,'ATL-B36-4D36HX','','','ATL-B36-4D36HX','ATL-B36-4D36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=73&id=96',0,99,1,0,'dhadmin',1393318203,1420730851,'',''),(202,98,0,'ATP-2424-40W30HX','','','ATP-2424-40W30HX','ATP-2424-40W30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=202',9,99,1,0,'dhadmin',1407492228,1420731988,'',''),(203,98,0,'ATP-2424-40D30HX','','','ATP-2424-40D30HX','ATP-2424-40D30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=203',8,99,1,0,'dhadmin',1407492298,1420731902,'',''),(101,87,0,'ATL-S40-4C27HX','','','ATL-S40-4C27HX','ATL-S40-4C27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=87&id=101',0,99,1,0,'dhadmin',1393318203,1420733176,'',''),(102,87,0,'ATL-S40-4D27HX','','http://www.topliteusa.com/uploadfile/2014/0226/20140226100044385.jpg','ATL-S40-4D27HX','ATL-S40-4D27HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=87&id=102',0,99,1,0,'dhadmin',1393318203,1420733183,'',''),(212,295,0,'ATR-AR38-9W220HB','','http://www.topliteusa.com/uploadfile/2014/0814/20140814104142851.png','ATR-AR38-9W220HB','ATR-AR38-9W220HB',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=295&id=212',0,99,1,0,'dhadmin',1407983971,1416298772,'',''),(213,295,0,'ATR-AR38-9D220HC','','','ATR-AR38-9D220HC','ATR-AR38-9D220HC',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=295&id=213',0,99,1,0,'dhadmin',1407984726,1420731205,'',''),(214,296,0,'ATL-AB44-9W220HC','','http://www.topliteusa.com/uploadfile/2014/0814/20140814105641616.png','ATL-AB44-9W220HC','ATL-AB44-9W220HC',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=296&id=214',0,99,1,0,'dhadmin',1407984834,1409203797,'',''),(194,110,0,'ATR-R27-4C90HX','','','ATR-R27-4C90HX','ATR-R27-4C90HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=110&id=194',0,99,1,0,'dhadmin',1407488113,1420728408,'',''),(201,98,0,'ATP-2424-60C30HX','','','ATP-2424-60C30HX','ATP-2424-60C30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=201',4,99,1,0,'dhadmin',1407492185,1420732059,'',''),(112,108,0,'ATR-R17-1C72HX','','','ATR-R17-1C72HX','ATR-R17-1C72HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=108&id=112',0,99,1,0,'dhadmin',1393318203,1420727436,'',''),(113,108,0,'ATR-R17-1D72HX','','','ATR-R17-1D72HX','ATR-R17-1D72HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=108&id=113',0,99,1,0,'dhadmin',1393318203,1420727385,'',''),(114,108,0,'ATR-R17-1W72HX','','http://www.topliteusa.com/uploadfile/2014/0808/20140808044431403.png','ATR-R17-1W72HX','ATR-R17-1W72HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=108&id=114',0,99,1,0,'dhadmin',1393318203,1409192314,'',''),(192,110,0,'ATR-R27-4W90HX','','','ATR-R27-4W90HX','ATR-R27-4W90HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=110&id=192',0,99,1,0,'dhadmin',1407487948,1420728660,'',''),(118,110,0,'ATR-R27-3C180HX','','','ATR-R27-3C180HX','ATR-R27-3C180HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=110&id=118',0,99,1,0,'dhadmin',1393318203,1420729103,'',''),(119,110,0,'ATR-R27-3D180HX','','','ATR-R27-3D180HX','ATR-R27-3D180HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=110&id=119',0,99,1,0,'dhadmin',1393318203,1420729033,'',''),(120,110,0,'ATR-R27-3W180HX','','http://www.topliteusa.com/uploadfile/2014/0901/20140901112743707.png','ATR-R27-3W180HX','ATR-R27-3W180HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=110&id=120',0,99,1,0,'dhadmin',1393318203,1420728971,'',''),(200,98,0,'ATP-2424-60D30HX','','','ATP-2424-60D30HX','ATP-2424-60D30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=200',5,99,1,0,'dhadmin',1407492116,1420732323,'',''),(124,118,0,'ATS-R30-4C30HX','','','ATS-R30-4C30HX','ATS-R30-4C30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=118&id=124',0,99,1,0,'dhadmin',1393318203,1420729618,'',''),(125,118,0,'ATS-R30-4D30HX','','','ATS-R30-4D30HX','ATS-R30-4D30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=118&id=125',0,99,1,0,'dhadmin',1393318203,1420729364,'',''),(126,118,0,'ATS-R30-4W30HX','','http://www.topliteusa.com/uploadfile/2014/0226/20140226104406488.jpg','ATS-R30-4W30HX','ATS-R30-4W30HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=118&id=126',0,99,1,0,'dhadmin',1393318203,1420729258,'',''),(127,276,0,'ATS-R18-7C21HX','','','ATS-R18-7C21HX','ATS-R18-7C21HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=276&id=127',0,99,1,0,'dhadmin',1393318203,1420730428,'',''),(128,276,0,'ATS-R18-7D21HX','','','ATS-R18-7D21HX','ATS-R18-7D21HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=276&id=128',0,99,1,0,'dhadmin',1393318203,1420730312,'',''),(129,276,0,'ATS-R18-7W21HX','','','ATS-R18-7W21HX','ATS-R18-7W21HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=276&id=129',0,99,1,0,'dhadmin',1393318203,1420730226,'',''),(130,276,0,'ATS-R18-5C15HX','','','ATS-R18-5C15HX','ATS-R18-5C15HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=276&id=130',0,99,1,0,'dhadmin',1393318203,1420730160,'',''),(131,276,0,'ATS-R18-5D15HX','','','ATS-R18-5D15HX','ATS-R18-5D15HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=276&id=131',0,99,1,0,'dhadmin',1393318203,1420730001,'',''),(132,276,0,'ATS-R18-5W15HX','','http://www.topliteusa.com/uploadfile/2014/0226/20140226104626244.png','ATS-R18-5W15HX','ATS-R18-5W15HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=276&id=132',0,99,1,0,'dhadmin',1393318203,1420729601,'',''),(195,95,0,'ATP-1818-20D30HX','','','ATP-1818-20D30HX','ATP-1818-20D30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=95&id=195',5,99,1,0,'dhadmin',1407490455,1420731636,'',''),(196,95,0,'ATP-1818-20W30HX','','http://www.topliteusa.com/uploadfile/2014/0808/20140808054511390.png','ATP-1818-20W30HX','ATP-1818-20W30HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=95&id=196',6,99,1,0,'dhadmin',1407490944,1420731599,'',''),(136,277,0,'ATS-R40-4C15HX','','','ATS-R40-4C15HX','ATS-R40-4C15HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=277&id=136',0,99,1,0,'dhadmin',1393318203,1420730596,'',''),(137,277,0,'ATS-R40-4D15HX','','','ATS-R40-4D15HX','ATS-R40-4D15HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=277&id=137',0,99,1,0,'dhadmin',1393318203,1420730543,'',''),(138,277,0,'ATS-R40-4W15HX','','http://www.topliteusa.com/uploadfile/2014/0226/20140226104806645.jpg','ATS-R40-4W15HX','ATS-R40-4W15HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=277&id=138',0,99,1,0,'dhadmin',1393318203,1420730501,'',''),(197,95,0,'ATP-1818-30C30HX','','','ATP-1818-30C30HX','ATP-1818-30C30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=95&id=197',1,99,1,0,'dhadmin',1407491409,1420731550,'',''),(198,98,0,'ATP-2424-80W30HX','','','ATP-2424-80W30HX','ATP-2424-80W30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=198',3,99,1,0,'dhadmin',1407491637,1420732210,'',''),(186,50,0,'ATE-R10-3Y36HX','','http://www.topliteusa.com/uploadfile/2014/0808/20140808111033462.png','ATE-R10-3Y36HX','ATE-R10-3Y36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=186',8,99,1,0,'dhadmin',1407466906,1409191109,'',''),(187,50,0,'ATE-R10-5W36HX','','','ATE-R10-5W36HX','ATE-R10-5W36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=187',3,99,1,0,'dhadmin',1407467862,1420723801,'',''),(188,50,0,'ATE-R10-5D36HX','','','ATE-R10-5D36HX','ATE-R10-5D36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=188',2,99,1,0,'dhadmin',1407467923,1420723626,'',''),(189,50,0,'ATE-R10-5C36HX','','','ATE-R10-5C36HX','ATE-R10-5C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=189',1,99,1,0,'dhadmin',1407467977,1420723565,'',''),(191,53,0,'ATE-R14-10W27HX','','http://www.topliteusa.com/uploadfile/2014/0826/20140826060428237.png','ATE-R14-10W27HX','ATE-R14-10W27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=53&id=191',0,99,1,0,'dhadmin',1407485649,1420725406,'',''),(181,82,0,'ATL-B4-4D27HX','','','ATL-B4-4D27HX','ATL-B4-4D27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=82&id=181',0,99,1,0,'dhadmin',1406817714,1420733066,'',''),(180,82,0,'ATL-B4-4C27HX','','','ATL-B4-4C27HX','ATL-B4-4C27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=82&id=180',0,99,1,0,'dhadmin',1406817634,1420733122,'',''),(209,87,0,'ATL-S40-4W27HX','','','ATL-S40-4W27HX','ATL-S40-4W27HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=87&id=209',0,99,1,0,'dhadmin',1407495255,1420733196,'',''),(160,278,0,'ATP-1010-10C15HX','','','ATP-1010-10C15HX','ATP-1010-10C15HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=278&id=160',0,99,1,0,'dhadmin',1393318203,1420732268,'',''),(161,278,0,'ATP-1010-10D15HX','','','ATP-1010-10D15HX','ATP-1010-10D15HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=278&id=161',0,99,1,0,'dhadmin',1393318203,1420732296,'',''),(162,278,0,'ATP-1010-10W15HX','','http://www.topliteusa.com/uploadfile/2014/0226/20140226100745786.jpg','ATP-1010-10W15HX','ATP-1010-10W15HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=278&id=162',0,99,1,0,'dhadmin',1393318203,1420732354,'',''),(184,284,0,'ATL-X4-12 X','','','ATL-X4-12 X','ATL-X4-12 X',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=284&id=184',0,99,1,0,'dhadmin',1406818216,1420733555,'',''),(183,284,0,'ATL-X4-12 X','','','ATL-X4-12 X','ATL-X4-12 X',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=284&id=183',0,99,1,0,'dhadmin',1406818138,1420733563,'',''),(182,82,0,'ATL-B4-4W27HX','','http://www.topliteusa.com/uploadfile/2014/0808/20140808065134846.png','ATL-B4-4W27HX','ATL-B4-4W27HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=82&id=182',0,99,1,0,'dhadmin',1406817770,1420733102,'',''),(166,95,0,'ATP-1818-30D30HX','','','ATP-1818-30D30HX','ATP-1818-30D30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=95&id=166',2,99,1,0,'dhadmin',1393318203,1420731814,'',''),(167,95,0,'ATP-1818-30W30HX','','','ATP-1818-30W30HX','ATP-1818-30W30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=95&id=167',3,99,1,0,'dhadmin',1393318203,1420731787,'',''),(168,95,0,'ATP-1818-20C30HX','','','ATP-1818-20C30HX','ATP-1818-20C30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=95&id=168',4,99,1,0,'dhadmin',1393318203,1420731692,'',''),(216,299,0,'ATL-B160-20W30HC','','http://www.topliteusa.com/uploadfile/2014/0814/20140814115258879.png','ATL-B160-20W30HC','ATL-B160-20W30HC',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=299&id=216',0,99,1,0,'dhadmin',1407988502,1409072121,'',''),(215,296,0,'ATL-AB44-9D220HD','','','ATL-AB44-9D220HD','ATL-AB44-9D220HD',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=296&id=215',0,99,1,0,'dhadmin',1407985064,1420731335,'',''),(199,98,0,'ATP-2424-60W30HX','','','ATP-2424-60W30HX','ATP-2424-60W30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=199',6,99,1,0,'dhadmin',1407492068,1420732178,'',''),(173,98,0,'ATP-2424-80C30HX','','','ATP-2424-80C30HX','ATP-2424-80C30HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=173',1,99,1,0,'dhadmin',1393318203,1420732191,'',''),(174,98,0,'ATP-2424-80D30HX','','http://www.topliteusa.com/uploadfile/2014/0226/20140226101810755.jpg','ATP-2424-80D30HX','ATP-2424-80D30HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=174',2,99,1,0,'dhadmin',1393318203,1420732201,'',''),(226,357,0,'ATE-R8-3Y36HX','','http://www.topliteusa.com/uploadfile/2014/0901/20140901111457428.jpg','ATE-R8-3Y36HX','ATE-R8-3Y36HX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=357&id=226',0,99,1,0,'dhadmin',1409538159,1409541392,'',''),(227,357,0,'ATE-R8-3W36HX','','','ATE-R8-3W36HX','ATE-R8-3W36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=357&id=227',0,99,1,0,'dhadmin',1409538258,1409538317,'',''),(228,357,0,'ATE-R8-3D36HX','','','ATE-R8-3D36HX','ATE-R8-3D36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=357&id=228',0,99,1,0,'dhadmin',1409538322,1409538642,'',''),(229,357,0,'ATE-R8-3C36HX','','','ATE-R8-3C36HX','ATE-R8-3C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=357&id=229',0,99,1,0,'dhadmin',1409538647,1409538704,'',''),(230,357,0,'ATE-R8-4Y36HX','','','ATE-R8-4Y36HX','ATE-R8-4Y36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=357&id=230',0,99,1,0,'dhadmin',1409538728,1409538774,'',''),(231,357,0,'ATE-R8-4W36HX','','','ATE-R8-4W36HX','ATE-R8-4W36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=357&id=231',0,99,1,0,'dhadmin',1409538777,1409539489,'',''),(232,357,0,'ATE-R8-4D36HX','','','ATE-R8-4D36HX','ATE-R8-4D36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=357&id=232',0,99,1,0,'dhadmin',1409539502,1409540381,'',''),(233,357,0,'ATE-R8-4C36HX','','','ATE-R8-4C36HX','ATE-R8-4C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=357&id=233',0,99,1,0,'dhadmin',1409540387,1409540434,'',''),(234,357,0,'ATE-R8-5Y36HX','','','ATE-R8-5Y36HX','ATE-R8-5Y36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=357&id=234',0,99,1,0,'dhadmin',1409540445,1409540491,'',''),(235,357,0,'ATE-R8-5W36HX','','','ATE-R8-5W36HX','ATE-R8-5W36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=357&id=235',0,99,1,0,'dhadmin',1409540494,1409541172,'',''),(236,357,0,'ATE-R8-5D36HX','','','ATE-R8-5D36HX','ATE-R8-5D36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=357&id=236',0,99,1,0,'dhadmin',1409541181,1409541228,'',''),(237,357,0,'ATE-R8-5C36HX','','','ATE-R8-5C36HX','ATE-R8-5C36HX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=357&id=237',0,99,1,0,'dhadmin',1409541233,1481700020,'',''); /*!40000 ALTER TABLE `dh_cob` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_cob1` -- DROP TABLE IF EXISTS `dh_cob1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_cob1` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` char(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` char(255) NOT NULL default '', `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', `zuidagonglv` varchar(255) NOT NULL default '', `chicuntu` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=175 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_cob1` -- LOCK TABLES `dh_cob1` WRITE; /*!40000 ALTER TABLE `dh_cob1` DISABLE KEYS */; INSERT INTO `dh_cob1` VALUES (1,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=1',0,99,1,0,'dhadmin',1393318202,1402911057,'6.3',''),(2,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=2',0,99,1,0,'dhadmin',1393318202,1402910821,'2.7',''),(3,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=3',0,99,1,0,'dhadmin',1393318202,1402910792,'2.7',''),(4,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=4',0,99,1,0,'dhadmin',1393318202,1402910747,'2.7',''),(5,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=5',0,99,1,0,'dhadmin',1393318202,1402910713,'2.7',''),(6,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=6',0,99,1,0,'dhadmin',1393318202,1402910684,'2.7',''),(7,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=7',0,99,1,0,'dhadmin',1393318202,1402910657,'4.5',''),(8,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=8',0,99,1,0,'dhadmin',1393318203,1402910635,'4.5',''),(9,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=9',0,99,1,0,'dhadmin',1393318203,1402910611,'4.5',''),(10,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=10',0,99,1,0,'dhadmin',1393318203,1402910580,'4.5',''),(11,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=11',0,99,1,0,'dhadmin',1393318203,1402910549,'4.5',''),(12,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=12',0,99,1,0,'dhadmin',1393318203,1402910509,'4.5',''),(13,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=13',0,99,1,0,'dhadmin',1393318203,1402911008,'2.7',''),(14,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=14',0,99,1,0,'dhadmin',1393318203,1405478611,'2.7',''),(15,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=15',0,99,1,0,'dhadmin',1393318203,1405478584,'2.7',''),(16,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=16',0,99,1,0,'dhadmin',1393318203,1405478550,'2.7',''),(17,51,0,'ATE-R11','','','ATE-R11','ATE-R11',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=17',0,99,1,0,'dhadmin',1393318203,1405477869,'2.7',''),(18,51,0,'ATE-R11','','http://www.topliteusa.com/uploadfile/2014/0716/20140716102732500.jpg','ATE-R11','ATE-R11',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=51&id=18',0,99,1,0,'dhadmin',1393318203,1405477934,'2.7',''),(19,273,0,'ATE-R20','','','ATE-R20','ATE-R20',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=19',0,99,1,0,'dhadmin',1393318203,1405413307,'12.2',''),(20,273,0,'ATE-R20','','','ATE-R20','ATE-R20',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=20',0,99,1,0,'dhadmin',1393318203,1405413275,'12.2',''),(21,273,0,'ATE-R20','','','ATE-R20','ATE-R20',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=21',0,99,1,0,'dhadmin',1393318203,1405413244,'12.2',''),(22,273,0,'ATE-R20','','','ATE-R20','ATE-R20',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=22',0,99,1,0,'dhadmin',1393318203,1405413210,'12.2',''),(23,273,0,'ATE-R20','','','ATE-R20','ATE-R20',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=23',0,99,1,0,'dhadmin',1393318203,1405413180,'12.2',''),(24,273,0,'ATE-R20','','','ATE-R20','ATE-R20',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=24',0,99,1,0,'dhadmin',1393318203,1405413146,'12.2',''),(25,273,0,'ATE-R20','','','ATE-R20','ATE-R20',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=25',0,99,1,0,'dhadmin',1393318203,1405413096,'18',''),(26,273,0,'ATE-R20','','','ATE-R20','ATE-R20',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=26',0,99,1,0,'dhadmin',1393318203,1405413051,'18',''),(27,273,0,'ATE-R20','','','ATE-R20','ATE-R20',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=27',0,99,1,0,'dhadmin',1393318203,1405413008,'18',''),(28,273,0,'ATE-R20','','','ATE-R20','ATE-R20',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=28',0,99,1,0,'dhadmin',1393318203,1405412942,'18',''),(29,273,0,'ATE-R20','','','ATE-R20','ATE-R20',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=29',0,99,1,0,'dhadmin',1393318203,1404362372,'18',''),(30,273,0,'ATE-R20','','http://www.topliteusa.com/uploadfile/2014/0716/20140716101309774.jpg','ATE-R20','ATE-R20',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=273&id=30',0,99,1,0,'dhadmin',1393318203,1405477190,'18',''),(31,57,0,'ATE-R23','','','ATE-R23','ATE-R23',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=31',0,99,1,0,'dhadmin',1393318203,1393318203,'38.8',''),(32,57,0,'ATE-R23','','','ATE-R23','ATE-R23',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=32',0,99,1,0,'dhadmin',1393318203,1393318203,'38.8',''),(33,57,0,'ATE-R23','','','ATE-R23','ATE-R23',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=33',0,99,1,0,'dhadmin',1393318203,1393318203,'38.8',''),(34,57,0,'ATE-R23','','','ATE-R23','ATE-R23',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=34',0,99,1,0,'dhadmin',1393318203,1405413426,'38.8',''),(35,57,0,'ATE-R23','','','ATE-R23','ATE-R23',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=35',0,99,1,0,'dhadmin',1393318203,1405413395,'38.8',''),(36,57,0,'ATE-R23','','http://www.topliteusa.com/uploadfile/2014/0225/20140225065611573.jpg','ATE-R23','ATE-R23',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=57&id=36',0,99,1,0,'dhadmin',1393318203,1405413364,'38.8',''),(37,59,0,'ATE-R5','','','ATE-R5','ATE-R5',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=59&id=37',0,99,1,0,'dhadmin',1393318203,1402906856,'3.8',''),(38,59,0,'ATE-R5','','','ATE-R5','ATE-R5',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=59&id=38',0,99,1,0,'dhadmin',1393318203,1402906788,'3.8',''),(39,59,0,'ATE-R5','','','ATE-R5','ATE-R5',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=59&id=39',0,99,1,0,'dhadmin',1393318203,1402906761,'3.8',''),(40,59,0,'ATE-R5','','','ATE-R5','ATE-R5',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=59&id=40',0,99,1,0,'dhadmin',1393318203,1402906726,'3.8',''),(41,59,0,'ATE-R5','','','ATE-R5','ATE-R5',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=59&id=41',0,99,1,0,'dhadmin',1393318203,1402906693,'3.8',''),(42,59,0,'ATE-R5','','http://www.topliteusa.com/uploadfile/2014/0716/20140716102606876.png','ATE-R5','ATE-R5',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=59&id=42',0,99,1,0,'dhadmin',1393318203,1405477574,'3.8',''),(43,60,0,'ATE-R6','','','ATE-R6','ATE-R6',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=60&id=43',0,99,1,0,'dhadmin',1393318203,1402909396,'2.8',''),(44,60,0,'ATE-R6','','','ATE-R6','ATE-R6',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=60&id=44',0,99,1,0,'dhadmin',1393318203,1402909377,'2.8',''),(45,60,0,'ATE-R6','','','ATE-R6','ATE-R6',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=60&id=45',0,99,1,0,'dhadmin',1393318203,1402909355,'2.8',''),(46,60,0,'ATE-R6','','','ATE-R6','ATE-R6',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=60&id=46',0,99,1,0,'dhadmin',1393318203,1402909339,'2.8',''),(47,60,0,'ATE-R6','','','ATE-R6','ATE-R6',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=60&id=47',0,99,1,0,'dhadmin',1393318203,1402908796,'2.8',''),(48,60,0,'ATE-R6','','http://www.topliteusa.com/uploadfile/2014/0716/20140716102641723.png','ATE-R6','ATE-R6',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=60&id=48',0,99,1,0,'dhadmin',1393318203,1405477608,'2.8',''),(49,50,0,'ATE-R10','','','ATE-R10','ATE-R10',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=49',0,99,1,0,'dhadmin',1393318203,1402909922,'6.5',''),(50,50,0,'ATE-R10','','','ATE-R10','ATE-R10',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=50',0,99,1,0,'dhadmin',1393318203,1402909864,'6.5',''),(51,50,0,'ATE-R10','','','ATE-R10','ATE-R10',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=51',0,99,1,0,'dhadmin',1393318203,1402909840,'6.5',''),(52,50,0,'ATE-R10','','','ATE-R10','ATE-R10',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=52',0,99,1,0,'dhadmin',1393318203,1402909824,'6.5',''),(53,50,0,'ATE-R10','','','ATE-R10','ATE-R10',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=53',0,99,1,0,'dhadmin',1393318203,1402909801,'6.5',''),(54,50,0,'ATE-R10','','http://www.topliteusa.com/uploadfile/2014/0716/20140716102705201.png','ATE-R10','ATE-R10',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=50&id=54',0,99,1,0,'dhadmin',1393318203,1405477633,'6.5',''),(55,53,0,'ATE-R14','','','ATE-R14','ATE-R14',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=53&id=55',0,99,1,0,'dhadmin',1393318203,1404361959,'13.3',''),(56,53,0,'ATE-R14','','','ATE-R14','ATE-R14',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=53&id=56',0,99,1,0,'dhadmin',1393318203,1404361919,'13.3',''),(57,53,0,'ATE-R14','','','ATE-R14','ATE-R14',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=53&id=57',0,99,1,0,'dhadmin',1393318203,1404361174,'13.3',''),(58,53,0,'ATE-R14','','','ATE-R14','ATE-R14',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=53&id=58',0,99,1,0,'dhadmin',1393318203,1404361066,'13.3',''),(59,53,0,'ATE-R14','','','ATE-R14','ATE-R14',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=53&id=59',0,99,1,0,'dhadmin',1393318203,1404361096,'13.3',''),(60,53,0,'ATE-R14','','http://www.topliteusa.com/uploadfile/2014/0225/20140225065105242.jpg','ATE-R14','ATE-R14',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=53&id=60',0,99,1,0,'dhadmin',1393318203,1404361111,'13.3',''),(61,54,0,'ATE-R15','','','ATE-R15','ATE-R15',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=54&id=61',0,99,1,0,'dhadmin',1393318203,1404362266,'17.2',''),(62,54,0,'ATE-R15','','','ATE-R15','ATE-R15',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=54&id=62',0,99,1,0,'dhadmin',1393318203,1404362224,'17.2',''),(63,54,0,'ATE-R15','','','ATE-R15','ATE-R15',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=54&id=63',0,99,1,0,'dhadmin',1393318203,1404362173,'17.2',''),(64,54,0,'ATE-R15','','','ATE-R15','ATE-R15',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=54&id=64',0,99,1,0,'dhadmin',1393318203,1404362107,'17.2',''),(65,54,0,'ATE-R15','','','ATE-R15','ATE-R15',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=54&id=65',0,99,1,0,'dhadmin',1393318203,1404362055,'17.2',''),(66,54,0,'ATE-R15','','http://www.topliteusa.com/uploadfile/2014/0225/20140225065437566.jpg','ATE-R15','ATE-R15',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=54&id=66',0,99,1,0,'dhadmin',1393318203,1404362014,'17.2',''),(73,89,0,'ATL-S72','','','ATL-S72','ATL-S72',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=89&id=73',0,99,1,0,'dhadmin',1393318203,1393318203,'4.3',''),(74,89,0,'ATL-S72','','','ATL-S72','ATL-S72',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=89&id=74',0,99,1,0,'dhadmin',1393318203,1393318203,'4.3',''),(75,89,0,'ATL-S72','','','ATL-S72','ATL-S72',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=89&id=75',0,99,1,0,'dhadmin',1393318203,1393318203,'4.3',''),(76,89,0,'ATL-S72','','','ATL-S72','ATL-S72',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=89&id=76',0,99,1,0,'dhadmin',1393318203,1393318203,'4.3',''),(77,89,0,'ATL-S72','','','ATL-S72','ATL-S72',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=89&id=77',0,99,1,0,'dhadmin',1393318203,1393318203,'4.3',''),(78,89,0,'ATL-S72','','http://www.topliteusa.com/uploadfile/2014/0226/20140226100125598.jpg','ATL-S72','ATL-S72',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=89&id=78',0,99,1,0,'dhadmin',1393318203,1393380091,'4.3',''),(79,77,0,'ATL-B72','','','ATL-B72','ATL-B72',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=77&id=79',0,99,1,0,'dhadmin',1393318203,1405413898,'4.3',''),(80,77,0,'ATL-B72','','','ATL-B72','ATL-B72',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=77&id=80',0,99,1,0,'dhadmin',1393318203,1405413869,'4.3',''),(81,77,0,'ATL-B72','','','ATL-B72','ATL-B72',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=77&id=81',0,99,1,0,'dhadmin',1393318203,1405413809,'4.3',''),(82,77,0,'ATL-B72','','','ATL-B72','ATL-B72',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=77&id=82',0,99,1,0,'dhadmin',1393318203,1405413774,'4.3',''),(83,77,0,'ATL-B72','','','ATL-B72','ATL-B72',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=77&id=83',0,99,1,0,'dhadmin',1393318203,1405413721,'4.3',''),(84,77,0,'ATL-B72','','http://www.topliteusa.com/uploadfile/2014/0226/20140226095922423.jpg','ATL-B72','ATL-B72',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=77&id=84',0,99,1,0,'dhadmin',1393318203,1405413693,'4.3',''),(91,73,0,'ATL-B36','','','ATL-B36','ATL-B36',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=73&id=91',0,99,1,0,'dhadmin',1393318203,1405413661,'4.3',''),(92,73,0,'ATL-B36','','','ATL-B36','ATL-B36',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=73&id=92',0,99,1,0,'dhadmin',1393318203,1405413636,'4.3',''),(93,73,0,'ATL-B36','','','ATL-B36','ATL-B36',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=73&id=93',0,99,1,0,'dhadmin',1393318203,1405413602,'4.3',''),(94,73,0,'ATL-B36','','','ATL-B36','ATL-B36',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=73&id=94',0,99,1,0,'dhadmin',1393318203,1405413579,'4.3',''),(95,73,0,'ATL-B36','','','ATL-B36','ATL-B36',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=73&id=95',0,99,1,0,'dhadmin',1393318203,1405413553,'4.3',''),(96,73,0,'ATL-B36','','http://www.topliteusa.com/uploadfile/2014/0226/20140226095312402.png','ATL-B36','ATL-B36',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=73&id=96',0,99,1,0,'dhadmin',1393318203,1405413504,'4.3',''),(97,87,0,'ATL-S40','','','ATL-S40','ATL-S40',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=87&id=97',0,99,1,0,'dhadmin',1393318203,1393318203,'6.7',''),(98,87,0,'ATL-S40','','','ATL-S40','ATL-S40',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=87&id=98',0,99,1,0,'dhadmin',1393318203,1393318203,'6.7',''),(99,87,0,'ATL-S40','','','ATL-S40','ATL-S40',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=87&id=99',0,99,1,0,'dhadmin',1393318203,1393318203,'6.7',''),(100,87,0,'ATL-S40','','','ATL-S40','ATL-S40',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=87&id=100',0,99,1,0,'dhadmin',1393318203,1393318203,'6.7',''),(101,87,0,'ATL-S40','','','ATL-S40','ATL-S40',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=87&id=101',0,99,1,0,'dhadmin',1393318203,1393318203,'6.7',''),(102,87,0,'ATL-S40','','http://www.topliteusa.com/uploadfile/2014/0226/20140226100044385.jpg','ATL-S40','ATL-S40',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=87&id=102',0,99,1,0,'dhadmin',1393318203,1393380056,'6.7',''),(109,108,0,'ATR-R17','','','ATR-R17','ATR-R17',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=108&id=109',0,99,1,0,'dhadmin',1393318203,1405415563,'1.44',''),(110,108,0,'ATR-R17','','','ATR-R17','ATR-R17',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=108&id=110',0,99,1,0,'dhadmin',1393318203,1405415506,'1.44',''),(111,108,0,'ATR-R17','','','ATR-R17','ATR-R17',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=108&id=111',0,99,1,0,'dhadmin',1393318203,1405415466,'1.44',''),(112,108,0,'ATR-R17','','','ATR-R17','ATR-R17',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=108&id=112',0,99,1,0,'dhadmin',1393318203,1405415388,'1.44',''),(113,108,0,'ATR-R17','','','ATR-R17','ATR-R17',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=108&id=113',0,99,1,0,'dhadmin',1393318203,1405415323,'1.44',''),(114,108,0,'ATR-R17','','http://www.topliteusa.com/uploadfile/2014/0226/20140226104143287.jpg','ATR-R17','ATR-R17',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=108&id=114',0,99,1,0,'dhadmin',1393318203,1405415046,'1.44',''),(115,110,0,'ATR-R27','','','ATR-R27','ATR-R27',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=110&id=115',0,99,1,0,'dhadmin',1393318203,1405416246,'3.6',''),(116,110,0,'ATR-R27','','','ATR-R27','ATR-R27',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=110&id=116',0,99,1,0,'dhadmin',1393318203,1405416203,'3.6',''),(117,110,0,'ATR-R27','','','ATR-R27','ATR-R27',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=110&id=117',0,99,1,0,'dhadmin',1393318203,1405416098,'3.6',''),(118,110,0,'ATR-R27','','','ATR-R27','ATR-R27',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=110&id=118',0,99,1,0,'dhadmin',1393318203,1405416055,'3.6',''),(119,110,0,'ATR-R27','','','ATR-R27','ATR-R27',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=110&id=119',0,99,1,0,'dhadmin',1393318203,1405415841,'3.6',''),(120,110,0,'ATR-R27','','http://www.topliteusa.com/uploadfile/2014/0226/20140226104231744.jpg','ATR-R27','ATR-R27',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=110&id=120',0,99,1,0,'dhadmin',1393318203,1405415653,'3.6',''),(121,118,0,'ATS-R30','','','ATS-R30','ATS-R30',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=118&id=121',0,99,1,0,'dhadmin',1393318203,1405416676,'4.2',''),(122,118,0,'ATS-R30','','','ATS-R30','ATS-R30',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=118&id=122',0,99,1,0,'dhadmin',1393318203,1405416634,'4.2',''),(123,118,0,'ATS-R30','','','ATS-R30','ATS-R30',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=118&id=123',0,99,1,0,'dhadmin',1393318203,1405416596,'4.2',''),(124,118,0,'ATS-R30','','','ATS-R30','ATS-R30',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=118&id=124',0,99,1,0,'dhadmin',1393318203,1405416568,'4.2',''),(125,118,0,'ATS-R30','','','ATS-R30','ATS-R30',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=118&id=125',0,99,1,0,'dhadmin',1393318203,1405416527,'4.2',''),(126,118,0,'ATS-R30','','http://www.topliteusa.com/uploadfile/2014/0226/20140226104406488.jpg','ATS-R30','ATS-R30',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=118&id=126',0,99,1,0,'dhadmin',1393318203,1405416485,'4.2',''),(127,276,0,'ATS-R18','','','ATS-R18','ATS-R18',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=276&id=127',0,99,1,0,'dhadmin',1393318203,1405436630,'7',''),(128,276,0,'ATS-R18','','','ATS-R18','ATS-R18',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=276&id=128',0,99,1,0,'dhadmin',1393318203,1405436608,'7',''),(129,276,0,'ATS-R18','','','ATS-R18','ATS-R18',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=276&id=129',0,99,1,0,'dhadmin',1393318203,1405436585,'7',''),(130,276,0,'ATS-R18','','','ATS-R18','ATS-R18',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=276&id=130',0,99,1,0,'dhadmin',1393318203,1405436561,'7',''),(131,276,0,'ATS-R18','','','ATS-R18','ATS-R18',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=276&id=131',0,99,1,0,'dhadmin',1393318203,1405416742,'7',''),(132,276,0,'ATS-R18','','http://www.topliteusa.com/uploadfile/2014/0226/20140226104626244.png','ATS-R18','ATS-R18',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=276&id=132',0,99,1,0,'dhadmin',1393318203,1405416713,'7',''),(133,277,0,'ATS-R40','','','ATS-R40','ATS-R40',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=277&id=133',0,99,1,0,'dhadmin',1393318203,1405436726,'4.5',''),(134,277,0,'ATS-R40','','','ATS-R40','ATS-R40',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=277&id=134',0,99,1,0,'dhadmin',1393318203,1405436714,'4.5',''),(135,277,0,'ATS-R40','','','ATS-R40','ATS-R40',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=277&id=135',0,99,1,0,'dhadmin',1393318203,1405436703,'4.5',''),(136,277,0,'ATS-R40','','','ATS-R40','ATS-R40',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=277&id=136',0,99,1,0,'dhadmin',1393318203,1405436691,'4.5',''),(137,277,0,'ATS-R40','','','ATS-R40','ATS-R40',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=277&id=137',0,99,1,0,'dhadmin',1393318203,1405436681,'4.5',''),(138,277,0,'ATS-R40','','http://www.topliteusa.com/uploadfile/2014/0226/20140226104806645.jpg','ATS-R40','ATS-R40',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=277&id=138',0,99,1,0,'dhadmin',1393318203,1405436667,'4.5',''),(139,40,0,'ATC-R8','','','ATC-R8','ATC-R8',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=40&id=139',0,99,1,0,'dhadmin',1393318203,1402906250,'2.2',''),(140,40,0,'ATC-R8','','','ATC-R8','ATC-R8',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=40&id=140',0,99,1,0,'dhadmin',1393318203,1402906234,'2.2',''),(141,40,0,'ATC-R8','','','ATC-R8','ATC-R8',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=40&id=141',0,99,1,0,'dhadmin',1393318203,1402906210,'2.2',''),(142,40,0,'ATC-R8','','','ATC-R8','ATC-R8',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=40&id=142',0,99,1,0,'dhadmin',1393318203,1402906190,'2.2',''),(143,40,0,'ATC-R8','','','ATC-R8','ATC-R8',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=40&id=143',0,99,1,0,'dhadmin',1393318203,1402906157,'2.2',''),(144,40,0,'ATC-R8','','http://www.topliteusa.com/uploadfile/2014/0225/20140225063411788.jpg','ATC-R8','ATC-R8',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=40&id=144',0,99,1,0,'dhadmin',1393318203,1402906109,'2.2',''),(151,107,0,'ATR-FR8','','','ATR-FR8','ATR-FR8',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=107&id=151',0,99,1,0,'dhadmin',1393318203,1393318203,'2.6',''),(152,107,0,'ATR-FR8','','','ATR-FR8','ATR-FR8',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=107&id=152',0,99,1,0,'dhadmin',1393318203,1393318203,'2.6',''),(153,107,0,'ATR-FR8','','','ATR-FR8','ATR-FR8',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=107&id=153',0,99,1,0,'dhadmin',1393318203,1393318203,'2.6',''),(154,107,0,'ATR-FR8','','','ATR-FR8','ATR-FR8',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=107&id=154',0,99,1,0,'dhadmin',1393318203,1393318203,'2.6',''),(155,107,0,'ATR-FR8','','','ATR-FR8','ATR-FR8',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=107&id=155',0,99,1,0,'dhadmin',1393318203,1393318203,'2.6',''),(156,107,0,'ATR-FR8','','http://www.topliteusa.com/uploadfile/2014/0226/20140226104110925.jpg','ATR-FR8','ATR-FR8',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=107&id=156',0,99,1,0,'dhadmin',1393318203,1393382484,'2.6',''),(157,278,0,'ATP-1010','','','ATP-1010','ATP-1010',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=278&id=157',0,99,1,0,'dhadmin',1393318203,1405414850,'10.5',''),(158,278,0,'ATP-1010','','','ATP-1010','ATP-1010',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=278&id=158',0,99,1,0,'dhadmin',1393318203,1405414817,'10.5',''),(159,278,0,'ATP-1010','','','ATP-1010','ATP-1010',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=278&id=159',0,99,1,0,'dhadmin',1393318203,1405414747,'10.5',''),(160,278,0,'ATP-1010','','','ATP-1010','ATP-1010',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=278&id=160',0,99,1,0,'dhadmin',1393318203,1405414720,'10.5',''),(161,278,0,'ATP-1010','','','ATP-1010','ATP-1010',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=278&id=161',0,99,1,0,'dhadmin',1393318203,1405414681,'10.5',''),(162,278,0,'ATP-1010','','http://www.topliteusa.com/uploadfile/2014/0226/20140226100745786.jpg','ATP-1010','ATP-1010',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=278&id=162',0,99,1,0,'dhadmin',1393318203,1405414644,'10.5',''),(163,95,0,'ATP-1818','','','ATP-1818','ATP-1818',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=95&id=163',0,99,1,0,'dhadmin',1393318203,1405414403,'31.5',''),(164,95,0,'ATP-1818','','','ATP-1818','ATP-1818',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=95&id=164',0,99,1,0,'dhadmin',1393318203,1405414377,'31.5',''),(165,95,0,'ATP-1818','','','ATP-1818','ATP-1818',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=95&id=165',0,99,1,0,'dhadmin',1393318203,1405414355,'31.5',''),(166,95,0,'ATP-1818','','','ATP-1818','ATP-1818',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=95&id=166',0,99,1,0,'dhadmin',1393318203,1405414329,'31.5',''),(167,95,0,'ATP-1818','','','ATP-1818','ATP-1818',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=95&id=167',0,99,1,0,'dhadmin',1393318203,1405414305,'31.5',''),(168,95,0,'ATP-1818','','http://www.topliteusa.com/uploadfile/2014/0226/20140226101857758.jpg','ATP-1818','ATP-1818',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=95&id=168',0,99,1,0,'dhadmin',1393318203,1405414259,'31.5',''),(169,98,0,'ATP-2424','','','ATP-2424','ATP-2424',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=169',0,99,1,0,'dhadmin',1393318203,1405414611,'63',''),(170,98,0,'ATP-2424','','','ATP-2424','ATP-2424',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=170',0,99,1,0,'dhadmin',1393318203,1405414568,'63',''),(171,98,0,'ATP-2424','','','ATP-2424','ATP-2424',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=171',0,99,1,0,'dhadmin',1393318203,1405414534,'63',''),(172,98,0,'ATP-2424','','','ATP-2424','ATP-2424',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=172',0,99,1,0,'dhadmin',1393318203,1405414502,'63',''),(173,98,0,'ATP-2424','','','ATP-2424','ATP-2424',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=173',0,99,1,0,'dhadmin',1393318203,1405414475,'63',''),(174,98,0,'ATP-2424','','http://www.topliteusa.com/uploadfile/2014/0226/20140226101810755.jpg','ATP-2424','ATP-2424',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=98&id=174',0,99,1,0,'dhadmin',1393318203,1405414453,'63',''); /*!40000 ALTER TABLE `dh_cob1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_cob_data` -- DROP TABLE IF EXISTS `dh_cob_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_cob_data` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `use` varchar(255) NOT NULL default '', `cct` varchar(255) NOT NULL default '', `ForwardCurrent` varchar(255) NOT NULL default '', `ForwardVoltage` varchar(255) NOT NULL default '', `LuminousFlux` varchar(255) NOT NULL default '', `Efficacy` varchar(255) NOT NULL default '', `CRI` varchar(255) NOT NULL default '', `PCBSize` varchar(255) NOT NULL default '', `Lightemiting` varchar(255) NOT NULL default '', `pdfdownload` mediumtext NOT NULL, `pd` varchar(255) NOT NULL default '', `ifp` varchar(255) NOT NULL default '', `partnumber` varchar(255) NOT NULL default '', `maxcurrent` varchar(255) NOT NULL default '', `category` varchar(255) NOT NULL default '', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_cob_data` -- LOCK TABLES `dh_cob_data` WRITE; /*!40000 ALTER TABLE `dh_cob_data` DISABLE KEYS */; INSERT INTO `dh_cob_data` VALUES (7,'ATE-R11-7C36HX',0,'',0,10000,'',0,1,'','1','6500k','190','36','830','','80','15.85*15.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100236773.pdf\',\n \'filename\' => \'ATE-R11-7W\',\n ),\n)','','','ATE-R11-7C36HX','360','7W'),(8,'ATE-R11-7D36HX',0,'',0,10000,'',0,1,'','1','5000k','190','36','790','','80','15.85*15.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100558980.pdf\',\n \'filename\' => \'ATE-R11-7W\',\n ),\n)','','','ATE-R11-7D36HX','360','7W'),(9,'ATE-R11-7W36HX',0,'',0,10000,'',0,1,'','1','3000k','190','36','730','','80','15.85*15.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100541705.pdf\',\n \'filename\' => \'ATE-R11-7W\',\n ),\n)','','','ATE-R11-7W36HX','360','7W'),(10,'ATE-R11-7Y36HX',0,'',0,10000,'',0,1,'','1','2700k','190','36','690','','80','15.85*15.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100524479.pdf\',\n \'filename\' => \'ATE-R11-7W\',\n ),\n)','','','ATE-R11-7Y36HX','360','7W'),(11,'ATE-R11-5C36HX',0,'',0,10000,'',0,1,'','1','6500k','140','36','618','','80','15.85*15.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100502779.pdf\',\n \'filename\' => \'ATE-R11-5W\',\n ),\n)','','','ATE-R11-5C36HX','240','5W'),(12,'ATE-R11-5D36HX',0,'',0,10000,'',0,1,'','1','5000k','140','36','590','','80','15.85*15.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100438615.pdf\',\n \'filename\' => \'ATE-R11-5W\',\n ),\n)','','','ATE-R11-5D36HX','240','5W'),(13,'ATE-R11-5W36HX',0,'',0,10000,'',0,1,'','1','3000k','140','36','560','','80','15.85*15.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100420604.pdf\',\n \'filename\' => \'ATE-R11-5W\',\n ),\n)','','','ATE-R11-5W36HX','240','5W'),(14,'ATE-R11-5Y36HX',0,'',0,10000,'',0,1,'','1','2700k','140','36','520','','80','15.85*15.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100406608.pdf\',\n \'filename\' => \'ATE-R11-5W\',\n ),\n)','','','ATE-R11-5Y36HX','240','5W'),(15,'ATTE-R11-3C36HX',0,'',0,10000,'',0,1,'','1','6500k','80','36','362','','80','15.85*15.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100348830.pdf\',\n \'filename\' => \'ATE-R11-3W\',\n ),\n)','','','ATE-R11-3C36HX','120','3W'),(16,'ATE-R11-3D36HX',0,'',0,10000,'',0,1,'','1','5000k','80','36','350','','80','15.85*15.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100328309.pdf\',\n \'filename\' => \'ATE-R11-3W\',\n ),\n)','','','ATE-R11-3D36HX','120','3W'),(17,'ATE-R11-3W36HX',0,'',0,10000,'',0,1,'','1','3000k','80','36','320','','80','15.85*15.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100305357.pdf\',\n \'filename\' => \'ATE-R11-3W\',\n ),\n)','','','ATE-R11-3W36HX','120','3W'),(18,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','80','36','295','','80','15.85*15.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100200623.pdf\',\n \'filename\' => \'ATE-R11-3W\',\n ),\n)','','','ATE-R11-3Y36HX','120','3W'),(23,'ATE-R20-18C36HX',0,'',0,10000,'',0,1,'','1','6500k','500','36.6','2160','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101015487.pdf\',\n \'filename\' => \'ATE-R20-18W\',\n ),\n)','','','ATE-R20-18C36HX','540','18W'),(24,'ATE-R20-18D36HX',0,'',0,10000,'',0,1,'','1','5000k','500','36.6','2030','','80','23.85*23.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101213781.pdf\',\n \'filename\' => \'ATE-R20-18W\',\n ),\n)','','','ATE-R20-18D36HX','540','18W'),(25,'ATE-R20-18W36HX',0,'',0,10000,'',0,1,'','1','3000k','500','36.6','1890','','80','23.85*23.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101156180.pdf\',\n \'filename\' => \'ATE-R20-18W\',\n ),\n)','','','ATE-R20-18W36HX','540','18W'),(26,'ATE-R20-18Y36HX',0,'',0,10000,'',0,1,'','1','2700k','500','36.6','1830','','80','23.85*23.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101132261.pdf\',\n \'filename\' => \'ATE-R20-18W\',\n ),\n)','','','ATE-R20-18Y36HX','540','18W'),(27,'ATE-R20-12C36HX',0,'',0,10000,'',0,1,'','1','6500k','340','36.6','1480','','80','23.85*23.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101116279.pdf\',\n \'filename\' => \'ATE-R20-12W\',\n ),\n)','','','ATE-R20-12C36HX','360','12W'),(28,'ATE-R20-12D36HX',0,'',0,10000,'',0,1,'','1','5000k','340','36.6','1388','','80','23.85*23.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101053306.pdf\',\n \'filename\' => \'ATE-R20-12W\',\n ),\n)','','','ATE-R20-12D36HX','360','12W'),(29,'ATE-R20-12W36HX',0,'',0,10000,'',0,1,'','1','3000k','340','36.6','1302','','80','23.85*23.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101035695.pdf\',\n \'filename\' => \'ATE-R20-12W\',\n ),\n)','','','ATE-R20-12W36HX','360','12W'),(30,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','2700k','340','36.6','500','','80','23.85*23.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100955880.pdf\',\n \'filename\' => \'ATE-R20-12W\',\n ),\n)','','','ATE-R20-12Y36HX','360','12W'),(31,'ATE-R23-38C36HX',0,'',0,10000,'',0,1,'','1','6500k','1080','36','4880','','80','23.85*23.85mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101759923.pdf\',\n \'filename\' => \'ATE-R23-38W\',\n ),\n)','','','ATE-R23-38C36HX','2160','38W'),(32,'ATE-R23-38D36HX',0,'',0,10000,'',0,1,'','1','5000k','1080','36','4730','','80','28*28mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101731937.pdf\',\n \'filename\' => \'ATE-R23-38W\',\n ),\n)','','','ATE-R23-38D36HX','2160','38W'),(33,'ATE-R23-38W36HX',0,'',0,10000,'',0,1,'','1','3000k','1080','36','4345','','80','28*28mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101703130.pdf\',\n \'filename\' => \'ATE-R23-38W\',\n ),\n)','','ATE-R23-38W36HX','ATE-R23-38W36HX','2160','38W'),(34,'ATE-R23-38Y36HX',0,'',0,10000,'',0,1,'','1','2700k','1080','36','3996','','80','28*28mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101628969.pdf\',\n \'filename\' => \'ATE-R23-38W\',\n ),\n)','','','ATE-R23-38Y36HX','2160','38W'),(35,'ATE-R23-30C36HX',0,'',0,10000,'',0,1,'','1','6500k','840','36','3805','','80','28*28mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101607182.pdf\',\n \'filename\' => \'ATE-R23-30W\',\n ),\n)','','','ATE-R23-30C36HX','1680','30W'),(36,'ATE-R23-30D36HX',0,'',0,10000,'',0,1,'','1','5000k','840','36','3680','','80','28*28mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101531269.pdf\',\n \'filename\' => \'ATE-R23-30W\',\n ),\n)','','','ATE-R23-30D36HX','1680','30W'),(190,'ATE-R14-10D27HX',0,'',0,10000,'',0,1,'','1','5000k','350','26.1~29.0','1120','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100713380.pdf\',\n \'filename\' => \'ATE-R14\',\n ),\n)','','','ATE-R14-10D27HX','720','10W'),(39,'ATE-R7-3C36HX',0,'',0,10000,'',0,1,'','1','6500k','80','34.8~38.4','350','120','80','12*8mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095149752.pdf\',\n \'filename\' => \'ATE-R7\',\n ),\n)','','','ATE-R7-3C36HX','120','3W'),(40,'ATE-R7-3D36HX',0,'',0,10000,'',0,1,'','1','5000k','80','34.8~38.4','325','','80','12*8mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095110358.pdf\',\n \'filename\' => \'ATE-R7\',\n ),\n)','','','ATE-R7-3D36HX','120','3W'),(41,'ATE-R7-3W36HX',0,'',0,10000,'',0,1,'','1','3000k','80','34.8~38.4','310','','80','12*8mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095052383.pdf\',\n \'filename\' => \'ATE-R7\',\n ),\n)','','','ATE-R7-3W36HX','120','3W'),(42,'<ul style=\"list-style-type: square\">\r\n<li><span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">圆形面发光、无点光源现象;</span></span></li>\r\n<li><span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">一体化制造,光色均匀;</span></span></li>\r\n<li><span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">直接散热、热阻低、发光角度大、无死角;</span></span></li>\r\n<li><span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">可配合透镜、反光杯实现各种发光角度;</span></span></li>\r\n<li><span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">LED灯具组装工艺简单、节约灯具制作成本;</span></span></li>\r\n<li><span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">无需经过回流焊(避免高温二次伤害);</span></span></li>\r\n</ul>\r\n<span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">主要运用于筒灯、射灯、轨道灯、天花灯等;</span></span><br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','80','34.8~38.4','290','100','80','12*8mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095003682.pdf\',\n \'filename\' => \'ATE-R7\',\n ),\n)','','','ATE-R7-3Y36HX','120','3W'),(45,'ATE-R6-3C9HX',0,'',0,10000,'',0,1,'','1','6500k','330','9.0','350','','80','12*8mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095546304.pdf\',\n \'filename\' => \'ATE-R6\',\n ),\n)','','','ATE-R6-3C9HX','480','3W'),(46,'ATE-R6-3D9HX',0,'',0,10000,'',0,1,'','1','5000k','330','9.0','330','110','80','12*8mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095523286.pdf\',\n \'filename\' => \'ATE-R6\',\n ),\n)','5.6','600','ATE-R6-3D9HX','480','3W'),(47,'ATE-R6-3W9HX',0,'',0,10000,'',0,1,'','1','3000k','330','9.0','309','','80','9.5*9.5mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095504781.pdf\',\n \'filename\' => \'ATE-R6\',\n ),\n)','','','ATE-R6-3W9HX','480','3W'),(48,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','330','9.0','300','','80','9.5*9.5mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095443191.pdf\',\n \'filename\' => \'ATE-R6\',\n ),\n)','','','ATE-R6-3Y9HX','480','3W'),(51,'ATE-R10-5Y36HX',0,'',0,10000,'',0,1,'','1','2700k','140','34.8~38.4','515','','80','13.35*13.35','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095736909.pdf\',\n \'filename\' => \'ATE-R10\',\n ),\n)','','','ATE-R10-5Y36HX','240','5W'),(52,'ATE-R10-3C36HX',0,'',0,10000,'',0,1,'','1','6500k','80','34.8~38.4','353','','80','13.35*13.35','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095948368.pdf\',\n \'filename\' => \'ATE-R10\',\n ),\n)','','','ATE-R10-3C36HX','120','3W'),(53,'ATE-R10-3D36HX',0,'',0,10000,'',0,1,'','1','5000k','80','34.8~38.4','334','','80','13.35*13.35','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095923308.pdf\',\n \'filename\' => \'ATE-R10\',\n ),\n)','10','280','ATE-R10-3D36HX','120','3W'),(54,'<div>* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.<br />\r\n </div>\r\n',0,'',0,10000,'',0,1,'','1','3000k','80','34.8~38.4','317','','80','13.35*13.35','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095900676.pdf\',\n \'filename\' => \'ATE-R10\',\n ),\n)','','','ATE-R10-3W36HX','120','3W'),(57,'ATE-R14-13C18HX',0,'',0,10000,'',0,1,'','1','6500k','720','17.4~19.8','1540','','80','23*17.5mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100652841.pdf\',\n \'filename\' => \'ATE-R14\',\n ),\n)','','','ATE-R14-13C18HX','1440','13W'),(58,'ATE-R14-13D18HX',0,'',0,10000,'',0,1,'','1','5000k','720','17.4~19.8','1480','','80','23*17.5mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100814259.pdf\',\n \'filename\' => \'ATE-R14\',\n ),\n)','','','ATE-R14-13D18HX','1440','13W'),(59,'ATE-R14-13W18HX',0,'',0,10000,'',0,1,'','1','3000k','720','17.4~19.8','1360','','80','23*17.5mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100757286.pdf\',\n \'filename\' => \'ATE-R14\',\n ),\n)','','','ATE-R14-13W18HX','1440','13W'),(60,'ATE-R14-10C27HX',0,'',0,10000,'',0,1,'','1','6500k','350','26.1~29.0','1188','','80','23*17.5mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100735644.pdf\',\n \'filename\' => \'ATE-R14\',\n ),\n)','','','ATE-R14-10C27HX','720','10W'),(64,'ATE-R15-17C27HX',0,'',0,10000,'',0,1,'','1','6500k','480','34.8~38.4','2098','','80','19*19mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100912582.pdf\',\n \'filename\' => \'ATE-R15\',\n ),\n)','','','ATE-R15-17C27HX','960','17W'),(65,'ATE-R15-17D27HX',0,'',0,10000,'',0,1,'','1','5000k','480','34.8~38.4','1980','','80','19*19mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100854667.pdf\',\n \'filename\' => \'ATE-R15\',\n ),\n)','','','ATE-R15-17D27HX','960','17W'),(66,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','3000k','480','34.8~38.4','1785','102','80','19*19mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100837776.pdf\',\n \'filename\' => \'ATE-R15\',\n ),\n)','34.4','960','ATE-R15-17W27HX','960','17W'),(76,'ATL-S72-4C27HX',0,'',0,10000,'',0,1,'','2','6500k','160','27','480','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-S72-4C27HX.pdf\',\n \'filename\' => \'ATL-S72-4C27HX\',\n ),\n)','','','ATL-S72-4C27HX','240','4W'),(77,'ATL-S72-4D27HX',0,'',0,10000,'',0,1,'','2','5000k','160','27','450','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-S72-4D27HX.pdf\',\n \'filename\' => \'ATL-S72-4D27HX\',\n ),\n)','','','ATL-S72-4D27HX','240','4W'),(78,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','2','3000k','160','27','420','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-S72-4W27HX.pdf\',\n \'filename\' => \'ATL-S72-4W27HX\',\n ),\n)','','','ATL-S72-4W27HX','240','4W'),(82,'ATL-B72-4C27HX',0,'',0,10000,'',0,1,'','1','5000k','160','27','480','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828103133316.pdf\',\n \'filename\' => \'ATL-B72\',\n ),\n)','','','ATL-B72-4C27HX','240','4W'),(83,'ATL-B4-4D27HX',0,'',0,10000,'',0,1,'','2','5000k','160','27','450','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828103107869.pdf\',\n \'filename\' => \'ATL-B72\',\n ),\n)','','','ATL-B72-4D27HX','240','4W'),(84,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','2','3000k','160','27','420','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828103038661.pdf\',\n \'filename\' => \'ATL-B72\',\n ),\n)','','','ATL-B72-4W27HX','240','4W'),(207,'ATL-B36-4D18HX',0,'',0,10000,'',0,1,'','1','5000k','210','17.4~19.8','450','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102831931.pdf\',\n \'filename\' => \'ATL-B36\',\n ),\n)','','','ATL-B36-4D18HX','360','4W'),(95,'ATL-B36-4C36HX',0,'',0,10000,'',0,1,'','1','6500k','80','52.2~59.4','490','','80','285*8mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828103005867.pdf\',\n \'filename\' => \'ATL-B36\',\n ),\n)','','','ATL-B36-4C36HX','120','4W'),(96,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','5000k','80','52.2~59.4','460','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102937227.pdf\',\n \'filename\' => \'ATL-B36\',\n ),\n)','','','ATL-B36-4D36HX','120','4W'),(101,'ATL-S40-4C27HX',0,'',0,10000,'',0,1,'','4','6500k','400','24','1008','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-S40-4C27HX.pdf\',\n \'filename\' => \'ATL-S40-4C27HX\',\n ),\n)','','','ATL-S40-4C27HX','800','4W'),(102,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','2','5000k','400','24','960','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-S40-4D27HX.pdf\',\n \'filename\' => \'ATL-S40-4D27HX\',\n ),\n)','','','ATL-S40-4D27HX','800','4W'),(112,'ATR-R17-1C72HX',0,'',0,10000,'',0,1,'','1','6500k','20','72','167','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101922668.pdf\',\n \'filename\' => \'ATE-R17\',\n ),\n)','','','ATR-R17-1C72HX','40','1W'),(113,'ATR-R17-1D72HX',0,'',0,10000,'',0,1,'','1','5000k','20','72','160','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101856704.pdf\',\n \'filename\' => \'ATE-R17\',\n ),\n)','','','ATR-R17-1D72HX','40','1W'),(114,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','2700k','20','72','145','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101832580.pdf\',\n \'filename\' => \'ATE-R17\',\n ),\n)','','','ATR-R17-1W72HX','40','1W'),(118,'ATR-R27-3C180HX',0,'',0,10000,'',0,1,'','1','6500k','20','180','430','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATR-R27-3C180HX.pdf\',\n \'filename\' => \'ATR-R27-3C180HX\',\n ),\n)','','','ATR-R27-3C180HX','40','3W'),(119,'ATR-R27-3D180HX',0,'',0,10000,'',0,1,'','1','5000k','20','180','400','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATR-R27-3D180HX.pdf\',\n \'filename\' => \'ATR-R27-3D180HX\',\n ),\n)','','','ATR-R27-3D180HX','40','3W'),(120,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','3000k','20','180','360','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATR-R27-3W180HX.pdf\',\n \'filename\' => \'ATR-R27-3W180HX\',\n ),\n)','','','ATR-R27-3W180HX','40','3W'),(124,'ATS-R30-4C30HX',0,'',0,10000,'',0,1,'','1','6500k','140','29~33','480','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102248451.pdf\',\n \'filename\' => \'ATS-R30\',\n ),\n)','','','ATS-R30-4C30HX','280','4W'),(125,'ATS-R30-4D30HX',0,'',0,10000,'',0,1,'','1','5000k','140','29~33','450','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102221879.pdf\',\n \'filename\' => \'ATS-R30\',\n ),\n)','','','ATS-R30-4D30HX','280','4W'),(126,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','3000k','140','29~33','420','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102158826.pdf\',\n \'filename\' => \'ATS-R30\',\n ),\n)','','','ATS-R30-4W30HX','280','4W'),(127,'ATS-R18-7C21HX',0,'',0,10000,'',0,1,'','1','6500k','350','20.3~23.1','890','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102539870.pdf\',\n \'filename\' => \'ATS-R18\',\n ),\n)','','','ATS-R18-7C21HX','600','7W'),(128,'ATS-R18-7D21HX',0,'',0,10000,'',0,1,'','1','5000k','350','20.3~23.1','860','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102513624.pdf\',\n \'filename\' => \'ATS-R18\',\n ),\n)','','','ATS-R18-7D21HX','600','7W'),(129,'ATS-R18-7W21HX',0,'',0,10000,'',0,1,'','1','3000k','350','20.3~23.1','770','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102455670.pdf\',\n \'filename\' => \'ATS-R18\',\n ),\n)','','','ATS-R18-7W21HX','600','7W'),(130,'ATS-R18-5C15HX',0,'',0,10000,'',0,1,'','1','6500k','350','14.5~16.5','629','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102433452.pdf\',\n \'filename\' => \'ATS-R18\',\n ),\n)','','','ATS-R18-5C15HX','600','5W'),(131,'ATS-R18-5D15HX',0,'',0,10000,'',0,1,'','1','5000k','350','14.5~16.5','608','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102358514.pdf\',\n \'filename\' => \'ATS-R18\',\n ),\n)','','','ATS-R18-5D15HX','600','5W'),(132,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','5000k','350','14.5~16.5','550','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102339640.pdf\',\n \'filename\' => \'ATS-R18\',\n ),\n)','','','ATS-R18-5W15HX','600','5W'),(195,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','5000k','700','29~33','2415','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-1818.pdf\',\n \'filename\' => \'ATP-1818-20D30HX\',\n ),\n)','','','ATP-1818-20D30HX','1000','20W'),(136,'ATS-R40-4C15HX',0,'',0,10000,'',0,1,'','1','6500k','300','14.5~16.5','520','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102719858.pdf\',\n \'filename\' => \'ATS-R40\',\n ),\n)','','','ATS-R40-4C15HX','600','4W'),(137,'ATS-R40-4D15HX',0,'',0,10000,'',0,1,'','1','5000k','300','14.5~16.5','495','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102651385.pdf\',\n \'filename\' => \'ATS-R40\',\n ),\n)','','','ATS-R40-4D15HX','600','4W'),(138,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','3000k','300','14.5~16.5','450','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102623761.pdf\',\n \'filename\' => \'ATS-R40\',\n ),\n)','','','ATS-R40-4W15HX','600','4W'),(160,'ATP-1010-10C15HX',0,'',0,10000,'',0,1,'','1','6500k','700','14.5~16.5','1260','120','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-1010.pdf\',\n \'filename\' => \'ATP-1010-10C15HX\',\n ),\n)','','','ATP-1010-10C15HX','1000','10W'),(161,'ATP-1010-10D15HX',0,'',0,10000,'',0,1,'','1','5000k','700','14.5~16.5','1207','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-1010.pdf\',\n \'filename\' => \'ATP-1010-10D15HX\',\n ),\n)','','','ATP-1010-10D15HX','1000','10W'),(162,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','3000k','700','14.5~16.5','1102','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-1010.pdf\',\n \'filename\' => \'ATP-1010-10W15HX\',\n ),\n)','','','ATP-1010-10W15HX','1000','10W'),(166,'ATP-1818-30D30HX',0,'',0,10000,'',0,1,'','1','6500k','1050','29~33','3620','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-1818.pdf\',\n \'filename\' => \'ATP-1818-30D30HX\',\n ),\n)','','','ATP-1818-30D30HX','1500','30W'),(167,'ATP-1818-30W30HX',0,'',0,10000,'',0,1,'','1','5000k','1050','29~33','3308','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-1818.pdf\',\n \'filename\' => \'ATP-1818-30W30HX\',\n ),\n)','','','ATP-1818-30W30HX','1500','30W'),(168,'ATP-1818-20C30HX',0,'',0,10000,'',0,1,'','1','6500k','700','29~33','2520','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-1818.pdf\',\n \'filename\' => \'ATP-1818-20C30HX\',\n ),\n)','','','ATP-1818-20C30HX','1000','20W'),(199,'ATP-2424-60W30HX',0,'',0,10000,'',0,1,'','1','3000k','2000','29~33','6300','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-2424-60W30HX.pdf\',\n \'filename\' => \'ATP-2424-60W30HX\',\n ),\n)','','','ATP-2424-60W30HX','3000','60W'),(173,'ATP-2424-80C30HX',0,'',0,10000,'',0,1,'','1','6500k','2500','29~33','9000','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-2424-80C30HX.pdf\',\n \'filename\' => \'ATP-2424-80C30HX\',\n ),\n)','','','ATP-2424-80C30HX','4000','80W'),(174,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','5000k','2500','29~33','8600','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-2424-80D30HX.pdf\',\n \'filename\' => \'ATP-2424-80D30HX\',\n ),\n)','','','ATP-2424-80D30HX','4000','80W'),(175,'ATE-R23-30W36HX',0,'',0,10000,'',0,1,'','1','3000k','840','36','3382','','80','28*28mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101502963.pdf\',\n \'filename\' => \'ATE-R23-30W\',\n ),\n)','','','ATE-R23-30W36HX','1680','30W'),(176,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','2700k','84','36','3110','','80','28*28mm','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828101446853.pdf\',\n \'filename\' => \'ATE-R23-30W\',\n ),\n)','','','ATE-R23-30Y36HX','1680','30W'),(180,'ATL-B4-4C27HX',0,'',0,10000,'',0,1,'','2','6500k','160','27','473','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828103258370.pdf\',\n \'filename\' => \'ATL-B4\',\n ),\n)','','','ATL-B4-4C27HX','240','4W'),(181,'ATL-B4-4D27HX',0,'',0,10000,'',0,1,'','1','5000k','160','27','442','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828103237258.pdf\',\n \'filename\' => \'ATL-B4\',\n ),\n)','','','ATL-B4-4D27HX','240','4W'),(182,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','2','3000k','160','27','408','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828103211280.pdf\',\n \'filename\' => \'ATL-B4\',\n ),\n)','','','ATL-B4-4W27HX','240','4W'),(183,'ATL-X4-12 X',0,'',0,10000,'',0,1,'','2','5000k','160','24','350','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-X4-12 X.pdf\',\n \'filename\' => \'ATL-X4-12 X\',\n ),\n)','','','ATL-X4-12 X','240','4W'),(184,'ATL-X4-12 X',0,'',0,10000,'',0,1,'','2','3000k','160','24','320','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-X4-12 X.pdf\',\n \'filename\' => \'ATL-X4-12 X\',\n ),\n)','','','ATL-X4-12 X','240','4W'),(185,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','6500k','160','24','290','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-X4-12 X.pdf\',\n \'filename\' => \'ATL-X4-12 X\',\n ),\n)','','','ATL-X4-12 X','240','4W'),(186,'<span style=\"widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 0px; display: inline !important; font: 12px/16px arial, \'courier new\', courier, monospace; white-space: normal; orphans: 2; float: none; letter-spacing: normal; color: rgb(68,68,68); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\">* High CRI design, suitable for commercial lighting.</span><br style=\"widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 0px; font: 12px/16px arial, \'courier new\', courier, monospace; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(68,68,68); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\" />\r\n<span style=\"widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 0px; display: inline !important; font: 12px/16px arial, \'courier new\', courier, monospace; white-space: normal; orphans: 2; float: none; letter-spacing: normal; color: rgb(68,68,68); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\">* Integrated light point source, simple light distribution, no overlap image.</span><br style=\"widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 0px; font: 12px/16px arial, \'courier new\', courier, monospace; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(68,68,68); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\" />\r\n<span style=\"widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 0px; display: inline !important; font: 12px/16px arial, \'courier new\', courier, monospace; white-space: normal; orphans: 2; float: none; letter-spacing: normal; color: rgb(68,68,68); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\">* Heat radiation directly low thermal resistance, meet Zhaga universal design.</span><br style=\"widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 0px; font: 12px/16px arial, \'courier new\', courier, monospace; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(68,68,68); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\" />\r\n<span style=\"widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 0px; display: inline !important; font: 12px/16px arial, \'courier new\', courier, monospace; white-space: normal; orphans: 2; float: none; letter-spacing: normal; color: rgb(68,68,68); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\">* Simple lamps assembly process, saving lamps production cost.</span><br style=\"widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 0px; font: 12px/16px arial, \'courier new\', courier, monospace; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(68,68,68); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\" />\r\n<span style=\"widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 0px; display: inline !important; font: 12px/16px arial, \'courier new\', courier, monospace; white-space: normal; orphans: 2; float: none; letter-spacing: normal; color: rgb(68,68,68); word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px\">* No need to reflux welding, improve LED quality.</span>',0,'',0,10000,'',0,1,'','1','2700k','80','34.8~38.4','290','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095827821.pdf\',\n \'filename\' => \'ATE-R10\',\n ),\n)','','','ATE-R10-3Y36HX','120','3W'),(187,'ATE-R10-5W36HX',0,'',0,10000,'',0,1,'','1','3000k','140','34.8~38.4','550','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095803405.pdf\',\n \'filename\' => \'ATE-R10\',\n ),\n)','','','ATE-R10-5W36HX','240','5W'),(188,'ATE-R10-5D36HX',0,'',0,10000,'',0,1,'','1','5000k','140','34.8~38.4','590','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095708255.pdf\',\n \'filename\' => \'ATE-R10\',\n ),\n)','','','ATE-R10-5D36HX','240','5W'),(189,'ATE-R10-5C36HX',0,'',0,10000,'',0,1,'','1','6500k','140','34.8~38.4','610','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828095617740.pdf\',\n \'filename\' => \'ATE-R10\',\n ),\n)','','','ATE-R10-5C36HX','240','5W'),(191,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','3000k','350','26.1~29.0','1020','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828100635938.pdf\',\n \'filename\' => \'ATE-R14\',\n ),\n)','','','ATE-R14-10W27HX','720','10W'),(192,'ATR-R27-4W90HX',0,'',0,10000,'',0,1,'','1','3000k','45','90','420','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102050193.pdf\',\n \'filename\' => \'ATR-R27-4W\',\n ),\n)','','','ATR-R27-4W90HX','60','4W'),(193,'ATR-R27-4D90HX',0,'',0,10000,'',0,1,'','1','5000k','45','90','452','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102031145.pdf\',\n \'filename\' => \'ATR-R27-4W\',\n ),\n)','','','ATR-R27-4D90HX','60','4W'),(194,'ATR-R27-4C90HX',0,'',0,10000,'',0,1,'','1','6500k','45','90','480','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102011156.pdf\',\n \'filename\' => \'ATR-R27-4W\',\n ),\n)','','','ATR-R27-4C90HX','60','4W'),(196,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','3000k','700','29~33','2205','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-1818.pdf\',\n \'filename\' => \'ATP-1818-20W30HX\',\n ),\n)','','','ATP-1818-20W30HX','1000','20W'),(197,'ATP-1818-30C30HX',0,'',0,10000,'',0,1,'','1','6500k','1050','29~33','3780','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-1818.pdf\',\n \'filename\' => \'ATP-1818-30C30HX\',\n ),\n)','','','ATP-1818-30C30HX','1500','30W'),(198,'ATP-2424-80W30HX',0,'',0,10000,'',0,1,'','1','3000k','2500','29~33','7800','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-2424-80W30HX.pdf\',\n \'filename\' => \'ATP-2424-80W30HX\',\n ),\n)','','','ATP-2424-80W30HX','4000','80W'),(200,'ATP-2424-60D30HX',0,'',0,10000,'',0,1,'','1','5000k','2000','26.1~29.0','6900','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-2424-60D30HX.pdf\',\n \'filename\' => \'ATP-2424-60D30HX\',\n ),\n)','','','ATP-2424-60D30HX','4000','60W'),(201,'ATP-2424-60C30HX',0,'',0,10000,'',0,1,'','1','6500k','2000','29~33','7200','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-2424-60C30HX.pdf\',\n \'filename\' => \'ATP-2424-60C30HX\',\n ),\n)','','','ATP-2424-60C30HX','3000','60W'),(202,'ATP-2424-40W30HX',0,'',0,10000,'',0,1,'','1','3000k','1350','29~33','4200','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-2424-40W30HX.pdf\',\n \'filename\' => \'ATP-2424-40W30HX\',\n ),\n)','','','ATP-2424-40W30HX','2000','40W'),(203,'ATP-2424-40D30HX',0,'',0,10000,'',0,1,'','1','5000k','1350','29~33','4650','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-2424-40W.pdf\',\n \'filename\' => \'ATP-2424-40D30HX\',\n ),\n)','','','ATP-2424-40D30HX','2000','40W'),(204,'ATP-2424-40C30HX',0,'',0,10000,'',0,1,'','1','6500k','1350','29~33','4800','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATP-2424-40W.pdf\',\n \'filename\' => \'ATP-2424-40C30HX\',\n ),\n)','','','ATP-2424-40C30HX','2000','40W'),(205,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','3000k','80','52.2~59.4','430','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102914923.pdf\',\n \'filename\' => \'ATL-B36\',\n ),\n)','','','ATL-B36-4W36HX','120','4W'),(206,'ATL-B36-4C18HX',0,'',0,10000,'',0,1,'','1','6500k','210','17.4~19.8','480','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102850516.pdf\',\n \'filename\' => \'ATL-B36\',\n ),\n)','','','ATL-B36-4C18HX','360','4W'),(208,'ATL-B36-4W18HX',0,'',0,10000,'',0,1,'','1','3000k','210','17.4~19.8','403','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828102810876.pdf\',\n \'filename\' => \'ATL-B36\',\n ),\n)','','','ATL-B36-4W18HX','360','4W'),(209,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','2','3000k','400','24','860','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-S40-4W27HX.pdf\',\n \'filename\' => \'ATL-S40-4W27HX\',\n ),\n)','','','ATL-S40-4W27HX','800','4W'),(210,'* Driectly driven by 220V or 110V;<br />\r\n* Convenient installation;<br />\r\n* Composite Zhaga BOOK3 general interface standard,featuring high universality;<br />\r\n* No high frequency radiation,passing UL and CE certications;<br />\r\n* Appropriate for LEDbulb light、down lamp、spot light、etc;',0,'',0,10000,'',0,1,'','3','3000k','/','220','1150','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATE-AR20-13W220HB.pdf\',\n \'filename\' => \'ATE-AR20-13W220HB\',\n ),\n)','','','ATE-AR20-13W220HB','/','13W'),(211,'ATE-AR20-13D220HC',0,'',0,10000,'',0,1,'','3','5000k','/','220','1250','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATE-AR20-13D220HC.pdf\',\n \'filename\' => \'ATE-AR20-13D220HC\',\n ),\n)','','','ATE-AR20-13D220HC','/','13W'),(212,'* High reliable,can adjust light PF>0.95;<br />\r\n* Easy drive cost is low,can pass UL、CE;<br />\r\n* AC/DC inside conversion,could be input directly;<br />\r\n* Circle light-emitting,unifrom illumination distribution;<br />\r\n* LED head spots diapersed,lateral heat dissipation characteriatics remarkable;',0,'',0,10000,'',0,1,'','1','2700k','/','220','900','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATR-AR38.pdf\',\n \'filename\' => \'ATR-AR38-9W220HB\',\n ),\n)','','','ATR-AR38-9W220HB','/','9W'),(213,'ATR-AR38-9D220HC',0,'',0,10000,'',0,1,'','1','5000k','/','120','1080','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATR-AR38.pdf\',\n \'filename\' => \'ATR-AR38-9D220HC\',\n ),\n)','','','ATR-AR38-9D220HC','/','9W'),(214,'* High reliable,can adjust light PF>0.95;<br />\r\n* Easy drive cost is low,can pass UL、CE;<br />\r\n* AC/DC inside conversion,could be input directly;<br />\r\n* Circle light-emitting,unifrom illumination distribution;<br />\r\n* LED head spots diapersed,lateral heat dissipation characteriatics remarkable;',0,'',0,10000,'',0,1,'','2','2700k','/','220','990','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828012956591.pdf\',\n \'filename\' => \'ATL-AB44\',\n ),\n)','','','ATL-AB44-9W220HC','/','9W'),(215,'ATL-AB44-9D220HD',0,'',0,10000,'',0,1,'','2','5000k','/','220','1100','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828012937724.pdf\',\n \'filename\' => \'ATL-AB44\',\n ),\n)','','','ATL-AB44-9D220HD','/','9W'),(216,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','9','2700k','680','30','2040','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-B160-20W30HC.pdf\',\n \'filename\' => \'ATL-B160-20W30HC\',\n ),\n)','','','ATL-B160-20W30HC','1200','20W'),(217,'ATL-B16020D30HC',0,'',0,10000,'',0,1,'','1','5000k','680','30','2160','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-B160-20D30HC.pdf\',\n \'filename\' => \'ATL-B160-20D30HC\',\n ),\n)','','','ATL-B160-20D30HC','1200','20W'),(218,'ATL-B160-30W30HC',0,'',0,10000,'',0,1,'','9','3000k','1000','30','3000','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-B160-30W30HC.pdf\',\n \'filename\' => \'ATL-B160-30W30HC\',\n ),\n)','','','ATL-B160-30W30HC','1600','30W'),(219,'ATL-B160-30D30HC',0,'',0,10000,'',0,1,'','9','5000k','1000','30','3240','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-B160-30D30HC.pdf\',\n \'filename\' => \'ATL-B160-30D30HC\',\n ),\n)','','','ATL-B160-30D30HC','1600','30W'),(220,'* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.',0,'',0,10000,'',0,1,'','1','3000k','420','2.8~3.3','138','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-2506-1W3HD.pdf\',\n \'filename\' => \'ATL-2506-1W3HD\',\n ),\n)','','','ATL-2506-1W3HD','1080','1.3W'),(221,'ATL-2506-1D3HE',0,'',0,10000,'',0,1,'','1','5000k','420','2.8~3.3','151','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-2506-1D3HE.pdf\',\n \'filename\' => \'ATL-2506-1D3HE\',\n ),\n)','','','ATL-2506-1D3HE','1080','1.3W'),(222,'<strong>TL-2506-1C3HD</strong>',0,'',0,10000,'',0,1,'','1','6500k','420','2.8~3.3','147','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/ATL-2506-1C3HD.pdf\',\n \'filename\' => \'ATL-2506-1C3HD\',\n ),\n)','','','ATL-2506-1C3HD','1080','1.3W'),(226,'ATE-R8-3Y36HX',0,'',0,10000,'',0,1,'','1','2700k','80','34.8~38.4','300','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901102409339.pdf\',\n \'filename\' => \'ATE-R8-3 XXXX\',\n ),\n)','','','ATE-R8-3Y36HX','120','3W'),(227,'ATE-R8-3W36HX',0,'',0,10000,'',0,1,'','1','3000k','80','34.8~38.4','324','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901102514327.pdf\',\n \'filename\' => \'ATE-R8-3 XXXX\',\n ),\n)','','','ATE-R8-3W36HX','120','3W'),(228,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:125px;\" width=\"125\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:125px;\">ATE-R8-3D36HX</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','1','5000k','80','34.8~38.4','342','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901103037875.pdf\',\n \'filename\' => \'ATE-R8-3 XXXX\',\n ),\n)','','','ATE-R8-3D36HX','120','3W'),(229,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:125px;\" width=\"125\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:125px;\">ATE-R8-3C36HX</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','1','6500k','80','34.8~38.4','334','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901103142563.pdf\',\n \'filename\' => \'ATE-R8-3 XXXX\',\n ),\n)','','','ATE-R8-3C36HX','120','3W'),(230,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:125px;\" width=\"125\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:125px;\">ATE-R8-4Y36HX</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','110','34.8~38.4','430','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901103250152.pdf\',\n \'filename\' => \'ATE-R8-4 XXXX\',\n ),\n)','','','ATE-R8-4Y36HX','240','4W'),(231,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:125px;\" width=\"125\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:125px;\">ATE-R8-4W36HX</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','1','3000k','110','34.8~38.4','445','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901104112642.pdf\',\n \'filename\' => \'ATE-R8-4 XXXX\',\n ),\n)','','','ATE-R8-4W36HX','240','4W'),(232,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:125px;\" width=\"125\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:125px;\">ATE-R8-4D36HX</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','1','5000k','110','34.8~38.4','488','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901104853909.pdf\',\n \'filename\' => \'ATE-R8-4 XXXX\',\n ),\n)','','','ATE-R8-4D36HX','240','4W'),(233,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:125px;\" width=\"125\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:125px;\">ATE-R8-4C36HX</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','1','6500k','110','34.8~38.4','472','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901110031427.pdf\',\n \'filename\' => \'ATE-R8-4 XXXX\',\n ),\n)','','','ATE-R8-4C36HX','240','4W'),(234,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:125px;\" width=\"125\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:125px;\">ATE-R8-5Y36HX</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','140','34.8~38.4','525','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901110129972.pdf\',\n \'filename\' => \'ATE-R8-5 XXXX\',\n ),\n)','','','ATE-R8-5Y36HX','240','5W'),(235,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:125px;\" width=\"125\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:125px;\">ATE-R8-5W36HX</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','1','3000k','140','34.8~38.4','550','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901111103537.pdf\',\n \'filename\' => \'ATE-R8-5 XXXX\',\n ),\n)','','','ATE-R8-5W36HX','240','5W'),(236,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:125px;\" width=\"125\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:125px;\">ATE-R8-5D36HX</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','1','5000k','140','34.8~38.4','600','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901111347496.pdf\',\n \'filename\' => \'ATE-R8-5 XXXX\',\n ),\n)','','','ATE-R8-5D36HX','240','5W'),(237,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:125px;\" width=\"125\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:125px;\">ATE-R8-5C36HX</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','1','6500k','140','34.8~38.4','585','','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901111429141.pdf\',\n \'filename\' => \'ATE-R8-5 XXXX\',\n ),\n)','','','ATE-R8-5C36HX','240','5W'); /*!40000 ALTER TABLE `dh_cob_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_cob_data1` -- DROP TABLE IF EXISTS `dh_cob_data1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_cob_data1` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `use` varchar(255) NOT NULL default '', `cct` varchar(255) NOT NULL default '', `ForwardCurrent` varchar(255) NOT NULL default '', `ForwardVoltage` varchar(255) NOT NULL default '', `LuminousFlux` varchar(255) NOT NULL default '', `Efficacy` varchar(255) NOT NULL default '', `CRI` varchar(255) NOT NULL default '', `PCBSize` varchar(255) NOT NULL default '', `Lightemiting` varchar(255) NOT NULL default '', `pdfdownload` mediumtext NOT NULL, `pd` varchar(255) NOT NULL default '', `ifp` varchar(255) NOT NULL default '', `category` varchar(255) NOT NULL default '', `partnumber` varchar(255) NOT NULL default '', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_cob_data1` -- LOCK TABLES `dh_cob_data1` WRITE; /*!40000 ALTER TABLE `dh_cob_data1` DISABLE KEYS */; INSERT INTO `dh_cob_data1` VALUES (1,'ATE-R11',0,'',0,10000,'',0,1,'','1','5000k','300','21','945','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R11.pdf\',\n \'filename\' => \'\',\n ),\n)','12.6','600','',''),(2,'ATE-R11',0,'',0,10000,'',0,1,'','1','5000k','300','9','869','138','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R11.pdf\',\n \'filename\' => \'\',\n ),\n)','5.4','600','',''),(3,'ATE-R11',0,'',0,10000,'',0,1,'','1','3000k','300','9','851','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R11.pdf\',\n \'filename\' => \'\',\n ),\n)','5.4','600','',''),(4,'ATE-R11',0,'',0,10000,'',0,1,'','1','3000k','300','9','806','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R11.pdf\',\n \'filename\' => \'\',\n ),\n)','5.4','600','',''),(5,'ATE-R11',0,'',0,10000,'',0,1,'','1','2700k','300','9','725','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R11.pdf\',\n \'filename\' => \'\',\n ),\n)','5.4','600','',''),(6,'ATE-R11',0,'',0,10000,'',0,1,'','1','2700k','300','9','599','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R11.pdf\',\n \'filename\' => \'\',\n ),\n)','5.4','600','',''),(7,'ATE-R11',0,'',0,10000,'',0,1,'','1','5000k','300','15','675','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R11.pdf\',\n \'filename\' => \'\',\n ),\n)','9','600','',''),(8,'ATE-R11',0,'',0,10000,'',0,1,'','1','5000k','300','15','621','138','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R11.pdf\',\n \'filename\' => \'\',\n ),\n)','9','600','',''),(9,'ATE-R11',0,'',0,10000,'',0,1,'','1','3000k','300','15','608','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R11.pdf\',\n \'filename\' => \'\',\n ),\n)','9','600','',''),(10,'ATE-R11',0,'',0,10000,'',0,1,'','1','3000k','300','15','576','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R11.pdf\',\n \'filename\' => \'\',\n ),\n)','9','600','',''),(11,'ATE-R11',0,'',0,10000,'',0,1,'','1','2700k','300','15','518','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R11.pdf\',\n \'filename\' => \'\',\n ),\n)','9','600','',''),(12,'ATE-R11',0,'',0,10000,'',0,1,'','1','2700k','300','15','427','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R11.pdf\',\n \'filename\' => \'\',\n ),\n)','9','600','',''),(13,'ATE-R11',0,'',0,10000,'',0,1,'','1','5000k','300','9','405','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R11.pdf\',\n \'filename\' => \'\',\n ),\n)','5.4','600','',''),(14,'ATE-R11',0,'',0,10000,'',0,1,'','1','5000k','300','9','373','138','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716104329583.pdf\',\n \'filename\' => \'ATE-R11-5W\',\n ),\n)','5.4','600','',''),(15,'ATE-R11',0,'',0,10000,'',0,1,'','1','3000k','300','9','365','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716104258932.pdf\',\n \'filename\' => \'ATE-R11-3W\',\n ),\n)','5.4','600','',''),(16,'ATE-R11',0,'',0,10000,'',0,1,'','1','3000k','300','9','346','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716104228953.pdf\',\n \'filename\' => \'ATE-R11-3W\',\n ),\n)','5.4','600','',''),(17,'ATE-R11',0,'',0,10000,'',0,1,'','1','2700k','300','9','310','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716103107726.pdf\',\n \'filename\' => \'ATE-R11-3W\',\n ),\n)','5.4','600','',''),(18,'High CRI design, suitable for commercial lighting.<br />\r\nIntegrated light point source, simple light distribution, no overlap image.<br />\r\nHeat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','300','9','257','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716103127283.pdf\',\n \'filename\' => \'ATE-R11-3W\',\n ),\n)','5.4','600','',''),(19,'ATE-R20',0,'',0,10000,'',0,1,'','1','2700k','340','36','1140','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043505576.pdf\',\n \'filename\' => \'ATE-R20-12W\',\n ),\n)','24.4','680','',''),(20,'ATE-R20',0,'',0,10000,'',0,1,'','1','2700k','340','36','1380','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043433164.pdf\',\n \'filename\' => \'ATE-R20-12W\',\n ),\n)','24.4','680','',''),(21,'ATE-R20',0,'',0,10000,'',0,1,'','1','2700k','340','36','1536','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043359549.pdf\',\n \'filename\' => \'ATE-R20-12W\',\n ),\n)','24.4','680','',''),(22,'ATE-R20',0,'',0,10000,'',0,1,'','1','2700k','340','36','1620','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043328243.pdf\',\n \'filename\' => \'ATE-R20-12W\',\n ),\n)','24.4','680','',''),(23,'ATE-R20',0,'',0,10000,'',0,1,'','1','2700k','340','36','1656','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043256542.pdf\',\n \'filename\' => \'ATE-R20-12W\',\n ),\n)','24.4','680','',''),(24,'ATE-R20',0,'',0,10000,'',0,1,'','1','2700k','340','36','1800','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043224588.pdf\',\n \'filename\' => \'ATE-R20-12W\',\n ),\n)','24.4','680','',''),(25,'ATE-R20',0,'',0,10000,'',0,1,'','1','2700k','500','36','1710','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043134722.pdf\',\n \'filename\' => \'ATE-R20-18W\',\n ),\n)','36','940','',''),(26,'ATE-R20',0,'',0,10000,'',0,1,'','1','2700k','500','36','2070','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043049657.pdf\',\n \'filename\' => \'ATE-R20-18W\',\n ),\n)','36','940','',''),(27,'ATE-R20',0,'',0,10000,'',0,1,'','1','2700k','500','36','2304','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043005759.pdf\',\n \'filename\' => \'ATE-R20-18W\',\n ),\n)','36','940','',''),(28,'ATE-R20',0,'',0,10000,'',0,1,'','1','2700k','500','36','2430','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042859857.pdf\',\n \'filename\' => \'ATE-R20-18W\',\n ),\n)','36','940','',''),(29,'ATE-R20',0,'',0,10000,'',0,1,'','1','2700k','500','36','2484','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0703/20140703123929616.pdf\',\n \'filename\' => \'ATE-R20-18W\',\n ),\n)','36','940','',''),(30,'ATE-R20',0,'',0,10000,'',0,1,'','1','2700k','500','36','2700','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0703/20140703123835624.pdf\',\n \'filename\' => \'ATE-R20-18W\',\n ),\n)','36','940','',''),(31,'ATE-R23',0,'',0,10000,'',0,1,'','','2700K','1080','36','3610','95','90','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R23.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','77.6','2160','',''),(32,'ATE-R23',0,'',0,10000,'',0,1,'','','2700K','1080','36','4140','115','80','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R23.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','77.6','2160','',''),(33,'ATE-R23',0,'',0,10000,'',0,1,'','','3000K','1080','36','4608','128','80','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATE-R23.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','77.6','2160','',''),(34,'ATE-R23',0,'',0,10000,'',0,1,'','1','2700k','1080','36','5130','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043704668.pdf\',\n \'filename\' => \'ATE-R23-38W\',\n ),\n)','77.6','2160','',''),(35,'ATE-R23',0,'',0,10000,'',0,1,'','1','2700k','1080','36','4968','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043632798.pdf\',\n \'filename\' => \'ATE-R23-38W\',\n ),\n)','77.6','2160','',''),(36,'High CRI design, suitable for commercial lighting.<br />\r\nIntegrated light point source, simple light distribution, no overlap image.<br />\r\nHeat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','1080','36','5700','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043601196.pdf\',\n \'filename\' => \'ATE-R23-38W\',\n ),\n)','77.6','2160','',''),(37,'ATE-R5',0,'',0,10000,'',0,1,'','1','5000k','400','9.4','570','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616041239376.pdf\',\n \'filename\' => \'\',\n ),\n)','7.2','800','',''),(38,'ATE-R5',0,'',0,10000,'',0,1,'','1','5000k','400','9.4','524','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616041239376.pdf\',\n \'filename\' => \'\',\n ),\n)','7.2','800','',''),(39,'ATE-R5',0,'',0,10000,'',0,1,'','1','3000k','400','9.4','513','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616041239376.pdf\',\n \'filename\' => \'\',\n ),\n)','7.2','800','',''),(40,'ATE-R5',0,'',0,10000,'',0,1,'','1','3000k','400','9.4','486','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616041239376.pdf\',\n \'filename\' => \'\',\n ),\n)','7.2','800','',''),(41,'ATE-R5',0,'',0,10000,'',0,1,'','1','2700k','400','9.4','437','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616041239376.pdf\',\n \'filename\' => \'\',\n ),\n)','7.2','800','',''),(42,' High CRI design, suitable for commercial lighting.<br />\r\n Integrated light point source, simple light distribution, no overlap image.<br />\r\n Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n Simple lamps assembly process, saving lamps production cost.<br />\r\n No need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','400','9.4','361','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616041239376.pdf\',\n \'filename\' => \'ATE-R5\',\n ),\n)','7.2','800','',''),(43,'ATE-R6',0,'',0,10000,'',0,1,'','1','5000k','300','9.3','420','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616042219175.pdf\',\n \'filename\' => \'\',\n ),\n)','5.6','600','',''),(44,'ATE-R6',0,'',0,10000,'',0,1,'','1','5000k','300','9.3','386','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616042219175.pdf\',\n \'filename\' => \'\',\n ),\n)','5.6','600','',''),(45,'ATE-R6',0,'',0,10000,'',0,1,'','1','3000k','300','9.3','378','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616042219175.pdf\',\n \'filename\' => \'\',\n ),\n)','5.6','600','',''),(46,'ATE-R6',0,'',0,10000,'',0,1,'','1','3000k','300','9.3','358','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616042219175.pdf\',\n \'filename\' => \'ATE-R6\',\n ),\n)','5.6','600','',''),(47,'ATE-R6',0,'',0,10000,'',0,1,'','1','2700k','300','9.3','322','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616042331357.pdf\',\n \'filename\' => \'ATE-R6\',\n ),\n)','5.6','600','',''),(48,' High CRI design, suitable for commercial lighting.<br />\r\n Integrated light point source, simple light distribution, no overlap image.<br />\r\n Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n Simple lamps assembly process, saving lamps production cost.<br />\r\n No need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','300','9.3','266','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616042219175.pdf\',\n \'filename\' => \'ATE-R6\',\n ),\n)','5.6','600','',''),(49,'ATE-R10',0,'',0,10000,'',0,1,'','1','5000k','180','6.5','975','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616050909970.pdf\',\n \'filename\' => \'\',\n ),\n)','13','360','',''),(50,'ATE-R10',0,'',0,10000,'',0,1,'','1','5000k','180','6.5','897','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616050909970.pdf\',\n \'filename\' => \'\',\n ),\n)','13','360','',''),(51,'ATE-R10',0,'',0,10000,'',0,1,'','1','3000k','180','6.5','877','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616050909970.pdf\',\n \'filename\' => \'\',\n ),\n)','13','360','',''),(52,'ATE-R10',0,'',0,10000,'',0,1,'','1','3000k','180','6.5','832','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616050909970.pdf\',\n \'filename\' => \'\',\n ),\n)','13','360','',''),(53,'ATE-R10',0,'',0,10000,'',0,1,'','1','2700k','180','6.5','747','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616050909970.pdf\',\n \'filename\' => \'\',\n ),\n)','13','360','',''),(54,'High CRI design, suitable for commercial lighting.<br />\r\nIntegrated light point source, simple light distribution, no overlap image.<br />\r\nHeat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','180','6.5','617','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616050909970.pdf\',\n \'filename\' => \'ATE-R10\',\n ),\n)','13','360','',''),(55,'ATE-R14',0,'',0,10000,'',0,1,'','1','2700k','720','18.6','1263','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0703/20140703123229539.pdf\',\n \'filename\' => \'ATE-R14\',\n ),\n)','26.7','1440','',''),(56,'ATE-R14',0,'',0,10000,'',0,1,'','1','2700k','720','18.6','1530','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0703/20140703122011689.pdf\',\n \'filename\' => \'ATE-R14\',\n ),\n)','26.7','1440','',''),(57,'ATE-R14',0,'',0,10000,'',0,1,'','1','2700k','720','18.6','1702','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0703/20140703121924540.pdf\',\n \'filename\' => \'ATE-R14\',\n ),\n)','26.7','1440','',''),(58,'ATE-R14',0,'',0,10000,'',0,1,'','1','2700k','720','18.6','1795','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0703/20140703121730698.pdf\',\n \'filename\' => \'ATE-R14\',\n ),\n)','26.7','1440','',''),(59,'ATE-R14',0,'',0,10000,'',0,1,'','1','2700k','720','18.6','1835','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0703/20140703121759277.pdf\',\n \'filename\' => \'ATE-R14\',\n ),\n)','26.7','1440','',''),(60,' High CRI design, suitable for commercial lighting.<br />\r\nIntegrated light point source, simple light distribution, no overlap image.<br />\r\nHeat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','720','18.6','1995','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0703/20140703111722753.pdf\',\n \'filename\' => \'ATE-R14\',\n ),\n)','26.7','1440','',''),(61,'ATE-R15',0,'',0,10000,'',0,1,'','1','2700k','480','17.2','1615','95','90','','','array (\n)','34.4','960','',''),(62,'ATE-R15',0,'',0,10000,'',0,1,'','1','2700k','480','17.2','1955','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0703/20140703123655206.pdf\',\n \'filename\' => \'ATE-R15\',\n ),\n)','34.4','960','',''),(63,'ATE-R15',0,'',0,10000,'',0,1,'','1','2700k','480','17.2','2203','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0703/20140703123601687.pdf\',\n \'filename\' => \'ATE-R15\',\n ),\n)','34.4','960','',''),(64,'ATE-R15',0,'',0,10000,'',0,1,'','1','2700k','480','17.2','2295','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0703/20140703123455592.pdf\',\n \'filename\' => \'ATE-R15\',\n ),\n)','34.4','960','',''),(65,'ATE-R15',0,'',0,10000,'',0,1,'','1','2700k','480','17.2','2346','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0703/20140703123402134.pdf\',\n \'filename\' => \'ATE-R15\',\n ),\n)','34.4','960','',''),(66,'High CRI design, suitable for commercial lighting.<br />\r\nIntegrated light point source, simple light distribution, no overlap image.<br />\r\nHeat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','480','17.2','2550','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0703/20140703123306243.pdf\',\n \'filename\' => \'ATE-R15\',\n ),\n)','34.4','960','',''),(73,'ATL-S72',0,'',0,10000,'',0,1,'','','2700K','160','27','409','95','90','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATL-S72.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','6.5','240','',''),(74,'ATL-S72',0,'',0,10000,'',0,1,'','','2700K','160','27','495','115','80','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATL-S72.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','6.5','240','',''),(75,'ATL-S72',0,'',0,10000,'',0,1,'','','3000K','160','27','550','128','80','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATL-S72.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','6.5','240','',''),(76,'ATL-S72',0,'',0,10000,'',0,1,'','','3000K','160','27','580','135','70','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATL-S72.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','6.5','240','',''),(77,'ATL-S72',0,'',0,10000,'',0,1,'','','5000K','160','27','593','138','80','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATL-S72.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','6.5','240','',''),(78,'Linear light-emitting area, no point light source phenomenon.<br />\r\nIntegrated manufacture, uniform light color.<br />\r\nHeat radiation directly low thermal resistance; big beam angle, no deed area.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','160','27','645','150','-','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATL-S72.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','6.5','240','',''),(79,'ATL-B72',0,'',0,10000,'',0,1,'','1','2700k','160','27','409','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715044456663.pdf\',\n \'filename\' => \'ATL-B72\',\n ),\n)','6.5','240','',''),(80,'ATL-B72',0,'',0,10000,'',0,1,'','1','2700k','160','27','495','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715044427537.pdf\',\n \'filename\' => \'ATL-B72\',\n ),\n)','6.5','240','',''),(81,'ATL-B72',0,'',0,10000,'',0,1,'','1','2700k','160','27','550','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715044327114.pdf\',\n \'filename\' => \'ATL-B72\',\n ),\n)','6.5','240','',''),(82,'ATL-B72',0,'',0,10000,'',0,1,'','1','2700k','160','27','580','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715044248562.pdf\',\n \'filename\' => \'ATL-B72\',\n ),\n)','6.5','240','',''),(83,'ATL-B72',0,'',0,10000,'',0,1,'','1','2700k','160','27','593','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715044159888.pdf\',\n \'filename\' => \'ATL-B72\',\n ),\n)','6.5','240','',''),(84,'Linear light-emitting area, no point light source phenomenon.<br />\r\nIntegrated manufacture, uniform light color.<br />\r\nHeat radiation directly low thermal resistance; big beam angle, no deed area.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','160','27','645','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715044131569.pdf\',\n \'filename\' => \'ATL-B72\',\n ),\n)','6.5','240','',''),(91,'ATL-B36',0,'',0,10000,'',0,1,'','1','2700k','80','54','409','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715044059421.pdf\',\n \'filename\' => \'ATL-B36\',\n ),\n)','6.5','120','',''),(92,'ATL-B36',0,'',0,10000,'',0,1,'','1','2700k','80','54','495','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715044030692.pdf\',\n \'filename\' => \'ATL-B36\',\n ),\n)','6.5','120','',''),(93,'ATL-B36',0,'',0,10000,'',0,1,'','1','2700k','80','54','550','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715044000531.pdf\',\n \'filename\' => \'ATL-B36\',\n ),\n)','6.5','120','',''),(94,'ATL-B36',0,'',0,10000,'',0,1,'','1','2700k','80','54','580','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043937902.pdf\',\n \'filename\' => \'ATL-B36\',\n ),\n)','6.5','120','',''),(95,'ATL-B36',0,'',0,10000,'',0,1,'','1','2700k','80','54','593','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043911791.pdf\',\n \'filename\' => \'ATL-B36\',\n ),\n)','6.5','120','',''),(96,'Linear light-emitting area, no point light source phenomenon.<br />\r\nIntegrated manufacture, uniform light color.<br />\r\nHeat radiation directly low thermal resistance; big beam angle, no deed area.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','80','54','645','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715043822424.pdf\',\n \'filename\' => \'ATL-B36\',\n ),\n)','6.5','120','',''),(97,'ATL-S40',0,'',0,10000,'',0,1,'','','2700K','320','21','636','95','90','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATL-S40.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','10.1','480','',''),(98,'ATL-S40',0,'',0,10000,'',0,1,'','','2700K','320','21','670','100','80','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATL-S40.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','10.1','480','',''),(99,'ATL-S40',0,'',0,10000,'',0,1,'','','3000K','320','21','703','105','80','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATL-S40.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','10.1','480','',''),(100,'ATL-S40',0,'',0,10000,'',0,1,'','','3000K','320','21','770','115','70','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATL-S40.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','10.1','480','',''),(101,'ATL-S40',0,'',0,10000,'',0,1,'','','5000K','320','21','804','120','80','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATL-S40.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','10.1','480','',''),(102,'Linear light-emitting area, no point light source phenomenon.<br />\r\nIntegrated manufacture, uniform light color.<br />\r\nHeat radiation directly low thermal resistance; big beam angle, no deed area.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','320','21','871','130','-','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATL-S40.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','10.1','480','',''),(109,'ATR-R17',0,'',0,10000,'',0,1,'','1','2700k','20','72','137','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715051225708.pdf\',\n \'filename\' => \'ATR-R17\',\n ),\n)','2.2','30','',''),(110,'ATR-R17',0,'',0,10000,'',0,1,'','1','2700k','20','72','166','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715051144116.pdf\',\n \'filename\' => \'ATR-R17\',\n ),\n)','2.2','30','',''),(111,'ATR-R17',0,'',0,10000,'',0,1,'','1','2700k','20','72','185','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715051101452.pdf\',\n \'filename\' => \'ATR-R17\',\n ),\n)','2.2','30','',''),(112,'ATR-R17',0,'',0,10000,'',0,1,'','1','2700k','20','72','195','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715050938132.pdf\',\n \'filename\' => \'ATR-R17\',\n ),\n)','2.2','30','',''),(113,'ATR-R17',0,'',0,10000,'',0,1,'','1','2700k','20','72','198','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715050837813.pdf\',\n \'filename\' => \'ATR-R17\',\n ),\n)','2.2','30','',''),(114,'Circular light-emitting, reach the outer uniformity.<br />\r\nLower requirement to scattered color of the mask, improve translucent.<br />\r\nLED heat spots dispersed, improve lateral heat dissipation characteristics.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','20','72','216','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715050404678.pdf\',\n \'filename\' => \'ATR-R17\',\n ),\n)','2.2','30','',''),(115,'ATR-R27',0,'',0,10000,'',0,1,'','1','2700k','20','180','342','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715052404356.pdf\',\n \'filename\' => \'ATR-R27-4W\',\n ),\n)','5.4','30','',''),(116,'ATR-R27',0,'',0,10000,'',0,1,'','1','2700k','20','180','414','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715052310380.pdf\',\n \'filename\' => \'ATR-R27-4W\',\n ),\n)','5.4','30','',''),(117,'ATR-R27',0,'',0,10000,'',0,1,'','1','2700k','20','180','461','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715052134896.pdf\',\n \'filename\' => \'ATR-R27-4W\',\n ),\n)','5.4','30','',''),(118,'ATR-R27',0,'',0,10000,'',0,1,'','1','2700k','20','180','486','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715052050144.pdf\',\n \'filename\' => \'ATR-R27-4W\',\n ),\n)','5.4','30','',''),(119,'ATR-R27',0,'',0,10000,'',0,1,'','1','2700k','20','180','497','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715051536673.pdf\',\n \'filename\' => \'ATR-R27-4W\',\n ),\n)','5.4','30','',''),(120,'Circular light-emitting, reach the outer uniformity.<br />\r\nLower requirement to scattered color of the mask, improve translucent.<br />\r\nLED heat spots dispersed, improve lateral heat dissipation characteristics.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','20','180','540','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715051407892.pdf\',\n \'filename\' => \'ATR-R27-4W\',\n ),\n)','5.4','30','',''),(121,'ATS-R30',0,'',0,10000,'',0,1,'','1','2700k','30','140','399','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715053059456.pdf\',\n \'filename\' => \'ATS-R30\',\n ),\n)','6.3','45','',''),(122,'ATS-R30',0,'',0,10000,'',0,1,'','1','2700k','30','140','483','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715053028238.pdf\',\n \'filename\' => \'ATS-R30\',\n ),\n)','6.3','45','',''),(123,'ATS-R30',0,'',0,10000,'',0,1,'','1','2700k','30','140','537','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715052954646.pdf\',\n \'filename\' => \'ATS-R30\',\n ),\n)','6.3','45','',''),(124,'ATS-R30',0,'',0,10000,'',0,1,'','1','2700k','30','140','567','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715052921937.pdf\',\n \'filename\' => \'ATS-R30\',\n ),\n)','6.3','45','',''),(125,'ATS-R30',0,'',0,10000,'',0,1,'','1','2700k','30','140','580','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715052843135.pdf\',\n \'filename\' => \'ATS-R30\',\n ),\n)','6.3','45','',''),(126,'Circular light-emitting, reach the outer uniformity.<br />\r\nLower requirement to scattered color of the mask, improve translucent.<br />\r\nLED heat spots dispersed, improve lateral heat dissipation characteristics.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','30','140','630','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715052749842.pdf\',\n \'filename\' => \'ATS-R30\',\n ),\n)','6.3','45','',''),(127,'ATS-R18',0,'',0,10000,'',0,1,'','1','2700k','350','21','665','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110348469.pdf\',\n \'filename\' => \'ATS-R18\',\n ),\n)','10.5','525','',''),(128,'ATS-R18',0,'',0,10000,'',0,1,'','1','2700k','350','21','700','100','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110325859.pdf\',\n \'filename\' => \'ATS-R18\',\n ),\n)','10.5','525','',''),(129,'ATS-R18',0,'',0,10000,'',0,1,'','1','2700k','350','21','735','105','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110302611.pdf\',\n \'filename\' => \'ATS-R18\',\n ),\n)','10.5','525','',''),(130,'ATS-R18',0,'',0,10000,'',0,1,'','1','2700k','350','21','805','115','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110238752.pdf\',\n \'filename\' => \'ATS-R18\',\n ),\n)','10.5','525','',''),(131,'ATS-R18',0,'',0,10000,'',0,1,'','1','2700k','350','21','840','120','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715053219258.pdf\',\n \'filename\' => \'ATS-R18\',\n ),\n)','10.5','525','',''),(132,'Circular light-emitting, reach the outer uniformity.<br />\r\nLower requirement to scattered color of the mask, improve translucent.<br />\r\nLED heat spots dispersed, improve lateral heat dissipation characteristics.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','350','21','910','130','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715053149729.pdf\',\n \'filename\' => \'ATS-R18\',\n ),\n)','10.5','525','',''),(133,'ATS-R40',0,'',0,10000,'',0,1,'','1','2700k','300','15','428','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110420981.pdf\',\n \'filename\' => \'\',\n ),\n)','6.8','450','',''),(134,'ATS-R40',0,'',0,10000,'',0,1,'','1','2700k','300','15','518','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110420981.pdf\',\n \'filename\' => \'\',\n ),\n)','6.8','450','',''),(135,'ATS-R40',0,'',0,10000,'',0,1,'','1','2700k','300','15','576','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110420981.pdf\',\n \'filename\' => \'\',\n ),\n)','6.8','450','',''),(136,'ATS-R40',0,'',0,10000,'',0,1,'','1','2700k','300','15','608','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110420981.pdf\',\n \'filename\' => \'\',\n ),\n)','6.8','450','',''),(137,'ATS-R40',0,'',0,10000,'',0,1,'','1','2700k','300','15','621','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110420981.pdf\',\n \'filename\' => \'\',\n ),\n)','6.8','450','',''),(138,'Circular light-emitting, reach the outer uniformity.<br />\r\nLower requirement to scattered color of the mask, improve translucent.<br />\r\nLED heat spots dispersed, improve lateral heat dissipation characteristics.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','300','15','675','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110420981.pdf\',\n \'filename\' => \'ATS-R40\',\n ),\n)','6.8','450','',''),(139,'ATC-R8',0,'',0,10000,'',0,1,'','1','2700k','20','110','210','95','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616040809715.pdf\',\n \'filename\' => \'ATC-R8\',\n ),\n)','3.3','30','',''),(140,'ATC-R8',0,'',0,10000,'',0,1,'','1','2700k','20','110','253','115','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616040809715.pdf\',\n \'filename\' => \'ATC-R8\',\n ),\n)','3.3','30','',''),(141,'ATC-R8',0,'',0,10000,'',0,1,'','1','2700k','20','110','282','128','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616040809715.pdf\',\n \'filename\' => \'ATC-R8\',\n ),\n)','3.3','30','',''),(142,'ATC-R8',0,'',0,10000,'',0,1,'','1','2700k','20','110','297','135','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616040809715.pdf\',\n \'filename\' => \'ATC-R8\',\n ),\n)','3.3','30','',''),(143,'With Arc-Sharp design, linear light-emitting area, no point light source phenomenon.<br />\r\nHeat radiation directly, structure thermal resistance.<br />\r\nSimple lamps assembly process.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','20','110','304','138','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616040809715.pdf\',\n \'filename\' => \'ATC-R8\',\n ),\n)','3.3','30','',''),(144,'With Arc-Sharp design, linear light-emitting area, no point light source phenomenon.<br />\r\nHeat radiation directly, structure thermal resistance.<br />\r\nSimple lamps assembly process.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','20','110','330','150','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0616/20140616040809715.pdf\',\n \'filename\' => \'ATC-R8\',\n ),\n)','3.3','30','',''),(151,'ATR-FR8',0,'',0,10000,'',0,1,'','','2700K','20','130','247','95','90','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATR-FR8.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','3.9','30','',''),(152,'ATR-FR8',0,'',0,10000,'',0,1,'','','2700K','20','130','300','115','80','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATR-FR8.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','3.9','30','',''),(153,'ATR-FR8',0,'',0,10000,'',0,1,'','','3000K','20','130','333','128','80','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATR-FR8.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','3.9','30','',''),(154,'ATR-FR8',0,'',0,10000,'',0,1,'','','3000K','20','130','351','135','70','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATR-FR8.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','3.9','30','',''),(155,'ATR-FR8',0,'',0,10000,'',0,1,'','','5000K','20','130','359','138','80','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATR-FR8.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','3.9','30','',''),(156,'Circular light-emitting, reach the outer uniformity.<br />\r\nLower requirement to scattered color of the mask, improve translucent.<br />\r\nLED heat spots dispersed, improve lateral heat dissipation characteristics.<br />\r\nSimple lamps assembly process, saving lamps production cost.<br />\r\nNo need to reflux welding, improve LED quality.<br />\r\n',0,'',0,10000,'',0,1,'','1','2700k','20','130','390','150','-','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/ATR-FR8.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)','3.9','30','',''),(157,'ATP-1010',0,'',0,10000,'',0,1,'','1','2700k','700','15','1050','100','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715050046103.pdf\',\n \'filename\' => \'ATP-1010\',\n ),\n)','21','1400','',''),(158,'ATP-1010',0,'',0,10000,'',0,1,'','1','2700k','700','15','1155','110','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045929462.pdf\',\n \'filename\' => \'ATP-1010\',\n ),\n)','21','1400','',''),(159,'ATP-1010',0,'',0,10000,'',0,1,'','1','2700k','700','15','1239','118','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045903924.pdf\',\n \'filename\' => \'ATP-1010\',\n ),\n)','21','1400','',''),(160,'ATP-1010',0,'',0,10000,'',0,1,'','1','2700k','700','15','1313','125','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045838947.pdf\',\n \'filename\' => \'ATP-1010\',\n ),\n)','21','1400','',''),(161,'ATP-1010',0,'',0,10000,'',0,1,'','1','2700k','700','15','1365','130','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045758573.pdf\',\n \'filename\' => \'ATP-1010\',\n ),\n)','21','1400','',''),(162,'ATP-1010',0,'',0,10000,'',0,1,'','1','2700k','700','15','1470','140','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045722239.pdf\',\n \'filename\' => \'ATP-1010\',\n ),\n)','21','1400','',''),(163,'ATP-1818',0,'',0,10000,'',0,1,'','1','2700k','1050','30','3150','100','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045321609.pdf\',\n \'filename\' => \'ATP-1818\',\n ),\n)','63','2100','',''),(164,'ATP-1818',0,'',0,10000,'',0,1,'','1','2700k','1050','30','3465','110','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045254862.pdf\',\n \'filename\' => \'ATP-1818\',\n ),\n)','63','2100','',''),(165,'ATP-1818',0,'',0,10000,'',0,1,'','1','2700k','1050','30','3717','118','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045233961.pdf\',\n \'filename\' => \'ATP-1818\',\n ),\n)','63','2100','',''),(166,'ATP-1818',0,'',0,10000,'',0,1,'','1','2700k','1050','30','3938','125','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045207858.pdf\',\n \'filename\' => \'ATP-1818\',\n ),\n)','63','2100','',''),(167,'ATP-1818',0,'',0,10000,'',0,1,'','1','2700k','1050','30','4095','130','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045143735.pdf\',\n \'filename\' => \'ATP-1818\',\n ),\n)','63','2100','',''),(168,'ATP-1818',0,'',0,10000,'',0,1,'','1','2700k','1050','30','4410','140','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045050505.pdf\',\n \'filename\' => \'ATP-1818\',\n ),\n)','63','2100','',''),(169,'ATP-2424',0,'',0,10000,'',0,1,'','1','2700k','2100','30','6300','100','90','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045649781.pdf\',\n \'filename\' => \'ATP-2424-60W\',\n ),\n)','126','4200','',''),(170,'ATP-2424',0,'',0,10000,'',0,1,'','1','2700k','2100','30','6930','110','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045602713.pdf\',\n \'filename\' => \'ATP-2424-60W\',\n ),\n)','126','4200','',''),(171,'ATP-2424',0,'',0,10000,'',0,1,'','1','2700k','2100','30','7434','118','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045532411.pdf\',\n \'filename\' => \'ATP-2424-60W\',\n ),\n)','126','4200','',''),(172,'ATP-2424',0,'',0,10000,'',0,1,'','1','2700k','2100','30','7875','125','70','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045500301.pdf\',\n \'filename\' => \'ATP-2424-60W\',\n ),\n)','126','4200','',''),(173,'ATP-2424',0,'',0,10000,'',0,1,'','1','2700k','2100','30','8190','130','80','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045433382.pdf\',\n \'filename\' => \'ATP-2424-60W\',\n ),\n)','126','4200','',''),(174,'ATP-2424',0,'',0,10000,'',0,1,'','1','2700k','2100','30','8820','140','-','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715045411532.pdf\',\n \'filename\' => \'ATP-2424-60W\',\n ),\n)','126','4200','',''); /*!40000 ALTER TABLE `dh_cob_data1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_collection_content` -- DROP TABLE IF EXISTS `dh_collection_content`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_collection_content` ( `id` int(10) unsigned NOT NULL auto_increment, `nodeid` int(10) unsigned NOT NULL default '0', `siteid` mediumint(5) unsigned NOT NULL default '0', `status` tinyint(1) unsigned NOT NULL default '0', `url` char(255) NOT NULL, `title` char(100) NOT NULL, `data` text NOT NULL, PRIMARY KEY (`id`), KEY `nodeid` (`nodeid`,`siteid`), KEY `status` (`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_collection_content` -- LOCK TABLES `dh_collection_content` WRITE; /*!40000 ALTER TABLE `dh_collection_content` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_collection_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_collection_history` -- DROP TABLE IF EXISTS `dh_collection_history`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_collection_history` ( `md5` char(32) NOT NULL, `siteid` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`md5`,`siteid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_collection_history` -- LOCK TABLES `dh_collection_history` WRITE; /*!40000 ALTER TABLE `dh_collection_history` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_collection_history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_collection_node` -- DROP TABLE IF EXISTS `dh_collection_node`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_collection_node` ( `nodeid` smallint(6) unsigned NOT NULL auto_increment, `name` varchar(20) NOT NULL, `lastdate` int(10) unsigned NOT NULL default '0', `siteid` smallint(5) unsigned NOT NULL default '0', `sourcecharset` varchar(8) NOT NULL, `sourcetype` tinyint(1) unsigned NOT NULL default '0', `urlpage` text NOT NULL, `pagesize_start` tinyint(3) unsigned NOT NULL default '0', `pagesize_end` mediumint(8) unsigned NOT NULL default '0', `page_base` char(255) NOT NULL, `par_num` tinyint(3) unsigned NOT NULL default '1', `url_contain` char(100) NOT NULL, `url_except` char(100) NOT NULL, `url_start` char(100) NOT NULL default '', `url_end` char(100) NOT NULL default '', `title_rule` char(100) NOT NULL, `title_html_rule` text NOT NULL, `author_rule` char(100) NOT NULL, `author_html_rule` text NOT NULL, `comeform_rule` char(100) NOT NULL, `comeform_html_rule` text NOT NULL, `time_rule` char(100) NOT NULL, `time_html_rule` text NOT NULL, `content_rule` char(100) NOT NULL, `content_html_rule` text NOT NULL, `content_page_start` char(100) NOT NULL, `content_page_end` char(100) NOT NULL, `content_page_rule` tinyint(1) unsigned NOT NULL default '0', `content_page` tinyint(1) unsigned NOT NULL default '0', `content_nextpage` char(100) NOT NULL, `down_attachment` tinyint(1) unsigned NOT NULL default '0', `watermark` tinyint(1) unsigned NOT NULL default '0', `coll_order` tinyint(3) unsigned NOT NULL default '0', `customize_config` text NOT NULL, PRIMARY KEY (`nodeid`), KEY `siteid` (`siteid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_collection_node` -- LOCK TABLES `dh_collection_node` WRITE; /*!40000 ALTER TABLE `dh_collection_node` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_collection_node` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_collection_program` -- DROP TABLE IF EXISTS `dh_collection_program`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_collection_program` ( `id` int(10) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `nodeid` int(10) unsigned NOT NULL default '0', `modelid` mediumint(6) unsigned NOT NULL default '0', `catid` int(10) unsigned NOT NULL default '0', `config` text NOT NULL, PRIMARY KEY (`id`), KEY `siteid` (`siteid`), KEY `nodeid` (`nodeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_collection_program` -- LOCK TABLES `dh_collection_program` WRITE; /*!40000 ALTER TABLE `dh_collection_program` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_collection_program` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_comment` -- DROP TABLE IF EXISTS `dh_comment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_comment` ( `commentid` char(30) NOT NULL, `siteid` smallint(5) NOT NULL default '0', `title` char(255) NOT NULL, `url` char(255) NOT NULL, `total` int(8) unsigned default '0', `square` mediumint(8) unsigned default '0', `anti` mediumint(8) unsigned default '0', `neutral` mediumint(8) unsigned default '0', `display_type` tinyint(1) default '0', `tableid` mediumint(8) unsigned default '0', `lastupdate` int(10) unsigned default '0', PRIMARY KEY (`commentid`), KEY `lastupdate` (`lastupdate`), KEY `siteid` (`siteid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_comment` -- LOCK TABLES `dh_comment` WRITE; /*!40000 ALTER TABLE `dh_comment` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_comment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_comment_check` -- DROP TABLE IF EXISTS `dh_comment_check`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_comment_check` ( `id` int(10) NOT NULL auto_increment, `comment_data_id` int(10) default '0' COMMENT '论评ID号', `siteid` smallint(5) NOT NULL default '0' COMMENT '站点ID', `tableid` mediumint(8) default '0' COMMENT '数据存储表ID', PRIMARY KEY (`id`), KEY `siteid` (`siteid`), KEY `comment_data_id` (`comment_data_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_comment_check` -- LOCK TABLES `dh_comment_check` WRITE; /*!40000 ALTER TABLE `dh_comment_check` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_comment_check` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_comment_data_1` -- DROP TABLE IF EXISTS `dh_comment_data_1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_comment_data_1` ( `id` int(10) unsigned NOT NULL auto_increment COMMENT '评论ID', `commentid` char(30) NOT NULL default '' COMMENT '评论ID号', `siteid` smallint(5) NOT NULL default '0' COMMENT '站点ID', `userid` int(10) unsigned default '0' COMMENT '用户ID', `username` varchar(20) default NULL COMMENT '用户名', `creat_at` int(10) default NULL COMMENT '发布时间', `ip` varchar(15) default NULL COMMENT '用户IP地址', `status` tinyint(1) default '0' COMMENT '评论状态{0:未审核,-1:未通过审核,1:通过审核}', `content` text COMMENT '评论内容', `direction` tinyint(1) default '0' COMMENT '评论方向{0:无方向,1:正文,2:反方,3:中立}', `support` mediumint(8) unsigned default '0' COMMENT '支持数', `reply` tinyint(1) NOT NULL default '0' COMMENT '是否为回复', PRIMARY KEY (`id`), KEY `commentid` (`commentid`), KEY `direction` (`direction`), KEY `siteid` (`siteid`), KEY `support` (`support`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_comment_data_1` -- LOCK TABLES `dh_comment_data_1` WRITE; /*!40000 ALTER TABLE `dh_comment_data_1` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_comment_data_1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_comment_setting` -- DROP TABLE IF EXISTS `dh_comment_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_comment_setting` ( `siteid` smallint(5) NOT NULL default '0' COMMENT '站点ID', `guest` tinyint(1) default '0' COMMENT '是否允许游客评论', `check` tinyint(1) default '0' COMMENT '是否需要审核', `code` tinyint(1) default '0' COMMENT '是否开启验证码', `add_point` tinyint(3) unsigned default '0' COMMENT '添加的积分数', `del_point` tinyint(3) unsigned default '0' COMMENT '扣除的积分数', PRIMARY KEY (`siteid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_comment_setting` -- LOCK TABLES `dh_comment_setting` WRITE; /*!40000 ALTER TABLE `dh_comment_setting` DISABLE KEYS */; INSERT INTO `dh_comment_setting` VALUES (1,0,0,0,0,0); /*!40000 ALTER TABLE `dh_comment_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_comment_table` -- DROP TABLE IF EXISTS `dh_comment_table`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_comment_table` ( `tableid` mediumint(8) NOT NULL auto_increment COMMENT '表ID号', `total` int(10) unsigned default '0' COMMENT '数据总量', `creat_at` int(10) default '0' COMMENT '创建时间', PRIMARY KEY (`tableid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_comment_table` -- LOCK TABLES `dh_comment_table` WRITE; /*!40000 ALTER TABLE `dh_comment_table` DISABLE KEYS */; INSERT INTO `dh_comment_table` VALUES (1,0,0); /*!40000 ALTER TABLE `dh_comment_table` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_content_check` -- DROP TABLE IF EXISTS `dh_content_check`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_content_check` ( `checkid` char(15) NOT NULL, `catid` smallint(5) unsigned NOT NULL default '0', `siteid` smallint(5) unsigned NOT NULL default '0', `title` char(80) NOT NULL, `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `status` tinyint(1) unsigned NOT NULL default '0', KEY `username` (`username`), KEY `checkid` (`checkid`), KEY `status` (`status`,`inputtime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_content_check` -- LOCK TABLES `dh_content_check` WRITE; /*!40000 ALTER TABLE `dh_content_check` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_content_check` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_copyfrom` -- DROP TABLE IF EXISTS `dh_copyfrom`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_copyfrom` ( `id` smallint(5) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `sitename` varchar(30) NOT NULL, `siteurl` varchar(100) NOT NULL, `thumb` varchar(100) NOT NULL, `listorder` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_copyfrom` -- LOCK TABLES `dh_copyfrom` WRITE; /*!40000 ALTER TABLE `dh_copyfrom` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_copyfrom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_datacall` -- DROP TABLE IF EXISTS `dh_datacall`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_datacall` ( `id` int(10) NOT NULL auto_increment, `name` char(40) default NULL, `dis_type` tinyint(1) unsigned default '0', `type` tinyint(1) default '0', `module` char(20) default NULL, `action` char(20) default NULL, `data` text, `template` text, `cache` mediumint(8) default NULL, `num` smallint(6) unsigned default NULL, PRIMARY KEY (`id`), KEY `type` (`type`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_datacall` -- LOCK TABLES `dh_datacall` WRITE; /*!40000 ALTER TABLE `dh_datacall` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_datacall` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_dbsource` -- DROP TABLE IF EXISTS `dh_dbsource`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_dbsource` ( `id` int(10) NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL, `host` varchar(20) NOT NULL, `port` int(5) NOT NULL default '3306', `username` varchar(50) NOT NULL, `password` varchar(50) NOT NULL, `dbname` varchar(50) NOT NULL, `dbtablepre` varchar(30) NOT NULL, `charset` varchar(10) NOT NULL, PRIMARY KEY (`id`), KEY `siteid` (`siteid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_dbsource` -- LOCK TABLES `dh_dbsource` WRITE; /*!40000 ALTER TABLE `dh_dbsource` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_dbsource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_display` -- DROP TABLE IF EXISTS `dh_display`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_display` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` varchar(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` mediumtext NOT NULL, `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=450 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_display` -- LOCK TABLES `dh_display` WRITE; /*!40000 ALTER TABLE `dh_display` DISABLE KEYS */; INSERT INTO `dh_display` VALUES (446,156,0,'A-2181AS','','','A-2181AS','0 28 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=156&id=446',0,99,1,0,'dhadmin',1392367418,1407466707),(447,156,0,'A-2181AH','','','A-2181AH','0 28” SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=156&id=447',0,99,1,0,'dhadmin',1392367558,1407466586),(448,156,0,'A-2181BH','','http://www.topliteusa.com/uploadfile/2014/0816/20140816094940304.png','A-2181BH','0 28” SINGLE DIGIT RED DISPLAY',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=156&id=448',0,99,1,0,'dhadmin',1392367608,1475026038),(227,157,0,'A-3104BB','','','A-3104BB','0 31 SINGLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=157&id=227',0,99,1,0,'dhadmin',1390625022,1407467598),(228,157,0,'A-3112FSA','','','A-3112FSA','0 31 SINGLE DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=157&id=228',0,99,1,0,'dhadmin',1390625022,1407469026),(229,157,0,'A-3112FG1','','','A-3112FG1','0 31 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=157&id=229',0,99,1,0,'dhadmin',1390625022,1406895211),(230,157,0,'A-3121BH','','','A-3121BH','0 31 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=157&id=230',0,99,1,0,'dhadmin',1390625022,1407468926),(231,157,0,'A-3104BH','','','A-3104BH','0 31 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=157&id=231',0,99,1,0,'dhadmin',1390625022,1407468344),(232,157,0,'A-3121AH','','http://www.topliteusa.com/uploadfile/2014/0225/20140225022841119.png','A-3121AH','0 31 SINGLE DIGIT RED DISPLAY',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=157&id=232',0,99,1,0,'dhadmin',1390625022,1406895022),(233,158,0,'A-3161APG','','','A-3161APG','0 36 SINGLE DIGIT PURE GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=158&id=233',0,99,1,0,'dhadmin',1390625022,1407469278),(234,158,0,'A-3161BG','','','A-3161BG','0 36 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=158&id=234',0,99,1,0,'dhadmin',1390625022,1407469245),(235,158,0,'A-3161BS','','','A-3161BS','0 36 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=158&id=235',0,99,1,0,'dhadmin',1390625022,1407469213),(237,158,0,'A-3161BH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-3161BH','0 36 SINGLE DIGIT RED DISPLAY',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=158&id=237',0,99,1,0,'dhadmin',1390625022,1407469138),(238,159,0,'A-3192BUW','','','A-3192BUW','0 39 SINGLE DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=159&id=238',0,99,1,0,'dhadmin',1390625022,1407469422),(239,159,0,'A-3191AS','','','A-3191AS','0 39 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=159&id=239',0,99,1,0,'dhadmin',1390625022,1407469392),(240,159,0,'A-3191AH','','','A-3191AH','0 39 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=159&id=240',0,99,1,0,'dhadmin',1390625022,1407469360),(241,159,0,'A-3191BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826054002231.png','A-3191BH','0 39 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=159&id=241',0,99,1,0,'dhadmin',1390625022,1409046007),(242,160,0,'A-4102ES','','http://www.topliteusa.com/uploadfile/2014/0826/20140826054632934.png','A-4102ES','0 4 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=160&id=242',0,99,1,0,'dhadmin',1390625022,1409046398),(243,161,0,'A-5101AS','','','A-5101AS','0 5 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=161&id=243',0,99,1,0,'dhadmin',1390625022,1407469565),(244,161,0,'A-5101AH','','','A-5101AH','0 5 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=161&id=244',0,99,1,0,'dhadmin',1390625022,1407469537),(245,161,0,'A-5101BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826054806588.png','A-5101BH','0 5 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=161&id=245',0,99,1,0,'dhadmin',1390625022,1409046565),(246,162,0,'A-5121BG','','','A-5121BG','0 52 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=162&id=246',0,99,1,0,'dhadmin',1390625022,1407469672),(247,162,0,'A-5121AH','','','A-5121AH','0 52 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=162&id=247',0,99,1,0,'dhadmin',1390625022,1407469641),(248,162,0,'A-5121BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826054950492.png','A-5121BH','0 52 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=162&id=248',0,99,1,0,'dhadmin',1390625022,1409046594),(249,163,0,'A-5161BB','','','A-5161BB','0 56 SINGLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=249',0,99,1,0,'dhadmin',1390625022,1407469916),(250,163,0,'A-5161BG','','','A-5161BG','0 56 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=250',0,99,1,0,'dhadmin',1390625022,1407469871),(251,163,0,'A-5163AYG','','','A-5163AYG','0 56 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=251',0,99,1,0,'dhadmin',1390625022,1407469838),(252,163,0,'A-5161AS','','','A-5161AS','0 56 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=252',0,99,1,0,'dhadmin',1390625022,1407469806),(253,163,0,'A-5161BS','','','A-5161BS','0 56 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=253',0,99,1,0,'dhadmin',1390625022,1407469776),(254,163,0,'A-5163AS','','','A-5163AS','0 56 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=254',0,99,1,0,'dhadmin',1390625022,1407469746),(255,163,0,'A-5161BH','','http://www.topliteusa.com/uploadfile/2014/0825/20140825110129388.png','A-5161BH','0 56 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=255',0,99,1,0,'dhadmin',1390625022,1408935692),(256,164,0,'A-6102AS','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055031466.png','A-6102AS','0 6 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=164&id=256',0,99,1,0,'dhadmin',1390625022,1409046635),(257,165,0,'A-8102AG1','','','A-8102AG1','0 8 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=165&id=257',0,99,1,0,'dhadmin',1390625022,1416191616),(258,165,0,'A-8102BG','','','A-8102BG','0 8 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=165&id=258',0,99,1,0,'dhadmin',1390625022,1416191520),(259,165,0,'A-8106AG1','','','A-8106AG1','0 8 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=165&id=259',0,99,1,0,'dhadmin',1390625022,1416191476),(260,165,0,'A-8102BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055053957.png','A-8102BH','0 8 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=165&id=260',0,99,1,0,'dhadmin',1390625022,1416191434),(261,166,0,'A-1109BUW','','','A-1109BUW','1 0 SINGLE DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=261',0,99,1,0,'dhadmin',1390625022,1416189517),(262,166,0,'A-1106BB','','','A-1106BB','1 0 SINGLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=262',0,99,1,0,'dhadmin',1390625022,1416191381),(263,166,0,'A-1106BG','','','A-1106BG','1 0 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=263',0,99,1,0,'dhadmin',1390625022,1416191242),(264,166,0,'A-1106DG1','','','A-1106DG1','1 0 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=264',0,99,1,0,'dhadmin',1390625022,1416191205),(265,166,0,'A-1106BSY','','','A-1106BSY','1 0 SINGLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=265',0,99,1,0,'dhadmin',1390625022,1416191143),(266,166,0,'A-1106DSA1','','','A-1106DSA1','1 0 SINGLE DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=266',0,99,1,0,'dhadmin',1390625022,1416191087),(267,166,0,'A-1106DS','','','A-1106DS','1 0 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=267',0,99,1,0,'dhadmin',1390625022,1416190894),(268,166,0,'A-1109BS','','','A-1109BS','1 0 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=268',0,99,1,0,'dhadmin',1390625022,1416190854),(269,166,0,'A-1106AH','','','A-1106AH','1 0 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=269',0,99,1,0,'dhadmin',1390625022,1416189638),(270,166,0,'A-1106BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055118802.png','A-1106BH','1 0 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=270',0,99,1,0,'dhadmin',1390625022,1416193211),(271,167,0,'A-12101ASA','','','A-12101ASA','1 2 SINGLE DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=167&id=271',0,99,1,0,'dhadmin',1390625022,1416191836),(272,167,0,'A-12101AB','','','A-12101AB','1 2 SINGLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=167&id=272',0,99,1,0,'dhadmin',1390625022,1407466734),(273,167,0,'A-12101AS','','','A-12101AS','1 2 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=167&id=273',0,99,1,0,'dhadmin',1390625022,1416191780),(274,167,0,'A-12101AH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055142707.png','A-12101AH','1 2 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=167&id=274',0,99,1,0,'dhadmin',1390625022,1416191736),(275,168,0,'A-15102BUW','','','A-15102BUW','1 5 SINGLE DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=168&id=275',0,99,1,0,'dhadmin',1390625022,1416192089),(276,168,0,'A-15102BB','','','A-15102BB','1 5 SINGLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=168&id=276',0,99,1,0,'dhadmin',1390625022,1416192021),(277,168,0,'A-15102BG','','','A-15102BG','1 5 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=168&id=277',0,99,1,0,'dhadmin',1390625022,1416191975),(278,168,0,'A-15102BSY','','','A-15102BSY','1 5 SINGLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=168&id=278',0,99,1,0,'dhadmin',1390625022,1416191924),(279,168,0,'A-15102BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826074905432.png','A-15102BH','1 5 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=168&id=279',0,99,1,0,'dhadmin',1390625022,1416191889),(280,168,0,'A-15104AH','','','A-15104AH','1 5 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=168&id=280',0,99,1,0,'dhadmin',1390625022,1407466805),(281,169,0,'A-18102BUW','','','A-18102BUW','1 8 SINGLE DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=281',0,99,1,0,'dhadmin',1390625022,1407467293),(282,169,0,'A-18102BB','','','A-18102BB','1 8 SINGLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=282',0,99,1,0,'dhadmin',1390625022,1407467268),(283,169,0,'A-18102BG','','','A-18102BG','1 8 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=283',0,99,1,0,'dhadmin',1390625022,1407467239),(284,169,0,'A-18102BYG','','','A-18102BYG','1 8 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=284',0,99,1,0,'dhadmin',1390625022,1407467211),(285,169,0,'A-18102BSY','','','A-18102BSY','1 8 SINGLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=285',0,99,1,0,'dhadmin',1390625022,1407467156),(286,169,0,'A-18102AS','','','A-18102AS','1 8 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=286',0,99,1,0,'dhadmin',1390625022,1407467123),(287,169,0,'A-18102BS','','','A-18102BS','1 8 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=287',0,99,1,0,'dhadmin',1390625022,1407467094),(288,169,0,'A-18102DS','','','A-18102DS','1 8 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=288',0,99,1,0,'dhadmin',1390625022,1407467064),(289,169,0,'A-18102BH','','','A-18102BH','1 8 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=289',0,99,1,0,'dhadmin',1390625022,1407467033),(290,169,0,'A-18102DHG','','http://www.topliteusa.com/uploadfile/2014/0826/20140826061215339.png','A-18102DHG','1 8 SINGLE DIGIT RED YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=290',0,99,1,0,'dhadmin',1390625022,1409047943),(291,170,0,'A-20103BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055840482.png','A-20103BH','2 0 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=170&id=291',0,99,1,0,'dhadmin',1390625022,1409047127),(292,171,0,'A-23101BH','','','A-23101BH','2 3 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=171&id=292',0,99,1,0,'dhadmin',1390625022,1407476878),(293,171,0,'A-23103BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055951287.png','A-23103BH','2 3 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=171&id=293',0,99,1,0,'dhadmin',1390625022,1409047194),(294,172,0,'A-30102BUW','','','A-30102BUW','3 0 SINGLE DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=172&id=294',0,99,1,0,'dhadmin',1390625022,1407476713),(295,172,0,'A-30102BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826060029143.png','A-30102BH','3 0 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=172&id=295',0,99,1,0,'dhadmin',1390625022,1409047236),(296,173,0,'A-40101BSR','','http://www.topliteusa.com/uploadfile/2014/0826/20140826060057576.png','A-40101BSR','4 0 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=173&id=296',0,99,1,0,'dhadmin',1390625022,1409047279),(297,174,0,'A-50102BPG','','','A-50102BPG','5 0 SINGLE DIGIT PURE GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=174&id=297',0,99,1,0,'dhadmin',1390625022,1407476533),(298,174,0,'A-50101BS','','','A-50101BS','5 0 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=174&id=298',0,99,1,0,'dhadmin',1390625022,1407476272),(299,174,0,'A-50101BH','','http://www.topliteusa.com/uploadfile/2014/0808/20140808012651905.png','A-50101BH','5 0 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=174&id=299',0,99,1,0,'dhadmin',1390625022,1407475621),(300,182,0,'A-10203AH','','','A-10203AH','1 0 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=300',0,99,1,0,'dhadmin',1390625022,1416194153),(301,182,0,'A-10203BB','','','A-10203BB','1 0 DUAL DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=301',0,99,1,0,'dhadmin',1390625022,1416194099),(302,182,0,'A-10203BH','','','A-10203BH','1 0 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=302',0,99,1,0,'dhadmin',1390625022,1416194055),(303,182,0,'A-10203BSY','','','A-10203BSY','1 0 DUAL DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=303',0,99,1,0,'dhadmin',1390625022,1416193610),(304,182,0,'A-10203EH','','','A-10203EH','1 0 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=304',0,99,1,0,'dhadmin',1390625022,1416193560),(305,182,0,'A-10203ESA','','','A-10203ESA','1 0 DUAL DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=305',0,99,1,0,'dhadmin',1390625022,1416193465),(306,182,0,'A-10203FB','','','A-10203FB','1 0 DUAL DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=306',0,99,1,0,'dhadmin',1390625022,1416193420),(307,182,0,'A-10203FG','','','A-10203FG','1 0 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=307',0,99,1,0,'dhadmin',1390625022,1416193306),(308,182,0,'A-10203FH','','','A-10203FH','1 0 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=308',0,99,1,0,'dhadmin',1390625022,1416194420),(309,182,0,'A-10203FS','','','A-10203FS','1 0 DUAL DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=309',0,99,1,0,'dhadmin',1390625022,1416192518),(310,182,0,'A-10203FUW','','http://www.topliteusa.com/uploadfile/2014/0825/20140825112214674.png','A-10203FUW','1 0 DUAL DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=310',0,99,1,0,'dhadmin',1390625022,1416192461),(311,175,0,'A-2281BH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807030150300.png','A-2281BH','0 28 DUAL DIGIT RED DISPLAY',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=175&id=311',0,99,1,0,'dhadmin',1390625022,1407394914),(312,176,0,'A-3261AS','','http://www.topliteusa.com/uploadfile/2014/0807/20140807031112304.png','A-3261AS','0 36 DUAL DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=176&id=312',0,99,1,0,'dhadmin',1390625022,1407395475),(313,176,0,'A-3261BG1','','http://www.topliteusa.com/uploadfile/2014/0807/20140807030942599.png','A-3261BG1','0 36 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=176&id=313',0,99,1,0,'dhadmin',1390625022,1407395387),(314,176,0,'A-3261BH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807030832266.png','A-3261BH','0 36 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=176&id=314',0,99,1,0,'dhadmin',1390625022,1407395316),(315,176,0,'A-3261BR','','http://www.topliteusa.com/uploadfile/2014/0807/20140807030711431.png','A-3261BR','0 36 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=176&id=315',0,99,1,0,'dhadmin',1390625022,1407395234),(316,176,0,'A-3261BSA1','','http://www.topliteusa.com/uploadfile/2014/0807/20140807030559328.png','A-3261BSA1','0 36 DUAL DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=176&id=316',0,99,1,0,'dhadmin',1390625022,1407395162),(317,176,0,'A-3261BSR','','http://www.topliteusa.com/uploadfile/2014/0807/20140807030430386.png','A-3261BSR','0 36 DUAL DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=176&id=317',0,99,1,0,'dhadmin',1390625022,1407395074),(318,177,0,'A-4201BG','','','A-4201BG','0 4 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=177&id=318',0,99,1,0,'dhadmin',1390625022,1407395883),(319,177,0,'A-4201BH','','','A-4201BH','0 4 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=177&id=319',0,99,1,0,'dhadmin',1390625022,1407395850),(320,177,0,'A-4201BPG','','','A-4201BPG','0 4 DUAL DIGIT PURE GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=177&id=320',0,99,1,0,'dhadmin',1390625022,1407395815),(321,177,0,'A-4201FH','','http://www.topliteusa.com/uploadfile/2014/0825/20140825111939143.png','A-4201FH','0 4 DUAL DIGIT RED DISPLAY',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=177&id=321',0,99,1,0,'dhadmin',1390625022,1408936781),(322,177,0,'A-4201FSA','','','A-4201FSA','0 4 DUAL DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=177&id=322',0,99,1,0,'dhadmin',1390625022,1407395736),(323,177,0,'A-4201FUW','','','A-4201FUW','0 4 DUAL DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=177&id=323',0,99,1,0,'dhadmin',1390625022,1407395668),(324,178,0,'A-5221BG','','','A-5221BG','0 52 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=178&id=324',0,99,1,0,'dhadmin',1390625022,1407392389),(325,179,0,'A-5241AH','','','A-5241AH','0 54 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=179&id=325',0,99,1,0,'dhadmin',1390625022,1407395458),(326,179,0,'A-5241BG1','','','A-5241BG1','0 54 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=179&id=326',0,99,1,0,'dhadmin',1390625022,1407395430),(327,179,0,'A-5241BH','','','A-5241BH','0 54 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=179&id=327',0,99,1,0,'dhadmin',1390625022,1407395383),(328,179,0,'A-5241BSA1','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055012997.png','A-5241BSA1','0 54 DUAL DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=179&id=328',0,99,1,0,'dhadmin',1390625022,1409046618),(329,180,0,'A-5261AG','','','A-5261AG','0.56# DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=329',0,99,1,0,'dhadmin',1390625022,1390625022),(330,180,0,'A-5261AH','','','A-5261AH','0 56 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=330',0,99,1,0,'dhadmin',1390625022,1406994662),(331,180,0,'A-5261AYG','','','A-5261AYG','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=331',0,99,1,0,'dhadmin',1390625022,1406994632),(332,180,0,'A-5261BB','','','A-5261BB','0 56 DUAL DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=332',0,99,1,0,'dhadmin',1390625022,1406994599),(333,180,0,'A-5261BG','','','A-5261BG','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=333',0,99,1,0,'dhadmin',1390625022,1406994565),(334,180,0,'A-5261BH','','','A-5261BH','0 56 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=334',0,99,1,0,'dhadmin',1390625022,1407394114),(335,180,0,'A-5261BSR','','','A-5261BSR','0 56 DUAL DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=335',0,99,1,0,'dhadmin',1390625022,1407394184),(336,180,0,'A-5261BUW','','','A-5261BUW','0 56 DUAL DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=336',0,99,1,0,'dhadmin',1390625022,1407394217),(337,180,0,'A-5261DH','','','A-5261DH','0 56 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=337',0,99,1,0,'dhadmin',1390625022,1407394251),(338,180,0,'A-5261DSR','','','A-5261DSR','0 56 DUAL DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=338',0,99,1,0,'dhadmin',1390625022,1407394419),(339,180,0,'A-5261EH','','','A-5261EH','0 56 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=339',0,99,1,0,'dhadmin',1390625022,1407394485),(340,180,0,'A-5261HG','','','A-5261HG','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=340',0,99,1,0,'dhadmin',1390625022,1407394554),(341,180,0,'A-5261HG2','','','A-5261HG2','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=341',0,99,1,0,'dhadmin',1390625022,1407394591),(342,180,0,'A-5261HYG1','','','A-5261HYG1','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=342',0,99,1,0,'dhadmin',1390625022,1407394632),(343,180,0,'A-5261LB','','','A-5261LB','0 56 DUAL DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=343',0,99,1,0,'dhadmin',1390625022,1407394676),(344,180,0,'A-5263AYG','','','A-5263AYG','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=344',0,99,1,0,'dhadmin',1390625022,1407394729),(345,180,0,'A-5263BG','','','A-5263BG','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=345',0,99,1,0,'dhadmin',1390625022,1407394774),(346,180,0,'A-5263BH','','','A-5263BH','0 56 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=346',0,99,1,0,'dhadmin',1390625022,1407394803),(347,180,0,'A-5263HG','','','A-5263HG','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=347',0,99,1,0,'dhadmin',1390625022,1407394840),(348,180,0,'A-5263HG1','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055109378.png','A-5263HG1','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=348',0,99,1,0,'dhadmin',1390625022,1409046672),(349,180,0,'A-5264BH','','','A-5264BH','0 56 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=349',0,99,1,0,'dhadmin',1390625022,1407394036),(350,181,0,'A-8201AG1','','','A-8201AG1','0 8 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=181&id=350',0,99,1,0,'dhadmin',1390625022,1416192392),(351,181,0,'A-8201AYG1','','','A-8201AYG1','0 8 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=181&id=351',0,99,1,0,'dhadmin',1390625022,1416192346),(352,181,0,'A-8201BUW','','','A-8201BUW','0 8 DUAL DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=181&id=352',0,99,1,0,'dhadmin',1390625022,1416192303),(353,181,0,'A-8201DSY','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055354801.png','A-8201DSY','0 8 DUAL DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=181&id=353',0,99,1,0,'dhadmin',1390625022,1416192264),(354,183,0,'A-2351AB','','','A-2351AB','0 25 TRIPLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=183&id=354',0,99,1,0,'dhadmin',1390625022,1407049267),(355,183,0,'A-2351ASR','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055449534.png','A-2351ASR','0 25 TRIPLE DIGIT SUPER RED DISPLAY',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=183&id=355',0,99,1,0,'dhadmin',1390625022,1409046893),(356,184,0,'A-2381BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055514711.png','A-2381BH','0 28 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=184&id=356',0,99,1,0,'dhadmin',1390625022,1409046917),(357,185,0,'A-3361AB','','','A-3361AB','0 36 TRIPLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=185&id=357',0,99,1,0,'dhadmin',1390625022,1407049438),(358,185,0,'A-3361AG1','','','A-3361AG1','0 36 TRIPLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=185&id=358',0,99,1,0,'dhadmin',1390625022,1407049418),(359,185,0,'A-3361AH','','','A-3361AH','0 36 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=185&id=359',0,99,1,0,'dhadmin',1390625022,1407049395),(360,185,0,'A-3361BH','','','A-3361BH','0 36 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=185&id=360',0,99,1,0,'dhadmin',1390625022,1407049372),(361,185,0,'A-3361BSR','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055538633.png','A-3361BSR','0 36 TRIPLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=185&id=361',0,99,1,0,'dhadmin',1390625022,1409046942),(362,186,0,'A-4301FSA','','','A-4301FSA','0 4 TRIPLE DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=186&id=362',0,99,1,0,'dhadmin',1390625022,1407049529),(363,186,0,'A-4301FSY','','','A-4301FSY','0 4 TRIPLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=186&id=363',0,99,1,0,'dhadmin',1390625022,1407049508),(364,186,0,'A-4301FUW','','','A-4301FUW','0 4 TRIPLE DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=186&id=364',0,99,1,0,'dhadmin',1390625022,1407049487),(365,186,0,'A-4301FUY','','http://www.topliteusa.com/uploadfile/2014/0825/20140825112853776.png','A-4301FUY','0 4 TRIPLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=186&id=365',0,99,1,0,'dhadmin',1390625022,1408937335),(366,187,0,'A-5321BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055607621.png','A-5321BH','0 52 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=187&id=366',0,99,1,0,'dhadmin',1390625022,1409046970),(367,188,0,'A-5361AH','','','A-5361AH','0 56 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=367',0,99,1,0,'dhadmin',1390625022,1406993494),(368,188,0,'A-5361AS','','','A-5361AS','0 56 TRIPLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=368',0,99,1,0,'dhadmin',1390625022,1406993467),(369,188,0,'A-5361ASY','','','A-5361ASY','0 56 TRIPLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=369',0,99,1,0,'dhadmin',1390625022,1406993439),(370,188,0,'A-5361BG','','','A-5361BG','0 56 TRIPLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=370',0,99,1,0,'dhadmin',1390625022,1406993410),(371,188,0,'A-5361BG1','','','A-5361BG1','0 56 TRIPLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=371',0,99,1,0,'dhadmin',1390625022,1406993380),(372,188,0,'A-5361BH','','','A-5361BH','0 56 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=372',0,99,1,0,'dhadmin',1390625022,1406993356),(373,188,0,'A-5361CG','','','A-5361CG','0 56 TRIPLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=373',0,99,1,0,'dhadmin',1390625022,1406993332),(374,188,0,'A-5361FG','','','A-5361FG','0 56 TRIPLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=374',0,99,1,0,'dhadmin',1390625022,1406993304),(375,188,0,'A-5361FG1','','','A-5361FG1','0 56 TRIPLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=375',0,99,1,0,'dhadmin',1390625022,1406993277),(376,188,0,'A-5361FH','','','A-5361FH','0 56 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=376',0,99,1,0,'dhadmin',1390625022,1406993254),(377,188,0,'A-5362BH','','','A-5362BH','0 56 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=377',0,99,1,0,'dhadmin',1390625022,1406993228),(378,188,0,'A-5363BSY','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055635722.png','A-5363BSY','0 56 TRIPLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=378',0,99,1,0,'dhadmin',1390625022,1409046998),(379,189,0,'A-8302AH','','','A-8302AH','0 8 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=189&id=379',0,99,1,0,'dhadmin',1390625022,1407049637),(380,189,0,'A-8302BSY','','','A-8302BSY','0 8 TRIPLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=189&id=380',0,99,1,0,'dhadmin',1390625022,1407049611),(381,189,0,'A-8302EH','','','A-8302EH','0 8 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=189&id=381',0,99,1,0,'dhadmin',1390625022,1407049590),(382,189,0,'A-8302EPG','','http://www.topliteusa.com/uploadfile/2014/0826/20140826075711782.png','A-8302EPG','0 8 TRIPLE DIGIT PURE GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=189&id=382',0,99,1,0,'dhadmin',1390625022,1409054237),(383,190,0,'A-2451FS','','http://www.topliteusa.com/uploadfile/2014/0807/20140807044634860.png','A-2451FS','0 25 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=190&id=383',0,99,1,0,'dhadmin',1390625022,1407401198),(384,190,0,'A-2451BH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807044530643.png','A-2451BH','0 25 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=190&id=384',0,99,1,0,'dhadmin',1390625022,1407401133),(385,190,0,'A-2451FH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807044349289.png','A-2451FH','0 25 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=190&id=385',0,99,1,0,'dhadmin',1390625022,1407401034),(386,191,0,'A-2481CG','','http://www.topliteusa.com/uploadfile/2014/0807/20140807045644431.png','A-2481CG','0 28 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=191&id=386',0,99,1,0,'dhadmin',1390625022,1407401863),(387,191,0,'A-2481HG','','http://www.topliteusa.com/uploadfile/2014/0807/20140807045543983.png','A-2481HG','0 28 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=191&id=387',0,99,1,0,'dhadmin',1390625022,1407401746),(388,191,0,'A-2481CH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807045330702.png','A-2481CH','0 28 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=191&id=388',0,99,1,0,'dhadmin',1390625022,1407401648),(389,191,0,'A-2481BH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807044934922.png','A-2481BH','0 28 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=191&id=389',0,99,1,0,'dhadmin',1390625022,1407401394),(390,191,0,'A-2481AH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807044821267.png','A-2481AH','0 28 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=191&id=390',0,99,1,0,'dhadmin',1390625022,1407401305),(391,191,0,'A-2481DH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807044727965.png','A-2481DH','0 28 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=191&id=391',0,99,1,0,'dhadmin',1390625022,1407401252),(392,192,0,'A-3407AH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807045920410.png','A-3407AH','0 3 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=192&id=392',0,99,1,0,'dhadmin',1390625022,1407401963),(393,193,0,'A-3461AG','','http://www.topliteusa.com/uploadfile/2014/0807/20140807050552454.png','A-3461AG','0 36 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=393',0,99,1,0,'dhadmin',1390625022,1407402356),(394,193,0,'A-3491BG','','http://www.topliteusa.com/uploadfile/2014/0807/20140807050504233.png','A-3491BG','0 36 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=394',0,99,1,0,'dhadmin',1390625022,1407402307),(395,193,0,'A-3461AG1','','http://www.topliteusa.com/uploadfile/2014/0807/20140807050423810.png','A-3461AG1','0 36 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=395',0,99,1,0,'dhadmin',1390625022,1407402266),(396,193,0,'A-3461FSR','','http://www.topliteusa.com/uploadfile/2014/0807/20140807050343973.png','A-3461FSR','0 36 FOUR DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=396',0,99,1,0,'dhadmin',1390625022,1407402226),(397,193,0,'A-3461BSR','','http://www.topliteusa.com/uploadfile/2014/0807/20140807050259630.png','A-3461BSR','0 36 FOUR DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=397',0,99,1,0,'dhadmin',1390625022,1407402182),(398,193,0,'A-3461AH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807050210694.png','A-3461AH','0 36 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=398',0,99,1,0,'dhadmin',1390625022,1407402133),(399,193,0,'A-3461BH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807050119774.png','A-3461BH','0 36 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=399',0,99,1,0,'dhadmin',1390625022,1407402082),(400,194,0,'A-3491CH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807050728246.png','A-3491CH','0 39 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=194&id=400',0,99,1,0,'dhadmin',1390625022,1407402451),(401,194,0,'A-3491EH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807050643550.png','A-3491EH','0 39 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=194&id=401',0,99,1,0,'dhadmin',1390625022,1407402406),(402,195,0,'A-4403DUW','','','A-4403DUW','0 4 FOUR DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=402',0,99,1,0,'dhadmin',1390625022,1407403746),(403,195,0,'A-4403CG','','','A-4403CG','0 4 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=403',0,99,1,0,'dhadmin',1390625022,1407403722),(404,195,0,'A-4403CG1','','','A-4403CG1','0 4 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=404',0,99,1,0,'dhadmin',1390625022,1407403694),(405,195,0,'A-4401BSR','','','A-4401BSR','0 4 FOUR DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=405',0,99,1,0,'dhadmin',1390625022,1407050513),(406,195,0,'A-4403DSR','','','A-4403DSR','0 4 FOUR DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=406',0,99,1,0,'dhadmin',1390625022,1407403189),(407,195,0,'A-4401ES','','','A-4401ES','0 4 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=407',0,99,1,0,'dhadmin',1390625022,1407402995),(408,195,0,'A-4402CS','','','A-4402CS','0 4 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=408',0,99,1,0,'dhadmin',1390625022,1407050442),(409,195,0,'A-4403CS','','','A-4403CS','0 4 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=409',0,99,1,0,'dhadmin',1390625022,1407402900),(410,195,0,'A-4403DS','','','A-4403DS','0 4 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=410',0,99,1,0,'dhadmin',1390625022,1407402867),(411,195,0,'A-4403CH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055811107.png','A-4403CH','0 4 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=411',0,99,1,0,'dhadmin',1390625022,1409047094),(412,196,0,'A-5421AS','','http://www.topliteusa.com/uploadfile/2014/0807/20140807053127686.png','A-5421AS','0 52 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=196&id=412',0,99,1,0,'dhadmin',1390625022,1407403890),(413,196,0,'A-5421BS','','http://www.topliteusa.com/uploadfile/2014/0807/20140807053042379.png','A-5421BS','0 52 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=196&id=413',0,99,1,0,'dhadmin',1390625022,1407403844),(414,196,0,'A-5421BH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807052957258.png','A-5421BH','0 52 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=196&id=414',0,99,1,0,'dhadmin',1390625022,1407403800),(415,197,0,'A-5461BG','','http://www.topliteusa.com/uploadfile/2014/0807/20140807054232389.png','A-5461BG','0 56 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=415',0,99,1,0,'dhadmin',1390625022,1407404555),(416,197,0,'A-5461BG1','','http://www.topliteusa.com/uploadfile/2014/0807/20140807054144779.png','A-5461BG1','0 56 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=416',0,99,1,0,'dhadmin',1390625022,1407404507),(417,197,0,'A-5461AG1','','','A-5461AG1','0 56 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=417',0,99,1,0,'dhadmin',1390625022,1407404438),(418,197,0,'A-5462FG1','','','A-5462FG1','0 56 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=418',0,99,1,0,'dhadmin',1390625022,1407404414),(419,197,0,'A-5462ASA','','','A-5462ASA','0 56 FOUR DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=419',0,99,1,0,'dhadmin',1390625022,1407404387),(420,197,0,'A-5462FSA1','','','A-5462FSA1','0 56 FOUR DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=420',0,99,1,0,'dhadmin',1390625022,1407404363),(421,197,0,'A-5461BSR','','http://www.topliteusa.com/uploadfile/2014/0807/20140807053841748.png','A-5461BSR','0 56 FOUR DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=421',0,99,1,0,'dhadmin',1390625022,1407404324),(422,197,0,'A-5461AS','','http://www.topliteusa.com/uploadfile/2014/0807/20140807053757701.png','A-5461AS','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=422',0,99,1,0,'dhadmin',1390625022,1407404280),(423,197,0,'A-5461BS','','http://www.topliteusa.com/uploadfile/2014/0807/20140807053713890.png','A-5461BS','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=423',0,99,1,0,'dhadmin',1390625022,1407404236),(424,197,0,'A-5462CS','','','A-5462CS','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=424',0,99,1,0,'dhadmin',1390625022,1407404196),(425,197,0,'A-5462DS','','','A-5462DS','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=425',0,99,1,0,'dhadmin',1390625022,1407404171),(426,197,0,'A-5461BH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807053513897.png','A-5461BH','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=426',0,99,1,0,'dhadmin',1390625022,1407404130),(427,197,0,'A-5461DH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807053431380.png','A-5461DH','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=427',0,99,1,0,'dhadmin',1390625022,1407404090),(428,197,0,'A-5462FH','','','A-5462FH','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=428',0,99,1,0,'dhadmin',1390625022,1407050713),(429,197,0,'A-5461GH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807053320179.png','A-5461GH','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=429',0,99,1,0,'dhadmin',1390625022,1407404003),(430,197,0,'A-5461AH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807053235339.png','A-5461AH','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=430',0,99,1,0,'dhadmin',1390625022,1407403957),(431,198,0,'A-8402EPG','','','A-8402EPG','0 8 FOUR DIGIT PURE GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=198&id=431',0,99,1,0,'dhadmin',1390625022,1407404668),(432,198,0,'A-8402BSR1','','','A-8402BSR1','0 8 FOUR DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=198&id=432',0,99,1,0,'dhadmin',1390625022,1407404635),(433,198,0,'A-8401BS','','http://www.topliteusa.com/uploadfile/2014/0826/20140826055905471.png','A-8401BS','0 8 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=198&id=433',0,99,1,0,'dhadmin',1390625022,1409047148),(434,193,0,'A-3461BG','','http://www.topliteusa.com/uploadfile/2014/0807/20140807050031743.png','A-3461BG','0 36 FIVE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=434',0,99,1,0,'dhadmin',1390625022,1407402035),(435,199,0,'A-2551BG','','','A-2551BG','0 25 FIVE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=199&id=435',0,99,1,0,'dhadmin',1390625022,1407396008),(436,199,0,'A-2551BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826060114223.png','A-2551BH','0 25 FIVE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=199&id=436',0,99,1,0,'dhadmin',1390625022,1409047277),(437,200,0,'A-3561DH','','','A-3561DH','0 36 FIVE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=200&id=437',0,99,1,0,'dhadmin',1390625022,1407396139),(438,200,0,'A-3561CS','','http://www.topliteusa.com/uploadfile/2014/0826/20140826075519311.png','A-3561CS','0 36 FIVE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=200&id=438',0,99,1,0,'dhadmin',1390625022,1409054124),(439,201,0,'A-5521AS','','http://www.topliteusa.com/uploadfile/2014/0826/20140826060145453.png','A-5521AS','0 52 FIVE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=201&id=439',0,99,1,0,'dhadmin',1390625022,1409047307),(440,202,0,'A-2681ASR','','','A-2681ASR','0 3 SIX DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=202&id=440',0,99,1,0,'dhadmin',1390625022,1407396448),(441,204,0,'A-3611BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826060448981.png','A-3611BH','0 52 SIX DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=204&id=441',0,99,1,0,'dhadmin',1390625022,1409047498),(442,203,0,'A-3661HH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826060313331.png','A-3661HH','0 36 SIX DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=203&id=442',0,99,1,0,'dhadmin',1390625022,1409047397),(443,202,0,'A-3664BH','','http://www.topliteusa.com/uploadfile/2014/0826/20140826060243882.png','A-3664BH','0 3 SIX DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=202&id=443',0,99,1,0,'dhadmin',1390625022,1409047366); /*!40000 ALTER TABLE `dh_display` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_display1` -- DROP TABLE IF EXISTS `dh_display1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_display1` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` varchar(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` mediumtext NOT NULL, `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=449 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_display1` -- LOCK TABLES `dh_display1` WRITE; /*!40000 ALTER TABLE `dh_display1` DISABLE KEYS */; INSERT INTO `dh_display1` VALUES (446,156,0,'A-2181AS','','','A-2181AS','0 28 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=156&id=446',0,99,1,0,'dhadmin',1392367418,1405401182),(447,156,0,'A-2181AH','','','A-2181AH','0 28” SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=156&id=447',0,99,1,0,'dhadmin',1392367558,1405401161),(448,156,0,'A-2181BH','','http://www.topliteusa.com/uploadfile/2014/0225/20140225021629753.png','A-2181BH','0 28” SINGLE DIGIT RED DISPLAY',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=156&id=448',0,99,1,0,'dhadmin',1392367608,1405401124),(227,157,0,'A-3104BB','','','TOP-CA-3104BB','0 31 SINGLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=157&id=227',0,99,1,0,'dhadmin',1390625022,1405401269),(228,157,0,'A-3112FSA','','','A-3112FSA','0 31 SINGLE DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=157&id=228',0,99,1,0,'dhadmin',1390625022,1405401246),(229,157,0,'A-3112FG1','','','A-3112FG1','0 31 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=157&id=229',0,99,1,0,'dhadmin',1390625022,1405401220),(230,157,0,'A-3121BH','','','A-3121BH','0 31 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=157&id=230',0,99,1,0,'dhadmin',1390625022,1405400992),(231,157,0,'A-3104BH','','','A-3104BH','0 31 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=157&id=231',0,99,1,0,'dhadmin',1390625022,1405400965),(232,157,0,'A-3121AH','','http://www.topliteusa.com/uploadfile/2014/0225/20140225022841119.png','A-3121AH','0 31 SINGLE DIGIT RED DISPLAY',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=157&id=232',0,99,1,0,'dhadmin',1390625022,1405400898),(233,158,0,'A-3161APG','','','A-3161APG','0 36 SINGLE DIGIT PURE GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=158&id=233',0,99,1,0,'dhadmin',1390625022,1405401459),(234,158,0,'A-3161BG','','','A-3161BG','0 36 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=158&id=234',0,99,1,0,'dhadmin',1390625022,1405401415),(235,158,0,'A-3161BS','','','A-3161BS','0 36 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=158&id=235',0,99,1,0,'dhadmin',1390625022,1405401364),(236,158,0,'A-3161BSR','','','A-3161BSR','0 36 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=158&id=236',0,99,1,0,'dhadmin',1390625022,1405401337),(237,158,0,'A-3161BH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-3161BH','0 36 SINGLE DIGIT RED DISPLAY',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=158&id=237',0,99,1,0,'dhadmin',1390625022,1405401311),(238,159,0,'A-3192BUW','','','A-3192BUW','0 39 SINGLE DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=159&id=238',0,99,1,0,'dhadmin',1390625022,1405401704),(239,159,0,'A-3191AS','','','A-3191AS','0 39 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=159&id=239',0,99,1,0,'dhadmin',1390625022,1405401681),(240,159,0,'A-3191AH','','','A-3191AH','0 39 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=159&id=240',0,99,1,0,'dhadmin',1390625022,1405401656),(241,159,0,'A-3191BH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-3191BH','0 39 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=159&id=241',0,99,1,0,'dhadmin',1390625022,1405401521),(242,160,0,'A-4102ES','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-4102ES','0 4 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=160&id=242',0,99,1,0,'dhadmin',1390625022,1405401728),(243,161,0,'A-5101AS','','','A-5101AS','0 5 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=161&id=243',0,99,1,0,'dhadmin',1390625022,1405401797),(244,161,0,'A-5101AH','','','A-5101AH','0 5 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=161&id=244',0,99,1,0,'dhadmin',1390625022,1405401777),(245,161,0,'A-5101BH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-5101BH','0 5 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=161&id=245',0,99,1,0,'dhadmin',1390625022,1405401752),(246,162,0,'A-5121BG','','','A-5121BG','0 52 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=162&id=246',0,99,1,0,'dhadmin',1390625022,1405401921),(247,162,0,'A-5121AH','','','A-5121AH','0 52 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=162&id=247',0,99,1,0,'dhadmin',1390625022,1405401891),(248,162,0,'A-5121BH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-5121BH','0 52 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=162&id=248',0,99,1,0,'dhadmin',1390625022,1405401830),(249,163,0,'A-5161BB','','','A-5161BB','0 56 SINGLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=249',0,99,1,0,'dhadmin',1390625022,1405410699),(250,163,0,'A-5161BG','','','A-5161BG','0 56 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=250',0,99,1,0,'dhadmin',1390625022,1405410651),(251,163,0,'A-5163AYG','','','A-5163AYG','0 56 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=251',0,99,1,0,'dhadmin',1390625022,1405410629),(252,163,0,'A-5161AS','','','A-5161AS','0 56 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=252',0,99,1,0,'dhadmin',1390625022,1405410598),(253,163,0,'A-5161BS','','','A-5161BS','0 56 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=253',0,99,1,0,'dhadmin',1390625022,1405410555),(254,163,0,'A-5163AS','','','A-5163AS','0 56 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=254',0,99,1,0,'dhadmin',1390625022,1405410523),(255,163,0,'A-5161BH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-5161BH','0 56 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=163&id=255',0,99,1,0,'dhadmin',1390625022,1405401949),(256,164,0,'A-6102AS','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-6102AS','0 6 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=164&id=256',0,99,1,0,'dhadmin',1390625022,1405410725),(257,165,0,'A-8102AG1','','','A-8102AG1','0 8 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=165&id=257',0,99,1,0,'dhadmin',1390625022,1405410875),(258,165,0,'A-8102BG','','','A-8102BG','0 8 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=165&id=258',0,99,1,0,'dhadmin',1390625022,1405410836),(259,165,0,'A-8106AG1','','','A-8106AG1','0 8 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=165&id=259',0,99,1,0,'dhadmin',1390625022,1405410794),(260,165,0,'A-8102BH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-8102BH','0 8 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=165&id=260',0,99,1,0,'dhadmin',1390625022,1405410753),(261,166,0,'A-1109BUW','','','A-1109BUW','1 0 SINGLE DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=261',0,99,1,0,'dhadmin',1390625022,1405411955),(262,166,0,'A-1106BB','','','A-1106BB','1 0 SINGLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=262',0,99,1,0,'dhadmin',1390625022,1405411888),(263,166,0,'A-1106BG','','','A-1106BG','1 0 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=263',0,99,1,0,'dhadmin',1390625022,1405411498),(264,166,0,'A-1106DG1','','','A-1106DG1','1 0 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=264',0,99,1,0,'dhadmin',1390625022,1405411471),(265,166,0,'A-1106BSY','','','A-1106BSY','1 0 SINGLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=265',0,99,1,0,'dhadmin',1390625022,1405411424),(266,166,0,'A-1106DSA1','','','A-1106DSA1','1 0 SINGLE DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=266',0,99,1,0,'dhadmin',1390625022,1405411377),(267,166,0,'A-1106DS','','','A-1106DS','1 0 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=267',0,99,1,0,'dhadmin',1390625022,1405411034),(268,166,0,'A-1109BS','','','A-1109BS','1 0 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=268',0,99,1,0,'dhadmin',1390625022,1405410997),(269,166,0,'A-1106AH','','','A-1106AH','1 0 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=269',0,99,1,0,'dhadmin',1390625022,1405410945),(270,166,0,'A-1106BH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-1106BH','1 0 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=166&id=270',0,99,1,0,'dhadmin',1390625022,1405410920),(271,167,0,'A-12101ASA','','','A-12101ASA','1 2 SINGLE DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=167&id=271',0,99,1,0,'dhadmin',1390625022,1405412066),(272,167,0,'A-12101AB','','','A-12101AB','1 2 SINGLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=167&id=272',0,99,1,0,'dhadmin',1390625022,1405412038),(273,167,0,'A-12101AS','','','A-12101AS','1 2 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=167&id=273',0,99,1,0,'dhadmin',1390625022,1405412008),(274,167,0,'A-12101AH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-12101AH','1 2 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=167&id=274',0,99,1,0,'dhadmin',1390625022,1405411987),(275,168,0,'A-15102BUW','','','A-15102BUW','1 5 SINGLE DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=168&id=275',0,99,1,0,'dhadmin',1390625022,1405412243),(276,168,0,'A-15102BB','','','A-15102BB','1 5 SINGLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=168&id=276',0,99,1,0,'dhadmin',1390625022,1405412205),(277,168,0,'A-15102BG','','','A-15102BG','1 5 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=168&id=277',0,99,1,0,'dhadmin',1390625022,1405412184),(278,168,0,'A-15102BSY','','','A-15102BSY','1 5 SINGLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=168&id=278',0,99,1,0,'dhadmin',1390625022,1405412164),(279,168,0,'A-15102BH','','','A-15102BH','1 5 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=168&id=279',0,99,1,0,'dhadmin',1390625022,1405412139),(280,168,0,'A-15104AH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-15104AH','1 5 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=168&id=280',0,99,1,0,'dhadmin',1390625022,1405412109),(281,169,0,'A-18102BUW','','','A-18102BUW','1 8 SINGLE DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=281',0,99,1,0,'dhadmin',1390625022,1405412603),(282,169,0,'A-18102BB','','','A-18102BB','1 8 SINGLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=282',0,99,1,0,'dhadmin',1390625022,1405412474),(283,169,0,'A-18102BG','','','A-18102BG','1 8 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=283',0,99,1,0,'dhadmin',1390625022,1405412451),(284,169,0,'A-18102BYG','','','A-18102BYG','1 8 SINGLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=284',0,99,1,0,'dhadmin',1390625022,1405412426),(285,169,0,'A-18102BSY','','','A-18102BSY','1 8 SINGLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=285',0,99,1,0,'dhadmin',1390625022,1405412401),(286,169,0,'A-18102AS','','','A-18102AS','1 8 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=286',0,99,1,0,'dhadmin',1390625022,1405412374),(287,169,0,'A-18102BS','','','A-18102BS','1 8 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=287',0,99,1,0,'dhadmin',1390625022,1405412353),(288,169,0,'A-18102DS','','','A-18102DS','1 8 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=288',0,99,1,0,'dhadmin',1390625022,1405412328),(289,169,0,'A-18102BH','','','A-18102BH','1 8 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=289',0,99,1,0,'dhadmin',1390625022,1405412303),(290,169,0,'A-18102DHG','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-18102DHG','1 8 SINGLE DIGIT RED YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=169&id=290',0,99,1,0,'dhadmin',1390625022,1405412279),(291,170,0,'A-20103BH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-20103BH','2 0 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=170&id=291',0,99,1,0,'dhadmin',1390625022,1405412645),(292,171,0,'A-23101BH','','','A-23101BH','2 3 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=171&id=292',0,99,1,0,'dhadmin',1390625022,1405412701),(293,171,0,'A-23103BH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-23103BH','2 3 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=171&id=293',0,99,1,0,'dhadmin',1390625022,1405412672),(294,172,0,'A-30102BUW','','','A-30102BUW','3 0 SINGLE DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=172&id=294',0,99,1,0,'dhadmin',1390625022,1405412787),(295,172,0,'A-30102BH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-30102BH','3 0 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=172&id=295',0,99,1,0,'dhadmin',1390625022,1405412732),(296,173,0,'A-40101BSR','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-40101BSR','4 0 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=173&id=296',0,99,1,0,'dhadmin',1390625022,1405412820),(297,174,0,'A-50102BPG','','','A-50102BPG','5 0 SINGLE DIGIT PURE GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=174&id=297',0,99,1,0,'dhadmin',1390625022,1405412890),(298,174,0,'A-50101BS','','','A-50101BS','5 0 SINGLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=174&id=298',0,99,1,0,'dhadmin',1390625022,1405412869),(299,174,0,'A-50101BH','','http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png','A-50101BH','5 0 SINGLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=174&id=299',0,99,1,0,'dhadmin',1390625022,1405412845),(300,182,0,'A-10203AH','','','A-10203AH','1 0 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=300',0,99,1,0,'dhadmin',1390625022,1405439047),(301,182,0,'A-10203BB','','','A-10203BB','1 0 DUAL DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=301',0,99,1,0,'dhadmin',1390625022,1405439022),(302,182,0,'A-10203BH','','','A-10203BH','1 0 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=302',0,99,1,0,'dhadmin',1390625022,1405438992),(303,182,0,'A-10203BSY','','','A-10203BSY','1 0 DUAL DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=303',0,99,1,0,'dhadmin',1390625022,1405438972),(304,182,0,'A-10203EH','','','A-10203EH','1 0 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=304',0,99,1,0,'dhadmin',1390625022,1405438950),(305,182,0,'A-10203ESA','','','A-10203ESA','1 0 DUAL DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=305',0,99,1,0,'dhadmin',1390625022,1405438923),(306,182,0,'A-10203FB','','','A-10203FB','1 0 DUAL DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=306',0,99,1,0,'dhadmin',1390625022,1405438899),(307,182,0,'A-10203FG','','','A-10203FG','1 0 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=307',0,99,1,0,'dhadmin',1390625022,1405438874),(308,182,0,'A-10203FH','','','A-10203FH','1 0 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=308',0,99,1,0,'dhadmin',1390625022,1405438853),(309,182,0,'A-10203FS','','','A-10203FS','1 0 DUAL DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=309',0,99,1,0,'dhadmin',1390625022,1405438832),(310,182,0,'A-10203FUW','','http://www.topliteusa.com/uploadfile/2014/0325/20140325095058454.png','A-10203FUW','1 0 DUAL DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=182&id=310',0,99,1,0,'dhadmin',1390625022,1405438810),(311,175,0,'A-2281BH','','http://www.topliteusa.com/uploadfile/2014/0325/20140325095058454.png','A-2281BH','0 28 DUAL DIGIT RED DISPLAY',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=175&id=311',0,99,1,0,'dhadmin',1390625022,1405436858),(312,176,0,'A-3261AS','','','A-3261AS','0 36 DUAL DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=176&id=312',0,99,1,0,'dhadmin',1390625022,1405437777),(313,176,0,'A-3261BG1','','','A-3261BG1','0 36 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=176&id=313',0,99,1,0,'dhadmin',1390625022,1405437753),(314,176,0,'A-3261BH','','','A-3261BH','0 36 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=176&id=314',0,99,1,0,'dhadmin',1390625022,1405437726),(315,176,0,'A-3261BR','','','A-3261BR','0 36 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=176&id=315',0,99,1,0,'dhadmin',1390625022,1405437703),(316,176,0,'A-3261BSA1','','','A-3261BSA1','0 36 DUAL DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=176&id=316',0,99,1,0,'dhadmin',1390625022,1405437682),(317,176,0,'A-3261BSR','','http://www.topliteusa.com/uploadfile/2014/0325/20140325095058454.png','A-3261BSR','0 36 DUAL DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=176&id=317',0,99,1,0,'dhadmin',1390625022,1405437652),(318,177,0,'A-4201BG','','','A-4201BG','0 4 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=177&id=318',0,99,1,0,'dhadmin',1390625022,1405437922),(319,177,0,'A-4201BH','','','A-4201BH','0 4 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=177&id=319',0,99,1,0,'dhadmin',1390625022,1405437899),(320,177,0,'A-4201BPG','','','A-4201BPG','0 4 DUAL DIGIT PURE GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=177&id=320',0,99,1,0,'dhadmin',1390625022,1405437880),(321,177,0,'A-4201FH','','','A-4201FH','0 4 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=177&id=321',0,99,1,0,'dhadmin',1390625022,1405437863),(322,177,0,'A-4201FSA','','','A-4201FSA','0 4 DUAL DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=177&id=322',0,99,1,0,'dhadmin',1390625022,1405437841),(323,177,0,'A-4201FUW','','http://www.topliteusa.com/uploadfile/2014/0325/20140325095058454.png','A-4201FUW','0 4 DUAL DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=177&id=323',0,99,1,0,'dhadmin',1390625022,1405437824),(324,178,0,'A-5221BG','','http://www.topliteusa.com/uploadfile/2014/0325/20140325095058454.png','A-5221BG','0 52 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=178&id=324',0,99,1,0,'dhadmin',1390625022,1405437944),(325,179,0,'A-5241AH','','','A-5241AH','0 54 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=179&id=325',0,99,1,0,'dhadmin',1390625022,1405438081),(326,179,0,'A-5241BG1','','','A-5241BG1','0 54 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=179&id=326',0,99,1,0,'dhadmin',1390625022,1405438054),(327,179,0,'A-5241BH','','','A-5241BH','0 54 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=179&id=327',0,99,1,0,'dhadmin',1390625022,1405438002),(328,179,0,'A-5241BSA1','','http://www.topliteusa.com/uploadfile/2014/0325/20140325095058454.png','A-5241BSA1','0 54 DUAL DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=179&id=328',0,99,1,0,'dhadmin',1390625022,1405437967),(329,180,0,'TOP-CC-5261AG','','','TOP-CC-5261AG','0.56# DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=329',0,99,1,0,'dhadmin',1390625022,1390625022),(330,180,0,'A-5261AH','','','A-5261AH','0 56 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=330',0,99,1,0,'dhadmin',1390625022,1405438699),(331,180,0,'A-5261AYG','','','A-5261AYG','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=331',0,99,1,0,'dhadmin',1390625022,1405438674),(332,180,0,'A-5261BB','','','A-5261BB','0 56 DUAL DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=332',0,99,1,0,'dhadmin',1390625022,1405438648),(333,180,0,'A-5261BG','','','A-5261BG','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=333',0,99,1,0,'dhadmin',1390625022,1405438624),(334,180,0,'A-5261BH','','','A-5261BH','0 56 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=334',0,99,1,0,'dhadmin',1390625022,1405438570),(335,180,0,'A-5261BSR','','','A-5261BSR','0 56 DUAL DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=335',0,99,1,0,'dhadmin',1390625022,1405438601),(336,180,0,'A-5261BUW','','','A-5261BUW','0 56 DUAL DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=336',0,99,1,0,'dhadmin',1390625022,1405438546),(337,180,0,'A-5261DH','','','A-5261DH','0 56 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=337',0,99,1,0,'dhadmin',1390625022,1405438517),(338,180,0,'A-5261DSR','','','A-5261DSR','0 56 DUAL DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=338',0,99,1,0,'dhadmin',1390625022,1405438422),(339,180,0,'A-5261EH','','','A-5261EH','0 56 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=339',0,99,1,0,'dhadmin',1390625022,1405438470),(340,180,0,'A-5261HG','','','A-5261HG','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=340',0,99,1,0,'dhadmin',1390625022,1405438398),(341,180,0,'A-5261HG2','','','A-5261HG2','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=341',0,99,1,0,'dhadmin',1390625022,1405438366),(342,180,0,'A-5261HYG1','','','A-5261HYG1','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=342',0,99,1,0,'dhadmin',1390625022,1405438319),(343,180,0,'A-5261LB','','','A-5261LB','0 56 DUAL DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=343',0,99,1,0,'dhadmin',1390625022,1405438277),(344,180,0,'A-5263AYG','','','A-5263AYG','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=344',0,99,1,0,'dhadmin',1390625022,1405438252),(345,180,0,'A-5263BG','','','A-5263BG','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=345',0,99,1,0,'dhadmin',1390625022,1405438220),(346,180,0,'A-5263BH','','','A-5263BH','0 56 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=346',0,99,1,0,'dhadmin',1390625022,1405438185),(347,180,0,'A-5263HG','','','A-5263HG','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=347',0,99,1,0,'dhadmin',1390625022,1405438159),(348,180,0,'A-5263HG1','','','A-5263HG1','0 56 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=348',0,99,1,0,'dhadmin',1390625022,1405438135),(349,180,0,'A-5264BH','','http://www.topliteusa.com/uploadfile/2014/0325/20140325095058454.png','A-5264BH','0 56 DUAL DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=180&id=349',0,99,1,0,'dhadmin',1390625022,1405438107),(350,181,0,'A-8201AG1','','','A-8201AG1','0 8 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=181&id=350',0,99,1,0,'dhadmin',1390625022,1405438789),(351,181,0,'A-8201AYG1','','','A-8201AYG1','0 8 DUAL DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=181&id=351',0,99,1,0,'dhadmin',1390625022,1405438765),(352,181,0,'A-8201BUW','','','A-8201BUW','0 8 DUAL DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=181&id=352',0,99,1,0,'dhadmin',1390625022,1405438741),(353,181,0,'A-8201DSY','','http://www.topliteusa.com/uploadfile/2014/0325/20140325095058454.png','A-8201DSY','0 8 DUAL DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=181&id=353',0,99,1,0,'dhadmin',1390625022,1405438718),(354,183,0,'A-2351AB','','','A-2351AB','0 25 TRIPLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=183&id=354',0,99,1,0,'dhadmin',1390625022,1405439124),(355,183,0,'A-2351ASR','','http://www.topliteusa.com/uploadfile/2014/0325/20140325100413870.png','A-2351ASR','0 25 TRIPLE DIGIT SUPER RED DISPLAY',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=183&id=355',0,99,1,0,'dhadmin',1390625022,1405439102),(356,184,0,'A-2381BH','','http://www.topliteusa.com/uploadfile/2014/0325/20140325100413870.png','A-2381BH','0 28 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=184&id=356',0,99,1,0,'dhadmin',1390625022,1405439166),(357,185,0,'A-3361AB','','','A-3361AB','0 36 TRIPLE DIGIT BLUE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=185&id=357',0,99,1,0,'dhadmin',1390625022,1405439731),(358,185,0,'A-3361AG1','','','A-3361AG1','0 36 TRIPLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=185&id=358',0,99,1,0,'dhadmin',1390625022,1405439563),(359,185,0,'A-3361AH','','','A-3361AH','0 36 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=185&id=359',0,99,1,0,'dhadmin',1390625022,1405439535),(360,185,0,'A-3361BH','','','A-3361BH','0 36 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=185&id=360',0,99,1,0,'dhadmin',1390625022,1405439508),(361,185,0,'A-3361BSR','','http://www.topliteusa.com/uploadfile/2014/0325/20140325100413870.png','A-3361BSR','0 36 TRIPLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=185&id=361',0,99,1,0,'dhadmin',1390625022,1405439477),(362,186,0,'A-4301FSA','','','A-4301FSA','0 4 TRIPLE DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=186&id=362',0,99,1,0,'dhadmin',1390625022,1405439826),(363,186,0,'A-4301FSY','','','A-4301FSY','0 4 TRIPLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=186&id=363',0,99,1,0,'dhadmin',1390625022,1405439804),(364,186,0,'A-4301FUW','','','A-4301FUW','0 4 TRIPLE DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=186&id=364',0,99,1,0,'dhadmin',1390625022,1405439782),(365,186,0,'A-4301FUY','','http://www.topliteusa.com/uploadfile/2014/0325/20140325100413870.png','A-4301FUY','0 4 TRIPLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=186&id=365',0,99,1,0,'dhadmin',1390625022,1405439758),(366,187,0,'A-5321BH','','http://www.topliteusa.com/uploadfile/2014/0325/20140325100413870.png','A-5321BH','0 52 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=187&id=366',0,99,1,0,'dhadmin',1390625022,1405439853),(367,188,0,'A-5361AH','','','A-5361AH','0 56 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=367',0,99,1,0,'dhadmin',1390625022,1405440136),(368,188,0,'A-5361AS','','','A-5361AS','0 56 TRIPLE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=368',0,99,1,0,'dhadmin',1390625022,1405440112),(369,188,0,'A-5361ASY','','','A-5361ASY','0 56 TRIPLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=369',0,99,1,0,'dhadmin',1390625022,1405440089),(370,188,0,'A-5361BG','','','A-5361BG','0 56 TRIPLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=370',0,99,1,0,'dhadmin',1390625022,1405440065),(371,188,0,'A-5361BG1','','','A-5361BG1','0 56 TRIPLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=371',0,99,1,0,'dhadmin',1390625022,1405440042),(372,188,0,'A-5361BH','','','A-5361BH','0 56 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=372',0,99,1,0,'dhadmin',1390625022,1405440019),(373,188,0,'A-5361CG','','','A-5361CG','0 56 TRIPLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=373',0,99,1,0,'dhadmin',1390625022,1405439997),(374,188,0,'A-5361FG','','','A-5361FG','0 56 TRIPLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=374',0,99,1,0,'dhadmin',1390625022,1405439971),(375,188,0,'A-5361FG1','','','A-5361FG1','0 56 TRIPLE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=375',0,99,1,0,'dhadmin',1390625022,1405439946),(376,188,0,'A-5361FH','','','A-5361FH','0 56 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=376',0,99,1,0,'dhadmin',1390625022,1405439924),(377,188,0,'A-5362BH','','','A-5362BH','0 56 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=377',0,99,1,0,'dhadmin',1390625022,1405439902),(378,188,0,'A-5363BSY','','http://www.topliteusa.com/uploadfile/2014/0325/20140325100413870.png','A-5363BSY','0 56 TRIPLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=188&id=378',0,99,1,0,'dhadmin',1390625022,1405439876),(379,189,0,'A-8302AH','','','A-8302AH','0 8 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=189&id=379',0,99,1,0,'dhadmin',1390625022,1405440236),(380,189,0,'A-8302BSY','','','A-8302BSY','0 8 TRIPLE DIGIT YELLOW DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=189&id=380',0,99,1,0,'dhadmin',1390625022,1405440213),(381,189,0,'A-8302EH','','','A-8302EH','0 8 TRIPLE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=189&id=381',0,99,1,0,'dhadmin',1390625022,1405440184),(382,189,0,'A-8302EPG','','http://www.topliteusa.com/uploadfile/2014/0325/20140325100413870.png','A-8302EPG','0 8 TRIPLE DIGIT PURE GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=189&id=382',0,99,1,0,'dhadmin',1390625022,1405440160),(383,190,0,'A-2451FS','','','A-2451FS','0 25 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=190&id=383',0,99,1,0,'dhadmin',1390625022,1405472955),(384,190,0,'A-2451BH','','','A-2451BH','0 25 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=190&id=384',0,99,1,0,'dhadmin',1390625022,1405472991),(385,190,0,'A-2451FH','','http://www.topliteusa.com/uploadfile/2014/0325/20140325101324900.png','A-2451FH','0 25 FOUR DIGIT RED DISPLAY',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=190&id=385',0,99,1,0,'dhadmin',1390625022,1405473019),(386,191,0,'A-2481CG','','','A-2481CG','0 28 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=191&id=386',0,99,1,0,'dhadmin',1390625022,1405473251),(387,191,0,'A-2481HG','','','A-2481HG','0 28 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=191&id=387',0,99,1,0,'dhadmin',1390625022,1405473228),(388,191,0,'A-2481CH','','','A-2481CH','0 28 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=191&id=388',0,99,1,0,'dhadmin',1390625022,1405473204),(389,191,0,'A-2481BH','','','A-2481BH','0 28 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=191&id=389',0,99,1,0,'dhadmin',1390625022,1405473172),(390,191,0,'A-2481AH','','','A-2481AH','0 28 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=191&id=390',0,99,1,0,'dhadmin',1390625022,1405473143),(391,191,0,'A-2481DH','','http://www.topliteusa.com/uploadfile/2014/0325/20140325101324900.png','A-2481DH','0 28 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=191&id=391',0,99,1,0,'dhadmin',1390625022,1405473045),(392,192,0,'A-3407AH','','http://www.topliteusa.com/uploadfile/2014/0325/20140325101324900.png','A-3407AH','0 3 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=192&id=392',0,99,1,0,'dhadmin',1390625022,1405473277),(393,193,0,'A-3461AG','','','A-3461AG','0 36 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=393',0,99,1,0,'dhadmin',1390625022,1405473840),(394,193,0,'A-3491BG','','','A-3491BG','0 36 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=394',0,99,1,0,'dhadmin',1390625022,1405473789),(395,193,0,'A-3461AG1','','','A-3461AG1','0 36 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=395',0,99,1,0,'dhadmin',1390625022,1405473728),(396,193,0,'A-3461FSR','','','A-3461FSR','0 36 FOUR DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=396',0,99,1,0,'dhadmin',1390625022,1405473316),(397,193,0,'A-3461BSR','','','A-3461BSR','0 36 FOUR DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=397',0,99,1,0,'dhadmin',1390625022,1405439384),(398,193,0,'A-3461AH','','','A-3461AH','0 36 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=398',0,99,1,0,'dhadmin',1390625022,1405439343),(399,193,0,'A-3461BH','','http://www.topliteusa.com/uploadfile/2014/0325/20140325100413870.png','A-3461BH','0 36 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=193&id=399',0,99,1,0,'dhadmin',1390625022,1405439302),(400,194,0,'A-3491CH','','','A-3491CH','0 39 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=194&id=400',0,99,1,0,'dhadmin',1390625022,1405474139),(401,194,0,'A-3491EH','','http://www.topliteusa.com/uploadfile/2014/0325/20140325101324900.png','A-3491EH','0 39 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=194&id=401',0,99,1,0,'dhadmin',1390625022,1405474094),(402,195,0,'A-4403DUW','','','A-4403DUW','0 4 FOUR DIGIT WHITE DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=402',0,99,1,0,'dhadmin',1390625022,1405475003),(403,195,0,'A-4403CG','','','A-4403CG','0 4 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=403',0,99,1,0,'dhadmin',1390625022,1405474954),(404,195,0,'A-4403CG1','','','A-4403CG1','0 4 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=404',0,99,1,0,'dhadmin',1390625022,1405474780),(405,195,0,'A-4401BSR','','','A-4401BSR','0 4 FOUR DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=405',0,99,1,0,'dhadmin',1390625022,1405474747),(406,195,0,'A-4403DSR','','','A-4403DSR','0 4 FOUR DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=406',0,99,1,0,'dhadmin',1390625022,1405474727),(407,195,0,'A-4401ES','','','A-4401ES','0 4 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=407',0,99,1,0,'dhadmin',1390625022,1405474678),(408,195,0,'A-4402CS','','','A-4402CS','0 4 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=408',0,99,1,0,'dhadmin',1390625022,1405474702),(409,195,0,'A-4403CS','','','A-4403CS','0 4 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=409',0,99,1,0,'dhadmin',1390625022,1405474650),(410,195,0,'A-4403DS','','','A-4403DS','0 4 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=410',0,99,1,0,'dhadmin',1390625022,1405474278),(411,195,0,'A-4403CH','','http://www.topliteusa.com/uploadfile/2014/0325/20140325101324900.png','A-4403CH','0 4 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=195&id=411',0,99,1,0,'dhadmin',1390625022,1405474191),(412,196,0,'A-5421AS','','','A-5421AS','0 52 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=196&id=412',0,99,1,0,'dhadmin',1390625022,1405475236),(413,196,0,'A-5421BS','','','A-5421BS','0 52 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=196&id=413',0,99,1,0,'dhadmin',1390625022,1405475214),(414,196,0,'A-5421BH','','http://www.topliteusa.com/uploadfile/2014/0325/20140325101324900.png','A-5421BH','0 52 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=196&id=414',0,99,1,0,'dhadmin',1390625022,1405475183),(415,197,0,'A-5461BG','','','A-5461BG','0 56 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=415',0,99,1,0,'dhadmin',1390625022,1405476173),(416,197,0,'A-5461BG1','','','A-5461BG1','0 56 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=416',0,99,1,0,'dhadmin',1390625022,1405476149),(417,197,0,'A-5461AG1','','','A-5461AG1','0 56 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=417',0,99,1,0,'dhadmin',1390625022,1405476104),(418,197,0,'A-5462FG1','','','A-5462FG1','0 56 FOUR DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=418',0,99,1,0,'dhadmin',1390625022,1405475989),(419,197,0,'A-5462ASA','','','A-5462ASA','0 56 FOUR DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=419',0,99,1,0,'dhadmin',1390625022,1405475956),(420,197,0,'A-5462FSA1','','','A-5462FSA1','0 56 FOUR DIGIT AMBER DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=420',0,99,1,0,'dhadmin',1390625022,1405475934),(421,197,0,'A-5461BSR','','','A-5461BSR','0 56 FOUR DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=421',0,99,1,0,'dhadmin',1390625022,1405475885),(422,197,0,'A-5461AS','','','A-5461AS','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=422',0,99,1,0,'dhadmin',1390625022,1405475851),(423,197,0,'A-5461BS','','','A-5461BS','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=423',0,99,1,0,'dhadmin',1390625022,1405475824),(424,197,0,'A-5462CS','','','A-5462CS','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=424',0,99,1,0,'dhadmin',1390625022,1405475801),(425,197,0,'A-5462DS','','','A-5462DS','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=425',0,99,1,0,'dhadmin',1390625022,1405475769),(426,197,0,'A-5461BH','','','A-5461BH','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=426',0,99,1,0,'dhadmin',1390625022,1405475453),(427,197,0,'A-5461DH','','','A-5461DH','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=427',0,99,1,0,'dhadmin',1390625022,1405475433),(428,197,0,'A-5462FH','','','A-5462FH','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=428',0,99,1,0,'dhadmin',1390625022,1405475410),(429,197,0,'A-5461GH','','','A-5461GH','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=429',0,99,1,0,'dhadmin',1390625022,1405475370),(430,197,0,'A-5461AH','','http://www.topliteusa.com/uploadfile/2014/0325/20140325101324900.png','A-5461AH','0 56 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=197&id=430',0,99,1,0,'dhadmin',1390625022,1405475290),(431,198,0,'A-8402EPG','','','A-8402EPG','0 8 FOUR DIGIT PURE GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=198&id=431',0,99,1,0,'dhadmin',1390625022,1405476241),(432,198,0,'A-8402BSR1','','','A-8402BSR1','0 8 FOUR DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=198&id=432',0,99,1,0,'dhadmin',1390625022,1405476222),(433,198,0,'A-8401BS','','http://www.topliteusa.com/uploadfile/2014/0325/20140325101324900.png','A-8401BS','0 8 FOUR DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=198&id=433',0,99,1,0,'dhadmin',1390625022,1405476202),(435,199,0,'A-2551BG','','','A-2551BG','0 25 FIVE DIGIT YELLOW GREEN DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=199&id=435',0,99,1,0,'dhadmin',1390625022,1405476345),(436,199,0,'A-2551BH','','http://www.topliteusa.com/uploadfile/2014/0325/20140325102845127.png','A-2551BH','0 25 FIVE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=199&id=436',0,99,1,0,'dhadmin',1390625022,1405476320),(437,200,0,'A-3561DH','','','A-3561DH','0 36 FIVE DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=200&id=437',0,99,1,0,'dhadmin',1390625022,1405476391),(438,200,0,'A-3561CS','','http://www.topliteusa.com/uploadfile/2014/0325/20140325102845127.png','A-3561CS','0 36 FIVE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=200&id=438',0,99,1,0,'dhadmin',1390625022,1405476371),(439,201,0,'A-5521AS','','http://www.topliteusa.com/uploadfile/2014/0325/20140325102845127.png','A-5521AS','0 52 FIVE DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=201&id=439',0,99,1,0,'dhadmin',1390625022,1395757814),(440,202,0,'A-2681ASR','','','A-2681ASR','0 3 SIX DIGIT SUPER RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=202&id=440',0,99,1,0,'dhadmin',1390625022,1393400020),(441,204,0,'A-3611BH','','','A-3611BH','0 52 SIX DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=204&id=441',0,99,1,0,'dhadmin',1390625022,1405476414),(442,203,0,'A-3661HH','','','A-3661HH','0 36 SIX DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=203&id=442',0,99,1,0,'dhadmin',1390625022,1393400050),(443,202,0,'A-3664BH','','','A-3664BH','0 3 SIX DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=202&id=443',0,99,1,0,'dhadmin',1390625022,1393399958),(444,205,0,'A-5721BH','','','A-5721BH','0 52 SEVEN DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=205&id=444',0,99,1,0,'dhadmin',1390625022,1405476446),(445,206,0,'A-4801BH','','','A-4801BH','0 4 EIGHT DIGIT RED DISPLAY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=206&id=445',0,99,1,0,'dhadmin',1390625022,1405476467); /*!40000 ALTER TABLE `dh_display1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_display_data` -- DROP TABLE IF EXISTS `dh_display_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_display_data` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `Polarity` varchar(255) NOT NULL default '', `Color` varchar(255) NOT NULL default '', `Wavelength` varchar(255) NOT NULL default '', `Min` varchar(255) NOT NULL default '', `Typ` varchar(255) NOT NULL default '', `Datasheet` varchar(255) NOT NULL default '', `pdfdownload` mediumtext NOT NULL, `ma` varchar(255) NOT NULL default '', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_display_data` -- LOCK TABLES `dh_display_data` WRITE; /*!40000 ALTER TABLE `dh_display_data` DISABLE KEYS */; INSERT INTO `dh_display_data` VALUES (446,'0.28” SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2181AS.pdf\',\r\n \'filename\' => \'A-2181AS\',\r\n )\r\n)',''),(447,'0.28” SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2181AH.pdf\',\r\n \'filename\' => \'A-2181AH\',\r\n )\r\n)',''),(227,'0.31# SINGLE DIGIT BLUE DISPLAY',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49363','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3104BB.pdf\',\r\n \'filename\' => \'A-3104BB\',\r\n )\r\n)',''),(228,'0.31# SINGLE DIGIT AMBER DISPLAY',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49363','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3112FSA.pdf\',\r\n \'filename\' => \'A-3112FSA\',\r\n )\r\n)',''),(229,'0.31# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21938','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3112FG1.pdf\',\r\n \'filename\' => \'A-3112FG1\',\r\n )\r\n)',''),(230,'0.31# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3121BH.pdf\',\r\n \'filename\' => \'A-3121BH\',\r\n )\r\n)',''),(231,'0.31# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3104BH.pdf\',\r\n \'filename\' => \'A-3104BH\',\r\n )\r\n)',''),(232,'0.31# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3121AH.pdf\',\r\n \'filename\' => \'A-3121AH\',\r\n )\r\n)',''),(233,'0.36# SINGLE DIGIT PURE GREEN DISPLAY',0,'',0,10000,'',0,1,'','CC','Pure Green','518','26326','49363','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3161APG.pdf\',\r\n \'filename\' => \'A-3161APG\',\r\n )\r\n)',''),(234,'0.36# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3161BG.pdf\',\r\n \'filename\' => \'A-3161BG\',\r\n )\r\n)',''),(235,'0.36# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Super Red','635','10384','15524','P','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3161BS.pdf\',\r\n \'filename\' => \'A-3161BS\',\r\n )\r\n)',''),(237,'0.36# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3161BH.pdf\',\r\n \'filename\' => \'A-3161BH\',\r\n )\r\n)',''),(238,'0.39# SINGLE DIGIT WHITE DISPLAY',0,'',0,10000,'',0,1,'','CA','White','460','26326','49363','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3192BUW.pdf\',\r\n \'filename\' => \'A-3192BUW\',\r\n )\r\n)',''),(239,'0.39# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3191AS.pdf\',\r\n \'filename\' => \'A-3191AS\',\r\n )\r\n)',''),(240,'0.39# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3191AH.pdf\',\r\n \'filename\' => \'A-3191AH\',\r\n )\r\n)',''),(241,'0.39# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3191BH.pdf\',\n \'filename\' => \'A-3191BH\',\n ),\n)',''),(242,'0.4# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','10384','15524','P','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4102ES.pdf\',\n \'filename\' => \'A-4102ES\',\n ),\n)',''),(243,'0.5# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5101AS.pdf\',\r\n \'filename\' => \'A-5101AS\',\r\n )\r\n)',''),(244,'0.5# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5101AH.pdf\',\r\n \'filename\' => \'A-5101AH\',\r\n )\r\n)',''),(245,'0.5# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5101BH.pdf\',\n \'filename\' => \'A-5101BH\',\n ),\n)',''),(246,'0.52# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5121BG.pdf\',\r\n \'filename\' => \'A-5121BG\',\r\n )\r\n)',''),(247,'0.52# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5121AH.pdf\',\r\n \'filename\' => \'A-5121AH\',\r\n )\r\n)',''),(248,'0.52# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5121BH.pdf\',\n \'filename\' => \'A-5121BH\',\n ),\n)',''),(249,'0.56# SINGLE DIGIT BLUE DISPLAY',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49363','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5161BB.pdf\',\r\n \'filename\' => \'A-5161BB\',\r\n )\r\n)',''),(250,'0.56# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5161BG.pdf\',\r\n \'filename\' => \'A-5161BG\',\r\n )\r\n)',''),(251,'0.56# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21938','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5163AYG.pdf\',\r\n \'filename\' => \'A-5163AYG\',\r\n )\r\n)',''),(252,'0.56# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5161AS.pdf\',\r\n \'filename\' => \'A-5161AS\',\r\n )\r\n)',''),(253,'0.56# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5161BS.pdf\',\r\n \'filename\' => \'A-5161BS\',\r\n )\r\n)',''),(254,'0.56# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5163AS.pdf\',\r\n \'filename\' => \'A-5163AS\',\r\n )\r\n)',''),(255,'0.56# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5161BH.pdf\',\r\n \'filename\' => \'A-5161BH\',\r\n )\r\n)',''),(256,'0.56# SINGLE DIGIT BLUE DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-6102AS.pdf\',\n \'filename\' => \'A-6102AS\',\n ),\n)',''),(257,'0.8# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117103310212.pdf\',\n \'filename\' => \'A-8102AG1\',\n ),\n)',''),(258,'0.8# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117103145717.pdf\',\n \'filename\' => \'A-8102BG\',\n ),\n)',''),(259,'0.8# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117103108814.pdf\',\n \'filename\' => \'A-8106AG1\',\n ),\n)',''),(260,'0.8# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117103027488.pdf\',\n \'filename\' => \'A-8102BH\',\n ),\n)',''),(261,'1.0# SINGLE DIGIT WHITE DISPLAY',0,'',0,10000,'',0,1,'','CA','White','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117095811164.pdf\',\n \'filename\' => \'A-1109BUW\',\n ),\n)',''),(262,'1.0# SINGLE DIGIT BLUE DISPLAY',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117102758968.pdf\',\n \'filename\' => \'A-1106BB\',\n ),\n)',''),(263,'1.0# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117102714142.pdf\',\n \'filename\' => \'A-1106BG\',\n ),\n)',''),(264,'1.0# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','10384','15524','P','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117102637346.pdf\',\n \'filename\' => \'A-1106DG1\',\n ),\n)',''),(265,'1.0# SINGLE DIGIT YELLOW DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117102529116.pdf\',\n \'filename\' => \'A-1106BSY\',\n ),\n)',''),(266,'1.0# SINGLE DIGIT AMBER DISPLAY',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117102209569.pdf\',\n \'filename\' => \'A-1106DSA1\',\n ),\n)',''),(267,'1.0# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117102123713.pdf\',\n \'filename\' => \'A-1106DS\',\n ),\n)',''),(268,'1.0# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117102047430.pdf\',\n \'filename\' => \'A-1109BS\',\n ),\n)',''),(269,'1.0# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117100027390.pdf\',\n \'filename\' => \'A-1106AH\',\n ),\n)',''),(270,'1.0# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117095910936.pdf\',\n \'filename\' => \'A-1106BH\',\n ),\n)',''),(271,'1.2# SINGLE DIGIT AMBER DISPLAY',0,'',0,10000,'',0,1,'','CC','Amber','605','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117103657158.pdf\',\n \'filename\' => \'A-12101ASA\',\n ),\n)',''),(272,'1.2# SINGLE DIGIT BLUE DISPLAY',0,'',0,10000,'',0,1,'','CC','Blue','460','26326','49363','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-12101AB.pdf\',\r\n \'filename\' => \'A-12101AB\',\r\n )\r\n)',''),(273,'1.2# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117103612874.pdf\',\n \'filename\' => \'A-12101AS\',\n ),\n)',''),(274,'1.2# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117103527303.pdf\',\n \'filename\' => \'A-12101AH\',\n ),\n)',''),(275,'1.5# SINGLE DIGIT WHITE DISPLAY',0,'',0,10000,'',0,1,'','CA','White','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117104059315.pdf\',\n \'filename\' => \'A-15102BUW\',\n ),\n)',''),(276,'1.5# SINGLE DIGIT BLUE DISPLAY',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117104011875.pdf\',\n \'filename\' => \'A-15102BB\',\n ),\n)',''),(277,'1.5# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117103928158.pdf\',\n \'filename\' => \'A-15102BG\',\n ),\n)',''),(278,'1.5# SINGLE DIGIT YELLOW DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117103837573.pdf\',\n \'filename\' => \'A-15102BSY\',\n ),\n)',''),(279,'1.5# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117103757535.pdf\',\n \'filename\' => \'A-15102BH\',\n ),\n)',''),(280,'1.5# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9186','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-15104AH.pdf\',\r\n \'filename\' => \'A-15104AH\',\r\n )\r\n)',''),(281,'A-18102BUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49363','U','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-18102BUW.pdf\',\r\n \'filename\' => \'A-18102BUW\',\r\n )\r\n)',''),(282,'A-18102BB',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49363','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-18102BB.pdf\',\r\n \'filename\' => \'A-18102BB\',\r\n )\r\n)',''),(283,'A-18102BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-18102BG.pdf\',\r\n \'filename\' => \'A-18102BG\',\r\n )\r\n)',''),(284,'A-18102BYG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21938','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-18102BYG.pdf\',\r\n \'filename\' => \'A-18102BYG\',\r\n )\r\n)',''),(285,'A-18102BSY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49363','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-18102BSY.pdf\',\r\n \'filename\' => \'A-18102BSY\',\r\n )\r\n)',''),(286,'A-18102AS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-18102AS.pdf\',\r\n \'filename\' => \'A-18102AS\',\r\n )\r\n)',''),(287,'A-18102BS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-18102BS.pdf\',\r\n \'filename\' => \'A-18102BS\',\r\n )\r\n)',''),(288,'A-18102DS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-18102DS.pdf\',\r\n \'filename\' => \'A-18102DS\',\r\n )\r\n)',''),(289,'1.8# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-18102BH.pdf\',\r\n \'filename\' => \'A-18102BH\',\r\n )\r\n)',''),(290,'1.5# SINGLE DIGIT WHITE DISPLAY',0,'',0,10000,'',0,1,'','CA','Red / Yellow Green','640 / 570','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-18102DHG.pdf\',\n \'filename\' => \'A-18102DHG\',\n ),\n)',''),(291,'A-20103BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-20103BH.pdf\',\n \'filename\' => \'A-20103BH\',\n ),\n)',''),(292,'A-23101BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-23101BH.pdf\',\r\n \'filename\' => \'A-23101BH\',\r\n )\r\n)',''),(293,'A-23103BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-23103BH.pdf\',\n \'filename\' => \'A-23103BH\',\n ),\n)',''),(294,'A-30102BUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49363','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-30102BUW.pdf\',\r\n \'filename\' => \'A-30102BUW\',\r\n )\r\n)',''),(295,'A-30102BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-30102BH.pdf\',\n \'filename\' => \'A-30102BH\',\n ),\n)',''),(296,'A-40101BSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','17550','32907','S','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-40101BSR.pdf\',\n \'filename\' => \'A-40101BSR\',\n ),\n)',''),(297,'A-50102BPG',0,'',0,10000,'',0,1,'','CA','Pure Green','518','39490','74045','U','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-50102BPG.pdf\',\r\n \'filename\' => \'A-50102BPG\',\r\n )\r\n)',''),(298,'A-50101BS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-50101BS.pdf\',\r\n \'filename\' => \'A-50101BS\',\r\n )\r\n)',''),(299,'A-50101BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-50101BH.pdf\',\r\n \'filename\' => \'A-50101BH\',\r\n )\r\n)',''),(300,'A-10203AH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117111533505.pdf\',\n \'filename\' => \'A-10203AH\',\n ),\n)',''),(301,'A-10203BB',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117111451900.pdf\',\n \'filename\' => \'A-10203BB\',\n ),\n)',''),(302,'A-10203BH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117110802465.pdf\',\n \'filename\' => \'A-10203BH\',\n ),\n)',''),(303,'A-10203BSY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117110642171.pdf\',\n \'filename\' => \'A-10203BSY\',\n ),\n)',''),(304,'A-10203EH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117110505669.pdf\',\n \'filename\' => \'A-10203EH\',\n ),\n)',''),(305,'A-10203ESA',0,'',0,10000,'',0,1,'','CC','Amber','605','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117110416202.pdf\',\n \'filename\' => \'A-10203ESA\',\n ),\n)',''),(306,'A-10203FB',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117110300298.pdf\',\n \'filename\' => \'A-10203FB\',\n ),\n)',''),(307,'A-10203FG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117110140459.pdf\',\n \'filename\' => \'A-10203FG\',\n ),\n)',''),(308,'A-10203FH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117111835964.pdf\',\n \'filename\' => \'A-10203FH\',\n ),\n)',''),(309,'A-10203FS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117104828589.pdf\',\n \'filename\' => \'A-10203FS\',\n ),\n)',''),(310,'A-10203FUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117104731700.pdf\',\n \'filename\' => \'A-10203FUW\',\n ),\n)',''),(311,'A-2281BH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2281BH.pdf\',\r\n \'filename\' => \'A-2281BH\',\r\n )\r\n)',''),(312,'A-3261AS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3261AS.pdf\',\r\n \'filename\' => \'A-3261AS\',\r\n )\r\n)',''),(313,'A-3261BG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3261BG1.pdf\',\r\n \'filename\' => \'A-3261BG1\',\r\n )\r\n)',''),(314,'A-3261BH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3261BH.pdf\',\r\n \'filename\' => \'A-3261BH\',\r\n )\r\n)',''),(315,'A-3261BR',0,'',0,10000,'',0,1,'','CA','Red','640','2501','4113','G','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3261BR.pdf\',\r\n \'filename\' => \'A-3261BR\',\r\n )\r\n)',''),(316,'A-3261BSA1',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3261BSA1.pdf\',\r\n \'filename\' => \'A-3261BSA1\',\r\n )\r\n)',''),(317,'A-3261BSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3261BSR.pdf\',\r\n \'filename\' => \'A-3261BSR\',\r\n )\r\n)',''),(318,'A-4201BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4201BG.pdf\',\r\n \'filename\' => \'A-4201BG\',\r\n )\r\n)',''),(319,'A-4201BH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4201BH.pdf\',\r\n \'filename\' => \'A-4201BH\',\r\n )\r\n)',''),(320,'A-4201BPG',0,'',0,10000,'',0,1,'','CA','Pure Green','515','39490','74045','U','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4201BPG.pdf\',\r\n \'filename\' => \'A-4201BPG\',\r\n )\r\n)',''),(321,'A-4201FH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4201FH.pdf\',\r\n \'filename\' => \'A-4201FH\',\r\n )\r\n)',''),(322,'A-4201FSA',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4201FSA.pdf\',\r\n \'filename\' => \'A-4201FSA\',\r\n )\r\n)',''),(323,'A-4201FUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4201FUW.pdf\',\r\n \'filename\' => \'A-4201FUW\',\r\n )\r\n)',''),(324,'A-5221BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5221BG.pdf\',\r\n \'filename\' => \'A-5221BG\',\r\n )\r\n)',''),(325,'A-5241AH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5241AH.pdf\',\r\n \'filename\' => \'A-5241AH\',\r\n )\r\n)',''),(326,'A-5241BG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5241BG1.pdf\',\r\n \'filename\' => \'A-5241BG1\',\r\n )\r\n)',''),(327,'A-5241BH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5241BH.pdf\',\r\n \'filename\' => \'A-5241BH\',\r\n )\r\n)',''),(328,'A-5241BSA1',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5241BSA1.pdf\',\n \'filename\' => \'A-5241BSA1\',\n ),\n)',''),(329,'',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261AG.pdf\',\r\n \'filename\' => \'A-5261AG\',\r\n )\r\n)',''),(330,'A-5261AH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261AH.pdf\',\r\n \'filename\' => \'A-5261AH\',\r\n )\r\n)',''),(331,'A-5261AYG',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261AYG.pdf\',\r\n \'filename\' => \'A-5261AYG\',\r\n )\r\n)',''),(332,'A-5261BB',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261BB.pdf\',\r\n \'filename\' => \'A-5261BB\',\r\n )\r\n)',''),(333,'A-5261BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261BG.pdf\',\r\n \'filename\' => \'A-5261BG\',\r\n )\r\n)',''),(334,'A-5261BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261BH.pdf\',\r\n \'filename\' => \'A-5261BH\',\r\n )\r\n)',''),(335,'A-5261BSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261BSR.pdf\',\r\n \'filename\' => \'A-5261BSR\',\r\n )\r\n)',''),(336,'A-5261BUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261BUW.pdf\',\r\n \'filename\' => \'A-5261BUW\',\r\n )\r\n)',''),(337,'A-5261DH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261DH.pdf\',\r\n \'filename\' => \'A-5261DH\',\r\n )\r\n)',''),(338,'A-5261DSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261DSR.pdf\',\r\n \'filename\' => \'A-5261DSR\',\r\n )\r\n)',''),(339,'A-5261EH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261EH.pdf\',\r\n \'filename\' => \'A-5261EH\',\r\n )\r\n)',''),(340,'A-5261HG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261HG.pdf\',\r\n \'filename\' => \'A-5261HG\',\r\n )\r\n)',''),(341,'A-5261HG2',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261HG2.pdf\',\r\n \'filename\' => \'A-5261HG2\',\r\n )\r\n)',''),(342,'A-5261HYG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261HYG1.pdf\',\r\n \'filename\' => \'A-5261HYG1\',\r\n )\r\n)',''),(343,'A-5261LB',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5261LB.pdf\',\r\n \'filename\' => \'A-5261LB\',\r\n )\r\n)',''),(344,'A-5263AYG',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5263AYG.pdf\',\r\n \'filename\' => \'A-5263AYG\',\r\n )\r\n)',''),(345,'A-5263BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5263BG.pdf\',\r\n \'filename\' => \'A-5263BG\',\r\n )\r\n)',''),(346,'A-5263BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5263BH.pdf\',\r\n \'filename\' => \'A-5263BH\',\r\n )\r\n)',''),(347,'A-5263HG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5263HG.pdf\',\r\n \'filename\' => \'A-5263HG\',\r\n )\r\n)',''),(348,'A-5263HG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5263HG1.pdf\',\n \'filename\' => \'A-5263HG1\',\n ),\n)',''),(349,'A-5264BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5264BH.pdf\',\r\n \'filename\' => \'A-5264BH\',\r\n )\r\n)',''),(350,'A-8201AG1',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117104623572.pdf\',\n \'filename\' => \'A-8201AG1\',\n ),\n)',''),(351,'A-8201AYG1',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','10384','15525','P','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117104539102.pdf\',\n \'filename\' => \'A-8201AYG1\',\n ),\n)',''),(352,'A-8201BUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117104454960.pdf\',\n \'filename\' => \'A-8201BUW\',\n ),\n)',''),(353,'A-8201DSY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/1117/20141117104416580.pdf\',\n \'filename\' => \'A-8201DSY\',\n ),\n)',''),(354,'A-2351AB',0,'',0,10000,'',0,1,'','CC','Blue','460','26326','49362','TUV','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2351AB.pdf\',\r\n \'filename\' => \'A-2351AB\',\r\n )\r\n)',''),(355,'A-2351ASR',0,'',0,10000,'',0,1,'','CC','Super Red','628','26326','49362','TUV','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2351ASR.pdf\',\n \'filename\' => \'A-2351ASR\',\n ),\n)',''),(356,'A-2381BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','MNP','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2381BH.pdf\',\n \'filename\' => \'A-2381BH\',\n ),\n)',''),(357,'A-3361AB',0,'',0,10000,'',0,1,'','CC','Blue','460','26326','49362','TUV','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3361AB.pdf\',\r\n \'filename\' => \'A-3361AB\',\r\n )\r\n)',''),(358,'A-3361AG1',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','RST','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3361AG1.pdf\',\r\n \'filename\' => \'A-3361AG1\',\r\n )\r\n)',''),(359,'A-3361AH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','KMN','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3361AH.pdf\',\r\n \'filename\' => \'A-3361AH\',\r\n )\r\n)',''),(360,'A-3361BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','MNP','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3361BH.pdf\',\r\n \'filename\' => \'A-3361BH\',\r\n )\r\n)',''),(361,'A-3361BSR',0,'',0,10000,'',0,1,'','CA','Super Red','622','26326','49362','TUV','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3361BSR.pdf\',\n \'filename\' => \'A-3361BSR\',\n ),\n)',''),(362,'A-4301FSA',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49362','TUV','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4301FSA.pdf\',\r\n \'filename\' => \'A-4301FSA\',\r\n )\r\n)',''),(363,'A-4301FSY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49362','TUV','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4301FSY.pdf\',\r\n \'filename\' => \'A-4301FSY\',\r\n )\r\n)',''),(364,'A-4301FUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49362','TUV','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4301FUW.pdf\',\r\n \'filename\' => \'A-4301FUW\',\r\n )\r\n)',''),(365,'A-4301FUY',0,'',0,10000,'',0,1,'','CA','Yellow','590','39490','74045','UVW','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4301FUY.pdf\',\r\n \'filename\' => \'A-4301FUY\',\r\n )\r\n)',''),(366,'A-5321BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','MNP','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5321BH.pdf\',\n \'filename\' => \'A-5321BH\',\n ),\n)',''),(367,'A-5361AH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','MNP','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5361AH.pdf\',\r\n \'filename\' => \'A-5361AH\',\r\n )\r\n)',''),(368,'A-5361AS',0,'',0,10000,'',0,1,'','CC','Super Red','635','10384','15524','PRS','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5361AS.pdf\',\r\n \'filename\' => \'A-5361AS\',\r\n )\r\n)',''),(369,'A-5361ASY',0,'',0,10000,'',0,1,'','CC','Yellow','590','26326','49362','TUV','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5361ASY.pdf\',\r\n \'filename\' => \'A-5361ASY\',\r\n )\r\n)',''),(370,'A-5361BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','KMN','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5361BG.pdf\',\r\n \'filename\' => \'A-5361BG\',\r\n )\r\n)',''),(371,'A-5361BG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','RST','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5361BG1.pdf\',\r\n \'filename\' => \'A-5361BG1\',\r\n )\r\n)',''),(372,'A-5361BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','MNP','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5361BH.pdf\',\r\n \'filename\' => \'A-5361BH\',\r\n )\r\n)',''),(373,'A-5361CG',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','4726','7066','KMN','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5361CG.pdf\',\r\n \'filename\' => \'A-5361CG\',\r\n )\r\n)',''),(374,'A-5361FG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','KMN','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5361FG.pdf\',\r\n \'filename\' => \'A-5361FG\',\r\n )\r\n)',''),(375,'A-5361FG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','RST','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5361FG1.pdf\',\r\n \'filename\' => \'A-5361FG1\',\r\n )\r\n)',''),(376,'A-5361FH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','MNP','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5361FH.pdf\',\r\n \'filename\' => \'A-5361FH\',\r\n )\r\n)',''),(377,'A-5362BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','MNP','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5362BH.pdf\',\r\n \'filename\' => \'A-5362BH\',\r\n )\r\n)',''),(378,'A-5363BSY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49362','TUV','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5363BSY.pdf\',\n \'filename\' => \'A-5363BSY\',\n ),\n)',''),(379,'A-8302AH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','MNP','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-8302AH.pdf\',\r\n \'filename\' => \'A-8302AH\',\r\n )\r\n)',''),(380,'A-8302BSY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49362','TUV','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-8302BSY.pdf\',\r\n \'filename\' => \'A-8302BSY\',\r\n )\r\n)',''),(381,'A-8302EH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','KMN','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-8302EH.pdf\',\r\n \'filename\' => \'A-8302EH\',\r\n )\r\n)',''),(382,'A-8302EPG',0,'',0,10000,'',0,1,'','CC','Pure Green','525','39490','74045','UVW','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-8302EPG.pdf\',\n \'filename\' => \'A-8302EPG\',\n ),\n)',''),(383,'A-2451FS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2451FS.pdf\',\r\n \'filename\' => \'A-2451FS\',\r\n )\r\n)',''),(384,'A-2451BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2451BH.pdf\',\r\n \'filename\' => \'A-2451BH\',\r\n )\r\n)',''),(385,'A-2451FH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2451FH.pdf\',\r\n \'filename\' => \'A-2451FH\',\r\n )\r\n)',''),(386,'A-2481CG',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2481CG.pdf\',\r\n \'filename\' => \'A-2481CG\',\r\n )\r\n)',''),(387,'A-2481HG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2481HG.pdf\',\r\n \'filename\' => \'A-2481HG\',\r\n )\r\n)',''),(388,'A-2481CH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2481CH.pdf\',\r\n \'filename\' => \'A-2481CH\',\r\n )\r\n)',''),(389,'A-2481BH<br />\r\n0.28# FOUR DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2481BH.pdf\',\r\n \'filename\' => \'A-2481BH\',\r\n )\r\n)',''),(390,'A-2481AH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2481AH.pdf\',\r\n \'filename\' => \'A-2481AH\',\r\n )\r\n)',''),(391,'A-2481DH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2481DH.pdf\',\r\n \'filename\' => \'A-2481DH\',\r\n )\r\n)',''),(392,'A-3407AH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3407AH.pdf\',\r\n \'filename\' => \'A-3407AH\',\r\n )\r\n)',''),(393,'A-3461AG',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3461AG.pdf\',\r\n \'filename\' => \'A-3461AG\',\r\n )\r\n)',''),(394,'A-3491BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3491BG.pdf\',\r\n \'filename\' => \'A-3491BG\',\r\n )\r\n)',''),(395,'A-3461AG1',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3461AG1.pdf\',\r\n \'filename\' => \'A-3461AG1\',\r\n )\r\n)',''),(396,'A-3461FSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3461FSR.pdf\',\r\n \'filename\' => \'A-3461FSR\',\r\n )\r\n)',''),(397,'A-3461BSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3461BSR.pdf\',\r\n \'filename\' => \'A-3461BSR\',\r\n )\r\n)',''),(398,'A-3461AH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3461AH.pdf\',\r\n \'filename\' => \'A-3461AH\',\r\n )\r\n)',''),(399,'A-3461BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3461BH.pdf\',\r\n \'filename\' => \'A-3461BH\',\r\n )\r\n)',''),(400,'A-3491CH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3491CH.pdf\',\r\n \'filename\' => \'A-3491CH\',\r\n )\r\n)',''),(401,'A-3491EH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3491EH.pdf\',\r\n \'filename\' => \'A-3491EH\',\r\n )\r\n)',''),(402,'A-4403DUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4403DUW.pdf\',\r\n \'filename\' => \'A-4403DUW\',\r\n )\r\n)',''),(403,'A-4403CG',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4403CG.pdf\',\r\n \'filename\' => \'A-4403CG\',\r\n )\r\n)',''),(404,'A-4403CG1',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4403CG1.pdf\',\r\n \'filename\' => \'A-4403CG1\',\r\n )\r\n)',''),(405,'A-4401BSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4401BSR.pdf\',\r\n \'filename\' => \'A-4401BSR\',\r\n )\r\n)',''),(406,'A-4403DSR',0,'',0,10000,'',0,1,'','CA','Super Red','630','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4403DSR.pdf\',\r\n \'filename\' => \'A-4403DSR\',\r\n )\r\n)',''),(407,'A-4401ES',0,'',0,10000,'',0,1,'','CC','Super Red','635','10384','15524','P','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4401ES.pdf\',\r\n \'filename\' => \'A-4401ES\',\r\n )\r\n)',''),(408,'A-4402CS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4402CS.pdf\',\r\n \'filename\' => \'A-4402CS\',\r\n )\r\n)',''),(409,'A-4403CS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4403CS.pdf\',\r\n \'filename\' => \'A-4403CS\',\r\n )\r\n)',''),(410,'A-4403DS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4403DS.pdf\',\r\n \'filename\' => \'A-4403DS\',\r\n )\r\n)',''),(411,'A-4403CH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-4403CH.pdf\',\n \'filename\' => \'A-4403CH\',\n ),\n)',''),(412,'A-5421AS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5421AS.pdf\',\r\n \'filename\' => \'A-5421AS\',\r\n )\r\n)',''),(413,'A-5421BS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5421BS.pdf\',\r\n \'filename\' => \'A-5421BS\',\r\n )\r\n)',''),(414,'A-5421BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5421BH.pdf\',\r\n \'filename\' => \'A-5421BH\',\r\n )\r\n)',''),(415,'A-5461BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5461BG.pdf\',\r\n \'filename\' => \'A-5461BG\',\r\n )\r\n)',''),(416,'A-5461BG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','10384','15524','P','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5461BG1.pdf\',\r\n \'filename\' => \'A-5461BG1\',\r\n )\r\n)',''),(417,'A-5461AG1',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5461AG1.pdf\',\r\n \'filename\' => \'A-5461AG1\',\r\n )\r\n)',''),(418,'A-5462FG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','572','10384','15524','P','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5462FG1.pdf\',\r\n \'filename\' => \'A-5462FG1\',\r\n )\r\n)',''),(419,'A-5462ASA',0,'',0,10000,'',0,1,'','CC','Amber','605','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5462ASA.pdf\',\r\n \'filename\' => \'A-5462ASA\',\r\n )\r\n)',''),(420,'A-5462FSA1',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5462FSA1.pdf\',\r\n \'filename\' => \'A-5462FSA1\',\r\n )\r\n)',''),(421,'A-5461BSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5461BSR.pdf\',\r\n \'filename\' => \'A-5461BSR\',\r\n )\r\n)',''),(422,'A-5461AS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5461AS.pdf\',\r\n \'filename\' => \'A-5461AS\',\r\n )\r\n)',''),(423,'A-5461BS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5461BS.pdf\',\r\n \'filename\' => \'A-5461BS\',\r\n )\r\n)',''),(424,'A-5462CS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5462CS.pdf\',\r\n \'filename\' => \'A-5462CS\',\r\n )\r\n)',''),(425,'A-5462DS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5462DS.pdf\',\r\n \'filename\' => \'A-5462DS\',\r\n )\r\n)',''),(426,'A-5461BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5461BH.pdf\',\r\n \'filename\' => \'A-5461BH\',\r\n )\r\n)',''),(427,'A-5461DH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5461DH.pdf\',\r\n \'filename\' => \'A-5461DH\',\r\n )\r\n)',''),(428,'A-5462FH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5462FH.pdf\',\r\n \'filename\' => \'A-5462FH\',\r\n )\r\n)',''),(429,'A-5461GH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5461GH.pdf\',\r\n \'filename\' => \'A-5461GH\',\r\n )\r\n)',''),(430,'A-5461AH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5461AH.pdf\',\r\n \'filename\' => \'A-5461AH\',\r\n )\r\n)',''),(431,'A-8402EPG',0,'',0,10000,'',0,1,'','CC','Pure Green','525','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-8402EPG.pdf\',\r\n \'filename\' => \'A-8402EPG\',\r\n )\r\n)',''),(432,'A-8402BSR1',0,'',0,10000,'',0,1,'','CA','Super Red','622','26326','49362','T','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-8402BSR1.pdf\',\r\n \'filename\' => \'A-8402BSR1\',\r\n )\r\n)',''),(433,'A-8401BS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-8401BS.pdf\',\n \'filename\' => \'A-8401BS\',\n ),\n)',''),(434,'A-3461BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3461BG.pdf\',\r\n \'filename\' => \'A-3461BG\',\r\n )\r\n)',''),(435,'A-2551BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2551BG.pdf\',\r\n \'filename\' => \'A-2551BG\',\r\n )\r\n)',''),(436,'A-2551BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2551BH.pdf\',\n \'filename\' => \'A-2551BH\',\n ),\n)',''),(437,'A-3561DH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3561DH.pdf\',\r\n \'filename\' => \'A-3561DH\',\r\n )\r\n)',''),(438,'A-3561CS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3561CS.pdf\',\n \'filename\' => \'A-3561CS\',\n ),\n)',''),(439,'A-5521AS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5521AS.pdf\',\n \'filename\' => \'A-5521AS\',\n ),\n)',''),(440,'A-2681ASR',0,'',0,10000,'',0,1,'','CC','Super Red','628','17550','32907','S','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2681ASR.pdf\',\r\n \'filename\' => \'A-2681ASR\',\r\n )\r\n)',''),(441,'A-3611BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3611BH.pdf\',\n \'filename\' => \'A-3611BH\',\n ),\n)',''),(442,'A-3661HH',0,'',0,10000,'',0,1,'','CA','Red','643','10384','15524','P','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3661HH.pdf\',\n \'filename\' => \'A-3661HH\',\n ),\n)',''),(443,'A-3664BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3664BH.pdf\',\n \'filename\' => \'A-3664BH\',\n ),\n)',''),(448,'0.28” SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2181BH.pdf\',\n \'filename\' => \'A-2181BH\',\n ),\n)',''); /*!40000 ALTER TABLE `dh_display_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_display_data1` -- DROP TABLE IF EXISTS `dh_display_data1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_display_data1` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `Polarity` varchar(255) NOT NULL default '', `Color` varchar(255) NOT NULL default '', `Wavelength` varchar(255) NOT NULL default '', `Min` varchar(255) NOT NULL default '', `Typ` varchar(255) NOT NULL default '', `Datasheet` varchar(255) NOT NULL default '', `spec` mediumtext NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_display_data1` -- LOCK TABLES `dh_display_data1` WRITE; /*!40000 ALTER TABLE `dh_display_data1` DISABLE KEYS */; INSERT INTO `dh_display_data1` VALUES (446,'0.28” SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715011259363.pdf\',\n \'filename\' => \'A-2181AS\',\n ),\n)'),(447,'0.28” SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715011238861.pdf\',\n \'filename\' => \'A-2181AH\',\n ),\n)'),(227,'0.31# SINGLE DIGIT BLUE DISPLAY',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715011427960.pdf\',\n \'filename\' => \'A-3104BB\',\n ),\n)'),(228,'0.31# SINGLE DIGIT AMBER DISPLAY',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715011404810.pdf\',\n \'filename\' => \'A-3112FSA\',\n ),\n)'),(229,'0.31# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715011338910.pdf\',\n \'filename\' => \'A-3112FG1\',\n ),\n)'),(230,'0.31# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715010948621.pdf\',\n \'filename\' => \'A-3121BH\',\n ),\n)'),(231,'0.31# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715010922785.pdf\',\n \'filename\' => \'A-3104BH\',\n ),\n)'),(232,'0.31# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715010813566.pdf\',\n \'filename\' => \'A-3121AH\',\n ),\n)'),(233,'0.36# SINGLE DIGIT PURE GREEN DISPLAY',0,'',0,10000,'',0,1,'','CC','Pure Green','518','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715011737825.pdf\',\n \'filename\' => \'A-3161APG\',\n ),\n)'),(234,'0.36# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715011647361.pdf\',\n \'filename\' => \'A-3161BG\',\n ),\n)'),(235,'0.36# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Super Red','635','10384','15524','P','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715011602368.pdf\',\n \'filename\' => \'A-3161BS\',\n ),\n)'),(236,'0.36# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715011535281.pdf\',\n \'filename\' => \'A-3161BSR\',\n ),\n)'),(237,'0.36# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715011508595.pdf\',\n \'filename\' => \'A-3161BH\',\n ),\n)'),(238,'0.39# SINGLE DIGIT WHITE DISPLAY',0,'',0,10000,'',0,1,'','CA','White','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715012142161.pdf\',\n \'filename\' => \'A-3192BUW\',\n ),\n)'),(239,'0.39# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715012120356.pdf\',\n \'filename\' => \'A-3191AS\',\n ),\n)'),(240,'0.39# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715012053710.pdf\',\n \'filename\' => \'A-3191AH\',\n ),\n)'),(241,'0.39# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715011837529.pdf\',\n \'filename\' => \'A-3191BH\',\n ),\n)'),(242,'0.4# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','10384','15524','P','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715012207705.pdf\',\n \'filename\' => \'A-4102ES\',\n ),\n)'),(243,'0.5# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715012315974.pdf\',\n \'filename\' => \'A-5101AS\',\n ),\n)'),(244,'0.5# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715012255517.pdf\',\n \'filename\' => \'A-5101AH\',\n ),\n)'),(245,'0.5# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715012230282.pdf\',\n \'filename\' => \'A-5101BH\',\n ),\n)'),(246,'0.52# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715012519675.pdf\',\n \'filename\' => \'A-5121BG\',\n ),\n)'),(247,'0.52# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715012449138.pdf\',\n \'filename\' => \'A-5121AH\',\n ),\n)'),(248,'0.52# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715012348601.pdf\',\n \'filename\' => \'A-5121BH\',\n ),\n)'),(249,'0.56# SINGLE DIGIT BLUE DISPLAY',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715035136377.pdf\',\n \'filename\' => \'A-5161BB\',\n ),\n)'),(250,'0.56# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715035049178.pdf\',\n \'filename\' => \'A-5161BG\',\n ),\n)'),(251,'0.56# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715035027180.pdf\',\n \'filename\' => \'A-5163AYG\',\n ),\n)'),(252,'0.56# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715034956135.pdf\',\n \'filename\' => \'A-5161AS\',\n ),\n)'),(253,'0.56# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715034912578.pdf\',\n \'filename\' => \'A-5161BS\',\n ),\n)'),(254,'0.56# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715034840466.pdf\',\n \'filename\' => \'A-5163AS\',\n ),\n)'),(255,'0.56# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715012544916.pdf\',\n \'filename\' => \'A-5161BH\',\n ),\n)'),(256,'0.56# SINGLE DIGIT BLUE DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715035203151.pdf\',\n \'filename\' => \'A-6102AS\',\n ),\n)'),(257,'0.8# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715035431604.pdf\',\n \'filename\' => \'A-8102AG1\',\n ),\n)'),(258,'0.8# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715035352248.pdf\',\n \'filename\' => \'A-8102BG\',\n ),\n)'),(259,'0.8# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715035310815.pdf\',\n \'filename\' => \'A-8106AG1\',\n ),\n)'),(260,'0.8# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715035231164.pdf\',\n \'filename\' => \'A-8102BH\',\n ),\n)'),(261,'1.0# SINGLE DIGIT WHITE DISPLAY',0,'',0,10000,'',0,1,'','CA','White','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041231888.pdf\',\n \'filename\' => \'A-1109BUW\',\n ),\n)'),(262,'1.0# SINGLE DIGIT BLUE DISPLAY',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041125743.pdf\',\n \'filename\' => \'A-1106BB\',\n ),\n)'),(263,'1.0# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715040456527.pdf\',\n \'filename\' => \'A-1106BG\',\n ),\n)'),(264,'1.0# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','10384','15524','P','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715040410855.pdf\',\n \'filename\' => \'A-1106DG1\',\n ),\n)'),(265,'1.0# SINGLE DIGIT YELLOW DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715040328454.pdf\',\n \'filename\' => \'A-1106BSY\',\n ),\n)'),(266,'1.0# SINGLE DIGIT AMBER DISPLAY',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715040253570.pdf\',\n \'filename\' => \'A-1106DSA1\',\n ),\n)'),(267,'1.0# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715035710659.pdf\',\n \'filename\' => \'A-1106DS\',\n ),\n)'),(268,'1.0# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715035630530.pdf\',\n \'filename\' => \'A-1109BS\',\n ),\n)'),(269,'1.0# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715035542809.pdf\',\n \'filename\' => \'A-1106AH\',\n ),\n)'),(270,'1.0# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715035518553.pdf\',\n \'filename\' => \'A-1106BH\',\n ),\n)'),(271,'1.2# SINGLE DIGIT AMBER DISPLAY',0,'',0,10000,'',0,1,'','CC','Amber','605','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041424666.pdf\',\n \'filename\' => \'A-12101ASA\',\n ),\n)'),(272,'1.2# SINGLE DIGIT BLUE DISPLAY',0,'',0,10000,'',0,1,'','CC','Blue','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041355497.pdf\',\n \'filename\' => \'A-12101AB\',\n ),\n)'),(273,'1.2# SINGLE DIGIT SUPER RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041326199.pdf\',\n \'filename\' => \'A-12101AS\',\n ),\n)'),(274,'1.2# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041305373.pdf\',\n \'filename\' => \'A-12101AH\',\n ),\n)'),(275,'1.5# SINGLE DIGIT WHITE DISPLAY',0,'',0,10000,'',0,1,'','CA','White','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041721889.pdf\',\n \'filename\' => \'A-15102BUW\',\n ),\n)'),(276,'1.5# SINGLE DIGIT BLUE DISPLAY',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041642409.pdf\',\n \'filename\' => \'A-15102BB\',\n ),\n)'),(277,'1.5# SINGLE DIGIT YELLOW GREEN DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041623824.pdf\',\n \'filename\' => \'A-15102BG\',\n ),\n)'),(278,'1.5# SINGLE DIGIT YELLOW DISPLAY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041602770.pdf\',\n \'filename\' => \'A-15102BSY\',\n ),\n)'),(279,'1.5# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041537387.pdf\',\n \'filename\' => \'A-15102BH\',\n ),\n)'),(280,'1.5# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041506756.pdf\',\n \'filename\' => \'A-15104AH\',\n ),\n)'),(281,'A-18102BUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49363','U','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042137340.pdf\',\n \'filename\' => \'A-18102BUW\',\n ),\n)'),(282,'A-18102BB',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042112438.pdf\',\n \'filename\' => \'A-18102BB\',\n ),\n)'),(283,'A-18102BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042049441.pdf\',\n \'filename\' => \'A-18102BG\',\n ),\n)'),(284,'A-18102BYG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042024163.pdf\',\n \'filename\' => \'A-18102BYG\',\n ),\n)'),(285,'A-18102BSY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041958686.pdf\',\n \'filename\' => \'A-18102BSY\',\n ),\n)'),(286,'A-18102AS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041932639.pdf\',\n \'filename\' => \'A-18102AS\',\n ),\n)'),(287,'A-18102BS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041911572.pdf\',\n \'filename\' => \'A-18102BS\',\n ),\n)'),(288,'A-18102DS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041845519.pdf\',\n \'filename\' => \'A-18102DS\',\n ),\n)'),(289,'1.8# SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041821346.pdf\',\n \'filename\' => \'A-18102BH\',\n ),\n)'),(290,'1.5# SINGLE DIGIT WHITE DISPLAY',0,'',0,10000,'',0,1,'','CA','Red / Yellow Green','640 / 570','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715041756456.pdf\',\n \'filename\' => \'A-18102DHG\',\n ),\n)'),(291,'A-20103BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042404548.pdf\',\n \'filename\' => \'A-20103BH\',\n ),\n)'),(292,'A-23101BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042459592.pdf\',\n \'filename\' => \'A-23101BH\',\n ),\n)'),(293,'A-23103BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042430947.pdf\',\n \'filename\' => \'A-23103BH\',\n ),\n)'),(294,'A-30102BUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49363','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042610840.pdf\',\n \'filename\' => \'A-30102BUW\',\n ),\n)'),(295,'A-30102BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042530431.pdf\',\n \'filename\' => \'A-30102BH\',\n ),\n)'),(296,'A-40101BSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','17550','32907','S','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042658257.pdf\',\n \'filename\' => \'A-40101BSR\',\n ),\n)'),(297,'A-50102BPG',0,'',0,10000,'',0,1,'','CA','Pure Green','518','39490','74045','U','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042807544.pdf\',\n \'filename\' => \'A-50102BPG\',\n ),\n)'),(298,'A-50101BS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21938','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042748771.pdf\',\n \'filename\' => \'A-50101BS\',\n ),\n)'),(299,'A-50101BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9186','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715042723162.pdf\',\n \'filename\' => \'A-50101BH\',\n ),\n)'),(300,'A-10203AH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114403458.pdf\',\n \'filename\' => \'A-10203AH\',\n ),\n)'),(301,'A-10203BB',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114336770.pdf\',\n \'filename\' => \'A-10203BB\',\n ),\n)'),(302,'A-10203BH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114310281.pdf\',\n \'filename\' => \'A-10203BH\',\n ),\n)'),(303,'A-10203BSY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114249665.pdf\',\n \'filename\' => \'A-10203BSY\',\n ),\n)'),(304,'A-10203EH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114226592.pdf\',\n \'filename\' => \'A-10203EH\',\n ),\n)'),(305,'A-10203ESA',0,'',0,10000,'',0,1,'','CC','Amber','605','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114159339.pdf\',\n \'filename\' => \'A-10203ESA\',\n ),\n)'),(306,'A-10203FB',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114136419.pdf\',\n \'filename\' => \'A-10203FB\',\n ),\n)'),(307,'A-10203FG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114112435.pdf\',\n \'filename\' => \'A-10203FG\',\n ),\n)'),(308,'A-10203FH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114051670.pdf\',\n \'filename\' => \'A-10203FH\',\n ),\n)'),(309,'A-10203FS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114028831.pdf\',\n \'filename\' => \'A-10203FS\',\n ),\n)'),(310,'A-10203FUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114008442.pdf\',\n \'filename\' => \'A-10203FUW\',\n ),\n)'),(311,'A-2281BH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110727427.pdf\',\n \'filename\' => \'A-2281BH\',\n ),\n)'),(312,'A-3261AS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112250309.pdf\',\n \'filename\' => \'A-3261AS\',\n ),\n)'),(313,'A-3261BG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112231746.pdf\',\n \'filename\' => \'A-3261BG1\',\n ),\n)'),(314,'A-3261BH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112202157.pdf\',\n \'filename\' => \'A-3261BR\',\n ),\n)'),(315,'A-3261BR',0,'',0,10000,'',0,1,'','CA','Red','640','2501','4113','G','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112141990.pdf\',\n \'filename\' => \'A-3261BR\',\n ),\n)'),(316,'A-3261BSA1',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112120227.pdf\',\n \'filename\' => \'A-3261BSA1\',\n ),\n)'),(317,'A-3261BSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112042367.pdf\',\n \'filename\' => \'A-3261BSR\',\n ),\n)'),(318,'A-4201BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112515321.pdf\',\n \'filename\' => \'A-4201BG\',\n ),\n)'),(319,'A-4201BH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112456817.pdf\',\n \'filename\' => \'A-4201BH\',\n ),\n)'),(320,'A-4201BPG',0,'',0,10000,'',0,1,'','CA','Pure Green','515','39490','74045','U','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112438919.pdf\',\n \'filename\' => \'A-4201BPG\',\n ),\n)'),(321,'A-4201FH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112421609.pdf\',\n \'filename\' => \'A-4201FH\',\n ),\n)'),(322,'A-4201FSA',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112400717.pdf\',\n \'filename\' => \'A-4201FSA\',\n ),\n)'),(323,'A-4201FUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112342492.pdf\',\n \'filename\' => \'A-4201FUW\',\n ),\n)'),(324,'A-5221BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112543515.pdf\',\n \'filename\' => \'A-5221BG\',\n ),\n)'),(325,'A-5241AH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112757801.pdf\',\n \'filename\' => \'A-5241AH\',\n ),\n)'),(326,'A-5241BG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112727881.pdf\',\n \'filename\' => \'A-5241BG1\',\n ),\n)'),(327,'A-5241BH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112633994.pdf\',\n \'filename\' => \'A-5241BH\',\n ),\n)'),(328,'A-5241BSA1',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112604969.pdf\',\n \'filename\' => \'A-5241BSA1\',\n ),\n)'),(329,'',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','4726','7066','K','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/TOP-CC-5261AG.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(330,'A-5261AH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113814376.pdf\',\n \'filename\' => \'A-5261AH\',\n ),\n)'),(331,'A-5261AYG',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113752751.pdf\',\n \'filename\' => \'A-5261AYG\',\n ),\n)'),(332,'A-5261BB',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113726570.pdf\',\n \'filename\' => \'A-5261BB\',\n ),\n)'),(333,'A-5261BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113703199.pdf\',\n \'filename\' => \'A-5261BG\',\n ),\n)'),(334,'A-5261BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113608557.pdf\',\n \'filename\' => \'A-5261BH\',\n ),\n)'),(335,'A-5261BSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113638411.pdf\',\n \'filename\' => \'A-5261BSR\',\n ),\n)'),(336,'A-5261BUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113543200.pdf\',\n \'filename\' => \'A-5261BUW\',\n ),\n)'),(337,'A-5261DH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113515654.pdf\',\n \'filename\' => \'A-5261DH\',\n ),\n)'),(338,'A-5261DSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113340502.pdf\',\n \'filename\' => \'A-5261DSR\',\n ),\n)'),(339,'A-5261EH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113418551.pdf\',\n \'filename\' => \'A-5261EH\',\n ),\n)'),(340,'A-5261HG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113316656.pdf\',\n \'filename\' => \'A-5261HG\',\n ),\n)'),(341,'A-5261HG2',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113227302.pdf\',\n \'filename\' => \'A-5261HG2\',\n ),\n)'),(342,'A-5261HYG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113152826.pdf\',\n \'filename\' => \'A-5261HYG1\',\n ),\n)'),(343,'A-5261LB',0,'',0,10000,'',0,1,'','CA','Blue','460','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113111490.pdf\',\n \'filename\' => \'A-5261LB\',\n ),\n)'),(344,'A-5263AYG',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113043331.pdf\',\n \'filename\' => \'A-5263AYG\',\n ),\n)'),(345,'A-5263BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113018724.pdf\',\n \'filename\' => \'A-5263BG\',\n ),\n)'),(346,'A-5263BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112937594.pdf\',\n \'filename\' => \'A-5263BH\',\n ),\n)'),(347,'A-5263HG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112917649.pdf\',\n \'filename\' => \'A-5263HG\',\n ),\n)'),(348,'A-5263HG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112847806.pdf\',\n \'filename\' => \'A-5263HG1\',\n ),\n)'),(349,'A-5264BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715112825552.pdf\',\n \'filename\' => \'A-5264BH\',\n ),\n)'),(350,'A-8201AG1',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113946918.pdf\',\n \'filename\' => \'A-8201AG1\',\n ),\n)'),(351,'A-8201AYG1',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','10384','15525','P','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113920183.pdf\',\n \'filename\' => \'A-8201AYG1\',\n ),\n)'),(352,'A-8201BUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113900691.pdf\',\n \'filename\' => \'A-8201BUW\',\n ),\n)'),(353,'A-8201DSY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715113836594.pdf\',\n \'filename\' => \'A-8201DSY\',\n ),\n)'),(354,'A-2351AB',0,'',0,10000,'',0,1,'','CC','Blue','460','26326','49362','TUV','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114522621.pdf\',\n \'filename\' => \'A-2351AB\',\n ),\n)'),(355,'A-2351ASR',0,'',0,10000,'',0,1,'','CC','Super Red','628','26326','49362','TUV','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114451717.pdf\',\n \'filename\' => \'A-2351ASR\',\n ),\n)'),(356,'A-2381BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','MNP','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114604962.pdf\',\n \'filename\' => \'A-2381BH\',\n ),\n)'),(357,'A-3361AB',0,'',0,10000,'',0,1,'','CC','Blue','460','26326','49362','TUV','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115528653.pdf\',\n \'filename\' => \'A-3361AB\',\n ),\n)'),(358,'A-3361AG1',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','RST','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115238418.pdf\',\n \'filename\' => \'A-3361AG1\',\n ),\n)'),(359,'A-3361AH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','KMN','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115210933.pdf\',\n \'filename\' => \'A-3361AH\',\n ),\n)'),(360,'A-3361BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','MNP','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115141958.pdf\',\n \'filename\' => \'A-3361BH\',\n ),\n)'),(361,'A-3361BSR',0,'',0,10000,'',0,1,'','CA','Super Red','622','26326','49362','TUV','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115113179.pdf\',\n \'filename\' => \'A-3361BSR\',\n ),\n)'),(362,'A-4301FSA',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49362','TUV','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115704730.pdf\',\n \'filename\' => \'A-4301FSA\',\n ),\n)'),(363,'A-4301FSY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49362','TUV','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115643195.pdf\',\n \'filename\' => \'A-4301FSY\',\n ),\n)'),(364,'A-4301FUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49362','TUV','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115620384.pdf\',\n \'filename\' => \'A-4301FUW\',\n ),\n)'),(365,'A-4301FUY',0,'',0,10000,'',0,1,'','CA','Yellow','590','39490','74045','UVW','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115556312.pdf\',\n \'filename\' => \'A-4301FUY\',\n ),\n)'),(366,'A-5321BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','MNP','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115731969.pdf\',\n \'filename\' => \'A-5321BH\',\n ),\n)'),(367,'A-5361AH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','MNP','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716120214758.pdf\',\n \'filename\' => \'A-5361AH\',\n ),\n)'),(368,'A-5361AS',0,'',0,10000,'',0,1,'','CC','Super Red','635','10384','15524','PRS','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716120149543.pdf\',\n \'filename\' => \'A-5361AS\',\n ),\n)'),(369,'A-5361ASY',0,'',0,10000,'',0,1,'','CC','Yellow','590','26326','49362','TUV','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716120123543.pdf\',\n \'filename\' => \'A-5361ASY\',\n ),\n)'),(370,'A-5361BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','KMN','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716120102336.pdf\',\n \'filename\' => \'A-5361BG\',\n ),\n)'),(371,'A-5361BG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','RST','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716120039992.pdf\',\n \'filename\' => \'A-5361BG1\',\n ),\n)'),(372,'A-5361BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','MNP','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716120017688.pdf\',\n \'filename\' => \'A-5361BH\',\n ),\n)'),(373,'A-5361CG',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','4726','7066','KMN','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115955356.pdf\',\n \'filename\' => \'A-5361CG\',\n ),\n)'),(374,'A-5361FG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','KMN','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115930317.pdf\',\n \'filename\' => \'A-5361FG\',\n ),\n)'),(375,'A-5361FG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','13500','21937','RST','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115901731.pdf\',\n \'filename\' => \'A-5361FG1\',\n ),\n)'),(376,'A-5361FH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','MNP','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115842415.pdf\',\n \'filename\' => \'A-5361FH\',\n ),\n)'),(377,'A-5362BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','MNP','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115819245.pdf\',\n \'filename\' => \'A-5362BH\',\n ),\n)'),(378,'A-5363BSY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49362','TUV','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715115753882.pdf\',\n \'filename\' => \'A-5363BSY\',\n ),\n)'),(379,'A-8302AH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','MNP','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716120354518.pdf\',\n \'filename\' => \'A-8302AH\',\n ),\n)'),(380,'A-8302BSY',0,'',0,10000,'',0,1,'','CA','Yellow','590','26326','49362','TUV','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716120331370.pdf\',\n \'filename\' => \'A-8302BSY\',\n ),\n)'),(381,'A-8302EH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','KMN','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716120300131.pdf\',\n \'filename\' => \'A-8302EH\',\n ),\n)'),(382,'A-8302EPG',0,'',0,10000,'',0,1,'','CC','Pure Green','525','39490','74045','UVW','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716120236980.pdf\',\n \'filename\' => \'A-8302EPG\',\n ),\n)'),(383,'A-2451FS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716090904280.pdf\',\n \'filename\' => \'A-2451FS\',\n ),\n)'),(384,'A-2451BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716090948546.pdf\',\n \'filename\' => \'A-2451BH\',\n ),\n)'),(385,'A-2451FH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716091017126.pdf\',\n \'filename\' => \'A-2451FH\',\n ),\n)'),(386,'A-2481CG',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716091409633.pdf\',\n \'filename\' => \'A-2481CG\',\n ),\n)'),(387,'A-2481HG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716091344321.pdf\',\n \'filename\' => \'A-2481HG\',\n ),\n)'),(388,'A-2481CH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716091322918.pdf\',\n \'filename\' => \'A-2481CH\',\n ),\n)'),(389,'A-2481BH',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716091248114.pdf\',\n \'filename\' => \'A-2481BH\',\n ),\n)'),(390,'A-2481AH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716091108673.pdf\',\n \'filename\' => \'A-2481AH\',\n ),\n)'),(391,'A-2481DH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716091042297.pdf\',\n \'filename\' => \'A-2481DH\',\n ),\n)'),(392,'A-3407AH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716091436780.pdf\',\n \'filename\' => \'A-3407AH\',\n ),\n)'),(393,'A-3461AG',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716092358705.pdf\',\n \'filename\' => \'A-3461AG\',\n ),\n)'),(394,'A-3491BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716092241311.pdf\',\n \'filename\' => \'A-3491BG\',\n ),\n)'),(395,'A-3461AG1',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716091542932.pdf\',\n \'filename\' => \'A-3461AG1\',\n ),\n)'),(396,'A-3461FSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716091514394.pdf\',\n \'filename\' => \'A-3461FSR\',\n ),\n)'),(397,'A-3461BSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114940732.pdf\',\n \'filename\' => \'A-3461BSR\',\n ),\n)'),(398,'A-3461AH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114900179.pdf\',\n \'filename\' => \'A-3461AH\',\n ),\n)'),(399,'A-3461BG',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715114704588.pdf\',\n \'filename\' => \'A-3461BH\',\n ),\n)'),(400,'A-3491CH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716092841647.pdf\',\n \'filename\' => \'A-3491CH\',\n ),\n)'),(401,'A-3491EH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716092443317.pdf\',\n \'filename\' => \'A-3491EH\',\n ),\n)'),(402,'A-4403DUW',0,'',0,10000,'',0,1,'','CA','White','460','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716094319597.pdf\',\n \'filename\' => \'A-4403DUW\',\n ),\n)'),(403,'A-4403CG',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716094226366.pdf\',\n \'filename\' => \'A-4403CG\',\n ),\n)'),(404,'A-4403CG1',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716093929273.pdf\',\n \'filename\' => \'A-4403CG1\',\n ),\n)'),(405,'A-4401BSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716093904256.pdf\',\n \'filename\' => \'A-4401BSR\',\n ),\n)'),(406,'A-4403DSR',0,'',0,10000,'',0,1,'','CA','Super Red','630','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716093845393.pdf\',\n \'filename\' => \'A-4403DSR\',\n ),\n)'),(407,'A-4401ES',0,'',0,10000,'',0,1,'','CC','Super Red','635','10384','15524','P','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716093755665.pdf\',\n \'filename\' => \'A-4401ES\',\n ),\n)'),(408,'A-4402CS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716093815707.pdf\',\n \'filename\' => \'A-4402CS\',\n ),\n)'),(409,'A-4403CS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716093344603.pdf\',\n \'filename\' => \'A-4403CS\',\n ),\n)'),(410,'A-4403DS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716093116116.pdf\',\n \'filename\' => \'A-4403DS\',\n ),\n)'),(411,'A-4403CH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716092946856.pdf\',\n \'filename\' => \'A-4403CH\',\n ),\n)'),(412,'A-5421AS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716094714810.pdf\',\n \'filename\' => \'A-5421AS\',\n ),\n)'),(413,'A-5421BS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716094651997.pdf\',\n \'filename\' => \'A-5421BS\',\n ),\n)'),(414,'A-5421BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716094412937.pdf\',\n \'filename\' => \'A-5421BH\',\n ),\n)'),(415,'A-5461BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716100249611.pdf\',\n \'filename\' => \'A-5461BG\',\n ),\n)'),(416,'A-5461BG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','10384','15524','P','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716100227725.pdf\',\n \'filename\' => \'A-5461BG1\',\n ),\n)'),(417,'A-5461AG1',0,'',0,10000,'',0,1,'','CC','Yellow Green','570','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716100139261.pdf\',\n \'filename\' => \'A-5461AG1\',\n ),\n)'),(418,'A-5462FG1',0,'',0,10000,'',0,1,'','CA','Yellow Green','572','10384','15524','P','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716095945454.pdf\',\n \'filename\' => \'A-5462FG1\',\n ),\n)'),(419,'A-5462ASA',0,'',0,10000,'',0,1,'','CC','Amber','605','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716095914352.pdf\',\n \'filename\' => \'A-5462ASA\',\n ),\n)'),(420,'A-5462FSA1',0,'',0,10000,'',0,1,'','CA','Amber','605','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716095848697.pdf\',\n \'filename\' => \'A-5462FSA1\',\n ),\n)'),(421,'A-5461BSR',0,'',0,10000,'',0,1,'','CA','Super Red','628','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716095803792.pdf\',\n \'filename\' => \'A-5461BSR\',\n ),\n)'),(422,'A-5461AS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716095727525.pdf\',\n \'filename\' => \'A-5461AS\',\n ),\n)'),(423,'A-5461BS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716095701764.pdf\',\n \'filename\' => \'A-5462CS\',\n ),\n)'),(424,'A-5462CS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716095639727.pdf\',\n \'filename\' => \'A-5462CS\',\n ),\n)'),(425,'A-5462DS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716095112678.pdf\',\n \'filename\' => \'A-5462DS\',\n ),\n)'),(426,'A-5461BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716095051481.pdf\',\n \'filename\' => \'A-5461BH\',\n ),\n)'),(427,'A-5461DH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716095030579.pdf\',\n \'filename\' => \'A-5462FH\',\n ),\n)'),(428,'A-5462FH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716095005165.pdf\',\n \'filename\' => \'A-5462FH\',\n ),\n)'),(429,'A-5461GH',0,'',0,10000,'',0,1,'','CC','Red','640','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716094927228.pdf\',\n \'filename\' => \'A-5461GH\',\n ),\n)'),(430,'A-5461AH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716094808241.pdf\',\n \'filename\' => \'A-5461AH\',\n ),\n)'),(431,'A-8402EPG',0,'',0,10000,'',0,1,'','CC','Pure Green','525','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716100359339.pdf\',\n \'filename\' => \'A-8402EPG\',\n ),\n)'),(432,'A-8402BSR1',0,'',0,10000,'',0,1,'','CA','Super Red','622','26326','49362','T','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716100339487.pdf\',\n \'filename\' => \'A-8402BSR1\',\n ),\n)'),(433,'A-8401BS',0,'',0,10000,'',0,1,'','CA','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716100318177.pdf\',\n \'filename\' => \'A-8401BS\',\n ),\n)'),(435,'A-2551BG',0,'',0,10000,'',0,1,'','CA','Yellow Green','570','4726','7066','K','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716100543424.pdf\',\n \'filename\' => \'A-2551BG\',\n ),\n)'),(436,'A-2551BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716100515962.pdf\',\n \'filename\' => \'A-2551BH\',\n ),\n)'),(437,'A-3561DH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716100629344.pdf\',\n \'filename\' => \'A-3561DH\',\n ),\n)'),(438,'A-3561CS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716100610991.pdf\',\n \'filename\' => \'A-3561CS\',\n ),\n)'),(439,'A-5521AS',0,'',0,10000,'',0,1,'','CC','Super Red','635','13500','21937','R','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-5521AS.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(440,'A-2681ASR',0,'',0,10000,'',0,1,'','CC','Super Red','628','17550','32907','S','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-2681ASR.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(441,'A-3611BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716100652433.pdf\',\n \'filename\' => \'A-3611BH\',\n ),\n)'),(442,'A-3661HH',0,'',0,10000,'',0,1,'','CA','Red','643','10384','15524','P','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-3661HH.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(443,'A-3664BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-3664BH.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(444,'A-5721BH',0,'',0,10000,'',0,1,'','CA','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716100724444.pdf\',\n \'filename\' => \'A-5721BH\',\n ),\n)'),(445,'A-4801BH',0,'',0,10000,'',0,1,'','CC','Red','640','6145','9185','M','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0716/20140716100745569.pdf\',\n \'filename\' => \'A-4801BH\',\n ),\n)'),(448,'0.28” SINGLE DIGIT RED DISPLAY',0,'',0,10000,'',0,1,'','CA','Red','640','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715011200124.pdf\',\n \'filename\' => \'A-2181BH\',\n ),\n)'); /*!40000 ALTER TABLE `dh_display_data1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_dotmatrix` -- DROP TABLE IF EXISTS `dh_dotmatrix`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_dotmatrix` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` varchar(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` mediumtext NOT NULL, `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=149 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_dotmatrix` -- LOCK TABLES `dh_dotmatrix` WRITE; /*!40000 ALTER TABLE `dh_dotmatrix` DISABLE KEYS */; INSERT INTO `dh_dotmatrix` VALUES (1,223,0,'A-1157AH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807050801781.png','A-1157AH','Ф3mm 5×7 1 1inch (27 4mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=1',0,99,1,0,'dhadmin',1392624998,1407402487),(2,223,0,'A-1057BB','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042452543.png','A-1057BB','Ф3mm 5×7 1 1 inch (27 6mm) BLUE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=2',0,99,1,0,'dhadmin',1392624998,1407399163),(3,223,0,'A-1057AB','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042438553.png','A-1057AB','Ф3mm 5×7 1 1 inch (27 6mm) BLUE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=3',0,99,1,0,'dhadmin',1392624998,1407399127),(4,223,0,'A-1057AG','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042418184.png','A-1057AG','Ф3mm 5×7 1 1 inch (27 6mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=4',0,99,1,0,'dhadmin',1392624998,1407399091),(5,223,0,'A-1057AG1','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042403355.png','A-1057AG1','Ф3mm 5×7 1 1 inch (27 6mm) YELLOW GREEN DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=5',0,99,1,0,'dhadmin',1392624998,1407811314),(6,223,0,'A-1057AYG','','http://www.topliteusa.com/uploadfile/2014/0312/20140312041714919.png','A-1057AYG','Ф3mm 5×7 1 1 inch (27 6mm) YELLOW GREEN DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=6',0,99,1,0,'dhadmin',1392624998,1407811378),(7,223,0,'A-1058AS','','http://www.topliteusa.com/uploadfile/2014/0312/20140312041654722.png','A-1058AS','Ф3mm 5×8 1 3 inch (32 9mm) SUPER RED DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=7',0,99,1,0,'dhadmin',1392624998,1407811302),(8,223,0,'A-R1057AS','','http://www.topliteusa.com/uploadfile/2014/0312/20140312041624782.png','A-R1057AS','Ф3mm 5×7 1 1 inch (27 6mm) SUPER RED DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=8',0,99,1,0,'dhadmin',1392624998,1407811282),(9,223,0,'A-1057AH','','http://www.topliteusa.com/uploadfile/2014/0807/20140807045827136.png','A-1057AH','Ф3mm 5×7 1 1 inch (27 6mm) RED DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=9',0,99,1,0,'dhadmin',1392624998,1407811242),(10,254,0,'A-1357DPG','','http://www.topliteusa.com/uploadfile/2014/0312/20140312043303754.png','A-1357DPG','3×3mm 5×7 1 inch (24 6mm) PURE GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=10',0,99,1,0,'dhadmin',1392625037,1406874352),(11,254,0,'A-1357CUA','','http://www.topliteusa.com/uploadfile/2014/0312/20140312043303754.png','A-1357CUA','3×3mm 5×7 1 inch (24 6mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=11',0,99,1,0,'dhadmin',1392625037,1406874327),(12,254,0,'A-1357DH','','http://www.topliteusa.com/uploadfile/2014/0312/20140312043303754.png','A-1357DH','3×3mm 5×7 1 inch (24 6mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=12',0,99,1,0,'dhadmin',1392625037,1406874297),(13,254,0,'A-1357BHG','','http://www.topliteusa.com/uploadfile/2014/0312/20140312043057793.png','A-1357BHG','3×3mm 5×7 1 inch (24 6mm) RED YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=13',0,99,1,0,'dhadmin',1392625037,1407400131),(14,254,0,'A-3357ASY','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042931474.png','A-3357ASY','3×3mm 5×7 1 1 inch (27 6mm) YELLOW MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=14',0,99,1,0,'dhadmin',1392625037,1407399950),(15,254,0,'A-3357ASA','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042931474.png','A-3357ASA','3×3mm 5×7 1 1 inch (27 6mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=15',0,99,1,0,'dhadmin',1392625037,1407399915),(16,254,0,'A-3357BSA','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042931474.png','A-3357BSA','3×3mm 5×7 1 1 inch (27 6mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=16',0,99,1,0,'dhadmin',1392625037,1407401672),(17,254,0,'A-3357AH','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042931474.png','A-3357AH','3×3mm 5×7 1 1 inch (27 6mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=17',0,99,1,0,'dhadmin',1392625037,1407399808),(18,254,0,'A-3357BH','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042931474.png','A-3357BH','3×3mm 5×7 1 1 inch (27 6mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=18',0,99,1,0,'dhadmin',1392625037,1407399773),(19,254,0,'A-3375AYG','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375AYG','3×3mm 5×7 0 9 inch (24mm) YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=19',0,99,1,0,'dhadmin',1392625037,1407401477),(20,254,0,'A-3375ASY','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375ASY','3×3mm 5×7 0 9 inch (24mm) YELLOW MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=20',0,99,1,0,'dhadmin',1392625037,1407401441),(21,254,0,'A-3375APA','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375APA','3×3mm 5×7 0 9 inch (24mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=21',0,99,1,0,'dhadmin',1392625037,1407401405),(22,254,0,'A-3375BSA','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375BSA','3×3mm 5×7 0 9 inch (24mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=22',0,99,1,0,'dhadmin',1392625037,1407401369),(23,254,0,'A-3375AS','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375AS','3×3mm 5×7 0 9 inch (24mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=23',0,99,1,0,'dhadmin',1392625037,1407401335),(24,254,0,'A-3375ASR','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375ASR','3×3mm 5×7 0 9 inch (24mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=24',0,99,1,0,'dhadmin',1392625037,1407401300),(25,254,0,'A-3375AH','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375AH','3×3mm 5×7 0 9 inch (24mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=25',0,99,1,0,'dhadmin',1392625037,1407401267),(26,254,0,'A-3375BH','','http://www.topliteusa.com/uploadfile/2014/0218/20140218044859602.png','A-3375BH','3×3mm 5×7 0 9 inch (24mm) RED MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=26',0,99,1,0,'dhadmin',1392625037,1407810671),(27,255,0,'A-1257AH','','','A-1257AH','4×4mm 5×7 1 1 inch (27 6mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=255&id=27',0,99,1,0,'dhadmin',1392625064,1407400211),(28,256,0,'A-1457BUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013140103.png','A-1457BUW','4 2×4 5mm 5×7 1 3 inch (31 8mm) WHITE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=256&id=28',0,99,1,0,'dhadmin',1392625085,1407400513),(29,256,0,'A-1457BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013140103.png','A-1457BB','4 2×4 5mm 5×7 1 3 inch (31 8mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=256&id=29',0,99,1,0,'dhadmin',1392625085,1407400480),(30,256,0,'A-1457AB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013140103.png','A-1457AB','4 2×4 5mm 5×7 1 3 inch (31 8mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=256&id=30',0,99,1,0,'dhadmin',1392625085,1407400448),(31,256,0,'A-1457BSA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013140103.png','A-1457BSA','4 2×4 5mm 5×7 1 3 inch (31 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=256&id=31',0,99,1,0,'dhadmin',1392625085,1407400418),(32,256,0,'A-1457ASR','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013140103.png','A-1457ASR','4 2×4 5mm 5×7 1 3 inch (31 8mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=256&id=32',0,99,1,0,'dhadmin',1392625085,1407400386),(33,256,0,'A-1457BH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013140103.png','A-1457BH','4 2×4 5mm 5×7 1 3 inch (31 8mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=256&id=33',0,99,1,0,'dhadmin',1392625085,1407400351),(34,257,0,'A-3557ASA1','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013323342.png','A-3557ASA1','4 5×5 3mm 5×7 1 3 inch (31 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=257&id=34',0,99,1,0,'dhadmin',1392625178,1407400623),(35,258,0,'A-3057AS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013405743.png','A-3057AS','Ф7 6mm 5×7 2 7 inch (68 6mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=258&id=35',0,99,1,0,'dhadmin',1392625220,1407400733),(36,259,0,'A-1357BUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013439343.png','A-1357BUW','3 4×3 4mm 5×7 1 inch (24 7mm) WHITE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=259&id=36',0,99,1,0,'dhadmin',1392625280,1407400905),(37,259,0,'A-1357BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013439343.png','A-1357BB','3 4×3 4mm 5×7 1 inch (24 7mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=259&id=37',0,99,1,0,'dhadmin',1392625280,1407400876),(38,259,0,'A-1357CG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013439343.png','A-1357CG','3 4×3 4mm 5×7 1 inch (24 7mm) YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=259&id=38',0,99,1,0,'dhadmin',1392625280,1407400846),(39,259,0,'A-1357AS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013439343.png','A-1357AS','3 4×3 4mm 5×7 1 inch (24 7mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=259&id=39',0,99,1,0,'dhadmin',1392625280,1407400814),(40,259,0,'A-1357AH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013439343.png','A-1357AH','3 4×3 4mm 5×7 1 inch (24 7mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=259&id=40',0,99,1,0,'dhadmin',1392625280,1407400785),(41,260,0,'A-3457APA','','','A-3457APA','3 5×4 3mm 5×7 1 3 inch (31 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=260&id=41',0,99,1,0,'dhadmin',1392625316,1407401051),(42,260,0,'A-3457BSAW','','','A-3457BSAW','3 5×4 3mm 5×7 1 3 inch (31 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=260&id=42',0,99,1,0,'dhadmin',1392625316,1407401018),(43,260,0,'A-D3457ASAW','','','A-D3457ASAW','3 5×4 3mm 5×7 1 3 inch (31 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=260&id=43',0,99,1,0,'dhadmin',1392625316,1407400986),(44,260,0,'A-3457AS','','http://www.topliteusa.com/uploadfile/2014/0825/20140825101723559.png','A-3457AS','3 5×4 3mm 5×7 1 3 inch (31 8mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=260&id=44',0,99,1,0,'dhadmin',1392625316,1408933046),(45,261,0,'A-1657ASO','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013600661.png','A-1657ASO','4 4×4 9mm 5×7 1 3 inch (34 2mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=261&id=45',0,99,1,0,'dhadmin',1392625354,1407401091),(46,262,0,'A-5657ASAW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013627608.png','A-5657ASAW','5×6 5mm 5×7 1 8 inch (45mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=262&id=46',0,99,1,0,'dhadmin',1392625382,1407401194),(47,262,0,'A-D5657BPA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013627608.png','A-D5657BPA','5×6 5mm 5×7 1 8 inch (45mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=262&id=47',0,99,1,0,'dhadmin',1392625382,1407401160),(48,262,0,'A-5657AS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013627608.png','A-5657AS','5×6 5mm 5×7 1 8 inch (45mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=262&id=48',0,99,1,0,'dhadmin',1392625382,1407401129),(51,224,0,'A-1058AYG','','','A-1058AYG','Ф3mm 5×8 1 3 inch (32 9mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=224&id=51',0,99,1,0,'dhadmin',1392625697,1407398692),(52,224,0,'A-1058ASY','','http://www.topliteusa.com/uploadfile/2014/0218/20140218044601372.png','A-1058ASY','Ф3mm 5×8 1 3 inch (32 9mm) YELLOW DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=224&id=52',0,99,1,0,'dhadmin',1392625697,1407810647),(53,225,0,'A-1067BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BB','3×3 5mm 6×7 1 1 inch (27mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=53',0,99,1,0,'dhadmin',1392625830,1407399014),(54,225,0,'A-1067BPG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BPG','3×3 5mm 6×7 1 1 inch (27mm) PURE GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=54',0,99,1,0,'dhadmin',1392625830,1407398972),(55,225,0,'A-1067BG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BG','3×3 5mm 6×7 1 1 inch (27mm) YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=55',0,99,1,0,'dhadmin',1392625830,1407398939),(56,225,0,'A-1067BYG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BYG','3×3 5mm 6×7 1 1 inch (27mm) YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=56',0,99,1,0,'dhadmin',1392625830,1407398909),(57,225,0,'A-1067BPA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BPA','3×3 5mm 6×7 1 1 inch (27mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=57',0,99,1,0,'dhadmin',1392625830,1407398842),(58,225,0,'A-1067ASO','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067ASO','3×3 5mm 6×7 1 1 inch (27mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=58',0,99,1,0,'dhadmin',1392625830,1407398810),(59,225,0,'A-1067BSA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BSA','3×3 5mm 6×7 1 1 inch (27mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=59',0,99,1,0,'dhadmin',1392625830,1407398780),(60,225,0,'A-1067BH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BH','3×3 5mm 6×7 1 1 inch (27mm) RED MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=60',0,99,1,0,'dhadmin',1392625830,1407810620),(61,227,0,'A-788AUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788AUW','Ф1 9mm 8×8 0 7 inch (17 5mm) WHITE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=61',0,99,1,0,'dhadmin',1392626086,1406878807),(62,227,0,'A-788BUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BUW','Ф1 9mm 8×8 0 7 inch (17 5mm) WHITE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=62',0,99,1,0,'dhadmin',1392626086,1407397068),(63,227,0,'A-788BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BB','Ф1 9mm 8×8 0 7 inch (17 5mm) BLUE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=63',0,99,1,0,'dhadmin',1392626086,1407397031),(64,227,0,'A-788BPG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BPG','Ф1 9mm 8×8 0 7 inch (17 5mm) PURE GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=64',0,99,1,0,'dhadmin',1392626086,1407396996),(65,227,0,'A-788BG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BG','Ф1 9mm 8×8 0 7 inch (17 5mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=65',0,99,1,0,'dhadmin',1392626086,1407396955),(66,227,0,'A-788BYG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BYG','Ф1 9mm 8×8 0 7 inch (17 5mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=66',0,99,1,0,'dhadmin',1392626086,1407396897),(67,227,0,'A-788BSY','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BSY','Ф1 9mm 8×8 0 7 inch (17 5mm) YELLOW DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=67',0,99,1,0,'dhadmin',1392626086,1407396774),(68,227,0,'A-788BY','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BY','Ф1 9mm 8×8 0 7 inch (17 5mm) YELLOW DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=68',0,99,1,0,'dhadmin',1392626086,1407396746),(69,227,0,'A-788BSA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BSA','Ф1 9mm 8×8 0 7 inch (17 5mm) AMBER DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=69',0,99,1,0,'dhadmin',1392626086,1407396711),(70,227,0,'A-788BSR','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BSR','Ф1 9mm 8×8 0 7 inch (17 5mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=70',0,99,1,0,'dhadmin',1392626086,1407396623),(71,227,0,'A-788BS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BS','Ф1 9mm 8×8 0 7 inch (17 5mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=71',0,99,1,0,'dhadmin',1392626086,1407396583),(72,227,0,'A-788BH','','http://www.topliteusa.com/uploadfile/2014/0218/20140218044642563.png','A-788BH','Ф1 9mm 8×8 0 7 inch (17 5mm) RED DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=72',0,99,1,0,'dhadmin',1392626086,1407810594),(73,263,0,'A-1588AUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588AUW','Ф3 7mm 8×8 1 3 inch (33 3mm) WHITE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=73',0,99,1,0,'dhadmin',1392626235,1407398315),(74,263,0,'A-1588AB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588AB','Ф3 7mm 8×8 1 3 inch (33 3mm) BLUE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=74',0,99,1,0,'dhadmin',1392626235,1407398281),(75,263,0,'A-1588AYG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588AYG','Ф3 7mm 8×8 1 3 inch (33 3mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=75',0,99,1,0,'dhadmin',1392626235,1407398234),(76,263,0,'A-1588ASY','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588ASY','Ф3 7mm 8×8 1 3 inch (33 3mm) YELLOW DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=76',0,99,1,0,'dhadmin',1392626235,1407398206),(77,263,0,'A-1588ASA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588ASA','Ф3 7mm 8×8 1 3 inch (33 3mm) AMBER DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=77',0,99,1,0,'dhadmin',1392626235,1407398177),(78,263,0,'A-1588AS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588AS','Ф3 7mm 8×8 1 3 inch (33 3mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=78',0,99,1,0,'dhadmin',1392626235,1407398141),(79,263,0,'A-1588BSC','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588BSC','Ф3 7mm 8×8 1 3 inch (33 3mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=79',0,99,1,0,'dhadmin',1392626235,1407398108),(80,263,0,'A-1588AH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588AH','Ф3 7mm 8×8 1 3 inch (33 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=80',0,99,1,0,'dhadmin',1392626235,1407398066),(81,263,0,'A-1588BH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588BH','Ф3 7mm 8×8 1 3 inch (33 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=81',0,99,1,0,'dhadmin',1392626235,1407398022),(82,263,0,'A-1588BHC','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588BHC','Ф3 7mm 8×8 1 3 inch (33 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=82',0,99,1,0,'dhadmin',1392626235,1407397995),(83,263,0,'A-1588BPGR','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588BPGR','Ф3 7mm 8×8 1 3 inch (33 3mm) SUPER RED PURE GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=83',0,99,1,0,'dhadmin',1392626235,1407397966),(84,263,0,'A-1588AHG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588AHG','Ф3 7mm 8×8 1 3 inch (33 3mm) RED YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=84',0,99,1,0,'dhadmin',1392626235,1407397935),(85,263,0,'A-1588BHG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588BHG','Ф3 7mm 8×8 1 3 inch (33 3mm) RED YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=85',0,99,1,0,'dhadmin',1392626235,1407397892),(86,265,0,'A-1288BPG','','','A-1288BPG','3×3mm 8×8 1 1 inch (28mm) PURE GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=265&id=86',0,99,1,0,'dhadmin',1392626440,1407400524),(87,265,0,'A-1288DH','','','A-1288DH','3×3mm 8×8 1 1 inch (28mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=265&id=87',0,99,1,0,'dhadmin',1392626440,1407400494),(88,265,0,'A-1288CEGC','','','A-1288CEGC','3×3mm 8×8 1 1 inch (28mm) RED YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=265&id=88',0,99,1,0,'dhadmin',1392626440,1407400461),(89,265,0,'A-1288DHG','','http://www.topliteusa.com/uploadfile/2014/0826/20140826064900399.png','A-1288DHG','3×3mm 8×8 1 1 inch (28mm) RED YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=265&id=89',0,99,1,0,'dhadmin',1392626440,1409050145),(90,228,0,'A-1088AUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088AUW','Ф3mm 8×8 1 1 inch (28mm) WHITE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=90',0,99,1,0,'dhadmin',1392626623,1407397853),(91,228,0,'A-1088BUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BUW','Ф3mm 8×8 1 1 inch (28mm) WHITE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=91',0,99,1,0,'dhadmin',1392626623,1407397814),(92,228,0,'A-1088BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BB','Ф3mm 8×8 1 1 inch (28mm) BLUE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=92',0,99,1,0,'dhadmin',1392626623,1407397770),(93,228,0,'A-1088BYG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BYG','Ф3mm 8×8 1 1 inch (28mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=93',0,99,1,0,'dhadmin',1392626623,1407397740),(94,228,0,'A-1088AG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088AG','Ф3mm 8×8 1 1 inch (28mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=94',0,99,1,0,'dhadmin',1392626623,1407397710),(95,228,0,'A-1088BSY','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BSY','Ф3mm 8×8 1 1 inch (28mm) YELLOW DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=95',0,99,1,0,'dhadmin',1392626623,1406879118),(96,228,0,'A-1088BSA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BSA','Ф3mm 8×8 1 1 inch (28mm) AMBER DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=96',0,99,1,0,'dhadmin',1392626623,1407397668),(97,228,0,'A-1088BS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BS','Ф3mm 8×8 1 1 inch (28mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=97',0,99,1,0,'dhadmin',1392626623,1407397633),(98,228,0,'A-1088BSR1','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BSR1','Ф3mm 8×8 1 1 inch (28mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=98',0,99,1,0,'dhadmin',1392626623,1407397596),(99,228,0,'A-1088AH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088AH','Ф3mm 8×8 1 1 inch (28mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=99',0,99,1,0,'dhadmin',1392626623,1407397566),(100,228,0,'A-1088CH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088CH','Ф3mm 8×8 1 1 inch (28mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=100',0,99,1,0,'dhadmin',1392626623,1407397311),(101,228,0,'A-1088DPGR','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088DPGR','Ф3mm 8×8 1 1 inch (28mm) SUPER RED PURE GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=101',0,99,1,0,'dhadmin',1392626623,1407397220),(102,228,0,'A-1088DSRYG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088DSRYG','Ф3mm 8×8 1 1 inch (28mm) RED YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=102',0,99,1,0,'dhadmin',1392626623,1407397191),(103,264,0,'A-2088BUW','','','A-2088BUW','Ф5mm 8×8 2 1 inch (53 3mm) WHITE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=103',0,99,1,0,'dhadmin',1392626718,1407398999),(104,264,0,'A-5188BSY','','','A-5188BSY','Ф5mm 8×8 1 8 inch (44 5M) YELLOW DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=104',0,99,1,0,'dhadmin',1392626718,1407399045),(105,264,0,'A-2088BB','','','A-2088BB','Ф5mm 8×8 2 1 inch (53 3mm) BLUE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=105',0,99,1,0,'dhadmin',1392626718,1407398900),(106,264,0,'A-2088BPG','','','A-2088BPG','Ф5mm 8×8 2 1 inch (53 3mm) PURE GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=106',0,99,1,0,'dhadmin',1392626718,1407398870),(107,264,0,'A-2088BSY','','','A-2088BSY','Ф5mm 8×8 2 1 inch (53 3mm) YELLOW DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=107',0,99,1,0,'dhadmin',1392626718,1407398842),(108,264,0,'A-2088BSA','','','A-2088BSA','Ф5mm 8×8 2 1 inch (53 3mm) AMBER DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=108',0,99,1,0,'dhadmin',1392626718,1407398809),(109,264,0,'A-2088BH','','','A-2088BH','Ф5mm 8×8 2 1 inch (53 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=109',0,99,1,0,'dhadmin',1392626718,1407398774),(110,264,0,'A-2088DH','','','A-2088DH','Ф5mm 8×8 2 1 inch (53 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=110',0,99,1,0,'dhadmin',1392626718,1407398742),(111,264,0,'A-2088AH','','','A-2088AH','Ф5mm 8×8 2 1 inch (53 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=111',0,99,1,0,'dhadmin',1392626718,1407398592),(112,264,0,'A-2088CH','','','A-2088CH','Ф5mm 8×8 2 1 inch (53 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=112',0,99,1,0,'dhadmin',1392626718,1407398565),(113,264,0,'A-2088DPGR','','','A-2088DPGR','Ф5mm 8×8 2 1 inch (53 3mm) RED PURE GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=113',0,99,1,0,'dhadmin',1392626718,1407398715),(114,264,0,'A-2088DSRYG','','','A-2088DSRYG','Ф5mm 8×8 2 1 inch (53 3mm) SUPER RED PURE GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=114',0,99,1,0,'dhadmin',1392626718,1407398688),(115,264,0,'A-2088BHG','','','A-2088BHG','Ф5mm 8×8 2 1 inch (53 3mm) RED YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=115',0,99,1,0,'dhadmin',1392626718,1407398651),(116,264,0,'A-2088DHG','','','A-2088DHG','Ф5mm 8×8 2 1 inch (53 3mm) RED YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=116',0,99,1,0,'dhadmin',1392626718,1407398624),(117,264,0,'A-2088CHG','','http://www.topliteusa.com/uploadfile/2014/0826/20140826063835180.png','A-2088CHG','Ф5mm 8×8 2 1 inch (53 3mm) RED YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=117',0,99,1,0,'dhadmin',1392626718,1409049522),(118,266,0,'A-3388BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015704908.png','A-3388BB','3 4×3 4mm 8×8 1 1 inch (28 7mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=266&id=118',0,99,1,0,'dhadmin',1392626789,1407400803),(119,266,0,'A-3388BSA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015704908.png','A-3388BSA','3 4×3 4mm 8×8 1 1 inch (28 7mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=266&id=119',0,99,1,0,'dhadmin',1392626789,1407400775),(120,266,0,'A-3388BSR1','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015704908.png','A-3388BSR1','3 4×3 4mm 8×8 1 1 inch (28 7mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=266&id=120',0,99,1,0,'dhadmin',1392626789,1407400718),(121,266,0,'A-3388BH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015704908.png','A-3388BH','3 4×3 4mm 8×8 1 1 inch (28 7mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=266&id=121',0,99,1,0,'dhadmin',1392626789,1407400659),(123,229,0,'A-33117ASY','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015830985.png','A-33117ASY','3×3mm 11×7 0 9 inch (24mm) YELLOW MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=123',0,99,1,0,'dhadmin',1392627000,1407399315),(124,229,0,'A-33117APA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015830985.png','A-33117APA','3×3mm 11×7 0 9 inch (24mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=124',0,99,1,0,'dhadmin',1392627000,1407399258),(125,229,0,'A-33117ASA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015830985.png','A-33117ASA','3×3mm 11×7 0 9 inch (24mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=125',0,99,1,0,'dhadmin',1392627000,1407399214),(126,229,0,'A-33117AS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015830985.png','A-33117AS','3×3mm 11×7 0 9 inch (24mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=126',0,99,1,0,'dhadmin',1392627000,1407399169),(127,229,0,'A-33117ASR','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015830985.png','A-33117ASR','3×3mm 11×7 0 9 inch (24mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=127',0,99,1,0,'dhadmin',1392627000,1407399124),(128,229,0,'A-33117AH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015830985.png','A-33117AH','3×3mm 11×7 0 9 inch (24mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=128',0,99,1,0,'dhadmin',1392627000,1407399096),(129,229,0,'A-33117BH','','http://www.topliteusa.com/uploadfile/2014/0218/20140218044731230.png','A-33117BH','3×3mm 11×7 0 9 inch (24mm) RED MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=129',0,99,1,0,'dhadmin',1392627000,1407399065),(130,268,0,'A-14117BUW','','','A-14117BUW','4 2×4 5mm 11×7 1 3 inch (31 8mm) WHITE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=268&id=130',0,99,1,0,'dhadmin',1392627064,1407399595),(131,268,0,'A-14117AB','','','A-14117AB','4 2×4 5mm 11×7 1 3 inch (31 8mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=268&id=131',0,99,1,0,'dhadmin',1392627064,1407399509),(132,268,0,'A-14117ASR','','','A-14117ASR','4 2×4 5mm 11×7 1 3 inch (31 8mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=268&id=132',0,99,1,0,'dhadmin',1392627064,1407399463),(133,268,0,'A-14117B1S','','http://www.topliteusa.com/uploadfile/2014/0826/20140826082010242.jpg','A-14117B1S','4 2×4 5mm 11×7 1 3 inch (31 8mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=268&id=133',0,99,1,0,'dhadmin',1392627064,1409055615),(134,269,0,'A-D56711BPA','','','A-D56711BPA','5×6 5mm 11×7 1 8 inch (45mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=269&id=134',0,99,1,0,'dhadmin',1392627122,1407400428),(135,269,0,'A-D56711BSAW','','','A-D56711BSAW','5×6 5mm 11×7 1 8 inch (45mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=269&id=135',0,99,1,0,'dhadmin',1392627122,1407400268),(136,269,0,'A-56711BS','','http://www.topliteusa.com/uploadfile/2014/0826/20140826081704689.png','A-56711BS','5×6 5mm 11×7 1 8 inch (45mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=269&id=136',0,99,1,0,'dhadmin',1392627122,1409055508),(137,270,0,'A-43711EPA','','','A-43711EPA','2 9×3 9mm 11×7 1 1 inch (28 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=270&id=137',0,99,1,0,'dhadmin',1392627167,1407114919),(138,270,0,'A-43711ESA','','','A-43711ESA','2 9×3 9mm 11×7 1 1 inch (28 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=270&id=138',0,99,1,0,'dhadmin',1392627167,1407114898),(139,270,0,'A-43711EH','','http://www.topliteusa.com/uploadfile/2014/0825/20140825105624304.png','A-43711EH','2 9×3 9mm 11×7 1 1 inch (28 8mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=270&id=139',0,99,1,0,'dhadmin',1392627167,1408935443),(145,272,0,'A-16117ASR','','http://www.topliteusa.com/uploadfile/2014/0826/20140826064531710.png','A-16117ASR','4 4×4 9mm 11×7 1 3 inch (34 2mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=272&id=145',0,99,1,0,'dhadmin',1392627562,1409049937),(144,271,0,'A-35711AS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313020318734.png','A-35711AS','3 5×4 3mm 11×7 1 3 inch (31 8mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=271&id=144',0,99,1,0,'dhadmin',1392627506,1407400585),(143,271,0,'A-35711ASA1','','http://www.topliteusa.com/uploadfile/2014/0313/20140313020318734.png','A-35711ASA1','3 5×4 3mm 11×7 1 3 inch (31 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=271&id=143',0,99,1,0,'dhadmin',1392627506,1407400623),(146,230,0,'A-331615BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313020407833.png','A-331615BB','3 4×3 2mm 16×15 2 1 inch (52 5mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=230&id=146',0,99,1,0,'dhadmin',1392627651,1394690667),(147,230,0,'A-331615BSA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313020407833.png','A-331615BSA','3 4×3 2mm 16×15 2 1 inch (52 5mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=230&id=147',0,99,1,0,'dhadmin',1392627651,1394690652),(148,230,0,'A-D331615BSA','','http://www.topliteusa.com/uploadfile/2014/0218/20140218044805447.png','A-D331615BSA','3 4×3 2mm 16×15 2 1 inch (52 5mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=230&id=148',0,99,1,0,'dhadmin',1392627651,1392713287); /*!40000 ALTER TABLE `dh_dotmatrix` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_dotmatrix1` -- DROP TABLE IF EXISTS `dh_dotmatrix1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_dotmatrix1` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` varchar(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` mediumtext NOT NULL, `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=149 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_dotmatrix1` -- LOCK TABLES `dh_dotmatrix1` WRITE; /*!40000 ALTER TABLE `dh_dotmatrix1` DISABLE KEYS */; INSERT INTO `dh_dotmatrix1` VALUES (1,223,0,'A-1157AH','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042509753.png','A-1157AH','Ф3mm 5×7 1 1inch (27 4mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=1',0,99,1,0,'dhadmin',1392624998,1394612715),(2,223,0,'A-1057BB','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042452543.png','A-1057BB','Ф3mm 5×7 1 1 inch (27 6mm) BLUE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=2',0,99,1,0,'dhadmin',1392624998,1405350738),(3,223,0,'A-1057AB','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042438553.png','A-1057AB','Ф3mm 5×7 1 1 inch (27 6mm) BLUE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=3',0,99,1,0,'dhadmin',1392624998,1405350701),(4,223,0,'A-1057AG','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042418184.png','A-1057AG','Ф3mm 5×7 1 1 inch (27 6mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=4',0,99,1,0,'dhadmin',1392624998,1405350654),(5,223,0,'A-1057AG1','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042403355.png','A-1057AG1','Ф3mm 5×7 1 1 inch (27 6mm) YELLOW GREEN DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=5',0,99,1,0,'dhadmin',1392624998,1405350624),(6,223,0,'A-1057AYG','','http://www.topliteusa.com/uploadfile/2014/0312/20140312041714919.png','A-1057AYG','Ф3mm 5×7 1 1 inch (27 6mm) YELLOW GREEN DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=6',0,99,1,0,'dhadmin',1392624998,1405350591),(7,223,0,'A-1058AS','','http://www.topliteusa.com/uploadfile/2014/0312/20140312041654722.png','A-1058AS','Ф3mm 5×8 1 3 inch (32 9mm) SUPER RED DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=7',0,99,1,0,'dhadmin',1392624998,1405350471),(8,223,0,'A-R1057AS','','http://www.topliteusa.com/uploadfile/2014/0312/20140312041624782.png','A-R1057AS','Ф3mm 5×7 1 1 inch (27 6mm) SUPER RED DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=8',0,99,1,0,'dhadmin',1392624998,1405350436),(9,223,0,'A-1057AH','','http://www.topliteusa.com/uploadfile/2014/0218/20140218044534960.png','A-1057AH','Ф3mm 5×7 1 1 inch (27 6mm) RED DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=223&id=9',0,99,1,0,'dhadmin',1392624998,1405350387),(10,254,0,'A-1357DPG','','http://www.topliteusa.com/uploadfile/2014/0312/20140312043303754.png','A-1357DPG','3×3mm 5×7 1 inch (24 6mm) PURE GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=10',0,99,1,0,'dhadmin',1392625037,1405351402),(11,254,0,'A-1357CUA','','http://www.topliteusa.com/uploadfile/2014/0312/20140312043303754.png','A-1357CUA','3×3mm 5×7 1 inch (24 6mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=11',0,99,1,0,'dhadmin',1392625037,1405351368),(12,254,0,'A-1357DH','','http://www.topliteusa.com/uploadfile/2014/0312/20140312043303754.png','A-1357DH','3×3mm 5×7 1 inch (24 6mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=12',0,99,1,0,'dhadmin',1392625037,1405351340),(13,254,0,'A-1357BHG','','http://www.topliteusa.com/uploadfile/2014/0312/20140312043057793.png','A-1357BHG','3×3mm 5×7 1 inch (24 6mm) RED YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=13',0,99,1,0,'dhadmin',1392625037,1405351308),(14,254,0,'A-3357ASY','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042931474.png','A-3357ASY','3×3mm 5×7 1 1 inch (27 6mm) YELLOW MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=14',0,99,1,0,'dhadmin',1392625037,1405351276),(15,254,0,'A-3357ASA','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042931474.png','A-3357ASA','3×3mm 5×7 1 1 inch (27 6mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=15',0,99,1,0,'dhadmin',1392625037,1405351216),(16,254,0,'A-3357BSA','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042931474.png','A-3357BSA','3×3mm 5×7 1 1 inch (27 6mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=16',0,99,1,0,'dhadmin',1392625037,1405351178),(17,254,0,'A-3357AH','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042931474.png','A-3357AH','3×3mm 5×7 1 1 inch (27 6mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=17',0,99,1,0,'dhadmin',1392625037,1405351149),(18,254,0,'A-3357BH','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042931474.png','A-3357BH','3×3mm 5×7 1 1 inch (27 6mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=18',0,99,1,0,'dhadmin',1392625037,1394612976),(19,254,0,'A-3375AYG','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375AYG','3×3mm 5×7 0 9 inch (24mm) YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=19',0,99,1,0,'dhadmin',1392625037,1405351089),(20,254,0,'A-3375ASY','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375ASY','3×3mm 5×7 0 9 inch (24mm) YELLOW MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=20',0,99,1,0,'dhadmin',1392625037,1405351062),(21,254,0,'A-3375APA','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375APA','3×3mm 5×7 0 9 inch (24mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=21',0,99,1,0,'dhadmin',1392625037,1405350994),(22,254,0,'A-3375BSA','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375BSA','3×3mm 5×7 0 9 inch (24mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=22',0,99,1,0,'dhadmin',1392625037,1405350951),(23,254,0,'A-3375AS','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375AS','3×3mm 5×7 0 9 inch (24mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=23',0,99,1,0,'dhadmin',1392625037,1405350919),(24,254,0,'A-3375ASR','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375ASR','3×3mm 5×7 0 9 inch (24mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=24',0,99,1,0,'dhadmin',1392625037,1405350883),(25,254,0,'A-3375AH','','http://www.topliteusa.com/uploadfile/2014/0312/20140312042648518.png','A-3375AH','3×3mm 5×7 0 9 inch (24mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=25',0,99,1,0,'dhadmin',1392625037,1405350850),(26,254,0,'A-3375BH','','http://www.topliteusa.com/uploadfile/2014/0218/20140218044859602.png','A-3375BH','3×3mm 5×7 0 9 inch (24mm) RED MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=254&id=26',0,99,1,0,'dhadmin',1392625037,1405350822),(27,255,0,'A-1257AH','','','A-1257AH','4×4mm 5×7 1 1 inch (27 6mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=255&id=27',0,99,1,0,'dhadmin',1392625064,1405351440),(28,256,0,'A-1457BUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013140103.png','A-1457BUW','4 2×4 5mm 5×7 1 3 inch (31 8mm) WHITE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=256&id=28',0,99,1,0,'dhadmin',1392625085,1405351612),(29,256,0,'A-1457BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013140103.png','A-1457BB','4 2×4 5mm 5×7 1 3 inch (31 8mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=256&id=29',0,99,1,0,'dhadmin',1392625085,1405351587),(30,256,0,'A-1457AB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013140103.png','A-1457AB','4 2×4 5mm 5×7 1 3 inch (31 8mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=256&id=30',0,99,1,0,'dhadmin',1392625085,1405351555),(31,256,0,'A-1457BSA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013140103.png','A-1457BSA','4 2×4 5mm 5×7 1 3 inch (31 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=256&id=31',0,99,1,0,'dhadmin',1392625085,1405351523),(32,256,0,'A-1457ASR','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013140103.png','A-1457ASR','4 2×4 5mm 5×7 1 3 inch (31 8mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=256&id=32',0,99,1,0,'dhadmin',1392625085,1405351493),(33,256,0,'A-1457BH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013140103.png','A-1457BH','4 2×4 5mm 5×7 1 3 inch (31 8mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=256&id=33',0,99,1,0,'dhadmin',1392625085,1405351467),(34,257,0,'A-3557ASA1','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013323342.png','A-3557ASA1','4 5×5 3mm 5×7 1 3 inch (31 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=257&id=34',0,99,1,0,'dhadmin',1392625178,1405351647),(35,258,0,'A-3057AS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013405743.png','A-3057AS','Ф7 6mm 5×7 2 7 inch (68 6mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=258&id=35',0,99,1,0,'dhadmin',1392625220,1405351702),(36,259,0,'A-1357BUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013439343.png','A-1357BUW','3 4×3 4mm 5×7 1 inch (24 7mm) WHITE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=259&id=36',0,99,1,0,'dhadmin',1392625280,1405390482),(37,259,0,'A-1357BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013439343.png','A-1357BB','3 4×3 4mm 5×7 1 inch (24 7mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=259&id=37',0,99,1,0,'dhadmin',1392625280,1405390457),(38,259,0,'A-1357CG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013439343.png','A-1357CG','3 4×3 4mm 5×7 1 inch (24 7mm) YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=259&id=38',0,99,1,0,'dhadmin',1392625280,1405390432),(39,259,0,'A-1357AS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013439343.png','A-1357AS','3 4×3 4mm 5×7 1 inch (24 7mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=259&id=39',0,99,1,0,'dhadmin',1392625280,1405351775),(40,259,0,'A-1357AH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013439343.png','A-1357AH','3 4×3 4mm 5×7 1 inch (24 7mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=259&id=40',0,99,1,0,'dhadmin',1392625280,1405351728),(41,260,0,'A-3457APA','','','A-3457APA','3 5×4 3mm 5×7 1 3 inch (31 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=260&id=41',0,99,1,0,'dhadmin',1392625316,1405390571),(42,260,0,'A-3457BSAW','','','A-3457BSAW','3 5×4 3mm 5×7 1 3 inch (31 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=260&id=42',0,99,1,0,'dhadmin',1392625316,1405390552),(43,260,0,'A-D3457ASAW','','','A-D3457ASAW','3 5×4 3mm 5×7 1 3 inch (31 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=260&id=43',0,99,1,0,'dhadmin',1392625316,1405390530),(44,260,0,'A-3457AS','','','A-3457AS','3 5×4 3mm 5×7 1 3 inch (31 8mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=260&id=44',0,99,1,0,'dhadmin',1392625316,1405390507),(45,261,0,'A-1657ASO','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013600661.png','A-1657ASO','4 4×4 9mm 5×7 1 3 inch (34 2mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=261&id=45',0,99,1,0,'dhadmin',1392625354,1405390594),(46,262,0,'A-5657ASAW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013627608.png','A-5657ASAW','5×6 5mm 5×7 1 8 inch (45mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=262&id=46',0,99,1,0,'dhadmin',1392625382,1405390663),(47,262,0,'A-D5657BPA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013627608.png','A-D5657BPA','5×6 5mm 5×7 1 8 inch (45mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=262&id=47',0,99,1,0,'dhadmin',1392625382,1405390639),(48,262,0,'A-5657AS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313013627608.png','A-5657AS','5×6 5mm 5×7 1 8 inch (45mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=262&id=48',0,99,1,0,'dhadmin',1392625382,1405390617),(51,224,0,'A-1058AYG','','','A-1058AYG','Ф3mm 5×8 1 3 inch (32 9mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=224&id=51',0,99,1,0,'dhadmin',1392625697,1405390717),(52,224,0,'A-1058ASY','','http://www.topliteusa.com/uploadfile/2014/0218/20140218044601372.png','A-1058ASY','Ф3mm 5×8 1 3 inch (32 9mm) YELLOW DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=224&id=52',0,99,1,0,'dhadmin',1392625697,1405390697),(53,225,0,'A-1067BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BB','3×3 5mm 6×7 1 1 inch (27mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=53',0,99,1,0,'dhadmin',1392625830,1405391607),(54,225,0,'A-1067BPG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BPG','3×3 5mm 6×7 1 1 inch (27mm) PURE GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=54',0,99,1,0,'dhadmin',1392625830,1405391580),(55,225,0,'A-1067BG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BG','3×3 5mm 6×7 1 1 inch (27mm) YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=55',0,99,1,0,'dhadmin',1392625830,1405391555),(56,225,0,'A-1067BYG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BYG','3×3 5mm 6×7 1 1 inch (27mm) YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=56',0,99,1,0,'dhadmin',1392625830,1405391516),(57,225,0,'A-1067BPA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BPA','3×3 5mm 6×7 1 1 inch (27mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=57',0,99,1,0,'dhadmin',1392625830,1405391272),(59,225,0,'A-1067BSA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BSA','3×3 5mm 6×7 1 1 inch (27mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=59',0,99,1,0,'dhadmin',1392625830,1405390761),(60,225,0,'A-1067BH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png','A-1067BH','3×3 5mm 6×7 1 1 inch (27mm) RED MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=225&id=60',0,99,1,0,'dhadmin',1392625830,1405390740),(61,227,0,'A-788AUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788AUW','Ф1 9mm 8×8 0 7 inch (17 5mm) WHITE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=61',0,99,1,0,'dhadmin',1392626086,1405392070),(62,227,0,'A-788BUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BUW','Ф1 9mm 8×8 0 7 inch (17 5mm) WHITE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=62',0,99,1,0,'dhadmin',1392626086,1405392014),(63,227,0,'A-788BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BB','Ф1 9mm 8×8 0 7 inch (17 5mm) BLUE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=63',0,99,1,0,'dhadmin',1392626086,1405391964),(64,227,0,'A-788BPG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BPG','Ф1 9mm 8×8 0 7 inch (17 5mm) PURE GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=64',0,99,1,0,'dhadmin',1392626086,1405391902),(65,227,0,'A-788BG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BG','Ф1 9mm 8×8 0 7 inch (17 5mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=65',0,99,1,0,'dhadmin',1392626086,1405391865),(66,227,0,'A-788BYG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BYG','Ф1 9mm 8×8 0 7 inch (17 5mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=66',0,99,1,0,'dhadmin',1392626086,1405391808),(67,227,0,'A-788BSY','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BSY','Ф1 9mm 8×8 0 7 inch (17 5mm) YELLOW DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=67',0,99,1,0,'dhadmin',1392626086,1405391771),(68,227,0,'A-788BY','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BY','Ф1 9mm 8×8 0 7 inch (17 5mm) YELLOW DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=68',0,99,1,0,'dhadmin',1392626086,1405391744),(69,227,0,'A-788BSA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BSA','Ф1 9mm 8×8 0 7 inch (17 5mm) AMBER DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=69',0,99,1,0,'dhadmin',1392626086,1405391718),(70,227,0,'A-788BSR','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BSR','Ф1 9mm 8×8 0 7 inch (17 5mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=70',0,99,1,0,'dhadmin',1392626086,1405391696),(71,227,0,'A-788BS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png','A-788BS','Ф1 9mm 8×8 0 7 inch (17 5mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=71',0,99,1,0,'dhadmin',1392626086,1405391667),(72,227,0,'A-788BH','','http://www.topliteusa.com/uploadfile/2014/0218/20140218044642563.png','A-788BH','Ф1 9mm 8×8 0 7 inch (17 5mm) RED DOT MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=227&id=72',0,99,1,0,'dhadmin',1392626086,1405391641),(73,263,0,'A-1588AUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588AUW','Ф3 7mm 8×8 1 3 inch (33 3mm) WHITE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=73',0,99,1,0,'dhadmin',1392626235,1405393595),(74,263,0,'A-1588AB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588AB','Ф3 7mm 8×8 1 3 inch (33 3mm) BLUE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=74',0,99,1,0,'dhadmin',1392626235,1405393567),(75,263,0,'A-1588AYG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588AYG','Ф3 7mm 8×8 1 3 inch (33 3mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=75',0,99,1,0,'dhadmin',1392626235,1405393538),(76,263,0,'A-1588ASY','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588ASY','Ф3 7mm 8×8 1 3 inch (33 3mm) YELLOW DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=76',0,99,1,0,'dhadmin',1392626235,1405393510),(77,263,0,'A-1588ASA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588ASA','Ф3 7mm 8×8 1 3 inch (33 3mm) AMBER DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=77',0,99,1,0,'dhadmin',1392626235,1405393465),(78,263,0,'A-1588AS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588AS','Ф3 7mm 8×8 1 3 inch (33 3mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=78',0,99,1,0,'dhadmin',1392626235,1405393426),(79,263,0,'A-1588BSC','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588BSC','Ф3 7mm 8×8 1 3 inch (33 3mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=79',0,99,1,0,'dhadmin',1392626235,1405393392),(80,263,0,'A-1588AH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588AH','Ф3 7mm 8×8 1 3 inch (33 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=80',0,99,1,0,'dhadmin',1392626235,1405393268),(81,263,0,'A-1588BH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588BH','Ф3 7mm 8×8 1 3 inch (33 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=81',0,99,1,0,'dhadmin',1392626235,1405393234),(82,263,0,'A-1588BHC','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588BHC','Ф3 7mm 8×8 1 3 inch (33 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=82',0,99,1,0,'dhadmin',1392626235,1405393176),(83,263,0,'A-1588BPGR','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588BPGR','Ф3 7mm 8×8 1 3 inch (33 3mm) SUPER RED PURE GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=83',0,99,1,0,'dhadmin',1392626235,1405393206),(84,263,0,'A-1588AHG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588AHG','Ф3 7mm 8×8 1 3 inch (33 3mm) RED YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=84',0,99,1,0,'dhadmin',1392626235,1405393153),(85,263,0,'A-1588BHG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015117175.png','A-1588BHG','Ф3 7mm 8×8 1 3 inch (33 3mm) RED YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=263&id=85',0,99,1,0,'dhadmin',1392626235,1405393118),(86,265,0,'A-1288BPG','','','A-1288BPG','3×3mm 8×8 1 1 inch (28mm) PURE GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=265&id=86',0,99,1,0,'dhadmin',1392626440,1405398342),(87,265,0,'A-1288DH','','','A-1288DH','3×3mm 8×8 1 1 inch (28mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=265&id=87',0,99,1,0,'dhadmin',1392626440,1405398322),(88,265,0,'A-1288CEGC','','','A-1288CEGC','3×3mm 8×8 1 1 inch (28mm) RED YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=265&id=88',0,99,1,0,'dhadmin',1392626440,1405398299),(89,265,0,'A-1288DHG','','','A-1288DHG','3×3mm 8×8 1 1 inch (28mm) RED YELLOW GREEN MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=265&id=89',0,99,1,0,'dhadmin',1392626440,1405398274),(90,228,0,'A-1088AUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088AUW','Ф3mm 8×8 1 1 inch (28mm) WHITE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=90',0,99,1,0,'dhadmin',1392626623,1405393083),(91,228,0,'A-1088BUW','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BUW','Ф3mm 8×8 1 1 inch (28mm) WHITE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=91',0,99,1,0,'dhadmin',1392626623,1405393040),(92,228,0,'A-1088BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BB','Ф3mm 8×8 1 1 inch (28mm) BLUE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=92',0,99,1,0,'dhadmin',1392626623,1405393011),(93,228,0,'A-1088BYG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BYG','Ф3mm 8×8 1 1 inch (28mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=93',0,99,1,0,'dhadmin',1392626623,1405392983),(94,228,0,'A-1088AG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088AG','Ф3mm 8×8 1 1 inch (28mm) YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=94',0,99,1,0,'dhadmin',1392626623,1405392952),(95,228,0,'A-1088BSY','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BSY','Ф3mm 8×8 1 1 inch (28mm) YELLOW DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=95',0,99,1,0,'dhadmin',1392626623,1405392864),(96,228,0,'A-1088BSA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BSA','Ф3mm 8×8 1 1 inch (28mm) AMBER DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=96',0,99,1,0,'dhadmin',1392626623,1405392837),(97,228,0,'A-1088BS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BS','Ф3mm 8×8 1 1 inch (28mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=97',0,99,1,0,'dhadmin',1392626623,1405392804),(98,228,0,'A-1088BSR1','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088BSR1','Ф3mm 8×8 1 1 inch (28mm) SUPER RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=98',0,99,1,0,'dhadmin',1392626623,1405392506),(99,228,0,'A-1088AH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088AH','Ф3mm 8×8 1 1 inch (28mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=99',0,99,1,0,'dhadmin',1392626623,1405392480),(100,228,0,'A-1088CH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088CH','Ф3mm 8×8 1 1 inch (28mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=100',0,99,1,0,'dhadmin',1392626623,1405392451),(101,228,0,'A-1088DPGR','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088DPGR','Ф3mm 8×8 1 1 inch (28mm) SUPER RED PURE GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=101',0,99,1,0,'dhadmin',1392626623,1405392425),(102,228,0,'A-1088DSRYG','','http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png','A-1088DSRYG','Ф3mm 8×8 1 1 inch (28mm) RED YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=228&id=102',0,99,1,0,'dhadmin',1392626623,1405392142),(103,264,0,'A-2088BUW','','','A-2088BUW','Ф5mm 8×8 2 1 inch (53 3mm) WHITE DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=103',0,99,1,0,'dhadmin',1392626718,1405398243),(104,264,0,'A-5188BSY','','','A-5188BSY','Ф5mm 8×8 1 8 inch (44 5M) YELLOW DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=104',0,99,1,0,'dhadmin',1392626718,1405398223),(106,264,0,'A-2088BPG','','','A-2088BPG','Ф5mm 8×8 2 1 inch (53 3mm) PURE GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=106',0,99,1,0,'dhadmin',1392626718,1405398125),(107,264,0,'A-2088BSY','','','A-2088BSY','Ф5mm 8×8 2 1 inch (53 3mm) YELLOW DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=107',0,99,1,0,'dhadmin',1392626718,1405398159),(108,264,0,'A-2088BSA','','','A-2088BSA','Ф5mm 8×8 2 1 inch (53 3mm) AMBER DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=108',0,99,1,0,'dhadmin',1392626718,1405398073),(109,264,0,'A-2088BH','','','A-2088BH','Ф5mm 8×8 2 1 inch (53 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=109',0,99,1,0,'dhadmin',1392626718,1405398048),(110,264,0,'A-2088DH','','','A-2088DH','Ф5mm 8×8 2 1 inch (53 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=110',0,99,1,0,'dhadmin',1392626718,1405398011),(111,264,0,'A-2088AH','','','A-2088AH','Ф5mm 8×8 2 1 inch (53 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=111',0,99,1,0,'dhadmin',1392626718,1405397980),(112,264,0,'A-2088CH','','','A-2088CH','Ф5mm 8×8 2 1 inch (53 3mm) RED DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=112',0,99,1,0,'dhadmin',1392626718,1405394099),(113,264,0,'A-2088DPGR','','','A-2088DPGR','Ф5mm 8×8 2 1 inch (53 3mm) RED PURE GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=113',0,99,1,0,'dhadmin',1392626718,1405393752),(114,264,0,'A-2088DSRYG','','','A-2088DSRYG','Ф5mm 8×8 2 1 inch (53 3mm) SUPER RED PURE GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=114',0,99,1,0,'dhadmin',1392626718,1405393724),(115,264,0,'A-2088BHG','','','A-2088BHG','Ф5mm 8×8 2 1 inch (53 3mm) RED YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=115',0,99,1,0,'dhadmin',1392626718,1405393694),(116,264,0,'A-2088DHG','','','A-2088DHG','Ф5mm 8×8 2 1 inch (53 3mm) RED YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=116',0,99,1,0,'dhadmin',1392626718,1405393667),(117,264,0,'A-2088CHG','','','A-2088CHG','Ф5mm 8×8 2 1 inch (53 3mm) RED YELLOW GREEN DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=264&id=117',0,99,1,0,'dhadmin',1392626718,1405393633),(118,266,0,'A-3388BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015704908.png','A-3388BB','3 4×3 4mm 8×8 1 1 inch (28 7mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=266&id=118',0,99,1,0,'dhadmin',1392626789,1405398445),(119,266,0,'A-3388BSA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015704908.png','A-3388BSA','3 4×3 4mm 8×8 1 1 inch (28 7mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=266&id=119',0,99,1,0,'dhadmin',1392626789,1405398420),(120,266,0,'A-3388BSR1','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015704908.png','A-3388BSR1','3 4×3 4mm 8×8 1 1 inch (28 7mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=266&id=120',0,99,1,0,'dhadmin',1392626789,1405398393),(121,266,0,'A-3388BH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015704908.png','A-3388BH','3 4×3 4mm 8×8 1 1 inch (28 7mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=266&id=121',0,99,1,0,'dhadmin',1392626789,1405398370),(122,267,0,'A-D11711DSAW','','http://www.topliteusa.com/uploadfile/2014/0715/20140715123920303.png','A-D11711DSAW','Ф3mm 11×7 1 3 inch (31 8mm) AMBER DOT MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=267&id=122',0,99,1,0,'dhadmin',1392626926,1405399200),(123,229,0,'A-33117ASY','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015830985.png','A-33117ASY','3×3mm 11×7 0 9 inch (24mm) YELLOW MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=123',0,99,1,0,'dhadmin',1392627000,1405398908),(124,229,0,'A-33117APA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015830985.png','A-33117APA','3×3mm 11×7 0 9 inch (24mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=124',0,99,1,0,'dhadmin',1392627000,1405398866),(125,229,0,'A-33117ASA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015830985.png','A-33117ASA','3×3mm 11×7 0 9 inch (24mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=125',0,99,1,0,'dhadmin',1392627000,1405398818),(126,229,0,'A-33117AS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015830985.png','A-33117AS','3×3mm 11×7 0 9 inch (24mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=126',0,99,1,0,'dhadmin',1392627000,1405398780),(127,229,0,'A-33117ASR','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015830985.png','A-33117ASR','3×3mm 11×7 0 9 inch (24mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=127',0,99,1,0,'dhadmin',1392627000,1405398755),(128,229,0,'A-33117AH','','http://www.topliteusa.com/uploadfile/2014/0313/20140313015830985.png','A-33117AH','3×3mm 11×7 0 9 inch (24mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=128',0,99,1,0,'dhadmin',1392627000,1405398727),(129,229,0,'A-33117BH','','http://www.topliteusa.com/uploadfile/2014/0218/20140218044731230.png','A-33117BH','3×3mm 11×7 0 9 inch (24mm) RED MATRIX',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=229&id=129',0,99,1,0,'dhadmin',1392627000,1405398702),(130,268,0,'A-14117BUW','','','A-14117BUW','4 2×4 5mm 11×7 1 3 inch (31 8mm) WHITE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=268&id=130',0,99,1,0,'dhadmin',1392627064,1405399383),(131,268,0,'A-14117AB','','','A-14117AB','4 2×4 5mm 11×7 1 3 inch (31 8mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=268&id=131',0,99,1,0,'dhadmin',1392627064,1405399355),(132,268,0,'A-14117ASR','','http://www.topliteusa.com/uploadfile/2014/0715/20140715124039149.png','A-14117ASR','4 2×4 5mm 11×7 1 3 inch (31 8mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=268&id=132',0,99,1,0,'dhadmin',1392627064,1405399326),(134,269,0,'A-D56711BPA','','','A-D56711BPA','5×6 5mm 11×7 1 8 inch (45mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=269&id=134',0,99,1,0,'dhadmin',1392627122,1405400245),(135,269,0,'A-D56711BSAW','','','A-D56711BSAW','5×6 5mm 11×7 1 8 inch (45mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=269&id=135',0,99,1,0,'dhadmin',1392627122,1405399511),(136,269,0,'A-56711BS','','http://www.topliteusa.com/uploadfile/2014/0715/20140715124407104.png','A-56711BS','5×6 5mm 11×7 1 8 inch (45mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=269&id=136',0,99,1,0,'dhadmin',1392627122,1405399482),(137,270,0,'A-43711EPA','','','A-43711EPA','2 9×3 9mm 11×7 1 1 inch (28 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=270&id=137',0,99,1,0,'dhadmin',1392627167,1405400436),(138,270,0,'A-43711ESA','','','A-43711ESA','2 9×3 9mm 11×7 1 1 inch (28 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=270&id=138',0,99,1,0,'dhadmin',1392627167,1405400393),(139,270,0,'A-43711EH','','http://www.topliteusa.com/uploadfile/2014/0715/20140715125841306.png','A-43711EH','2 9×3 9mm 11×7 1 1 inch (28 8mm) RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=270&id=139',0,99,1,0,'dhadmin',1392627167,1405400366),(145,272,0,'A-16117ASR','','http://www.topliteusa.com/uploadfile/2014/0715/20140715010334950.png','A-16117ASR','4 4×4 9mm 11×7 1 3 inch (34 2mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=272&id=145',0,99,1,0,'dhadmin',1392627562,1405400641),(144,271,0,'A-35711AS','','http://www.topliteusa.com/uploadfile/2014/0313/20140313020318734.png','A-35711AS','3 5×4 3mm 11×7 1 3 inch (31 8mm) SUPER RED MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=271&id=144',0,99,1,0,'dhadmin',1392627506,1405400465),(143,271,0,'A-35711ASA1','','http://www.topliteusa.com/uploadfile/2014/0313/20140313020318734.png','A-35711ASA1','3 5×4 3mm 11×7 1 3 inch (31 8mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=271&id=143',0,99,1,0,'dhadmin',1392627506,1405400493),(146,230,0,'A-331615BB','','http://www.topliteusa.com/uploadfile/2014/0313/20140313020407833.png','A-331615BB','3 4×3 2mm 16×15 2 1 inch (52 5mm) BLUE MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=230&id=146',0,99,1,0,'dhadmin',1392627651,1405400761),(147,230,0,'A-331615BSA','','http://www.topliteusa.com/uploadfile/2014/0313/20140313020407833.png','A-331615BSA','3 4×3 2mm 16×15 2 1 inch (52 5mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=230&id=147',0,99,1,0,'dhadmin',1392627651,1405400739),(148,230,0,'A-D331615BSA','','http://www.topliteusa.com/uploadfile/2014/0218/20140218044805447.png','A-D331615BSA','3 4×3 2mm 16×15 2 1 inch (52 5mm) AMBER MATRIX',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=230&id=148',0,99,1,0,'dhadmin',1392627651,1405400674); /*!40000 ALTER TABLE `dh_dotmatrix1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_dotmatrix_data` -- DROP TABLE IF EXISTS `dh_dotmatrix_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_dotmatrix_data` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `number` varchar(255) NOT NULL default '', `Polarity` varchar(255) NOT NULL default 'CC', `color` varchar(255) NOT NULL default '', `Wavelength` varchar(255) NOT NULL default '', `Min` varchar(255) NOT NULL default '', `Typ` varchar(255) NOT NULL default '', `Datasheet` varchar(255) NOT NULL default '', `Spec` mediumtext NOT NULL, `glowsize` varchar(255) NOT NULL default '', `nm` varchar(255) NOT NULL default '', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_dotmatrix_data` -- LOCK TABLES `dh_dotmatrix_data` WRITE; /*!40000 ALTER TABLE `dh_dotmatrix_data` DISABLE KEYS */; INSERT INTO `dh_dotmatrix_data` VALUES (1,'Ф3mm / 5×7 / 1.1inch (27.4mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1157AH','CC','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1157AH.pdf\',\r\n \'filename\' => \'A-1157AH\',\r\n )\r\n)','',''),(2,'Ф3mm / 5×7 / 1.1 inch (27.6mm) BLUE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1057BB','CA','Blue','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1057BB.pdf\',\r\n \'filename\' => \'A-1057BB\',\r\n )\r\n)','',''),(3,'Ф3mm / 5×7 / 1.1 inch (27.6mm) BLUE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1057AB','CC','Blue','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1057AB.pdf\',\r\n \'filename\' => \'A-1057AB\',\r\n )\r\n)','',''),(4,'Ф3mm / 5×7 / 1.1 inch (27.6mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1057AG','CC','Yellow Green','570','4726','7066','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1057AG.pdf\',\r\n \'filename\' => \'A-1057AG\',\r\n )\r\n)','',''),(5,'Ф3mm / 5×7 / 1.1 inch (27.6mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1057AG1','CC','Yellow Green','570','10384','15525','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1057AG1.pdf\',\r\n \'filename\' => \'A-1057AG1\',\r\n )\r\n)','',''),(6,'Ф3mm / 5×7 / 1.1 inch (27.6mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1057AYG','CC','Yellow Green','570','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1057AYG.pdf\',\r\n \'filename\' => \'A-1057AYG\',\r\n )\r\n)','',''),(7,'Ф3mm / 5×8 / 1.3 inch (32.9mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1058AS','CC','Super Red','635','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1058AS.pdf\',\r\n \'filename\' => \'A-1058AS\',\r\n )\r\n)','',''),(8,'Ф3mm / 5×7 / 1.1 inch (27.6mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-R1057AS','CC','Super Red','635','10384','15525','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-R1057AS.pdf\',\r\n \'filename\' => \'A-R1057AS\',\r\n )\r\n)','',''),(9,'Ф3mm / 5×7 / 1.1 inch (27.6mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1057AH','CC','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1057AH.pdf\',\r\n \'filename\' => \'A-1057AH\',\r\n )\r\n)','',''),(10,'3×3mm / 5×7 / 1 inch (24.6mm) PURE GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1357DPG','CA','Pure Green','525','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1357DPG.pdf\',\r\n \'filename\' => \'A-1357DPG\',\r\n )\r\n)','',''),(11,'3×3mm / 5×7 / 1 inch (24.6mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-1357CUA','CC','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1357CUA.pdf\',\r\n \'filename\' => \'A-1357CUA\',\r\n )\r\n)','',''),(12,'3×3mm / 5×7 / 1 inch (24.6mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-1357DH','CA','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1357DH.pdf\',\r\n \'filename\' => \'A-1357DH\',\r\n )\r\n)','',''),(13,'3×3mm / 5×7 / 1 inch (24.6mm) RED / YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1357BHG','CA','Red / Yellow Green','','4726','7066','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1357BHG.pdf\',\r\n \'filename\' => \'A-1357BHG\',\r\n )\r\n)','',''),(14,'3×3mm / 5×7 / 1.1 inch (27.6mm) YELLOW MATRIX',0,'',0,10000,'',0,1,'','A-3357ASY','CC','Yellow','590','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3357ASY.pdf\',\r\n \'filename\' => \'A-3357ASY\',\r\n )\r\n)','',''),(15,'3×3mm / 5×7 / 1.1 inch (27.6mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3357ASA','CC','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3357ASA.pdf\',\r\n \'filename\' => \'A-3357ASA\',\r\n )\r\n)','',''),(16,'3×3mm / 5×7 / 1.1 inch (27.6mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3357BSA','CA','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3357BSA.pdf\',\r\n \'filename\' => \'A-3357BSA\',\r\n )\r\n)','',''),(17,'3×3mm / 5×7 / 1.1 inch (27.6mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-3357AH','CC','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3357AH.pdf\',\r\n \'filename\' => \'A-3357AH\',\r\n )\r\n)','',''),(18,'3×3mm / 5×7 / 1.1 inch (27.6mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-3357BH','CA','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3357BH.pdf\',\r\n \'filename\' => \'A-3357BH\',\r\n )\r\n)','',''),(19,'3×3mm / 5×7 / 0.9 inch (24mm) YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-3375AYG','CC','Yellow Green','570','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3375AYG.pdf\',\r\n \'filename\' => \'A-3375AYG\',\r\n )\r\n)','',''),(20,'3×3mm / 5×7 / 0.9 inch (24mm) YELLOW MATRIX',0,'',0,10000,'',0,1,'','A-3375ASY','CC','Yellow','590','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3375ASY.pdf\',\r\n \'filename\' => \'A-3375ASY\',\r\n )\r\n)','',''),(21,'3×3mm / 5×7 / 0.9 inch (24mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3375APA','CC','Amber','605','3501','5435','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3375APA.pdf\',\r\n \'filename\' => \'A-3375APA\',\r\n )\r\n)','',''),(22,'3×3mm / 5×7 / 0.9 inch (24mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3375BSA','CA','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3375BSA.pdf\',\r\n \'filename\' => \'A-3375BSA\',\r\n )\r\n)','',''),(23,'3×3mm / 5×7 / 0.9 inch (24mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-3375AS','CC','Super Red','635','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3375AS.pdf\',\r\n \'filename\' => \'A-3375AS\',\r\n )\r\n)','',''),(24,'3×3mm / 5×7 / 0.9 inch (24mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-3375ASR','CC','Super Red','622','39490','74045','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3375ASR.pdf\',\r\n \'filename\' => \'A-3375ASR\',\r\n )\r\n)','',''),(25,'3×3mm / 5×7 / 0.9 inch (24mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-3375AH','CC','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3375AH.pdf\',\r\n \'filename\' => \'A-3375AH\',\r\n )\r\n)','',''),(26,'3×3mm / 5×7 / 0.9 inch (24mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-3375BH','CA','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3375BH.pdf\',\r\n \'filename\' => \'A-3375BH\',\r\n )\r\n)','',''),(27,'4×4mm / 5×7 / 1.1 inch (27.6mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-1257AH','CC','Red','640','7988','11941','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1257AH.pdf\',\r\n \'filename\' => \'A-1257AH\',\r\n )\r\n)','',''),(28,'4.2×4.5mm / 5×7 / 1.3 inch (31.8mm) WHITE MATRIX',0,'',0,10000,'',0,1,'','A-1457BUW','CA','White','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1457BUW.pdf\',\r\n \'filename\' => \'A-1457BUW\',\r\n )\r\n)','',''),(29,'4.2×4.5mm / 5×7 / 1.3 inch (31.8mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-1457BB','CA','Blue','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1457BB.pdf\',\r\n \'filename\' => \'A-1457BB\',\r\n )\r\n)','',''),(30,'4.2×4.5mm / 5×7 / 1.3 inch (31.8mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-1457AB','CC','Blue','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1457AB.pdf\',\r\n \'filename\' => \'A-1457AB\',\r\n )\r\n)','',''),(31,'4.2×4.5mm / 5×7 / 1.3 inch (31.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-1457BSA','CA','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1457BSA.pdf\',\r\n \'filename\' => \'A-1457BSA\',\r\n )\r\n)','',''),(32,'4.2×4.5mm / 5×7 / 1.3 inch (31.8mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-1457ASR','CC','Super Red','628','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1457ASR.pdf\',\r\n \'filename\' => \'A-1457ASR\',\r\n )\r\n)','',''),(33,'4.2×4.5mm / 5×7 / 1.3 inch (31.8mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-1457BH','CA','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1457BH.pdf\',\r\n \'filename\' => \'A-1457BH\',\r\n )\r\n)','',''),(34,'4.5×5.3mm / 5×7 / 1.3 inch (31.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3557ASA1','CC','Amber','605','17550','32908','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3557ASA1.pdf\',\r\n \'filename\' => \'A-3557ASA1\',\r\n )\r\n)','',''),(35,'Ф7.6mm / 5×7 / 2.7 inch (68.6mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-3057AS','CC','Super Red','635','10384','15525','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3057AS.pdf\',\r\n \'filename\' => \'A-3057AS\',\r\n )\r\n)','',''),(36,'3.4×3.4mm / 5×7 / 1 inch (24.7mm) WHITE MATRIX',0,'',0,10000,'',0,1,'','A-1357BUW','CA','White','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1357BUW.pdf\',\r\n \'filename\' => \'A-1357BUW\',\r\n )\r\n)','',''),(37,'3.4×3.4mm / 5×7 / 1 inch (24.7mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-1357BB','CA','Blue','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1357BB.pdf\',\r\n \'filename\' => \'A-1357BB\',\r\n )\r\n)','',''),(38,'3.4×3.4mm / 5×7 / 1 inch (24.7mm) YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1357CG','CC','Yellow Green','570','4726','7066','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1357CG.pdf\',\r\n \'filename\' => \'A-1357CG\',\r\n )\r\n)','',''),(39,'3.4×3.4mm / 5×7 / 1 inch (24.7mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-1357AS','CC','Super Red','635','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1357AS.pdf\',\r\n \'filename\' => \'A-1357AS\',\r\n )\r\n)','',''),(40,'3.4×3.4mm / 5×7 / 1 inch (24.7mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-1357AH','CC','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1357AH.pdf\',\r\n \'filename\' => \'A-1357AH\',\r\n )\r\n)','',''),(41,'3.5×4.3mm / 5×7 / 1.3 inch (31.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3457APA','CC','Amber','605','3501','5435','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3457APA.pdf\',\r\n \'filename\' => \'A-3457APA\',\r\n )\r\n)','',''),(42,'3.5×4.3mm / 5×7 / 1.3 inch (31.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3457BSAW','CA','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3457BSAW.pdf\',\r\n \'filename\' => \'A-3457BSAW\',\r\n )\r\n)','',''),(43,'3.5×4.3mm / 5×7 / 1.3 inch (31.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-D3457ASAW','CC','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-D3457ASAW.pdf\',\r\n \'filename\' => \'A-D3457ASAW\',\r\n )\r\n)','',''),(44,'3.5×4.3mm / 5×7 / 1.3 inch (31.8mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-3457AS','CC','Super Red','635','10384','15525','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3457AS.pdf\',\r\n \'filename\' => \'A-3457AS\',\r\n )\r\n)','',''),(45,'4.4×4.9mm / 5×7 / 1.3 inch (34.2mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-1657ASO','CC','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1657ASO.pdf\',\r\n \'filename\' => \'A-1657ASO\',\r\n )\r\n)','',''),(46,'5×6.5mm / 5×7 / 1.8 inch (45mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-5657ASAW','CC','Amber','605','39490','74045','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5657ASAW.pdf\',\r\n \'filename\' => \'A-5657ASAW\',\r\n )\r\n)','',''),(47,'5×6.5mm / 5×7 / 1.8 inch (45mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-D5657BPA','CA','Amber','605','3501','5435','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-D5657BPA.pdf\',\r\n \'filename\' => \'A-D5657BPA\',\r\n )\r\n)','',''),(48,'5×6.5mm / 5×7 / 1.8 inch (45mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-5657AS','CC','Super Red','635','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5657AS.pdf\',\r\n \'filename\' => \'A-5657AS\',\r\n )\r\n)','',''),(52,'Ф3mm / 5×8 / 1.3 inch (32.9mm) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-1058ASY','CC','Yellow','590','17550','32908','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1058ASY.pdf\',\r\n \'filename\' => \'A-1058ASY\',\r\n )\r\n)','',''),(53,'3×3.5mm / 6×7 / 1.1 inch (27mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-1067BBA-1067BB','CA','Blue','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1067BB.pdf\',\r\n \'filename\' => \'A-1067BB\',\r\n )\r\n)','',''),(51,'Ф3mm / 5×8 / 1.3 inch (32.9mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1058AYG','CC','Yellow Green','570','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1058AYG.pdf\',\r\n \'filename\' => \'A-1058AYG\',\r\n )\r\n)','',''),(54,'3×3.5mm / 6×7 / 1.1 inch (27mm) PURE GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1067BPG','CA','Pure Green','525','39490','74045','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1067BPG.pdf\',\r\n \'filename\' => \'A-1067BPG\',\r\n )\r\n)','',''),(55,'3×3.5mm / 6×7 / 1.1 inch (27mm) YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1067BG','CA','Yellow Green','570','4726','7066','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1067BG.pdf\',\r\n \'filename\' => \'A-1067BG\',\r\n )\r\n)','',''),(56,'3×3.5mm / 6×7 / 1.1 inch (27mm) YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1067BYG','CA','Yellow Green','570','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1067BYG.pdf\',\r\n \'filename\' => \'A-1067BYG\',\r\n )\r\n)','',''),(57,'3×3.5mm / 6×7 / 1.1 inch (27mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-1067BPA','CA','Amber','605','3501','5435','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1067BPA.pdf\',\r\n \'filename\' => \'A-1067BPA\',\r\n )\r\n)','',''),(58,'3×3.5mm / 6×7 / 1.1 inch (27mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-1067ASO','CC','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1067ASO.pdf\',\r\n \'filename\' => \'A-1067ASO\',\r\n )\r\n)','',''),(59,'3×3.5mm / 6×7 / 1.1 inch (27mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-1067BSA','CA','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1067BSA.pdf\',\r\n \'filename\' => \'A-1067BSA\',\r\n )\r\n)','',''),(60,'3×3.5mm / 6×7 / 1.1 inch (27mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-1067BH','CA','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1067BH.pdf\',\r\n \'filename\' => \'A-1067BH\',\r\n )\r\n)','',''),(61,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) WHITE DOT MATRIX',0,'',0,10000,'',0,1,'','A-788AUW','CC','White','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-788AUW.pdf\',\r\n \'filename\' => \'A-788AUW\',\r\n )\r\n)','',''),(62,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) WHITE DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BUW','CA','White','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-788BUW.pdf\',\r\n \'filename\' => \'A-788BUW\',\r\n )\r\n)','',''),(63,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) BLUE DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BB','CA','Blue','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-788BB.pdf\',\r\n \'filename\' => \'A-788BB\',\r\n )\r\n)','',''),(64,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) PURE GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BPG','CC','Pure Green','525','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-788BPG.pdf\',\r\n \'filename\' => \'A-788BPG\',\r\n )\r\n)','',''),(65,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BG','CA','Yellow Green','570','4726','7066','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-788BG.pdf\',\r\n \'filename\' => \'A-788BG\',\r\n )\r\n)','',''),(66,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BYG','CA','Yellow Green','570','10384','15525','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-788BYG.pdf\',\r\n \'filename\' => \'A-788BYG\',\r\n )\r\n)','',''),(67,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BSY','CA','Yellow','590','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-788BSY.pdf\',\r\n \'filename\' => \'A-788BSY\',\r\n )\r\n)','',''),(68,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BY','CA','Yellow','590','3501','5435','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-788BY.pdf\',\r\n \'filename\' => \'A-788BY\',\r\n )\r\n)','',''),(69,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) AMBER DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BSA','CC','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-788BSA.pdf\',\r\n \'filename\' => \'A-788BSA\',\r\n )\r\n)','',''),(70,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BSR','CA','Super Red','628','17550','32908','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-788BSR.pdf\',\r\n \'filename\' => \'A-788BSR\',\r\n )\r\n)','',''),(71,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BS','CA','Super Red','635','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-788BS.pdf\',\r\n \'filename\' => \'A-788BS\',\r\n )\r\n)','',''),(72,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BH','CA','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-788BH.pdf\',\r\n \'filename\' => \'A-788BH\',\r\n )\r\n)','',''),(73,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) WHITE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588AUW','CC','White','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1588AUW.pdf\',\r\n \'filename\' => \'A-1588AUW\',\r\n )\r\n)','',''),(74,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) BLUE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588AB','CC','Blue','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1588AB.pdf\',\r\n \'filename\' => \'A-1588AB\',\r\n )\r\n)','',''),(75,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588AYG','CC','Yellow Green','570','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1588AYG.pdf\',\r\n \'filename\' => \'A-1588AYG\',\r\n )\r\n)','',''),(76,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588ASY','CC','Yellow','590','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1588ASY.pdf\',\r\n \'filename\' => \'A-1588ASY\',\r\n )\r\n)','',''),(77,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) AMBER DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588ASA','CC','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1588ASA.pdf\',\r\n \'filename\' => \'A-1588ASA\',\r\n )\r\n)','',''),(78,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588AS','CC','Super Red','635','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1588AS.pdf\',\r\n \'filename\' => \'A-1588AS\',\r\n )\r\n)','',''),(79,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588BSC','CA','Super Red','635','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1588BSC.pdf\',\r\n \'filename\' => \'A-1588BSC\',\r\n )\r\n)','',''),(80,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588AH','CC','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1588AH.pdf\',\r\n \'filename\' => \'A-1588AH\',\r\n )\r\n)','',''),(81,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588BH','CA','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1588BH.pdf\',\r\n \'filename\' => \'A-1588BH\',\r\n )\r\n)','',''),(82,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588BHC','CA','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1588BHC.pdf\',\r\n \'filename\' => \'A-1588BHC\',\r\n )\r\n)','',''),(83,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) SUPER RED / PURE GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588BPGR','CA','Super Red / Pure Green','','39490','74045','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1588BPGR.pdf\',\r\n \'filename\' => \'A-1588BPGR\',\r\n )\r\n)','',''),(84,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) RED / YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588AHG','CC','Red / Yellow Green','','4726','7066','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1588AHG.pdf\',\r\n \'filename\' => \'A-1588AHG\',\r\n )\r\n)','',''),(85,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) RED / YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588BHG','CA','Red / Yellow Green','','4726','7066','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1588BHG.pdf\',\r\n \'filename\' => \'A-1588BHG\',\r\n )\r\n)','',''),(86,'3×3mm / 8×8 / 1.1 inch (28mm) PURE GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1288BPG','CC','Pure Green','525','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1288BPG.pdf\',\r\n \'filename\' => \'A-1288BPG\',\r\n )\r\n)','',''),(87,'3×3mm / 8×8 / 1.1 inch (28mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-1288DH','CC','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1288DH.pdf\',\r\n \'filename\' => \'A-1288DH\',\r\n )\r\n)','',''),(88,'3×3mm / 8×8 / 1.1 inch (28mm) RED / YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1288CEGC','CA','Red / Yellow Green','','4726','7066','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1288CEGC.pdf\',\r\n \'filename\' => \'A-1288CEGC\',\r\n )\r\n)','',''),(89,'3×3mm / 8×8 / 1.1 inch (28mm) RED / YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1288DHG','CC','Red / Yellow Green','','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1288DHG.pdf\',\n \'filename\' => \'A-1288DHG\',\n ),\n)','',''),(90,'Ф3mm / 8×8 /1.1 inch (28mm) WHITE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088AUW','CC','White','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1088AUW.pdf\',\r\n \'filename\' => \'A-1088AUW\',\r\n )\r\n)','',''),(91,'Ф3mm / 8×8 /1.1 inch (28mm) WHITE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BUW','CA','White','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1088BUW.pdf\',\r\n \'filename\' => \'A-1088BUW\',\r\n )\r\n)','',''),(92,'Ф3mm / 8×8 /1.1 inch (28mm) BLUE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BB','CA','Blue','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1088BB.pdf\',\r\n \'filename\' => \'A-1088BB\',\r\n )\r\n)','',''),(93,'Ф3mm / 8×8 /1.1 inch (28mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BYG','CA','Yellow Green','570','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1088BYG.pdf\',\r\n \'filename\' => \'A-1088BYG\',\r\n )\r\n)','',''),(94,'Ф3mm / 8×8 /1.1 inch (28mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088AG','CC','Yellow Green','570','4726','7066','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1088AG.pdf\',\r\n \'filename\' => \'A-1088AG\',\r\n )\r\n)','',''),(95,'Ф3mm / 8×8 /1.1 inch (28mm) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BSY','CA','Yellow','590','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1088BSY.pdf\',\r\n \'filename\' => \'A-1088BSY\',\r\n )\r\n)','',''),(96,'Ф3mm / 8×8 /1.1 inch (28mm) AMBER DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BSA','CA','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1088BSA.pdf\',\r\n \'filename\' => \'A-1088BSA\',\r\n )\r\n)','',''),(97,'Ф3mm / 8×8 /1.1 inch (28mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BS','CA','Super Red','635','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1088BS.pdf\',\r\n \'filename\' => \'A-1088BS\',\r\n )\r\n)','',''),(98,'Ф3mm / 8×8 /1.1 inch (28mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BSR1','CA','Super Red','628','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1088BSR1.pdf\',\r\n \'filename\' => \'A-1088BSR1\',\r\n )\r\n)','',''),(99,'Ф3mm / 8×8 /1.1 inch (28mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088AH','CC','Red','640','4726','7066','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1088AH.pdf\',\r\n \'filename\' => \'A-1088AH\',\r\n )\r\n)','',''),(100,'Ф3mm / 8×8 /1.1 inch (28mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088CH','CC','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1088CH.pdf\',\r\n \'filename\' => \'A-1088CH\',\r\n )\r\n)','',''),(101,'Ф3mm / 8×8 /1.1 inch (28mm) SUPER RED / PURE GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088DPGR','CA','Super Red / Pure Green','','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1088DPGR.pdf\',\r\n \'filename\' => \'A-1088DPGR\',\r\n )\r\n)','',''),(102,'Ф3mm / 8×8 /1.1 inch (28mm) RED / YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088DSRYG','CA','Red / Yellow Green','','17550','32908','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1088DSRYG.pdf\',\r\n \'filename\' => \'A-1088DSRYG\',\r\n )\r\n)','',''),(103,'Ф5mm / 8×8 / 2.1 inch (53.3mm) WHITE DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088BUW','CA','White','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088BUW.pdf\',\r\n \'filename\' => \'A-2088BUW\',\r\n )\r\n)','',''),(104,'Ф5mm / 8×8 / 1.8 inch (44.5M) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-5188BSY','CA','Yellow','590','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-5188BSY.pdf\',\r\n \'filename\' => \'A-5188BSY\',\r\n )\r\n)','',''),(105,'Ф5mm / 8×8 / 2.1 inch (53.3mm) BLUE DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088BB','CA','Blue','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088BB.pdf\',\r\n \'filename\' => \'A-2088BB\',\r\n )\r\n)','',''),(106,'Ф5mm / 8×8 / 2.1 inch (53.3mm) PURE GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088BPG','CA','Pure Green','525','39490','74045','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088BPG.pdf\',\r\n \'filename\' => \'A-2088BPG\',\r\n )\r\n)','',''),(107,'Ф5mm / 8×8 / 2.1 inch (53.3mm) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088BSY','CA','Yellow','590','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088BSY.pdf\',\r\n \'filename\' => \'A-2088BSY\',\r\n )\r\n)','',''),(108,'Ф5mm / 8×8 / 2.1 inch (53.3mm) AMBER DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088BSA','CA','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088BSA.pdf\',\r\n \'filename\' => \'A-2088BSA\',\r\n )\r\n)','',''),(109,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088BH','CA','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088BH.pdf\',\r\n \'filename\' => \'A-2088BH\',\r\n )\r\n)','',''),(110,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088DH','CA','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088DH.pdf\',\r\n \'filename\' => \'A-2088DH\',\r\n )\r\n)','',''),(111,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088AH','CC','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088AH.pdf\',\r\n \'filename\' => \'A-2088AH\',\r\n )\r\n)','',''),(112,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088CH','CC','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088CH.pdf\',\r\n \'filename\' => \'A-2088CH\',\r\n )\r\n)','',''),(113,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED / PURE GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088DPGR','CA','Red / Pure Green','','39490','74045','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088DPGR.pdf\',\r\n \'filename\' => \'A-2088DPGR\',\r\n )\r\n)','',''),(114,'Ф5mm / 8×8 / 2.1 inch (53.3mm) SUPER RED / PURE GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088DSRYG','CA','Super Red / Pure Green','','17550','32908','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088DSRYG.pdf\',\r\n \'filename\' => \'A-2088DSRYG\',\r\n )\r\n)','',''),(115,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED / YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088BHG','CA','Red / Yellow Green','','4726','7066','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088BHG.pdf\',\r\n \'filename\' => \'A-2088BHG\',\r\n )\r\n)','',''),(116,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED / YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088DHG','CA','Red / Yellow Green','','4726','7066','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088DHG.pdf\',\r\n \'filename\' => \'A-2088DHG\',\r\n )\r\n)','',''),(117,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED / YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088CHG','CC','Red / Yellow Green','','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-2088CHG.pdf\',\n \'filename\' => \'A-2088CHG\',\n ),\n)','',''),(118,'3.4×3.4mm / 8×8 / 1.1 inch (28.7mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-3388BB','CA','Blue','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3388BB.pdf\',\r\n \'filename\' => \'A-3388BB\',\r\n )\r\n)','',''),(119,'3.4×3.4mm / 8×8 / 1.1 inch (28.7mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3388BSA','CA','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3388BSA.pdf\',\r\n \'filename\' => \'A-3388BSA\',\r\n )\r\n)','',''),(120,'3.4×3.4mm / 8×8 / 1.1 inch (28.7mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-3388BSR1','CA','Super Red','628','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3388BSR1.pdf\',\r\n \'filename\' => \'A-3388BSR1\',\r\n )\r\n)','',''),(121,'3.4×3.4mm / 8×8 / 1.1 inch (28.7mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-3388BH','CA','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-3388BH.pdf\',\r\n \'filename\' => \'A-3388BH\',\r\n )\r\n)','',''),(123,'3×3mm / 11×7 / 0.9 inch (24mm) YELLOW MATRIX',0,'',0,10000,'',0,1,'','A-33117ASY','CC','Yellow','590','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-33117ASY.pdf\',\r\n \'filename\' => \'A-33117ASY\',\r\n )\r\n)','',''),(124,'3×3mm / 11×7 / 0.9 inch (24mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-33117APA','CC','Amber','605','3501','5435','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-33117APA.pdf\',\r\n \'filename\' => \'A-33117APA\',\r\n )\r\n)','',''),(125,'3×3mm / 11×7 / 0.9 inch (24mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-33117ASA','CC','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-33117ASA.pdf\',\r\n \'filename\' => \'A-33117ASA\',\r\n )\r\n)','',''),(126,'3×3mm / 11×7 / 0.9 inch (24mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-33117AS','CC','Super Red','635','13500','21937','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-33117AS.pdf\',\r\n \'filename\' => \'A-33117AS\',\r\n )\r\n)','',''),(127,'3×3mm / 11×7 / 0.9 inch (24mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-33117ASR','CC','Super Red','622','39490','74045','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-33117ASR.pdf\',\r\n \'filename\' => \'A-33117ASR\',\r\n )\r\n)','',''),(128,'3×3mm / 11×7 / 0.9 inch (24mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-33117AH','CC','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-33117AH.pdf\',\r\n \'filename\' => \'A-33117AH\',\r\n )\r\n)','',''),(129,'3×3mm / 11×7 / 0.9 inch (24mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-33117BH','CA','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-33117BH.pdf\',\r\n \'filename\' => \'A-33117BH\',\r\n )\r\n)','',''),(130,'4.2×4.5mm / 11×7 / 1.3 inch (31.8mm) WHITE MATRIX',0,'',0,10000,'',0,1,'','A-14117BUW','CA','White','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-14117BUW.pdf\',\r\n \'filename\' => \'A-14117BUW\',\r\n )\r\n)','',''),(131,'4.2×4.5mm / 11×7 / 1.3 inch (31.8mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-14117AB','CC','Blue','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-14117AB.pdf\',\r\n \'filename\' => \'A-14117AB\',\r\n )\r\n)','',''),(132,'4.2×4.5mm / 11×7 / 1.3 inch (31.8mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-14117ASR','CC','Super Red','628','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-14117ASR.pdf\',\r\n \'filename\' => \'A-14117ASR\',\r\n )\r\n)','',''),(133,'4.2×4.5mm / 11×7 / 1.3 inch (31.8mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-14117B1S','CA','Super Red','640','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-14117B1S.pdf\',\n \'filename\' => \'A-14117B1S\',\n ),\n)','',''),(134,'5×6.5mm / 11×7 / 1.8 inch (45mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-D56711BPA','CA','Amber','605','3501','5435','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-D56711BPA.pdf\',\r\n \'filename\' => \'A-D56711BPA\',\r\n )\r\n)','',''),(135,'5×6.5mm / 11×7 / 1.8 inch (45mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-D56711BSAW','CA','Amber','605','39490','74045','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-D56711BSAW.pdf\',\r\n \'filename\' => \'A-D56711BSAW\',\r\n )\r\n)','',''),(136,'5×6.5mm / 11×7 / 1.8 inch (45mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-56711BS','CA','Super Red','635','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-56711BS.pdf\',\n \'filename\' => \'A-56711BS\',\n ),\n)','',''),(137,'2.9×3.9mm / 11×7 / 1.1 inch (28.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-43711EPA','CC','Amber','605','3501','5435','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-43711EPA.pdf\',\r\n \'filename\' => \'A-43711EPA\',\r\n )\r\n)','',''),(138,'2.9×3.9mm / 11×7 / 1.1 inch (28.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-43711ESA','CC','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-43711ESA.pdf\',\r\n \'filename\' => \'A-43711ESA\',\r\n )\r\n)','',''),(139,'2.9×3.9mm / 11×7 / 1.1 inch (28.8mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-43711EH','CC','Red','640','6145','9185','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-43711EH.pdf\',\r\n \'filename\' => \'A-43711EH\',\r\n )\r\n)','',''),(145,'4.4×4.9mm / 11×7 / 1.3 inch (34.2mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-16117ASR','CC','Super Red','628','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-16117ASR.pdf\',\n \'filename\' => \'A-16117ASR\',\n ),\n)','',''),(144,'3.5×4.3mm / 11×7 / 1.3 inch (31.8mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-35711AS','CC','Super Red','635','10384','15525','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-35711AS.pdf\',\r\n \'filename\' => \'A-35711AS\',\r\n )\r\n)','',''),(143,'3.5×4.3mm / 11×7 / 1.3 inch (31.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-35711ASA1','CC','Amber','605','17550','32908','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-35711ASA1.pdf\',\r\n \'filename\' => \'A-35711ASA1\',\r\n )\r\n)','',''),(146,'3.4×3.2mm / 16×15 / 2.1 inch (52.5mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-331615BB','CA','Blue','460','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-331615BB.pdf\',\r\n \'filename\' => \'A-331615BB\',\r\n )\r\n)','',''),(147,'3.4×3.2mm / 16×15 / 2.1 inch (52.5mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-331615BSA','CA','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-331615BSA.pdf\',\r\n \'filename\' => \'A-331615BSA\',\r\n )\r\n)','',''),(148,'3.4×3.2mm / 16×15 / 2.1 inch (52.5mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-D331615BSA','CA','Amber','605','26326','49362','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-D331615BSA.pdf\',\r\n \'filename\' => \'A-D331615BSA\',\r\n )\r\n)','',''); /*!40000 ALTER TABLE `dh_dotmatrix_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_dotmatrix_data1` -- DROP TABLE IF EXISTS `dh_dotmatrix_data1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_dotmatrix_data1` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `number` varchar(255) NOT NULL default '', `Polarity` varchar(255) NOT NULL default 'CC', `color` varchar(255) NOT NULL default '', `Wavelength` varchar(255) NOT NULL default '', `Min` varchar(255) NOT NULL default '', `Typ` varchar(255) NOT NULL default '', `Datasheet` varchar(255) NOT NULL default '', `Spec` mediumtext NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_dotmatrix_data1` -- LOCK TABLES `dh_dotmatrix_data1` WRITE; /*!40000 ALTER TABLE `dh_dotmatrix_data1` DISABLE KEYS */; INSERT INTO `dh_dotmatrix_data1` VALUES (1,'Ф3mm / 5×7 / 1.1inch (27.4mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1157AH','CC','Red','640','6145','9185','','array (\n)'),(2,'Ф3mm / 5×7 / 1.1 inch (27.6mm) BLUE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1057BB','CA','Blue','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111214299.pdf\',\n \'filename\' => \'A-1057BB\',\n ),\n)'),(3,'Ф3mm / 5×7 / 1.1 inch (27.6mm) BLUE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1057AB','CC','Blue','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111138966.pdf\',\n \'filename\' => \'A-1057AB\',\n ),\n)'),(4,'Ф3mm / 5×7 / 1.1 inch (27.6mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1057AG','CC','Yellow Green','570','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111051762.pdf\',\n \'filename\' => \'A-1057AG\',\n ),\n)'),(5,'Ф3mm / 5×7 / 1.1 inch (27.6mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1057AG1','CC','Yellow Green','570','10384','15525','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111022775.pdf\',\n \'filename\' => \'A-1057AG1\',\n ),\n)'),(6,'Ф3mm / 5×7 / 1.1 inch (27.6mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1057AYG','CC','Yellow Green','570','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714110948386.pdf\',\n \'filename\' => \'A-1057AYG\',\n ),\n)'),(7,'Ф3mm / 5×8 / 1.3 inch (32.9mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1058AS','CC','Super Red','635','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714110748923.pdf\',\n \'filename\' => \'A-1058AS\',\n ),\n)'),(8,'Ф3mm / 5×7 / 1.1 inch (27.6mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-R1057AS','CC','Super Red','635','10384','15525','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714110710839.pdf\',\n \'filename\' => \'A-R1057AS\',\n ),\n)'),(9,'Ф3mm / 5×7 / 1.1 inch (27.6mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1057AH','CC','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714110623199.pdf\',\n \'filename\' => \'A-1057AH\',\n ),\n)'),(10,'3×3mm / 5×7 / 1 inch (24.6mm) PURE GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1357DPG','CA','Pure Green','525','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112320153.pdf\',\n \'filename\' => \'A-1357DPG\',\n ),\n)'),(11,'3×3mm / 5×7 / 1 inch (24.6mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-1357CUA','CC','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112246239.pdf\',\n \'filename\' => \'A-1357CUA\',\n ),\n)'),(12,'3×3mm / 5×7 / 1 inch (24.6mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-1357DH','CA','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112218337.pdf\',\n \'filename\' => \'A-1357DH\',\n ),\n)'),(13,'3×3mm / 5×7 / 1 inch (24.6mm) RED / YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1357BHG','CA','Red / Yellow Green','','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112145740.pdf\',\n \'filename\' => \'A-1357BHG\',\n ),\n)'),(14,'3×3mm / 5×7 / 1.1 inch (27.6mm) YELLOW MATRIX',0,'',0,10000,'',0,1,'','A-3357ASY','CC','Yellow','590','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112111618.pdf\',\n \'filename\' => \'A-3357ASY\',\n ),\n)'),(15,'3×3mm / 5×7 / 1.1 inch (27.6mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3357ASA','CC','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112011452.pdf\',\n \'filename\' => \'A-3357ASA\',\n ),\n)'),(16,'3×3mm / 5×7 / 1.1 inch (27.6mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3357BSA','CA','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111935427.pdf\',\n \'filename\' => \'A-3357BSA\',\n ),\n)'),(17,'3×3mm / 5×7 / 1.1 inch (27.6mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-3357AH','CC','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111906795.pdf\',\n \'filename\' => \'A-3357AH\',\n ),\n)'),(18,'3×3mm / 5×7 / 1.1 inch (27.6mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-3357BH','CA','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-3357BH.pdf\',\n \'filename\' => \'\',\n ),\n)'),(19,'3×3mm / 5×7 / 0.9 inch (24mm) YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-3375AYG','CC','Yellow Green','570','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111807925.pdf\',\n \'filename\' => \'A-3375AYG\',\n ),\n)'),(20,'3×3mm / 5×7 / 0.9 inch (24mm) YELLOW MATRIX',0,'',0,10000,'',0,1,'','A-3375ASY','CC','Yellow','590','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111739557.pdf\',\n \'filename\' => \'A-3357ASY\',\n ),\n)'),(21,'3×3mm / 5×7 / 0.9 inch (24mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3375APA','CC','Amber','605','3501','5435','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111627885.pdf\',\n \'filename\' => \'A-3375APA\',\n ),\n)'),(22,'3×3mm / 5×7 / 0.9 inch (24mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3375BSA','CA','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111549558.pdf\',\n \'filename\' => \'A-3375BSA\',\n ),\n)'),(23,'3×3mm / 5×7 / 0.9 inch (24mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-3375AS','CC','Super Red','635','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111513939.pdf\',\n \'filename\' => \'A-3375AS\',\n ),\n)'),(24,'3×3mm / 5×7 / 0.9 inch (24mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-3375ASR','CC','Super Red','622','39490','74045','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111441105.pdf\',\n \'filename\' => \'A-3375ASR\',\n ),\n)'),(25,'3×3mm / 5×7 / 0.9 inch (24mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-3375AH','CC','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111407674.pdf\',\n \'filename\' => \'A-3375AH\',\n ),\n)'),(26,'3×3mm / 5×7 / 0.9 inch (24mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-3375BH','CA','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714111337219.pdf\',\n \'filename\' => \'A-3375BH\',\n ),\n)'),(27,'4×4mm / 5×7 / 1.1 inch (27.6mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-1257AH','CC','Red','640','7988','11941','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112358498.pdf\',\n \'filename\' => \'A-1257AH\',\n ),\n)'),(28,'4.2×4.5mm / 5×7 / 1.3 inch (31.8mm) WHITE MATRIX',0,'',0,10000,'',0,1,'','A-1457BUW','CA','White','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112650407.pdf\',\n \'filename\' => \'A-1457BUW\',\n ),\n)'),(29,'4.2×4.5mm / 5×7 / 1.3 inch (31.8mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-1457BB','CA','Blue','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112620805.pdf\',\n \'filename\' => \'A-1457BB\',\n ),\n)'),(30,'4.2×4.5mm / 5×7 / 1.3 inch (31.8mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-1457AB','CC','Blue','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112553340.pdf\',\n \'filename\' => \'A-1457AB\',\n ),\n)'),(31,'4.2×4.5mm / 5×7 / 1.3 inch (31.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-1457BSA','CA','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112521422.pdf\',\n \'filename\' => \'A-1457BSA\',\n ),\n)'),(32,'4.2×4.5mm / 5×7 / 1.3 inch (31.8mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-1457ASR','CC','Super Red','628','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112451830.pdf\',\n \'filename\' => \'A-1457ASR\',\n ),\n)'),(33,'4.2×4.5mm / 5×7 / 1.3 inch (31.8mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-1457BH','CA','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112425122.pdf\',\n \'filename\' => \'A-1457BH\',\n ),\n)'),(34,'4.5×5.3mm / 5×7 / 1.3 inch (31.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3557ASA1','CC','Amber','605','17550','32908','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112723409.pdf\',\n \'filename\' => \'A-3557ASA1\',\n ),\n)'),(35,'Ф7.6mm / 5×7 / 2.7 inch (68.6mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A3057AS','CC','Super Red','635','10384','15525','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112818846.pdf\',\n \'filename\' => \'A-3057AS\',\n ),\n)'),(36,'3.4×3.4mm / 5×7 / 1 inch (24.7mm) WHITE MATRIX',0,'',0,10000,'',0,1,'','A-1357BUW','CA','White','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101437495.pdf\',\n \'filename\' => \'A-1357BUW\',\n ),\n)'),(37,'3.4×3.4mm / 5×7 / 1 inch (24.7mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-1357BB','CA','Blue','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101414379.pdf\',\n \'filename\' => \'A-1357BB\',\n ),\n)'),(38,'3.4×3.4mm / 5×7 / 1 inch (24.7mm) YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1357CG','CC','Yellow Green','570','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101350315.pdf\',\n \'filename\' => \'A-1357CG\',\n ),\n)'),(39,'3.4×3.4mm / 5×7 / 1 inch (24.7mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-1357AS','CC','Super Red','635','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112928486.pdf\',\n \'filename\' => \'A-1357AS\',\n ),\n)'),(40,'3.4×3.4mm / 5×7 / 1 inch (24.7mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-1357AH','CC','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714112845853.pdf\',\n \'filename\' => \'A-1357AH\',\n ),\n)'),(41,'3.5×4.3mm / 5×7 / 1.3 inch (31.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3457APA','CC','Amber','605','3501','5435','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101609936.pdf\',\n \'filename\' => \'A-3457APA\',\n ),\n)'),(42,'3.5×4.3mm / 5×7 / 1.3 inch (31.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3457BSAW','CA','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101550302.pdf\',\n \'filename\' => \'A-3457BSAW\',\n ),\n)'),(43,'3.5×4.3mm / 5×7 / 1.3 inch (31.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-D3457ASAW','CC','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101528181.pdf\',\n \'filename\' => \'A-D3457ASAW\',\n ),\n)'),(44,'3.5×4.3mm / 5×7 / 1.3 inch (31.8mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-3457AS','CC','Super Red','635','10384','15525','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101505546.pdf\',\n \'filename\' => \'A-3457AS\',\n ),\n)'),(45,'4.4×4.9mm / 5×7 / 1.3 inch (34.2mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-1657ASO','CC','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101632549.pdf\',\n \'filename\' => \'A-1657ASO\',\n ),\n)'),(46,'5×6.5mm / 5×7 / 1.8 inch (45mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-5657ASAW','CC','Amber','605','39490','74045','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101741391.pdf\',\n \'filename\' => \'A-5657ASAW\',\n ),\n)'),(47,'5×6.5mm / 5×7 / 1.8 inch (45mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-D5657BPA','CA','Amber','605','3501','5435','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101716483.pdf\',\n \'filename\' => \'A-D5657BPA\',\n ),\n)'),(48,'5×6.5mm / 5×7 / 1.8 inch (45mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-5657AS','CC','Super Red','635','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101655272.pdf\',\n \'filename\' => \'A-5657AS\',\n ),\n)'),(52,'Ф3mm / 5×8 / 1.3 inch (32.9mm) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-1058ASY','CC','Yellow','590','17550','32908','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101815756.pdf\',\n \'filename\' => \'A-1058ASY\',\n ),\n)'),(53,'3×3.5mm / 6×7 / 1.1 inch (27mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-1067BB','CA','Blue','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715103324945.pdf\',\n \'filename\' => \'A-1067BB\',\n ),\n)'),(51,'Ф3mm / 5×8 / 1.3 inch (32.9mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1058AYG','CC','Yellow Green','570','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101835107.pdf\',\n \'filename\' => \'A-1058AYG\',\n ),\n)'),(54,'3×3.5mm / 6×7 / 1.1 inch (27mm) PURE GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1067BPG','CA','Pure Green','525','39490','74045','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715103258755.pdf\',\n \'filename\' => \'A-1067BPG\',\n ),\n)'),(55,'3×3.5mm / 6×7 / 1.1 inch (27mm) YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1067BG','CA','Yellow Green','570','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715103233887.pdf\',\n \'filename\' => \'A-1067BG\',\n ),\n)'),(56,'3×3.5mm / 6×7 / 1.1 inch (27mm) YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1067BYG','CA','Yellow Green','570','13500','21937','','array (\n)'),(57,'3×3.5mm / 6×7 / 1.1 inch (27mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-1067BPA','CA','Amber','605','3501','5435','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715102749733.pdf\',\n \'filename\' => \'A-1067BPA\',\n ),\n)'),(59,'3×3.5mm / 6×7 / 1.1 inch (27mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-1067BSA','CA','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101917477.pdf\',\n \'filename\' => \'A-1067BSA\',\n ),\n)'),(60,'3×3.5mm / 6×7 / 1.1 inch (27mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-1067BH','CA','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715101859820.pdf\',\n \'filename\' => \'A-1067BH\',\n ),\n)'),(61,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) WHITE DOT MATRIX',0,'',0,10000,'',0,1,'','A-788AUW','CC','White','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715104101760.pdf\',\n \'filename\' => \'A-788AUW\',\n ),\n)'),(62,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) WHITE DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BUW','CA','White','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715104011331.pdf\',\n \'filename\' => \'A-788BUW\',\n ),\n)'),(63,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) BLUE DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BB','CA','Blue','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715103921104.pdf\',\n \'filename\' => \'A-788BB\',\n ),\n)'),(64,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) PURE GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BPG','CC','Pure Green','525','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715103817520.pdf\',\n \'filename\' => \'A-788BPG\',\n ),\n)'),(65,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BG','CA','Yellow Green','570','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715103743879.pdf\',\n \'filename\' => \'A-788BG\',\n ),\n)'),(66,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BYG','CA','Yellow Green','570','10384','15525','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715103643840.pdf\',\n \'filename\' => \'A-788BYG\',\n ),\n)'),(67,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BSY','CA','Yellow','590','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715103609827.pdf\',\n \'filename\' => \'A-788BSY\',\n ),\n)'),(68,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BY','CA','Yellow','590','3501','5435','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715103542656.pdf\',\n \'filename\' => \'A-788BY\',\n ),\n)'),(69,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) AMBER DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BSA','CC','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715103516616.pdf\',\n \'filename\' => \'A-788BSA\',\n ),\n)'),(70,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BSR','CA','Super Red','628','17550','32908','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715103454164.pdf\',\n \'filename\' => \'A-788BSR\',\n ),\n)'),(71,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BS','CA','Super Red','635','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715103426786.pdf\',\n \'filename\' => \'A-788BS\',\n ),\n)'),(72,'Ф1.9mm / 8×8 / 0.7 inch (17.5mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-788BH','CA','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715103359599.pdf\',\n \'filename\' => \'A-788BH\',\n ),\n)'),(73,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) WHITE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588AUW','CC','White','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110631350.pdf\',\n \'filename\' => \'A-1588AUW\',\n ),\n)'),(74,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) BLUE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588AB','CC','Blue','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110604777.pdf\',\n \'filename\' => \'A-1588AB\',\n ),\n)'),(75,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588AYG','CC','Yellow Green','570','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110536499.pdf\',\n \'filename\' => \'A-1588AYG\',\n ),\n)'),(76,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588ASY','CC','Yellow','590','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110455724.pdf\',\n \'filename\' => \'A-1588ASY\',\n ),\n)'),(77,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) AMBER DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588ASA','CC','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110423974.pdf\',\n \'filename\' => \'A-1588ASA\',\n ),\n)'),(78,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588AS','CC','Super Red','635','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110343304.pdf\',\n \'filename\' => \'A-1588AS\',\n ),\n)'),(79,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588BSC','CA','Super Red','635','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110306848.pdf\',\n \'filename\' => \'A-1588BSC\',\n ),\n)'),(80,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588AH','CC','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110106899.pdf\',\n \'filename\' => \'A-1588AH\',\n ),\n)'),(81,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588BH','CA','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110032270.pdf\',\n \'filename\' => \'A-1588BH\',\n ),\n)'),(82,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588BHC','CA','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715105934784.pdf\',\n \'filename\' => \'A-1588BHC\',\n ),\n)'),(83,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) SUPER RED / PURE GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588BPGR','CA','Super Red / Pure Green','','39490','74045','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110003218.pdf\',\n \'filename\' => \'A-1588BPGR\',\n ),\n)'),(84,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) RED / YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588AHG','CC','Red / Yellow Green','','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715105909991.pdf\',\n \'filename\' => \'A-1588AHG\',\n ),\n)'),(85,'Ф3.7mm / 8×8 / 1.3 inch (33.3mm) RED / YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1588BHG','CA','Red / Yellow Green','','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715105834335.pdf\',\n \'filename\' => \'A-1588BHG\',\n ),\n)'),(86,'3×3mm / 8×8 / 1.1 inch (28mm) PURE GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1288BPG','CC','Pure Green','525','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122541167.pdf\',\n \'filename\' => \'A-1288BPG\',\n ),\n)'),(87,'3×3mm / 8×8 / 1.1 inch (28mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-1288DH','CC','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122519759.pdf\',\n \'filename\' => \'A-1288DH\',\n ),\n)'),(88,'3×3mm / 8×8 / 1.1 inch (28mm) RED / YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1288CEGC','CA','Red / Yellow Green','','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122456691.pdf\',\n \'filename\' => \'A-1288CEGC\',\n ),\n)'),(89,'3×3mm / 8×8 / 1.1 inch (28mm) RED / YELLOW GREEN MATRIX',0,'',0,10000,'',0,1,'','A-1288DHG','CC','Red / Yellow Green','','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122431562.pdf\',\n \'filename\' => \'A-1288DHG\',\n ),\n)'),(90,'Ф3mm / 8×8 /1.1 inch (28mm) WHITE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088AUW','CC','White','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715105801351.pdf\',\n \'filename\' => \'A-1088AUW\',\n ),\n)'),(91,'Ф3mm / 8×8 /1.1 inch (28mm) WHITE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BUW','CA','White','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715105718663.pdf\',\n \'filename\' => \'A-1088BUW\',\n ),\n)'),(92,'Ф3mm / 8×8 /1.1 inch (28mm) BLUE DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BB','CA','Blue','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715105649620.pdf\',\n \'filename\' => \'A-1088BB\',\n ),\n)'),(93,'Ф3mm / 8×8 /1.1 inch (28mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BYG','CA','Yellow Green','570','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715105621908.pdf\',\n \'filename\' => \'A-1088BYG\',\n ),\n)'),(94,'Ф3mm / 8×8 /1.1 inch (28mm) YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088AG','CC','Yellow Green','570','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715105549706.pdf\',\n \'filename\' => \'A-1088AG\',\n ),\n)'),(95,'Ф3mm / 8×8 /1.1 inch (28mm) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BSY','CA','Yellow','590','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715105422680.pdf\',\n \'filename\' => \'A-1088BSY\',\n ),\n)'),(96,'Ф3mm / 8×8 /1.1 inch (28mm) AMBER DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BSA','CA','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715105355361.pdf\',\n \'filename\' => \'A-1088BSA\',\n ),\n)'),(97,'Ф3mm / 8×8 /1.1 inch (28mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BS','CA','Super Red','635','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715104905961.pdf\',\n \'filename\' => \'A-1088BS\',\n ),\n)'),(98,'Ф3mm / 8×8 /1.1 inch (28mm) SUPER RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088BSR1','CA','Super Red','628','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715104824704.pdf\',\n \'filename\' => \'A-1088BSR1\',\n ),\n)'),(99,'Ф3mm / 8×8 /1.1 inch (28mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088AH','CC','Red','640','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715104757169.pdf\',\n \'filename\' => \'A-1088AH\',\n ),\n)'),(100,'Ф3mm / 8×8 /1.1 inch (28mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088CH','CC','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715104729267.pdf\',\n \'filename\' => \'A-1088CH\',\n ),\n)'),(101,'Ф3mm / 8×8 /1.1 inch (28mm) SUPER RED / PURE GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088DPGR','CA','Super Red / Pure Green','','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715104620481.pdf\',\n \'filename\' => \'A-1088DPGR\',\n ),\n)'),(102,'Ф3mm / 8×8 /1.1 inch (28mm) RED / YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-1088DSRYG','CA','Red / Yellow Green','','17550','32908','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715104152656.pdf\',\n \'filename\' => \'A-788AUW\',\n ),\n)'),(103,'Ф5mm / 8×8 / 2.1 inch (53.3mm) WHITE DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088BUW','CA','White','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122401842.pdf\',\n \'filename\' => \'A-2088BUW\',\n ),\n)'),(104,'Ф5mm / 8×8 / 1.8 inch (44.5M) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-5188BSY','CA','Yellow','590','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122340558.pdf\',\n \'filename\' => \'A-5188BSY\',\n ),\n)'),(106,'Ф5mm / 8×8 / 2.1 inch (53.3mm) PURE GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088BPG','CA','Pure Green','525','39490','74045','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122157660.pdf\',\n \'filename\' => \'A-2088BPG\',\n ),\n)'),(107,'Ф5mm / 8×8 / 2.1 inch (53.3mm) YELLOW DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088BSY','CA','Yellow','590','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122237299.pdf\',\n \'filename\' => \'A-2088BSY\',\n ),\n)'),(108,'Ф5mm / 8×8 / 2.1 inch (53.3mm) AMBER DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088BSA','CA','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122111719.pdf\',\n \'filename\' => \'A-2088BSA\',\n ),\n)'),(109,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088BH','CA','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122040696.pdf\',\n \'filename\' => \'A-2088BH\',\n ),\n)'),(110,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088DH','CA','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122007769.pdf\',\n \'filename\' => \'A-2088DH\',\n ),\n)'),(111,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088AH','CC','Red','640','6145','9185','','array (\n)'),(112,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088CH','CC','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715111457257.pdf\',\n \'filename\' => \'A-2088CH\',\n ),\n)'),(113,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED / PURE GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088DPGR','CA','Red / Pure Green','','39490','74045','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110908694.pdf\',\n \'filename\' => \'A-2088DPGR\',\n ),\n)'),(114,'Ф5mm / 8×8 / 2.1 inch (53.3mm) SUPER RED / PURE GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088DSRYG','CA','Super Red / Pure Green','','17550','32908','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110843164.pdf\',\n \'filename\' => \'A-2088DSRYG\',\n ),\n)'),(115,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED / YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088BHG','CA','Red / Yellow Green','','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110812524.pdf\',\n \'filename\' => \'A-2088BHG\',\n ),\n)'),(116,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED / YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088DHG','CA','Red / Yellow Green','','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110744608.pdf\',\n \'filename\' => \'A-2088DHG\',\n ),\n)'),(117,'Ф5mm / 8×8 / 2.1 inch (53.3mm) RED / YELLOW GREEN DOT MATRIX',0,'',0,10000,'',0,1,'','A-2088CHG','CC','Red / Yellow Green','','4726','7066','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715110708540.pdf\',\n \'filename\' => \'A-2088CHG\',\n ),\n)'),(118,'3.4×3.4mm / 8×8 / 1.1 inch (28.7mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-3388BB','CA','Blue','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122721930.pdf\',\n \'filename\' => \'A-3388BB\',\n ),\n)'),(119,'3.4×3.4mm / 8×8 / 1.1 inch (28.7mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-3388BSA','CA','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122658230.pdf\',\n \'filename\' => \'A-3388BSA\',\n ),\n)'),(120,'3.4×3.4mm / 8×8 / 1.1 inch (28.7mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-3388BSR1','CA','Super Red','628','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122631272.pdf\',\n \'filename\' => \'A-3388BSR1\',\n ),\n)'),(121,'3.4×3.4mm / 8×8 / 1.1 inch (28.7mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-3388BH','CA','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715122607630.pdf\',\n \'filename\' => \'A-3388BH\',\n ),\n)'),(122,'Ф3mm / 11×7 / 1.3 inch (31.8mm) AMBER DOT MATRIX',0,'',0,10000,'',0,1,'','A-D11711DSAW','CA','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715123945373.pdf\',\n \'filename\' => \'A-D11711DSAW\',\n ),\n)'),(123,'3×3mm / 11×7 / 0.9 inch (24mm) YELLOW MATRIX',0,'',0,10000,'',0,1,'','A-33117ASY','CC','Yellow','590','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715123506768.pdf\',\n \'filename\' => \'A-33117ASY\',\n ),\n)'),(124,'3×3mm / 11×7 / 0.9 inch (24mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-33117APA','CC','Amber','605','3501','5435','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715123423222.pdf\',\n \'filename\' => \'A-33117APA\',\n ),\n)'),(125,'3×3mm / 11×7 / 0.9 inch (24mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-33117ASA','CC','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715123336226.pdf\',\n \'filename\' => \'A-33117ASA\',\n ),\n)'),(126,'3×3mm / 11×7 / 0.9 inch (24mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-33117AS','CC','Super Red','635','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715123258100.pdf\',\n \'filename\' => \'A-33117AS\',\n ),\n)'),(127,'3×3mm / 11×7 / 0.9 inch (24mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-33117ASR','CC','Super Red','622','39490','74045','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715123233395.pdf\',\n \'filename\' => \'A-33117ASR\',\n ),\n)'),(128,'3×3mm / 11×7 / 0.9 inch (24mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-33117AH','CC','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715123204692.pdf\',\n \'filename\' => \'A-33117AH\',\n ),\n)'),(129,'3×3mm / 11×7 / 0.9 inch (24mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-33117BH','CA','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715123137485.pdf\',\n \'filename\' => \'A-33117BH\',\n ),\n)'),(130,'4.2×4.5mm / 11×7 / 1.3 inch (31.8mm) WHITE MATRIX',0,'',0,10000,'',0,1,'','A-14117BUW','CA','White','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715124259915.pdf\',\n \'filename\' => \'A-14117BUW\',\n ),\n)'),(131,'4.2×4.5mm / 11×7 / 1.3 inch (31.8mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-14117AB','CC','Blue','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715124233787.pdf\',\n \'filename\' => \'A-14117AB\',\n ),\n)'),(132,'4.2×4.5mm / 11×7 / 1.3 inch (31.8mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-14117ASR','CC','Super Red','628','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715124157984.pdf\',\n \'filename\' => \'A-14117ASR\',\n ),\n)'),(134,'5×6.5mm / 11×7 / 1.8 inch (45mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-D56711BPA','CA','Amber','605','3501','5435','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715125723985.pdf\',\n \'filename\' => \'A-D56711BPA\',\n ),\n)'),(135,'5×6.5mm / 11×7 / 1.8 inch (45mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-D56711BSAW','CA','Amber','605','39490','74045','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715124508572.pdf\',\n \'filename\' => \'A-D56711BSAW\',\n ),\n)'),(136,'5×6.5mm / 11×7 / 1.8 inch (45mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-56711BS','CA','Super Red','635','13500','21937','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715124440717.pdf\',\n \'filename\' => \'A-56711BS\',\n ),\n)'),(137,'2.9×3.9mm / 11×7 / 1.1 inch (28.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-43711EPA','CC','Amber','605','3501','5435','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715010034381.pdf\',\n \'filename\' => \'A-43711EPA\',\n ),\n)'),(138,'2.9×3.9mm / 11×7 / 1.1 inch (28.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-43711ESA','CC','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715125951648.pdf\',\n \'filename\' => \'A-43711ESA\',\n ),\n)'),(139,'2.9×3.9mm / 11×7 / 1.1 inch (28.8mm) RED MATRIX',0,'',0,10000,'',0,1,'','A-43711EH','CC','Red','640','6145','9185','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715125924293.pdf\',\n \'filename\' => \'A-43711EH\',\n ),\n)'),(145,'4.4×4.9mm / 11×7 / 1.3 inch (34.2mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-16117ASR','CC','Super Red','628','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715010355229.pdf\',\n \'filename\' => \'A-16117ASR\',\n ),\n)'),(144,'3.5×4.3mm / 11×7 / 1.3 inch (31.8mm) SUPER RED MATRIX',0,'',0,10000,'',0,1,'','A-35711AS','CC','Super Red','635','10384','15525','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715010102298.pdf\',\n \'filename\' => \'A-35711AS\',\n ),\n)'),(143,'3.5×4.3mm / 11×7 / 1.3 inch (31.8mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-35711ASA1','CC','Amber','605','17550','32908','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715010130466.pdf\',\n \'filename\' => \'A-35711ASA1\',\n ),\n)'),(146,'3.4×3.2mm / 16×15 / 2.1 inch (52.5mm) BLUE MATRIX',0,'',0,10000,'',0,1,'','A-331615BB','CA','Blue','460','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715010558899.pdf\',\n \'filename\' => \'A-331615BB\',\n ),\n)'),(147,'3.4×3.2mm / 16×15 / 2.1 inch (52.5mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-331615BSA','CA','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715010535859.pdf\',\n \'filename\' => \'A-331615BSA\',\n ),\n)'),(148,'3.4×3.2mm / 16×15 / 2.1 inch (52.5mm) AMBER MATRIX',0,'',0,10000,'',0,1,'','A-D331615BSA','CA','Amber','605','26326','49362','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0715/20140715010431936.pdf\',\n \'filename\' => \'A-D331615BSA\',\n ),\n)'); /*!40000 ALTER TABLE `dh_dotmatrix_data1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_down` -- DROP TABLE IF EXISTS `dh_down`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_down` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` char(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` char(255) NOT NULL default '', `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_down` -- LOCK TABLES `dh_down` WRITE; /*!40000 ALTER TABLE `dh_down` DISABLE KEYS */; INSERT INTO `dh_down` VALUES (2,31,0,'LED Product Catalog','','','产品介绍','谁谁谁',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=31&id=2',0,99,1,0,'dhadmin',1389937320,1392617830),(3,31,0,'2014 COB Catalog','','','产品介绍','顶顶顶',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=31&id=3',0,99,1,0,'dhadmin',1389937681,1392617751),(4,32,0,'2013 COB Catalog','','','产品介绍','的',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=32&id=4',0,99,1,0,'dhadmin',1389937992,1392618038),(5,356,0,'COB manual','','','COB manual','1',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=356&id=5',0,99,1,0,'dhadmin',1409195694,1409205135); /*!40000 ALTER TABLE `dh_down` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_down_data` -- DROP TABLE IF EXISTS `dh_down_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_down_data` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `pdfzl` mediumtext NOT NULL, `size` varchar(255) NOT NULL default '', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_down_data` -- LOCK TABLES `dh_down_data` WRITE; /*!40000 ALTER TABLE `dh_down_data` DISABLE KEYS */; INSERT INTO `dh_down_data` VALUES (2,'谁谁谁',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0217/20140217015016486.pdf\',\n \'filename\' => \'LED Product Catalog\',\n ),\n)','500k'),(3,'顶顶顶',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0217/20140217014932146.pdf\',\n \'filename\' => \'2014 COB Catalog\',\n ),\n)','500k'),(4,'的',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0217/20140217015337625.pdf\',\n \'filename\' => \'2013 COB Catalog\',\n ),\n)','600k'),(5,'1',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0828/COBmanual201407.pdf\',\n \'filename\' => \'COB manual201407\',\n ),\n)','14438K'); /*!40000 ALTER TABLE `dh_down_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_download` -- DROP TABLE IF EXISTS `dh_download`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_download` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` char(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` varchar(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` char(255) NOT NULL default '', `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', `systems` varchar(100) NOT NULL default 'Win2000/WinXP/Win2003', `copytype` varchar(15) NOT NULL default '', `language` varchar(10) NOT NULL default '', `classtype` varchar(20) NOT NULL default '', `version` varchar(20) NOT NULL default '', `filesize` varchar(10) NOT NULL default 'Unkown', `stars` varchar(20) NOT NULL default '', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_download` -- LOCK TABLES `dh_download` WRITE; /*!40000 ALTER TABLE `dh_download` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_download` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_download_data` -- DROP TABLE IF EXISTS `dh_download_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_download_data` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `relation` varchar(255) NOT NULL default '', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `downfiles` mediumtext NOT NULL, `downfile` varchar(255) NOT NULL default '', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_download_data` -- LOCK TABLES `dh_download_data` WRITE; /*!40000 ALTER TABLE `dh_download_data` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_download_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_downservers` -- DROP TABLE IF EXISTS `dh_downservers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_downservers` ( `id` mediumint(8) NOT NULL auto_increment, `sitename` varchar(100) default NULL, `siteurl` varchar(255) default NULL, `listorder` smallint(5) unsigned NOT NULL default '0', `siteid` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_downservers` -- LOCK TABLES `dh_downservers` WRITE; /*!40000 ALTER TABLE `dh_downservers` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_downservers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_extend_setting` -- DROP TABLE IF EXISTS `dh_extend_setting`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_extend_setting` ( `id` smallint(5) unsigned NOT NULL auto_increment, `key` char(30) NOT NULL, `data` mediumtext, PRIMARY KEY (`id`), KEY `key` (`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_extend_setting` -- LOCK TABLES `dh_extend_setting` WRITE; /*!40000 ALTER TABLE `dh_extend_setting` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_extend_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_favorite` -- DROP TABLE IF EXISTS `dh_favorite`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_favorite` ( `id` int(10) unsigned NOT NULL auto_increment, `userid` mediumint(8) unsigned NOT NULL default '0', `title` char(100) NOT NULL, `url` char(100) NOT NULL, `adddate` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_favorite` -- LOCK TABLES `dh_favorite` WRITE; /*!40000 ALTER TABLE `dh_favorite` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_favorite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_form_support` -- DROP TABLE IF EXISTS `dh_form_support`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_form_support` ( `dataid` mediumint(8) unsigned NOT NULL auto_increment, `userid` mediumint(8) unsigned NOT NULL, `username` varchar(20) NOT NULL, `datetime` int(10) unsigned NOT NULL, `ip` char(15) NOT NULL, `advisory` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `company` varchar(255) NOT NULL default '', `address` varchar(255) NOT NULL default '', `code` varchar(255) NOT NULL default '', `phone` varchar(255) NOT NULL default '', `fax` varchar(255) NOT NULL default '', `email` varchar(255) NOT NULL default '', `content` mediumtext NOT NULL, PRIMARY KEY (`dataid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_form_support` -- LOCK TABLES `dh_form_support` WRITE; /*!40000 ALTER TABLE `dh_form_support` DISABLE KEYS */; INSERT INTO `dh_form_support` VALUES (1,0,'',1389862249,'127.0.0.1','1','coco','coco','coco','8000010','021-8888888','2222222','22@163.com','aaaaaaaaaaaa'),(2,0,'',1472812952,'148.164.0.250','1','Logeswari Panneerselvam','Sanmina','Sanmina SCI Technology India Pvt Ltd.','600045','91 44 3090 9880','4430909893','logeswari.panneerselvam@sanmina.com','Need Help to get Quote for the below parts:\r\n\r\nQUOTE BY DRAWING_Q 45323160 - Volume - 30,000 -Description - Dot matrix 5*7 RED 23.5mm*33mm*6.0mm\r\n\r\nQUOTE BY DRAWING_Q 45323162 - Volume - 120,000 - Description - FACE LED RED 20mm*20mm*6.2mm\r\n\r\nQUOTE BY DRAWING_Q 45323161 - Volume - 60000 - Description - \r\nDot matrix 5*7 RED 23.5mm*32.9mm*6.0mm\r\n\r\nProject details can be found below:\r\n \r\nSanmina Quote Reference : Q-IMS-E-52572 SCHINDLER\r\n \r\nCustomer Name : SCHINDLER ELEVATOR CORPORATION\r\nPrimary Plant : Chennai, India\r\nMarket : Industrial & Semiconductors\r\nProject Name : Pune PCBA\\'s59324318_59324333_59324332\r\nExpected Production date : 19 Jan 2017\r\nDesign Location : Switzerland\r\nApplication : elevator/escalators\r\n***RoHS Compliant : Yes\r\n \r\nPlease remember to fill in your MOQ, Multiples, Shipment Terms, Lead time, etc. \r\n \r\nPlease put a brief reason in the comment field if you give an alternative and it is not the same component as requested.\r\n \r\nThe Due Date for this project is : 2nd Sep 2016'); /*!40000 ALTER TABLE `dh_form_support` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_highpower` -- DROP TABLE IF EXISTS `dh_highpower`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_highpower` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` varchar(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` char(255) NOT NULL default '', `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', `cct` varchar(255) NOT NULL default '', `luminousflux` varchar(255) NOT NULL default '', `wavelength` varchar(255) NOT NULL default '', `CRI` varchar(255) NOT NULL default '', `ForwardVoltage` varchar(255) NOT NULL default '', `ForwardCurrent` varchar(255) NOT NULL default '', `EmittingColor` varchar(255) NOT NULL default '', `ViewingAngle` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_highpower` -- LOCK TABLES `dh_highpower` WRITE; /*!40000 ALTER TABLE `dh_highpower` DISABLE KEYS */; INSERT INTO `dh_highpower` VALUES (5,281,0,'A-HR511B-SA-1W','','','A-HR511B-SA-1W','A-HR511B-SA-1W',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=281&id=5',0,99,1,0,'dhadmin',1393393725,1407477827,'-','15','460~465','-','3.3','350','Blue','120'),(10,282,0,'A-HR511W-AC15-1W-STAR','','','A-HR511W-AC15-1W-STAR','A-HR511W-AC15-1W-STAR',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=282&id=10',0,99,1,0,'dhadmin',1393394058,1416214529,'5500~6000','100','-','75','3.3','350','White','120'),(11,282,0,'A-HR511W-AC15-3W-STAR','','','A-HR511W-AC15-3W-STAR','A-HR511W-AC15-3W-STAR',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=282&id=11',0,99,1,0,'dhadmin',1393394292,1416214473,'5500~6000','140','-','75','3.3','700','White','120'); /*!40000 ALTER TABLE `dh_highpower` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_highpower1` -- DROP TABLE IF EXISTS `dh_highpower1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_highpower1` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` varchar(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` char(255) NOT NULL default '', `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', `cct` varchar(255) NOT NULL default '', `luminousflux` varchar(255) NOT NULL default '', `wavelength` varchar(255) NOT NULL default '', `CRI` varchar(255) NOT NULL default '', `ForwardVoltage` varchar(255) NOT NULL default '', `ForwardCurrent` varchar(255) NOT NULL default '', `EmittingColor` varchar(255) NOT NULL default '', `ViewingAngle` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_highpower1` -- LOCK TABLES `dh_highpower1` WRITE; /*!40000 ALTER TABLE `dh_highpower1` DISABLE KEYS */; INSERT INTO `dh_highpower1` VALUES (1,279,0,'A-H001W4-AYC201','','','A-H001W4-AYC201','A-H001W4-AYC201',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=279&id=1',0,99,1,0,'dhadmin',1393393360,1393393537,'4000~4500','85','-','75','3.3','350','White','120'),(2,279,0,'A-H001W4-QLB101','','http://www.topliteusa.com/uploadfile/2014/0228/20140228105721466.jpg','A-H001W4-QLB101','A-H001W4-QLB101',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=279&id=2',0,99,1,0,'dhadmin',1393393540,1393556249,'4000~4500','45','-','75','3.36','150','White','120'),(3,280,0,'A-H001W6-AYC201','','','A-H001W6-AYC201','A-H001W6-AYC201',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=280&id=3',0,99,1,0,'dhadmin',1393393603,1393393658,'6500~7500','85','-','75','3.3','350','White','120'),(4,280,0,'A-H001W6-QLB101','','http://www.topliteusa.com/uploadfile/2014/0228/20140228105756673.jpg','A-H001W6-QLB101','A-H001W6-QLB101',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=280&id=4',0,99,1,0,'dhadmin',1393393660,1393556281,'6500~7500','45','-','75','3.3','150','White','120'),(5,281,0,'A-HR511B-SA-1W','','','A-HR511B-SA-1W','A-HR511B-SA-1W',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=281&id=5',0,99,1,0,'dhadmin',1393393725,1393393832,'-','15','460~465','-','3.3','350','Blue','120'),(6,281,0,'A-HR511B-AD1-1W','','http://www.topliteusa.com/uploadfile/2014/0228/20140228105816145.jpg','A-HR511B-AD1-1W','A-HR511B-AD1-1W',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=281&id=6',0,99,1,0,'dhadmin',1393393837,1393556302,'-','16','460','-','3.3','350','Blue','120'),(7,282,0,'A-HR511W-AC13-1W','','','A-HR511W-AC13-1W','A-HR511W-AC13-1W',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=282&id=7',0,99,1,0,'dhadmin',1393393893,1393393956,'2800~3200','85','-','75','3.3','350','White','120'),(8,282,0,'A-HR511W-AC13-3W','','','A-HR511W-AC13-3W','A-HR511W-AC13-3W',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=282&id=8',0,99,1,0,'dhadmin',1393393958,1393394009,'3000~4000','110','-','75','3.3','700','White','120'),(9,282,0,'A-HR511W-AC14-1W','','','A-HR511W-AC14-1W','A-HR511W-AC14-1W',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=282&id=9',0,99,1,0,'dhadmin',1393394012,1393394055,'4000~4500','85','-','75','3.3','350','White','120'),(10,282,0,'A-HR511W-AC15-1W','','','A-HR511W-AC15-1W','A-HR511W-AC15-1W',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=282&id=10',0,99,1,0,'dhadmin',1393394058,1393394521,'5500~6000','100','-','75','3.3','350','White','120'),(11,282,0,'A-HR511W-AC15-3W','','','A-HR511W-AC15-3W','A-HR511W-AC15-3W',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=282&id=11',0,99,1,0,'dhadmin',1393394292,1393394342,'5500~6000','140','-','75','3.3','700','White','120'),(12,282,0,'A-HR511W-JA34a','','','A-HR511W-JA34a','A-HR511W-JA34a',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=282&id=12',0,99,1,0,'dhadmin',1393394344,1393394381,'4400~4800','95','-','75','3.3','350','White','120'),(13,282,0,'A-HR511W-JA34b','','','A-HR511W-JA34b','A-HR511W-JA34b',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=282&id=13',0,99,1,0,'dhadmin',1393394383,1393394425,'4400~4800','100','-','75','3.3','350','White','120'),(14,282,0,'A-HR511W-MA25-1W','','','A-HR511W-MA25-1W','A-HR511W-MA25-1W',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=282&id=14',0,99,1,0,'dhadmin',1393394427,1393394467,'5500~6000','90','-','75','3.3','350','White','120'),(15,282,0,'A-HR511W-MB15','','http://www.topliteusa.com/uploadfile/2014/0228/20140228105840563.jpg','A-HR511W-MB15','A-HR511W-MB15',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=282&id=15',0,99,1,0,'dhadmin',1393394469,1393556327,'5500~6000','40','-','75','3.3','350','White','120'); /*!40000 ALTER TABLE `dh_highpower1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_highpower_data` -- DROP TABLE IF EXISTS `dh_highpower_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_highpower_data` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `pdfdownload` mediumtext NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_highpower_data` -- LOCK TABLES `dh_highpower_data` WRITE; /*!40000 ALTER TABLE `dh_highpower_data` DISABLE KEYS */; INSERT INTO `dh_highpower_data` VALUES (5,'A-HR511B-SA-1W',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-HR511B-SA-1W.pdf\',\r\n \'filename\' => \'A-HR511B-SA-1W\',\r\n )\r\n)'),(10,'A-HR511W-AC15-1W-STAR',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-HR511W-AC15-1W-STAR.pdf\',\n \'filename\' => \'A-HR511W-AC15-1W-STAR\',\n ),\n)'),(11,'A-HR511W-AC15-3W-STAR',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-HR511W-AC15-3W-STAR.pdf\',\n \'filename\' => \'A-HR511W-AC15-3W-STAR\',\n ),\n)'); /*!40000 ALTER TABLE `dh_highpower_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_highpower_data1` -- DROP TABLE IF EXISTS `dh_highpower_data1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_highpower_data1` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `spec` mediumtext NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_highpower_data1` -- LOCK TABLES `dh_highpower_data1` WRITE; /*!40000 ALTER TABLE `dh_highpower_data1` DISABLE KEYS */; INSERT INTO `dh_highpower_data1` VALUES (1,'A-H001W4-AYC201',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-H001W4-AYC201.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(2,'A-H001W4-QLB101',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-H001W4-QLB101.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(3,'A-H001W6-AYC201',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-H001W6-AYC201.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(4,'A-H001W6-QLB101',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-H001W6-QLB101.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(5,'A-HR511B-SA-1W',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-HR511B-SA-1W.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(6,'A-HR511B-AD1-1W',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-HR511B-AD1-1W.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(7,'A-HR511W-AC13-1W',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-HR511W-AC13-1W.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(8,'A-HR511W-AC13-3W',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-HR511W-AC13-3W.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(9,'A-HR511W-AC14-1W',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-HR511W-AC14-1W.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(10,'A-HR511W-AC15-1W',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-HR511W-AC15-1W.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(11,'A-HR511W-AC15-3W',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-HR511W-AC15-3W.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(12,'A-HR511W-JA34a',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-HR511W-JA34a.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(13,'A-HR511W-JA34b',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-HR511W-JA34b.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(14,'A-HR511W-MA25-1W',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-HR511W-MA25-1W.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(15,'A-HR511W-MB15',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-HR511W-MB15.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'); /*!40000 ALTER TABLE `dh_highpower_data1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_hits` -- DROP TABLE IF EXISTS `dh_hits`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_hits` ( `hitsid` char(30) NOT NULL, `catid` smallint(5) unsigned NOT NULL default '0', `views` int(10) unsigned NOT NULL default '0', `yesterdayviews` int(10) unsigned NOT NULL default '0', `dayviews` int(10) unsigned NOT NULL default '0', `weekviews` int(10) unsigned NOT NULL default '0', `monthviews` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`hitsid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_hits` -- LOCK TABLES `dh_hits` WRITE; /*!40000 ALTER TABLE `dh_hits` DISABLE KEYS */; INSERT INTO `dh_hits` VALUES ('c-1-8',17,41,1,1,1,1,1476190865),('c-13-1',24,0,0,0,0,0,1389868995),('c-13-2',24,0,0,0,0,0,1389869479),('c-14-1',29,0,0,0,0,0,1389935956),('c-2-1',30,1,0,1,1,1,1389937060),('c-14-2',31,1,0,1,1,1,1389937362),('c-14-3',31,4,0,4,4,4,1390453620),('c-14-4',32,0,0,0,0,0,1389938012),('c-16-1',125,1,0,1,1,1,1390816614),('c-1-2',18,41,1,1,1,1,1473378428),('c-19-3',13,0,0,0,0,0,1392701804),('c-20-1',12,0,0,0,0,0,1392704149),('c-1-9',17,53,1,1,1,1,1473378433),('c-1-13',288,6,4,2,6,6,1408585374),('c-1-11',17,38,1,1,1,1,1476826907),('c-1-12',17,39,2,1,1,1,1476827011),('c-13-3',24,0,0,0,0,0,1390359090),('c-13-4',24,0,0,0,0,0,1390359950),('c-13-5',24,0,0,0,0,0,1390360430),('c-13-6',24,0,0,0,0,0,1390360750),('c-13-7',24,0,0,0,0,0,1390360998),('c-17-446',156,0,0,0,0,0,1392367495),('c-17-447',156,0,0,0,0,0,1392367606),('c-17-448',156,0,0,0,0,0,1392367650),('c-21-1',279,0,0,0,0,0,1393393537),('c-21-2',279,0,0,0,0,0,1393393592),('c-21-3',280,0,0,0,0,0,1393393658),('c-21-4',280,0,0,0,0,0,1393393712),('c-21-5',281,0,0,0,0,0,1393393832),('c-21-10',282,0,0,0,0,0,1393394290),('c-21-11',282,0,0,0,0,0,1393394342),('c-1-14',17,133,2,2,2,5,1481704211),('c-1-15',17,175,1,4,4,11,1481698508),('c-1-16',17,115,1,4,4,8,1481704223),('c-1-17',17,97,1,2,2,12,1481695881),('c-1-18',17,30,0,2,2,2,1481260379),('c-1-19',17,118,1,1,1,3,1481716284),('c-1-20',17,130,2,1,3,5,1480999661),('c-22-1',284,0,0,0,0,0,1408677367),('c-22-2',284,2,0,2,2,2,1409029037),('c-22-3',284,1,0,1,1,1,1408953087),('c-22-4',284,1,0,1,1,1,1408948174),('c-22-37',285,115,2,1,1,1,1480923196),('c-22-6',284,11,1,8,9,11,1409029027),('c-22-35',285,90,1,1,1,3,1480463292),('c-22-33',285,113,1,1,1,1,1480923194),('c-22-34',285,119,1,1,1,2,1480923195),('c-22-36',285,137,1,1,1,1,1480923196),('c-1-21',17,10,0,1,1,1,1473378429),('c-1-22',17,28,1,1,1,1,1473378429),('c-1-23',17,228,2,1,1,2,1481639596),('c-1-24',17,27,1,1,1,1,1480999692),('c-22-12',286,113,1,1,1,4,1480923197),('c-22-13',286,97,1,1,1,1,1480923197),('c-22-14',286,252,1,1,1,7,1481580633),('c-22-15',286,159,2,1,1,1,1480923198),('c-22-16',286,106,1,1,1,1,1480923199),('c-22-17',287,2,0,2,2,2,1409053485),('c-22-18',287,0,0,0,0,0,1408943237),('c-22-19',287,2,1,1,2,2,1409064558),('c-22-20',287,0,0,0,0,0,1408943641),('c-22-21',287,2,0,2,2,2,1409053179),('c-22-38',354,118,1,1,1,1,1480463296),('c-22-24',354,134,1,2,2,2,1481681445),('c-22-25',354,106,1,1,1,2,1480455748),('c-22-26',354,104,1,1,1,1,1480615712),('c-22-27',354,157,1,1,1,1,1481634910),('c-22-28',355,295,1,2,2,7,1481517844),('c-22-29',355,94,1,2,2,2,1481159001),('c-22-30',355,109,1,1,1,1,1477903620),('c-22-31',355,226,1,2,5,7,1481377260),('c-22-32',355,736,2,1,4,23,1481661190),('c-14-5',356,0,0,0,0,0,1409196007),('c-1-25',17,118,1,1,2,2,1480999663),('c-15-226',357,0,0,0,0,0,1409538252),('c-15-227',357,0,0,0,0,0,1409538317),('c-15-228',357,0,0,0,0,0,1409538642),('c-15-229',357,0,0,0,0,0,1409538704),('c-15-230',357,0,0,0,0,0,1409538774),('c-15-231',357,0,0,0,0,0,1409539489),('c-15-232',357,0,0,0,0,0,1409540381),('c-15-233',357,0,0,0,0,0,1409540434),('c-15-234',357,0,0,0,0,0,1409540491),('c-15-235',357,0,0,0,0,0,1409541172),('c-15-236',357,0,0,0,0,0,1409541228),('c-15-237',357,5,0,4,4,5,1481718477); /*!40000 ALTER TABLE `dh_hits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_index_tuijian` -- DROP TABLE IF EXISTS `dh_index_tuijian`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_index_tuijian` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` char(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` char(255) NOT NULL default '', `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_index_tuijian` -- LOCK TABLES `dh_index_tuijian` WRITE; /*!40000 ALTER TABLE `dh_index_tuijian` DISABLE KEYS */; INSERT INTO `dh_index_tuijian` VALUES (1,284,0,'TE-AR20','','http://www.ledtoplite.com/uploadfile/2014/0814/20140814101840933.png','TE-AR20','* Driectly driven by 220V or 110V;* Convenient installation;* Composite Zhaga BOOK3 general interface standard,feat',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=284&id=1',3,99,1,0,'dhadmin',1408677314,1408677367),(2,284,0,'ATL-AB44','','http://www.ledtoplite.com/uploadfile/2014/0814/20140814105641616.png','ATL-AB44','* High reliable,can adjust light PF>0 95;* Easy drive cost is low,can pass UL、CE;* AC DC inside conversion,coul',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=284&id=2',2,99,1,0,'dhadmin',1408677477,1409052316),(3,284,0,'ATS-R18','','http://www.ledtoplite.com/uploadfile/2014/0226/20140226104626244.png','ATS-R18 Series','* High CRI design, suitable for commercial lighting * Integrated light point source, simple light distribution, no',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=284&id=3',4,99,1,0,'dhadmin',1408677513,1409052306),(4,284,0,'ATE-R11','','http://www.ledtoplite.com/uploadfile/2014/0731/20140731065811311.png','ATE-R11','* High CRI design, suitable for commercial lighting * Integrated light point source, simple light distribution, no',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=284&id=4',6,99,1,0,'dhadmin',1408677544,1409052266),(37,285,0,'ATR-R27','','http://www.topliteusa.com/uploadfile/2014/0226/20140226104231744.jpg','ATR-R27','* High CRI design, suitable for commercial lighting * Integrated light point source, simple light distribution, no',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=285&id=37',2,99,1,0,'dhadmin',1409110736,1409204144),(6,284,0,'ATE-R23','','http://www.ledtoplite.com/uploadfile/2014/0808/20140808041217865.png','ATE-R23','* High CRI design, suitable for commercial lighting * Integrated light point source, simple light distribution, no',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=284&id=6',5,99,1,0,'dhadmin',1408677579,1409052229),(35,285,0,'ATE-R20','','http://www.topliteusa.com/uploadfile/2014/0731/20140731070041219.png','ATE-R20','* High CRI design, suitable for commercial lighting * Integrated light point source, simple light distribution, no',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=285&id=35',3,99,1,0,'dhadmin',1409110541,1409204094),(33,285,0,'ATE-R7','','http://www.topliteusa.com/uploadfile/2014/0901/20140901113455880.jpg','ATE-R7','圆形面发光、无点光源现象;一体化制造,光色均匀;直接散热、热阻低、发光角度大、无死角;可配合透镜、反光杯实现各种发光角度;LED灯具',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=285&id=33',5,99,1,0,'dhadmin',1409110459,1409542498),(34,285,0,'ATE-R11','','http://www.topliteusa.com/uploadfile/2014/0731/20140731065811311.png','ATE-R11','* High CRI design, suitable for commercial lighting * Integrated light point source, simple light distribution, no',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=285&id=34',4,99,1,0,'dhadmin',1409110506,1409203959),(36,285,0,'ATL-B36','','http://www.topliteusa.com/uploadfile/2014/0808/20140808062409795.png','ATL-B36','* High CRI design, suitable for commercial lighting * Integrated light point source, simple light distribution, no',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=285&id=36',1,99,1,0,'dhadmin',1409110583,1409204197),(12,286,0,'43711 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825115135779.png','','11x7, 0 11in×0 15in (2 9mm×3 92 9×3 9mm 11×7 1 1 inch (28 8mm) RED MATRIX型号描述极性发光尺',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=286&id=12',0,99,1,0,'dhadmin',1408938684,1409053795),(13,286,0,'3388 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825010117905.png','','3 4×3 4mm 8×8 1 1 inch (28 7mm) BLUE MATRIX型号描述极性发光尺寸(mm)发光颜色波长(nm)发光亮度(ucd)(最小值)',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=286&id=13',0,99,1,0,'dhadmin',1408942862,1409053780),(14,286,0,'1088 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825010149598.png','1088系列','8x8, 0 12in (3 0mm) Dot SizeФ3mm 8×8 1 1 inch (28mm) WHITE DOT MATRIX型号描述极性发光尺寸(mm)发光颜色波长(nm',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=286&id=14',0,99,1,0,'dhadmin',1408942893,1409053745),(15,286,0,'788 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825010226436.png','788系列','8x8, 0 07in (1 9mm) Dot SizeФ1 9mm 8×8 0 7 inch (17 5mm) WHITE DOT MATRIX型号描述极性发光尺寸(mm)发光颜色',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=286&id=15',0,99,1,0,'dhadmin',1408942934,1409053661),(16,286,0,'3457 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825010249985.png','3457系列','3 5×4 3mm 5×7 1 3 inch (31 8mm) SUPER RED MATRIX型号描述极性发光尺寸(mm)发光颜色波长(nm)发光亮度(ucd)(',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=286&id=16',0,99,1,0,'dhadmin',1408942956,1409053646),(17,287,0,'5461 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825010354427.png','5461系列','4-Digit 0 56TOP-CA-5461BG型号描述极性电流(mA)发光颜色波长(nm)发光亮度(ucd)((最小值)发光亮度(ucd)((典型值)PDFTOP-CC-5461AH0 56 F',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=287&id=17',0,99,1,0,'dhadmin',1408943007,1409053835),(18,287,0,'4301 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825010717589.png','4301系列','3-Digit 0 4TOP-CA-4301FUY型号描述极性电流(mA)发光颜色波长(nm)发光亮度(ucd)((最小值)发光亮度(ucd)((典型值)PDFTOP-CA-4301FUY0 4 T',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=287&id=18',0,99,1,0,'dhadmin',1408943218,1409053832),(19,287,0,'10203 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825010738874.png','','2-Digit 1 0TOP-CA-10203FUW型号描述极性电流(mA)发光颜色波长(nm)发光亮度(ucd)((最小值)发光亮度(ucd)((典型值)PDFTOP-CA-10203FUW1 0',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=287&id=19',0,99,1,0,'dhadmin',1408943247,1409053828),(20,287,0,'4201 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825011404265.png','4201系列','2-Digit 0 4TOP-CA-4201FH型号描述极性电流(mA)发光颜色波长(nm)发光亮度(ucd)((最小值)发光亮度(ucd)((典型值)PDFTOP-CA-4201FUW0 4 DU',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=287&id=20',0,99,1,0,'dhadmin',1408943298,1409053825),(21,287,0,'5161 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825011611816.png','5161系列','1-Digit 0 560 56 SINGLE DIGIT RED DISPLAY型号描述极性电流(mA)发光颜色波长(nm)发光亮度(ucd)((最小值)发光亮度(ucd)((典型值)PDF',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=287&id=21',0,99,1,0,'dhadmin',1408943757,1409053807),(38,354,0,'ATE-R11','','http://www.topliteusa.com/uploadfile/2014/0731/20140731065811311.png','ATE-R11','* High CRI design, suitable for commercial lighting * Integrated light point source, simple light distribution, no',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=354&id=38',30,99,1,0,'dhadmin',1409110846,1409202939),(24,354,0,'ATE-R23','','http://www.topliteusa.com/uploadfile/2014/0808/20140808041217865.png','ATE-R23','<script type= \"text javascript \" src= \"js slide js \">< script><script type= \"text javascript \" src= \"js select js \">< script>* High',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=354&id=24',29,99,1,0,'dhadmin',1409104556,1409202993),(25,354,0,'ATS-R18','','http://www.topliteusa.com/uploadfile/2014/0226/20140226104626244.png','ATS-R18','* High CRI design, suitable for commercial lighting * Integrated light point source, simple light distribution, no',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=354&id=25',28,99,1,0,'dhadmin',1409109736,1409203425),(26,354,0,'ATE-AR20','','http://www.topliteusa.com/uploadfile/2014/0814/20140814101840933.png','ATE-AR20','* Driectly driven by 220V or 110V;* Convenient installation;* Composite Zhaga BOOK3 general interface standard,feat',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=354&id=26',27,99,1,0,'dhadmin',1409109821,1409120081),(27,354,0,'ATL-AB44','','http://www.topliteusa.com/uploadfile/2014/0814/20140814105641616.png','ATL-AB44','* High reliable,can adjust light PF>0 95;* Easy drive cost is low,can pass UL、CE;* AC DC inside conversion,coul',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=354&id=27',26,99,1,0,'dhadmin',1409109968,1409203837),(28,355,0,'5461 Series','','http://www.topliteusa.com/uploadfile/2014/0807/20140807054232389.png','5461','A-5461BGPart NumberDescriptionPolarity(CC CA)Forward Current(mA)Emitting ColorWavelength(nm)luminous IntensityPDFMinTypA-5461A',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=355&id=28',5,99,1,0,'dhadmin',1409110098,1409110154),(29,355,0,'4301 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825112853776.png','','A-4301FUYPart NumberDescriptionPolarity(CC CA)Forward Current(mA)Emitting ColorWavelength(nm)luminous IntensityPDFMinTypA-4301',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=355&id=29',4,99,1,0,'dhadmin',1409110177,1409110204),(30,355,0,'10203 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825112214674.png','10203 Series','A-10203FUWPart NumberDescriptionPolarity(CC CA)Forward Current(mA)Emitting ColorWavelength(nm)luminous IntensityPDFMinTypA-102',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=355&id=30',3,99,1,0,'dhadmin',1409110226,1409110250),(31,355,0,'4201 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825111939143.png','4201 Series','A-4201FHPart NumberDescriptionPolarity(CC CA)Forward Current(mA)Emitting ColorWavelength(nm)luminous IntensityPDFMinTypA-4201F',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=355&id=31',2,99,1,0,'dhadmin',1409110270,1409110304),(32,355,0,'5161 Series','','http://www.topliteusa.com/uploadfile/2014/0825/20140825110129388.png','5161 Series','0 56 SINGLE DIGIT RED DISPLAYPart NumberDescriptionPolarity(CC CA)Forward Current(mA)Emitting ColorWavelength(nm)luminous',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=355&id=32',1,99,1,0,'dhadmin',1409110326,1409110356); /*!40000 ALTER TABLE `dh_index_tuijian` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_index_tuijian_data` -- DROP TABLE IF EXISTS `dh_index_tuijian_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_index_tuijian_data` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_index_tuijian_data` -- LOCK TABLES `dh_index_tuijian_data` WRITE; /*!40000 ALTER TABLE `dh_index_tuijian_data` DISABLE KEYS */; INSERT INTO `dh_index_tuijian_data` VALUES (1,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.ledtoplite.com/uploadfile/2014/0814/20140814101840933.png\" width=\"120\" />\r\n<div style=\"float:left\">* Driectly driven by 220V or 110V;<br />\r\n* Convenient installation;<br />\r\n* Composite Zhaga BOOK3 general interface standard,featuring high universality;<br />\r\n* No high frequency radiation,passing UL and CE certications;<br />\r\n* Appropriate for LEDbulb light、down lamp、spot light、etc;</div>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"TE-AR20\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t\">\r\n 功率</th>\r\n <th class=\"t\">\r\n 产品型号</th>\r\n <th class=\"t\">\r\n 色温<br />\r\n (K)</th>\r\n <th class=\"t\">\r\n 电压<br />\r\n (V)</th>\r\n <th class=\"t\">\r\n 电流<br />\r\n (mA)</th>\r\n <th class=\"t\">\r\n 光通量<br />\r\n (lm)</th>\r\n <th class=\"t\">\r\n 最大电流<br />\r\n (mA)</th>\r\n <th class=\"t\">\r\n 显指<br />\r\n (Ra)</th>\r\n <th class=\"t\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>13W</td>\r\n <td>TE-AR20-13D220HC</td>\r\n <td>5000</td>\r\n <td>220</td>\r\n <td>/</td>\r\n <td>1250</td>\r\n <td>/</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.ledtoplite.com/uploadfile/2014/0814/20140814103852684.pdf\" target=\"_blank\" title=\"TE-AR20-13 XXXX\"><img alt=\"TE-AR20-13 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>13W</td>\r\n <td>TE-AR20-13W220HB</td>\r\n <td>3000</td>\r\n <td>220</td>\r\n <td>/</td>\r\n <td>1150</td>\r\n <td>/</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.ledtoplite.com/uploadfile/2014/0814/20140814103606627.pdf\" target=\"_blank\" title=\"TE-AR20-13 XXXX\"><img alt=\"TE-AR20-13 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(2,'<img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0826/20140826125344137.png\" style=\"line-height: 1.7; margin-right: 40px\" width=\"120\" />\r\n<div class=\"content\" style=\"border-top: rgb(232,232,232) 1px solid; border-right: rgb(232,232,232) 1px solid; border-bottom: rgb(232,232,232) 1px solid; padding-bottom: 20px; padding-top: 20px; padding-left: 20px; border-left: rgb(232,232,232) 1px solid; padding-right: 20px; background-size: initial; background-origin: initial; background-clip: initial\">\r\n<div class=\"pro_det clearfix\" style=\"line-height: 1.7\">\r\n<div style=\"float: left\">* High reliable,can adjust light PF>0.95;<br />\r\n* Easy drive cost is low,can pass UL、CE;<br />\r\n* AC/DC inside conversion,could be input directly;<br />\r\n* Circle light-emitting,unifrom illumination distribution;<br />\r\n* LED head spots diapersed,lateral heat dissipation characteriatics remarkable;</div>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"TL-AB44\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" style=\"background: rgb(204,204,204)\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Power</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n PART NO.</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n CCT<br />\r\n (K)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Forwad Voltage<br />\r\n (V)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Current<br />\r\n (mA)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Luminous Efficacy<br />\r\n (lm)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n <font color=\"#000000\" face=\"宋体\">Max Current</font><br />\r\n (mA)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Ra</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">9W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATL-AB44-9D220HD</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">110</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">/</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">1100</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">/</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0814/20140814110351179.pdf\" target=\"_blank\" title=\"TL-AB44-9 XXXX\"><img alt=\"TL-AB44-9 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">9W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATL-AB44-9W220HC</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">110</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">/</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">990</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">/</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0814/20140814105611507.pdf\" target=\"_blank\" title=\"TL-AB44-9 XXXX\"><img alt=\"TL-AB44-9 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<br />\r\n',0,'',0,10000,'',0,1,''),(3,'<img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0826/20140826125112502.png\" style=\"line-height: 1.7; margin-right: 40px\" width=\"120\" />\r\n<div class=\"content\" style=\"border-top: rgb(232,232,232) 1px solid; border-right: rgb(232,232,232) 1px solid; border-bottom: rgb(232,232,232) 1px solid; padding-bottom: 20px; padding-top: 20px; padding-left: 20px; border-left: rgb(232,232,232) 1px solid; padding-right: 20px; background-size: initial; background-origin: initial; background-clip: initial\">\r\n<div class=\"pro_det clearfix\" style=\"line-height: 1.7\">\r\n<div style=\"float: left\">* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.</div>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"TS-R18\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" style=\"background: rgb(204,204,204)\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Power</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n PART NO.</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n CCT<br />\r\n (K)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Forwad Voltage<br />\r\n (V)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Current<br />\r\n (mA)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Luminous Efficacy<br />\r\n (lm)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n <font color=\"#000000\" face=\"宋体\">Max Current</font><br />\r\n (mA)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Ra</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATS-R18-5W15HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">14.5~16.5</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">350</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">550</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">600</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808051042629.pdf\" target=\"_blank\" title=\"TS-R18-5 XXXX\"><img alt=\"TS-R18-5 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATS-R18-5D15HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">14.5~16.5</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">350</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">608</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">600</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808051154187.pdf\" target=\"_blank\" title=\"TS-R18-5 XXXX\"><img alt=\"TS-R18-5 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATS-R18-5C15HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">6500</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">14.5~16.5</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">350</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">629</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">600</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808051311690.pdf\" target=\"_blank\" title=\"TS-R18-5 XXXX\"><img alt=\"TS-R18-5 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">7W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATS-R18-7W21HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">20.3~23.1</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">350</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">770</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">600</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808051503656.pdf\" target=\"_blank\" title=\"TS-R18-7 XXXX\"><img alt=\"TS-R18-7 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">7W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATS-R18-7D21HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">6500</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">20.3~23.1</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">350</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">860</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">600</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808051604560.pdf\" target=\"_blank\" title=\"TS-R18-7 XXXX\"><img alt=\"TS-R18-7 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">7W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATS-R18-7C21HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">6500</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">20.3~23.1</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">350</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">890</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">600</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808051700981.pdf\" target=\"_blank\" title=\"TS-R18-7 XXXX\"><img alt=\"TS-R18-7 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<br />\r\n',0,'',0,10000,'',0,1,''),(4,'<img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0826/20140826124554893.png\" style=\"line-height: 1.7; margin-right: 40px\" width=\"120\" />\r\n<div class=\"content\" style=\"border-top: rgb(232,232,232) 1px solid; border-right: rgb(232,232,232) 1px solid; border-bottom: rgb(232,232,232) 1px solid; padding-bottom: 20px; padding-top: 20px; padding-left: 20px; border-left: rgb(232,232,232) 1px solid; padding-right: 20px; background-size: initial; background-origin: initial; background-clip: initial\">\r\n<div class=\"pro_det clearfix\" style=\"line-height: 1.7\">\r\n<div style=\"float: left\">* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.</div>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"TE-R11\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" style=\"background: rgb(204,204,204)\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Power</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n PART NO.</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n CCT<br />\r\n (K)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Forwad Voltage<br />\r\n (V)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Current<br />\r\n (mA)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Luminous Efficacy<br />\r\n (lm)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n <font color=\"#000000\" face=\"宋体\">Max Current</font><br />\r\n (mA)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Ra</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R11-3Y36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">2700</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">295</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">120</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808112757538.pdf\" target=\"_blank\" title=\"TE-R11-3 XXXX\"><img alt=\"TE-R11-3 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R11-3W36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">320</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">120</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808112903165.pdf\" target=\"_blank\" title=\"TE-R11-3 XXXX\"><img alt=\"TE-R11-3 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R11-3D36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">350</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">120</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808112953620.pdf\" target=\"_blank\" title=\"TE-R11-3 XXXX\"><img alt=\"TE-R11-3 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R11-3C36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">6500</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">362</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">120</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808113104172.pdf\" target=\"_blank\" title=\"TE-R11-3 XXXX\"><img alt=\"TE-R11-3 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R11-5Y36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">2700</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">140</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">520</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">240</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808015801708.pdf\" target=\"_blank\" title=\"TE-R11-5 XXXX\"><img alt=\"TE-R11-5 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R11-5W36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">140</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">560</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">240</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808020649925.pdf\" target=\"_blank\" title=\"TE-R11-5 XXXX\"><img alt=\"TE-R11-5 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R11-5D36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">140</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">590</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">240</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808020806142.pdf\" target=\"_blank\" title=\"TE-R11-5 XXXX\"><img alt=\"TE-R11-5 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R11-5C36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">6500</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">140</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">618</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">240</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808020903325.pdf\" target=\"_blank\" title=\"TE-R11-5 XXXX\"><img alt=\"TE-R11-5 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">7W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R11-7Y36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">2700</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">190</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">690</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">360</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808021028180.pdf\" target=\"_blank\" title=\"TE-R11-7 XXXX\"><img alt=\"TE-R11-7 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">7W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R11-7W36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">190</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">730</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">360</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808021143501.pdf\" target=\"_blank\" title=\"TE-R11-7 XXXX\"><img alt=\"TE-R11-7 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">7W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R11-7D36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">190</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">790</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">360</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808021318967.pdf\" target=\"_blank\" title=\"TE-R11-7 XXXX\"><img alt=\"TE-R11-7 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">7W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R11-7C36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">6500</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">190</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">830</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">360</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808021457442.pdf\" target=\"_blank\" title=\"TE-R11-7 XXXX\"><img alt=\"TE-R11-7 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<br />\r\n<div id=\"cke_pastebin\" style=\"overflow: hidden; height: 1px; position: absolute; left: -1000px; top: 253px; width: 1px\"> </div>\r\n',0,'',0,10000,'',0,1,''),(6,'<img class=\"f_l\" src=\"http://www.topliteusa.com/uploadfile/2014/0826/20140826114534433.png\" style=\"border-top: 0px solid; height: 295px; border-right: 0px solid; border-bottom: 0px solid; border-left: 0px solid; line-height: 1.7; width: 300px; margin-right: 40px\" />\r\n<div class=\"content\" style=\"border-top: rgb(232,232,232) 1px solid; border-right: rgb(232,232,232) 1px solid; border-bottom: rgb(232,232,232) 1px solid; padding-bottom: 20px; padding-top: 20px; padding-left: 20px; border-left: rgb(232,232,232) 1px solid; padding-right: 20px; background-size: initial; background-origin: initial; background-clip: initial\">\r\n<div class=\"pro_det clearfix\" style=\"line-height: 1.7\">\r\n<div style=\"float: left\">* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.</div>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"TE-R23\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" style=\"border-top-style: hidden; border-left-style: hidden; border-bottom-style: hidden; border-right-style: hidden\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Power</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n PART NO.</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n CCT<br />\r\n (K)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Forwad Voltage<br />\r\n (V)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Current<br />\r\n (mA)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Luminous Efficacy<br />\r\n (lm)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n <font color=\"#000000\" face=\"宋体\">Max Current</font><br />\r\n (mA)</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n Ra</th>\r\n <th class=\"t\" style=\"background: rgb(218,228,245); padding-bottom: 5px; padding-top: 5px; padding-left: 5px; padding-right: 5px\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">30W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R23-30Y36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">2700</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">840</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3110</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">1680</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808040023495.pdf\" target=\"_blank\" title=\"TE-R23-30 XXXX\"><img alt=\"TE-R23-30 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">30W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R23-30W36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">840</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3382</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">1680</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808040220171.pdf\" target=\"_blank\" title=\"TE-R23-30 XXXX\"><img alt=\"TE-R23-30 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">30W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R23-30D36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">6500</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">840</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3680</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">1680</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808040400595.pdf\" target=\"_blank\" title=\"TE-R23-30 XXXX\"><img alt=\"TE-R23-30 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">30W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R23-30C36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">6500</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">840</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3805</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">1680</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808040606970.pdf\" target=\"_blank\" title=\"TE-R23-30 XXXX\"><img alt=\"TE-R23-30 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">38W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R23-38Y36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">2700</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">1080</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3996</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">2160</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808040806656.pdf\" target=\"_blank\" title=\"TE-R23-38 XXXX\"><img alt=\"TE-R23-38 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">38W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R23-38W36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">3000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">1080</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">4345</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">2160</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808040902574.pdf\" target=\"_blank\" title=\"TE-R23-38 XXXX\"><img alt=\"TE-R23-38 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">38W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R23-38D36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">5000</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">1080</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">4730</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">2160</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808040959452.pdf\" target=\"_blank\" title=\"TE-R23-38 XXXX\"><img alt=\"TE-R23-38 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">38W</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">ATE-R23-38C36HX</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">6500</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">36</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">1080</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">4880</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">2160</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\">80</td>\r\n <td style=\"background: rgb(255,255,255); padding-bottom: 10px; padding-top: 10px; padding-left: 5px; padding-right: 5px\"><a href=\"http://www.ledtoplite.com/uploadfile/2014/0808/20140808041101380.pdf\" target=\"_blank\" title=\"TE-R23-38 XXXX\"><img alt=\"TE-R23-38 XXXX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<br />\r\n<div id=\"cke_pastebin\" style=\"overflow: hidden; height: 1px; position: absolute; left: -1000px; top: 429px; width: 1px\"> </div>\r\n',0,'',0,10000,'',0,1,''),(33,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0826/20140826060114789.png\" width=\"120\" />\r\n<p> </p>\r\n<ul style=\"list-style-type: square\">\r\n<li><span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">圆形面发光、无点光源现象;</span></span></li>\r\n<li><span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">一体化制造,光色均匀;</span></span></li>\r\n<li><span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">直接散热、热阻低、发光角度大、无死角;</span></span></li>\r\n<li><span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">可配合透镜、反光杯实现各种发光角度;</span></span></li>\r\n<li><span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">LED灯具组装工艺简单、节约灯具制作成本;</span></span></li>\r\n<li><span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">无需经过回流焊(避免高温二次伤害);</span></span></li>\r\n</ul>\r\n<span style=\"font-size: 14px\"><span style=\"font-family: 微软雅黑\">主要运用于筒灯、射灯、轨道灯、天花灯等;</span></span><br />\r\n<p> </p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Standard_COB\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\">\r\n Category</th>\r\n <th class=\"t2\">\r\n Part Number</th>\r\n <th class=\"t3\">\r\n CCT<br />\r\n ((K)</th>\r\n <th class=\"t4\">\r\n Forward Voltage(V)</th>\r\n <th class=\"t5\">\r\n Forward Current(mA)</th>\r\n <th class=\"t6\">\r\n Luminous Flux(lm)</th>\r\n <th class=\"t7\">\r\n Max Current<br />\r\n (mA)</th>\r\n <th class=\"t8\">\r\n CRI<br />\r\n (Ra)</th>\r\n <th class=\"t9\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATE-R7-3Y36HX</td>\r\n <td>2700k</td>\r\n <td>34.8~38.4</td>\r\n <td>80</td>\r\n <td>290</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828095003682.pdf\" target=\"_blank\" title=\"ATE-R7\"><img alt=\"ATE-R7\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATE-R7-3W36HX</td>\r\n <td>2700k</td>\r\n <td>34.8~38.4</td>\r\n <td>80</td>\r\n <td>310</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828095052383.pdf\" target=\"_blank\" title=\"ATE-R7\"><img alt=\"ATE-R7\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATE-R7-3D36HX</td>\r\n <td>2700k</td>\r\n <td>34.8~38.4</td>\r\n <td>80</td>\r\n <td>325</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828095110358.pdf\" target=\"_blank\" title=\"ATE-R7\"><img alt=\"ATE-R7\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATE-R7-3C36HX</td>\r\n <td>2700k</td>\r\n <td>34.8~38.4</td>\r\n <td>80</td>\r\n <td>350</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828095149752.pdf\" target=\"_blank\" title=\"ATE-R7\"><img alt=\"ATE-R7\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(34,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0731/20140731065811311.png\" width=\"120\" />\r\n<p>* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Standard_COB\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\">\r\n Category</th>\r\n <th class=\"t2\">\r\n Part Number</th>\r\n <th class=\"t3\">\r\n CCT<br />\r\n ((K)</th>\r\n <th class=\"t4\">\r\n Forward Voltage(V)</th>\r\n <th class=\"t5\">\r\n Forward Current(mA)</th>\r\n <th class=\"t6\">\r\n Luminous Flux(lm)</th>\r\n <th class=\"t7\">\r\n Max Current<br />\r\n (mA)</th>\r\n <th class=\"t8\">\r\n CRI<br />\r\n (Ra)</th>\r\n <th class=\"t9\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATE-R11-3Y36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>80</td>\r\n <td>295</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100200623.pdf\" target=\"_blank\" title=\"ATE-R11-3W\"><img alt=\"ATE-R11-3W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATE-R11-3W36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>80</td>\r\n <td>320</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100305357.pdf\" target=\"_blank\" title=\"ATE-R11-3W\"><img alt=\"ATE-R11-3W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATE-R11-3D36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>80</td>\r\n <td>350</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100328309.pdf\" target=\"_blank\" title=\"ATE-R11-3W\"><img alt=\"ATE-R11-3W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATE-R11-3C36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>80</td>\r\n <td>362</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100348830.pdf\" target=\"_blank\" title=\"ATE-R11-3W\"><img alt=\"ATE-R11-3W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>5W</td>\r\n <td>ATE-R11-5Y36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>140</td>\r\n <td>520</td>\r\n <td>240</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100406608.pdf\" target=\"_blank\" title=\"ATE-R11-5W\"><img alt=\"ATE-R11-5W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>5W</td>\r\n <td>ATE-R11-5W36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>140</td>\r\n <td>560</td>\r\n <td>240</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100420604.pdf\" target=\"_blank\" title=\"ATE-R11-5W\"><img alt=\"ATE-R11-5W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>5W</td>\r\n <td>ATE-R11-5D36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>140</td>\r\n <td>590</td>\r\n <td>240</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100438615.pdf\" target=\"_blank\" title=\"ATE-R11-5W\"><img alt=\"ATE-R11-5W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>5W</td>\r\n <td>ATE-R11-5C36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>140</td>\r\n <td>618</td>\r\n <td>240</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100502779.pdf\" target=\"_blank\" title=\"ATE-R11-5W\"><img alt=\"ATE-R11-5W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>7W</td>\r\n <td>ATE-R11-7Y36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>190</td>\r\n <td>690</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100524479.pdf\" target=\"_blank\" title=\"ATE-R11-7W\"><img alt=\"ATE-R11-7W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>7W</td>\r\n <td>ATE-R11-7W36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>190</td>\r\n <td>730</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100541705.pdf\" target=\"_blank\" title=\"ATE-R11-7W\"><img alt=\"ATE-R11-7W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>7W</td>\r\n <td>ATE-R11-7D36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>190</td>\r\n <td>790</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100558980.pdf\" target=\"_blank\" title=\"ATE-R11-7W\"><img alt=\"ATE-R11-7W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>7W</td>\r\n <td>ATE-R11-7C36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>190</td>\r\n <td>830</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100236773.pdf\" target=\"_blank\" title=\"ATE-R11-7W\"><img alt=\"ATE-R11-7W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(35,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0731/20140731070041219.png\" width=\"120\" />\r\n<p>* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Standard_COB\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\">\r\n Category</th>\r\n <th class=\"t2\">\r\n Part Number</th>\r\n <th class=\"t3\">\r\n CCT<br />\r\n ((K)</th>\r\n <th class=\"t4\">\r\n Forward Voltage(V)</th>\r\n <th class=\"t5\">\r\n Forward Current(mA)</th>\r\n <th class=\"t6\">\r\n Luminous Flux(lm)</th>\r\n <th class=\"t7\">\r\n Max Current<br />\r\n (mA)</th>\r\n <th class=\"t8\">\r\n CRI<br />\r\n (Ra)</th>\r\n <th class=\"t9\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>12W</td>\r\n <td>ATE-R20-12Y36HX</td>\r\n <td>2700k</td>\r\n <td>36.6</td>\r\n <td>340</td>\r\n <td>500</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100955880.pdf\" target=\"_blank\" title=\"ATE-R20-12W\"><img alt=\"ATE-R20-12W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>12W</td>\r\n <td>ATE-R20-12W36HX</td>\r\n <td>2700k</td>\r\n <td>36.6</td>\r\n <td>340</td>\r\n <td>1302</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101035695.pdf\" target=\"_blank\" title=\"ATE-R20-12W\"><img alt=\"ATE-R20-12W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>12W</td>\r\n <td>ATE-R20-12D36HX</td>\r\n <td>2700k</td>\r\n <td>36.6</td>\r\n <td>340</td>\r\n <td>1388</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101053306.pdf\" target=\"_blank\" title=\"ATE-R20-12W\"><img alt=\"ATE-R20-12W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>12W</td>\r\n <td>ATE-R20-12C36HX</td>\r\n <td>2700k</td>\r\n <td>36.6</td>\r\n <td>340</td>\r\n <td>1480</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101116279.pdf\" target=\"_blank\" title=\"ATE-R20-12W\"><img alt=\"ATE-R20-12W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>18W</td>\r\n <td>ATE-R20-18Y36HX</td>\r\n <td>2700k</td>\r\n <td>36.6</td>\r\n <td>500</td>\r\n <td>1830</td>\r\n <td>540</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101132261.pdf\" target=\"_blank\" title=\"ATE-R20-18W\"><img alt=\"ATE-R20-18W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>18W</td>\r\n <td>ATE-R20-18W36HX</td>\r\n <td>2700k</td>\r\n <td>36.6</td>\r\n <td>500</td>\r\n <td>1890</td>\r\n <td>540</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101156180.pdf\" target=\"_blank\" title=\"ATE-R20-18W\"><img alt=\"ATE-R20-18W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>18W</td>\r\n <td>ATE-R20-18D36HX</td>\r\n <td>2700k</td>\r\n <td>36.6</td>\r\n <td>500</td>\r\n <td>2030</td>\r\n <td>540</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101213781.pdf\" target=\"_blank\" title=\"ATE-R20-18W\"><img alt=\"ATE-R20-18W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>18W</td>\r\n <td>ATE-R20-18C36HX</td>\r\n <td>2700k</td>\r\n <td>36.6</td>\r\n <td>500</td>\r\n <td>2160</td>\r\n <td>540</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101015487.pdf\" target=\"_blank\" title=\"ATE-R20-18W\"><img alt=\"ATE-R20-18W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(36,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0808/20140808062409795.png\" width=\"120\" />\r\n<p>* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Linear_COB\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\">\r\n Category</th>\r\n <th class=\"t2\">\r\n Part Number</th>\r\n <th class=\"t3\">\r\n CCT<br />\r\n ((K)</th>\r\n <th class=\"t4\">\r\n Forward Voltage(V)</th>\r\n <th class=\"t5\">\r\n Forward Current(mA)</th>\r\n <th class=\"t6\">\r\n Luminous Flux(lm)</th>\r\n <th class=\"t7\">\r\n Max Current<br />\r\n (mA)</th>\r\n <th class=\"t8\">\r\n CRI<br />\r\n (Ra)</th>\r\n <th class=\"t9\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>4W</td>\r\n <td>ATL-B36-4W18HX</td>\r\n <td>2700k</td>\r\n <td>17.4~19.8</td>\r\n <td>210</td>\r\n <td>403</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102810876.pdf\" target=\"_blank\" title=\"ATL-B36\"><img alt=\"ATL-B36\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>4W</td>\r\n <td>ATL-B36-4D18HX</td>\r\n <td>2700k</td>\r\n <td>17.4~19.8</td>\r\n <td>210</td>\r\n <td>450</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102831931.pdf\" target=\"_blank\" title=\"ATL-B36\"><img alt=\"ATL-B36\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>4W</td>\r\n <td>ATL-B36-4C18HX</td>\r\n <td>2700k</td>\r\n <td>17.4~19.8</td>\r\n <td>210</td>\r\n <td>480</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102850516.pdf\" target=\"_blank\" title=\"ATL-B36\"><img alt=\"ATL-B36\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>4W</td>\r\n <td>ATL-B36-4W36HX</td>\r\n <td>2700k</td>\r\n <td>52.2~59.4</td>\r\n <td>80</td>\r\n <td>430</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102914923.pdf\" target=\"_blank\" title=\"ATL-B36\"><img alt=\"ATL-B36\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>4W</td>\r\n <td>ATL-B36-4D36HX</td>\r\n <td>2700k</td>\r\n <td>52.2~59.4</td>\r\n <td>80</td>\r\n <td>460</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102937227.pdf\" target=\"_blank\" title=\"ATL-B36\"><img alt=\"ATL-B36\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>4W</td>\r\n <td>ATL-B36-4C36HX</td>\r\n <td>2700k</td>\r\n <td>52.2~59.4</td>\r\n <td>80</td>\r\n <td>490</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828103005867.pdf\" target=\"_blank\" title=\"ATL-B36\"><img alt=\"ATL-B36\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(37,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0226/20140226104231744.jpg\" width=\"120\" />\r\n<p>* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Standard_COB\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\">\r\n Category</th>\r\n <th class=\"t2\">\r\n Part Number</th>\r\n <th class=\"t3\">\r\n CCT<br />\r\n ((K)</th>\r\n <th class=\"t4\">\r\n Forward Voltage(V)</th>\r\n <th class=\"t5\">\r\n Forward Current(mA)</th>\r\n <th class=\"t6\">\r\n Luminous Flux(lm)</th>\r\n <th class=\"t7\">\r\n Max Current<br />\r\n (mA)</th>\r\n <th class=\"t8\">\r\n CRI<br />\r\n (Ra)</th>\r\n <th class=\"t9\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>4W</td>\r\n <td>ATR-R27-4C90HX</td>\r\n <td>2700k</td>\r\n <td>90</td>\r\n <td>45</td>\r\n <td>480</td>\r\n <td>60</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102011156.pdf\" target=\"_blank\" title=\"ATR-R27-4W\"><img alt=\"ATR-R27-4W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>4W</td>\r\n <td>ATR-R27-4D90HX</td>\r\n <td>2700k</td>\r\n <td>90</td>\r\n <td>45</td>\r\n <td>452</td>\r\n <td>60</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102031145.pdf\" target=\"_blank\" title=\"ATR-R27-4W\"><img alt=\"ATR-R27-4W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>4W</td>\r\n <td>ATR-R27-4W90HX</td>\r\n <td>2700k</td>\r\n <td>90</td>\r\n <td>45</td>\r\n <td>420</td>\r\n <td>60</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102050193.pdf\" target=\"_blank\" title=\"ATR-R27-4W\"><img alt=\"ATR-R27-4W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATR-R27-3W180HX</td>\r\n <td>2700k</td>\r\n <td>180</td>\r\n <td>20</td>\r\n <td>360</td>\r\n <td>40</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/ATR-R27-3W180HX.pdf\" target=\"_blank\" title=\"ATR-R27-3W180HX\"><img alt=\"ATR-R27-3W180HX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATR-R27-3D180HX</td>\r\n <td>5000</td>\r\n <td>180</td>\r\n <td>20</td>\r\n <td>400</td>\r\n <td>40</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/ATR-R27-3D180HX.pdf\" target=\"_blank\" title=\"ATR-R27-3D180HX\"><img alt=\"ATR-R27-3D180HX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATR-R27-3C180HX</td>\r\n <td>6500</td>\r\n <td>180</td>\r\n <td>20</td>\r\n <td>430</td>\r\n <td>40</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/ATR-R27-3C180HX.pdf\" target=\"_blank\" title=\"ATR-R27-3C180HX\"><img alt=\"ATR-R27-3C180HX\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(12,'<div class=\"main\">\r\n<div class=\"content\">\r\n<h1>11x7, 0.11in×0.15in (2.9mm×3.9</h1>\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0825/20140825105624304.png\" width=\"120\" />\r\n<p>2.9×3.9mm / 11×7 / 1.1 inch (28.8mm) RED MATRIX</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Dot_matrix_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part No.</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Package Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Glow size</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n λD(nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-43711EH</td>\r\n <td>2 9×3 9mm 11×7 1 1 inch (28 8mm) RED MATRIX</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td> </td>\r\n <td>6145</td>\r\n <td>9185</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-43711EH.pdf\" target=\"_blank\" title=\"A-43711EH\"><img alt=\"A-43711EH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-43711ESA</td>\r\n <td>2 9×3 9mm 11×7 1 1 inch (28 8mm) AMBER MATRIX</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-43711ESA.pdf\" target=\"_blank\" title=\"A-43711ESA\"><img alt=\"A-43711ESA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-43711EPA</td>\r\n <td>2 9×3 9mm 11×7 1 1 inch (28 8mm) AMBER MATRIX</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td> </td>\r\n <td>3501</td>\r\n <td>5435</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-43711EPA.pdf\" target=\"_blank\" title=\"A-43711EPA\"><img alt=\"A-43711EPA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(13,'<div class=\"main\">\r\n<div class=\"content\">\r\n<h1>8x8, 0.13in (3.4mm) Dot Size,</h1>\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0313/20140313015704908.png\" width=\"120\" />\r\n<p>3.4×3.4mm / 8×8 / 1.1 inch (28.7mm) BLUE MATRIX</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Dot_matrix_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part No.</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Package Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Glow size</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n λD(nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-3388BH</td>\r\n <td>3 4×3 4mm 8×8 1 1 inch (28 7mm) RED MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td> </td>\r\n <td>6145</td>\r\n <td>9185</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-3388BH.pdf\" target=\"_blank\" title=\"A-3388BH\"><img alt=\"A-3388BH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-3388BSR1</td>\r\n <td>3 4×3 4mm 8×8 1 1 inch (28 7mm) SUPER RED MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-3388BSR1.pdf\" target=\"_blank\" title=\"A-3388BSR1\"><img alt=\"A-3388BSR1\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-3388BSA</td>\r\n <td>3 4×3 4mm 8×8 1 1 inch (28 7mm) AMBER MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-3388BSA.pdf\" target=\"_blank\" title=\"A-3388BSA\"><img alt=\"A-3388BSA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-3388BB</td>\r\n <td>3 4×3 4mm 8×8 1 1 inch (28 7mm) BLUE MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Blue</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-3388BB.pdf\" target=\"_blank\" title=\"A-3388BB\"><img alt=\"A-3388BB\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(14,'<div class=\"w1000\">\r\n<div class=\"header\">\r\n<div class=\"head clearfix\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"main\"><!--COB LED-->\r\n<div class=\"content\">\r\n<h1>8x8, 0.12in (3.0mm) Dot Size</h1>\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0313/20140313014534583.png\" width=\"120\" />\r\n<p>Ф3mm / 8×8 /1.1 inch (28mm) WHITE DOT MATRIX</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Dot_matrix_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part No.</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Package Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Glow size</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n λD(nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-1088DSRYG</td>\r\n <td>Ф3mm 8×8 1 1 inch (28mm) RED YELLOW GREEN DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red / Yellow Green</td>\r\n <td> </td>\r\n <td>17550</td>\r\n <td>32908</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-1088DSRYG.pdf\" target=\"_blank\" title=\"A-1088DSRYG\"><img alt=\"A-1088DSRYG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-1088DPGR</td>\r\n <td>Ф3mm 8×8 1 1 inch (28mm) SUPER RED PURE GREEN DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red / Pure Green</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-1088DPGR.pdf\" target=\"_blank\" title=\"A-1088DPGR\"><img alt=\"A-1088DPGR\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-1088CH</td>\r\n <td>Ф3mm 8×8 1 1 inch (28mm) RED DOT MATRIX</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td> </td>\r\n <td>6145</td>\r\n <td>9185</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-1088CH.pdf\" target=\"_blank\" title=\"A-1088CH\"><img alt=\"A-1088CH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-1088AH</td>\r\n <td>Ф3mm 8×8 1 1 inch (28mm) RED DOT MATRIX</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td> </td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-1088AH.pdf\" target=\"_blank\" title=\"A-1088AH\"><img alt=\"A-1088AH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-1088BSR1</td>\r\n <td>Ф3mm 8×8 1 1 inch (28mm) SUPER RED DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-1088BSR1.pdf\" target=\"_blank\" title=\"A-1088BSR1\"><img alt=\"A-1088BSR1\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-1088BS</td>\r\n <td>Ф3mm 8×8 1 1 inch (28mm) SUPER RED DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td> </td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-1088BS.pdf\" target=\"_blank\" title=\"A-1088BS\"><img alt=\"A-1088BS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-1088BSA</td>\r\n <td>Ф3mm 8×8 1 1 inch (28mm) AMBER DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-1088BSA.pdf\" target=\"_blank\" title=\"A-1088BSA\"><img alt=\"A-1088BSA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-1088BSY</td>\r\n <td>Ф3mm 8×8 1 1 inch (28mm) YELLOW DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-1088BSY.pdf\" target=\"_blank\" title=\"A-1088BSY\"><img alt=\"A-1088BSY\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-1088AG</td>\r\n <td>Ф3mm 8×8 1 1 inch (28mm) YELLOW GREEN DOT MATRIX</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td> </td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-1088AG.pdf\" target=\"_blank\" title=\"A-1088AG\"><img alt=\"A-1088AG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-1088BYG</td>\r\n <td>Ф3mm 8×8 1 1 inch (28mm) YELLOW GREEN DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-1088BYG.pdf\" target=\"_blank\" title=\"A-1088BYG\"><img alt=\"A-1088BYG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-1088BB</td>\r\n <td>Ф3mm 8×8 1 1 inch (28mm) BLUE DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Blue</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-1088BB.pdf\" target=\"_blank\" title=\"A-1088BB\"><img alt=\"A-1088BB\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-1088BUW</td>\r\n <td>Ф3mm 8×8 1 1 inch (28mm) WHITE DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>White</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-1088BUW.pdf\" target=\"_blank\" title=\"A-1088BUW\"><img alt=\"A-1088BUW\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-1088AUW</td>\r\n <td>Ф3mm 8×8 1 1 inch (28mm) WHITE DOT MATRIX</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>White</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-1088AUW.pdf\" target=\"_blank\" title=\"A-1088AUW\"><img alt=\"A-1088AUW\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(29,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0825/20140825112853776.png\" width=\"120\" />\r\n<p>A-4301FUY</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Seven_Segment_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part Number</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity<br />\r\n (CC/CA)</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Forward Current<br />\r\n (mA)</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n Wavelength<br />\r\n (nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4301FUY</td>\r\n <td>0 4 TRIPLE DIGIT YELLOW DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow</td>\r\n <td>590</td>\r\n <td>39490</td>\r\n <td>74045</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4301FUY.pdf\" target=\"_blank\" title=\"A-4301FUY\"><img alt=\"A-4301FUY\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4301FUW</td>\r\n <td>0 4 TRIPLE DIGIT WHITE DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>White</td>\r\n <td>460</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4301FUW.pdf\" target=\"_blank\" title=\"A-4301FUW\"><img alt=\"A-4301FUW\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4301FSY</td>\r\n <td>0 4 TRIPLE DIGIT YELLOW DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow</td>\r\n <td>590</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4301FSY.pdf\" target=\"_blank\" title=\"A-4301FSY\"><img alt=\"A-4301FSY\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4301FSA</td>\r\n <td>0 4 TRIPLE DIGIT AMBER DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td>605</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4301FSA.pdf\" target=\"_blank\" title=\"A-4301FSA\"><img alt=\"A-4301FSA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(30,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0825/20140825112214674.png\" width=\"120\" />\r\n<p>A-10203FUW</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Seven_Segment_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part Number</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity<br />\r\n (CC/CA)</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Forward Current<br />\r\n (mA)</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n Wavelength<br />\r\n (nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203FUW</td>\r\n <td>1 0 DUAL DIGIT WHITE DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>White</td>\r\n <td>460</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203FUW.pdf\" target=\"_blank\" title=\"A-10203FUW\"><img alt=\"A-10203FUW\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203FS</td>\r\n <td>1 0 DUAL DIGIT SUPER RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203FS.pdf\" target=\"_blank\" title=\"A-10203FS\"><img alt=\"A-10203FS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203FH</td>\r\n <td>1 0 DUAL DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203FH.pdf\" target=\"_blank\" title=\"A-10203FH\"><img alt=\"A-10203FH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203FG</td>\r\n <td>1 0 DUAL DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203FG.pdf\" target=\"_blank\" title=\"A-10203FG\"><img alt=\"A-10203FG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203FB</td>\r\n <td>1 0 DUAL DIGIT BLUE DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Blue</td>\r\n <td>460</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203FB.pdf\" target=\"_blank\" title=\"A-10203FB\"><img alt=\"A-10203FB\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203ESA</td>\r\n <td>1 0 DUAL DIGIT AMBER DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td>605</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203ESA.pdf\" target=\"_blank\" title=\"A-10203ESA\"><img alt=\"A-10203ESA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203EH</td>\r\n <td>1 0 DUAL DIGIT RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203EH.pdf\" target=\"_blank\" title=\"A-10203EH\"><img alt=\"A-10203EH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203BSY</td>\r\n <td>1 0 DUAL DIGIT YELLOW DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow</td>\r\n <td>590</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203BSY.pdf\" target=\"_blank\" title=\"A-10203BSY\"><img alt=\"A-10203BSY\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203BH</td>\r\n <td>1 0 DUAL DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203BH.pdf\" target=\"_blank\" title=\"A-10203BH\"><img alt=\"A-10203BH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203BB</td>\r\n <td>1 0 DUAL DIGIT BLUE DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Blue</td>\r\n <td>460</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203BB.pdf\" target=\"_blank\" title=\"A-10203BB\"><img alt=\"A-10203BB\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203AH</td>\r\n <td>1 0 DUAL DIGIT RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203AH.pdf\" target=\"_blank\" title=\"A-10203AH\"><img alt=\"A-10203AH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(15,'<div class=\"w1000\">\r\n<div class=\"header\">\r\n<div class=\"head clearfix\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"main\"><!--COB LED-->\r\n<div class=\"content\">\r\n<h1>8x8, 0.07in (1.9mm) Dot Size</h1>\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0313/20140313014215514.png\" width=\"120\" />\r\n<p>Ф1.9mm / 8×8 / 0.7 inch (17.5mm) WHITE DOT MATRIX</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Dot_matrix_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part No.</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Package Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Glow size</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n λD(nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-788BH</td>\r\n <td>Ф1 9mm 8×8 0 7 inch (17 5mm) RED DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td> </td>\r\n <td>6145</td>\r\n <td>9185</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-788BH.pdf\" target=\"_blank\" title=\"A-788BH\"><img alt=\"A-788BH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-788BS</td>\r\n <td>Ф1 9mm 8×8 0 7 inch (17 5mm) SUPER RED DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td> </td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-788BS.pdf\" target=\"_blank\" title=\"A-788BS\"><img alt=\"A-788BS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-788BSR</td>\r\n <td>Ф1 9mm 8×8 0 7 inch (17 5mm) SUPER RED DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td> </td>\r\n <td>17550</td>\r\n <td>32908</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-788BSR.pdf\" target=\"_blank\" title=\"A-788BSR\"><img alt=\"A-788BSR\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-788BSA</td>\r\n <td>Ф1 9mm 8×8 0 7 inch (17 5mm) AMBER DOT MATRIX</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-788BSA.pdf\" target=\"_blank\" title=\"A-788BSA\"><img alt=\"A-788BSA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-788BY</td>\r\n <td>Ф1 9mm 8×8 0 7 inch (17 5mm) YELLOW DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow</td>\r\n <td> </td>\r\n <td>3501</td>\r\n <td>5435</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-788BY.pdf\" target=\"_blank\" title=\"A-788BY\"><img alt=\"A-788BY\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-788BSY</td>\r\n <td>Ф1 9mm 8×8 0 7 inch (17 5mm) YELLOW DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-788BSY.pdf\" target=\"_blank\" title=\"A-788BSY\"><img alt=\"A-788BSY\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-788BYG</td>\r\n <td>Ф1 9mm 8×8 0 7 inch (17 5mm) YELLOW GREEN DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td> </td>\r\n <td>10384</td>\r\n <td>15525</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-788BYG.pdf\" target=\"_blank\" title=\"A-788BYG\"><img alt=\"A-788BYG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-788BG</td>\r\n <td>Ф1 9mm 8×8 0 7 inch (17 5mm) YELLOW GREEN DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td> </td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-788BG.pdf\" target=\"_blank\" title=\"A-788BG\"><img alt=\"A-788BG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-788BPG</td>\r\n <td>Ф1 9mm 8×8 0 7 inch (17 5mm) PURE GREEN DOT MATRIX</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Pure Green</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-788BPG.pdf\" target=\"_blank\" title=\"A-788BPG\"><img alt=\"A-788BPG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-788BB</td>\r\n <td>Ф1 9mm 8×8 0 7 inch (17 5mm) BLUE DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Blue</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-788BB.pdf\" target=\"_blank\" title=\"A-788BB\"><img alt=\"A-788BB\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-788BUW</td>\r\n <td>Ф1 9mm 8×8 0 7 inch (17 5mm) WHITE DOT MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>White</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-788BUW.pdf\" target=\"_blank\" title=\"A-788BUW\"><img alt=\"A-788BUW\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-788AUW</td>\r\n <td>Ф1 9mm 8×8 0 7 inch (17 5mm) WHITE DOT MATRIX</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>White</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-788AUW.pdf\" target=\"_blank\" title=\"A-788AUW\"><img alt=\"A-788AUW\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(31,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0825/20140825111939143.png\" width=\"120\" />\r\n<p>A-4201FH</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Seven_Segment_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part Number</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity<br />\r\n (CC/CA)</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Forward Current<br />\r\n (mA)</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n Wavelength<br />\r\n (nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4201FUW</td>\r\n <td>0 4 DUAL DIGIT WHITE DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>White</td>\r\n <td>460</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4201FUW.pdf\" target=\"_blank\" title=\"A-4201FUW\"><img alt=\"A-4201FUW\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4201FSA</td>\r\n <td>0 4 DUAL DIGIT AMBER DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td>605</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4201FSA.pdf\" target=\"_blank\" title=\"A-4201FSA\"><img alt=\"A-4201FSA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4201FH</td>\r\n <td>0 4 DUAL DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4201FH.pdf\" target=\"_blank\" title=\"A-4201FH\"><img alt=\"A-4201FH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4201BPG</td>\r\n <td>0 4 DUAL DIGIT PURE GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Pure Green</td>\r\n <td>515</td>\r\n <td>39490</td>\r\n <td>74045</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4201BPG.pdf\" target=\"_blank\" title=\"A-4201BPG\"><img alt=\"A-4201BPG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4201BH</td>\r\n <td>0 4 DUAL DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4201BH.pdf\" target=\"_blank\" title=\"A-4201BH\"><img alt=\"A-4201BH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4201BG</td>\r\n <td>0 4 DUAL DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4201BG.pdf\" target=\"_blank\" title=\"A-4201BG\"><img alt=\"A-4201BG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(32,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0825/20140825110129388.png\" width=\"120\" />\r\n<p>0.56# SINGLE DIGIT RED DISPLAY</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Seven_Segment_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part Number</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity<br />\r\n (CC/CA)</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Forward Current<br />\r\n (mA)</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n Wavelength<br />\r\n (nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5161BH</td>\r\n <td>0 56 SINGLE DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5161BH.pdf\" target=\"_blank\" title=\"A-5161BH\"><img alt=\"A-5161BH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5163AS</td>\r\n <td>0 56 SINGLE DIGIT SUPER RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21938</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5163AS.pdf\" target=\"_blank\" title=\"A-5163AS\"><img alt=\"A-5163AS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5161BS</td>\r\n <td>0 56 SINGLE DIGIT SUPER RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21938</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5161BS.pdf\" target=\"_blank\" title=\"A-5161BS\"><img alt=\"A-5161BS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5161AS</td>\r\n <td>0 56 SINGLE DIGIT SUPER RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21938</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5161AS.pdf\" target=\"_blank\" title=\"A-5161AS\"><img alt=\"A-5161AS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5163AYG</td>\r\n <td>0 56 SINGLE DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>13500</td>\r\n <td>21938</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5163AYG.pdf\" target=\"_blank\" title=\"A-5163AYG\"><img alt=\"A-5163AYG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5161BG</td>\r\n <td>0 56 SINGLE DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5161BG.pdf\" target=\"_blank\" title=\"A-5161BG\"><img alt=\"A-5161BG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5161BB</td>\r\n <td>0 56 SINGLE DIGIT BLUE DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Blue</td>\r\n <td>460</td>\r\n <td>26326</td>\r\n <td>49363</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5161BB.pdf\" target=\"_blank\" title=\"A-5161BB\"><img alt=\"A-5161BB\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(16,'<div class=\"w1000\">\r\n<div class=\"header\">\r\n<div class=\"head clearfix\"> </div>\r\n</div>\r\n</div>\r\n<div class=\"main\"><!--COB LED-->\r\n<div class=\"content\">\r\n<h1>5x7, 0.14inx0.17in (3.5mmx4.3m</h1>\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0825/20140825101723559.png\" width=\"120\" />\r\n<p>3.5×4.3mm / 5×7 / 1.3 inch (31.8mm) SUPER RED MATRIX</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Dot_matrix_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part No.</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Package Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Glow size</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n λD(nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-3457AS</td>\r\n <td>3 5×4 3mm 5×7 1 3 inch (31 8mm) SUPER RED MATRIX</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td> </td>\r\n <td>10384</td>\r\n <td>15525</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-3457AS.pdf\" target=\"_blank\" title=\"A-3457AS\"><img alt=\"A-3457AS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-D3457ASAW</td>\r\n <td>3 5×4 3mm 5×7 1 3 inch (31 8mm) AMBER MATRIX</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-D3457ASAW.pdf\" target=\"_blank\" title=\"A-D3457ASAW\"><img alt=\"A-D3457ASAW\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-3457BSAW</td>\r\n <td>3 5×4 3mm 5×7 1 3 inch (31 8mm) AMBER MATRIX</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td> </td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-3457BSAW.pdf\" target=\"_blank\" title=\"A-3457BSAW\"><img alt=\"A-3457BSAW\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-3457APA</td>\r\n <td>3 5×4 3mm 5×7 1 3 inch (31 8mm) AMBER MATRIX</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td> </td>\r\n <td>3501</td>\r\n <td>5435</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-3457APA.pdf\" target=\"_blank\" title=\"A-3457APA\"><img alt=\"A-3457APA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(17,'<div class=\"main\">\r\n<div class=\"content\">\r\n<h1>4-Digit 0.56"</h1>\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0807/20140807054232389.png\" width=\"120\" />\r\n<p>A-5461BG</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Seven_Segment_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part Number</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity<br />\r\n (CC/CA)</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Forward Current<br />\r\n (mA)</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n Wavelength<br />\r\n (nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461AH</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>6145</td>\r\n <td>9185</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461AH.pdf\" target=\"_blank\" title=\"A-5461AH\"><img alt=\"A-5461AH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461GH</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461GH.pdf\" target=\"_blank\" title=\"A-5461GH\"><img alt=\"A-5461GH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5462FH</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>6145</td>\r\n <td>9185</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5462FH.pdf\" target=\"_blank\" title=\"A-5462FH\"><img alt=\"A-5462FH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461DH</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>6145</td>\r\n <td>9185</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461DH.pdf\" target=\"_blank\" title=\"A-5461DH\"><img alt=\"A-5461DH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461BH</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>6145</td>\r\n <td>9185</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461BH.pdf\" target=\"_blank\" title=\"A-5461BH\"><img alt=\"A-5461BH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5462DS</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5462DS.pdf\" target=\"_blank\" title=\"A-5462DS\"><img alt=\"A-5462DS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5462CS</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5462CS.pdf\" target=\"_blank\" title=\"A-5462CS\"><img alt=\"A-5462CS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461BS</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461BS.pdf\" target=\"_blank\" title=\"A-5461BS\"><img alt=\"A-5461BS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461AS</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461AS.pdf\" target=\"_blank\" title=\"A-5461AS\"><img alt=\"A-5461AS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461BSR</td>\r\n <td>0 56 FOUR DIGIT SUPER RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>628</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461BSR.pdf\" target=\"_blank\" title=\"A-5461BSR\"><img alt=\"A-5461BSR\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5462FSA1</td>\r\n <td>0 56 FOUR DIGIT AMBER DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td>605</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5462FSA1.pdf\" target=\"_blank\" title=\"A-5462FSA1\"><img alt=\"A-5462FSA1\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5462ASA</td>\r\n <td>0 56 FOUR DIGIT AMBER DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td>605</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5462ASA.pdf\" target=\"_blank\" title=\"A-5462ASA\"><img alt=\"A-5462ASA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5462FG1</td>\r\n <td>0 56 FOUR DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>572</td>\r\n <td>10384</td>\r\n <td>15524</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5462FG1.pdf\" target=\"_blank\" title=\"A-5462FG1\"><img alt=\"A-5462FG1\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461AG1</td>\r\n <td>0 56 FOUR DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461AG1.pdf\" target=\"_blank\" title=\"A-5461AG1\"><img alt=\"A-5461AG1\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461BG1</td>\r\n <td>0 56 FOUR DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>10384</td>\r\n <td>15524</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461BG1.pdf\" target=\"_blank\" title=\"A-5461BG1\"><img alt=\"A-5461BG1\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461BG</td>\r\n <td>0 56 FOUR DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461BG.pdf\" target=\"_blank\" title=\"A-5461BG\"><img alt=\"A-5461BG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(18,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0825/20140825112853776.png\" width=\"120\" />\r\n<p>A-4301FUY</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Seven_Segment_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part Number</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity<br />\r\n (CC/CA)</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Forward Current<br />\r\n (mA)</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n Wavelength<br />\r\n (nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4301FUY</td>\r\n <td>0 4 TRIPLE DIGIT YELLOW DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow</td>\r\n <td>590</td>\r\n <td>39490</td>\r\n <td>74045</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4301FUY.pdf\" target=\"_blank\" title=\"A-4301FUY\"><img alt=\"A-4301FUY\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4301FUW</td>\r\n <td>0 4 TRIPLE DIGIT WHITE DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>White</td>\r\n <td>460</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4301FUW.pdf\" target=\"_blank\" title=\"A-4301FUW\"><img alt=\"A-4301FUW\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4301FSY</td>\r\n <td>0 4 TRIPLE DIGIT YELLOW DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow</td>\r\n <td>590</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4301FSY.pdf\" target=\"_blank\" title=\"A-4301FSY\"><img alt=\"A-4301FSY\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4301FSA</td>\r\n <td>0 4 TRIPLE DIGIT AMBER DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td>605</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4301FSA.pdf\" target=\"_blank\" title=\"A-4301FSA\"><img alt=\"A-4301FSA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(19,'<div class=\"main\">\r\n<div class=\"content\">\r\n<h1>2-Digit 1.0"</h1>\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0825/20140825112214674.png\" width=\"120\" />\r\n<p>A-10203FUW</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Seven_Segment_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part Number</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity<br />\r\n (CC/CA)</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Forward Current<br />\r\n (mA)</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n Wavelength<br />\r\n (nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203FUW</td>\r\n <td>1 0 DUAL DIGIT WHITE DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>White</td>\r\n <td>460</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203FUW.pdf\" target=\"_blank\" title=\"A-10203FUW\"><img alt=\"A-10203FUW\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203FS</td>\r\n <td>1 0 DUAL DIGIT SUPER RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203FS.pdf\" target=\"_blank\" title=\"A-10203FS\"><img alt=\"A-10203FS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203FH</td>\r\n <td>1 0 DUAL DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203FH.pdf\" target=\"_blank\" title=\"A-10203FH\"><img alt=\"A-10203FH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203FG</td>\r\n <td>1 0 DUAL DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203FG.pdf\" target=\"_blank\" title=\"A-10203FG\"><img alt=\"A-10203FG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203FB</td>\r\n <td>1 0 DUAL DIGIT BLUE DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Blue</td>\r\n <td>460</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203FB.pdf\" target=\"_blank\" title=\"A-10203FB\"><img alt=\"A-10203FB\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203ESA</td>\r\n <td>1 0 DUAL DIGIT AMBER DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td>605</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203ESA.pdf\" target=\"_blank\" title=\"A-10203ESA\"><img alt=\"A-10203ESA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203EH</td>\r\n <td>1 0 DUAL DIGIT RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203EH.pdf\" target=\"_blank\" title=\"A-10203EH\"><img alt=\"A-10203EH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203BSY</td>\r\n <td>1 0 DUAL DIGIT YELLOW DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow</td>\r\n <td>590</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203BSY.pdf\" target=\"_blank\" title=\"A-10203BSY\"><img alt=\"A-10203BSY\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203BH</td>\r\n <td>1 0 DUAL DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203BH.pdf\" target=\"_blank\" title=\"A-10203BH\"><img alt=\"A-10203BH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203BB</td>\r\n <td>1 0 DUAL DIGIT BLUE DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Blue</td>\r\n <td>460</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203BB.pdf\" target=\"_blank\" title=\"A-10203BB\"><img alt=\"A-10203BB\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-10203AH</td>\r\n <td>1 0 DUAL DIGIT RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-10203AH.pdf\" target=\"_blank\" title=\"A-10203AH\"><img alt=\"A-10203AH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(38,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0731/20140731065811311.png\" width=\"120\" />\r\n<p>* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Standard_COB\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\">\r\n Category</th>\r\n <th class=\"t2\">\r\n Part Number</th>\r\n <th class=\"t3\">\r\n CCT<br />\r\n ((K)</th>\r\n <th class=\"t4\">\r\n Forward Voltage(V)</th>\r\n <th class=\"t5\">\r\n Forward Current(mA)</th>\r\n <th class=\"t6\">\r\n Luminous Flux(lm)</th>\r\n <th class=\"t7\">\r\n Max Current<br />\r\n (mA)</th>\r\n <th class=\"t8\">\r\n CRI<br />\r\n (Ra)</th>\r\n <th class=\"t9\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATE-R11-3Y36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>80</td>\r\n <td>295</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100200623.pdf\" target=\"_blank\" title=\"ATE-R11-3W\"><img alt=\"ATE-R11-3W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATE-R11-3W36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>80</td>\r\n <td>320</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100305357.pdf\" target=\"_blank\" title=\"ATE-R11-3W\"><img alt=\"ATE-R11-3W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATE-R11-3D36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>80</td>\r\n <td>350</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100328309.pdf\" target=\"_blank\" title=\"ATE-R11-3W\"><img alt=\"ATE-R11-3W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>3W</td>\r\n <td>ATE-R11-3C36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>80</td>\r\n <td>362</td>\r\n <td>120</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100348830.pdf\" target=\"_blank\" title=\"ATE-R11-3W\"><img alt=\"ATE-R11-3W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>5W</td>\r\n <td>ATE-R11-5Y36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>140</td>\r\n <td>520</td>\r\n <td>240</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100406608.pdf\" target=\"_blank\" title=\"ATE-R11-5W\"><img alt=\"ATE-R11-5W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>5W</td>\r\n <td>ATE-R11-5W36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>140</td>\r\n <td>560</td>\r\n <td>240</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100420604.pdf\" target=\"_blank\" title=\"ATE-R11-5W\"><img alt=\"ATE-R11-5W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>5W</td>\r\n <td>ATE-R11-5D36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>140</td>\r\n <td>590</td>\r\n <td>240</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100438615.pdf\" target=\"_blank\" title=\"ATE-R11-5W\"><img alt=\"ATE-R11-5W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>5W</td>\r\n <td>ATE-R11-5C36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>140</td>\r\n <td>618</td>\r\n <td>240</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100502779.pdf\" target=\"_blank\" title=\"ATE-R11-5W\"><img alt=\"ATE-R11-5W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>7W</td>\r\n <td>ATE-R11-7Y36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>190</td>\r\n <td>690</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100524479.pdf\" target=\"_blank\" title=\"ATE-R11-7W\"><img alt=\"ATE-R11-7W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>7W</td>\r\n <td>ATE-R11-7W36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>190</td>\r\n <td>730</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100541705.pdf\" target=\"_blank\" title=\"ATE-R11-7W\"><img alt=\"ATE-R11-7W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>7W</td>\r\n <td>ATE-R11-7D36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>190</td>\r\n <td>790</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100558980.pdf\" target=\"_blank\" title=\"ATE-R11-7W\"><img alt=\"ATE-R11-7W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>7W</td>\r\n <td>ATE-R11-7C36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>190</td>\r\n <td>830</td>\r\n <td>360</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828100236773.pdf\" target=\"_blank\" title=\"ATE-R11-7W\"><img alt=\"ATE-R11-7W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(24,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0808/20140808041217865.png\" width=\"120\" />\r\n<p>* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Standard_COB\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\">\r\n Category</th>\r\n <th class=\"t2\">\r\n Part Number</th>\r\n <th class=\"t3\">\r\n CCT<br />\r\n ((K)</th>\r\n <th class=\"t4\">\r\n Forward Voltage(V)</th>\r\n <th class=\"t5\">\r\n Forward Current(mA)</th>\r\n <th class=\"t6\">\r\n Luminous Flux(lm)</th>\r\n <th class=\"t7\">\r\n Max Current<br />\r\n (mA)</th>\r\n <th class=\"t8\">\r\n CRI<br />\r\n (Ra)</th>\r\n <th class=\"t9\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>30W</td>\r\n <td>ATE-R23-30Y36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>84</td>\r\n <td>3110</td>\r\n <td>1680</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101446853.pdf\" target=\"_blank\" title=\"ATE-R23-30W\"><img alt=\"ATE-R23-30W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>30W</td>\r\n <td>ATE-R23-30W36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>840</td>\r\n <td>3382</td>\r\n <td>1680</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101502963.pdf\" target=\"_blank\" title=\"ATE-R23-30W\"><img alt=\"ATE-R23-30W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>30W</td>\r\n <td>ATE-R23-30D36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>840</td>\r\n <td>3680</td>\r\n <td>1680</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101531269.pdf\" target=\"_blank\" title=\"ATE-R23-30W\"><img alt=\"ATE-R23-30W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>30W</td>\r\n <td>ATE-R23-30C36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>840</td>\r\n <td>3805</td>\r\n <td>1680</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101607182.pdf\" target=\"_blank\" title=\"ATE-R23-30W\"><img alt=\"ATE-R23-30W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>38W</td>\r\n <td>ATE-R23-38Y36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>1080</td>\r\n <td>3996</td>\r\n <td>2160</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101628969.pdf\" target=\"_blank\" title=\"ATE-R23-38W\"><img alt=\"ATE-R23-38W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>38W</td>\r\n <td>ATE-R23-38W36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>1080</td>\r\n <td>4345</td>\r\n <td>2160</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101703130.pdf\" target=\"_blank\" title=\"ATE-R23-38W\"><img alt=\"ATE-R23-38W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>38W</td>\r\n <td>ATE-R23-38D36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>1080</td>\r\n <td>4730</td>\r\n <td>2160</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101731937.pdf\" target=\"_blank\" title=\"ATE-R23-38W\"><img alt=\"ATE-R23-38W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>38W</td>\r\n <td>ATE-R23-38C36HX</td>\r\n <td>2700k</td>\r\n <td>36</td>\r\n <td>1080</td>\r\n <td>4880</td>\r\n <td>2160</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828101759923.pdf\" target=\"_blank\" title=\"ATE-R23-38W\"><img alt=\"ATE-R23-38W\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(25,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0226/20140226104626244.png\" width=\"120\" />\r\n<p>* High CRI design, suitable for commercial lighting.<br />\r\n* Integrated light point source, simple light distribution, no overlap image.<br />\r\n* Heat radiation directly low thermal resistance, meet Zhaga universal design.<br />\r\n* Simple lamps assembly process, saving lamps production cost.<br />\r\n* No need to reflux welding, improve LED quality.</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Standard_COB\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\">\r\n Category</th>\r\n <th class=\"t2\">\r\n Part Number</th>\r\n <th class=\"t3\">\r\n CCT<br />\r\n ((K)</th>\r\n <th class=\"t4\">\r\n Forward Voltage(V)</th>\r\n <th class=\"t5\">\r\n Forward Current(mA)</th>\r\n <th class=\"t6\">\r\n Luminous Flux(lm)</th>\r\n <th class=\"t7\">\r\n Max Current<br />\r\n (mA)</th>\r\n <th class=\"t8\">\r\n CRI<br />\r\n (Ra)</th>\r\n <th class=\"t9\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>5W</td>\r\n <td>ATS-R18-5W15HX</td>\r\n <td>2700k</td>\r\n <td>14.5~16.5</td>\r\n <td>350</td>\r\n <td>550</td>\r\n <td>600</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102339640.pdf\" target=\"_blank\" title=\"ATS-R18\"><img alt=\"ATS-R18\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>5W</td>\r\n <td>ATS-R18-5D15HX</td>\r\n <td>2700k</td>\r\n <td>14.5~16.5</td>\r\n <td>350</td>\r\n <td>608</td>\r\n <td>600</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102358514.pdf\" target=\"_blank\" title=\"ATS-R18\"><img alt=\"ATS-R18\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>5W</td>\r\n <td>ATS-R18-5C15HX</td>\r\n <td>2700k</td>\r\n <td>14.5~16.5</td>\r\n <td>350</td>\r\n <td>629</td>\r\n <td>600</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102433452.pdf\" target=\"_blank\" title=\"ATS-R18\"><img alt=\"ATS-R18\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>7W</td>\r\n <td>ATS-R18-7W21HX</td>\r\n <td>2700k</td>\r\n <td>20.3~23.1</td>\r\n <td>350</td>\r\n <td>770</td>\r\n <td>600</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102455670.pdf\" target=\"_blank\" title=\"ATS-R18\"><img alt=\"ATS-R18\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>7W</td>\r\n <td>ATS-R18-7D21HX</td>\r\n <td>2700k</td>\r\n <td>20.3~23.1</td>\r\n <td>350</td>\r\n <td>860</td>\r\n <td>600</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102513624.pdf\" target=\"_blank\" title=\"ATS-R18\"><img alt=\"ATS-R18\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>7W</td>\r\n <td>ATS-R18-7C21HX</td>\r\n <td>2700k</td>\r\n <td>20.3~23.1</td>\r\n <td>350</td>\r\n <td>890</td>\r\n <td>600</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828102539870.pdf\" target=\"_blank\" title=\"ATS-R18\"><img alt=\"ATS-R18\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(20,'<div class=\"main\">\r\n<div class=\"content\">\r\n<h1>2-Digit 0.4"</h1>\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0825/20140825111939143.png\" width=\"120\" />\r\n<p>A-4201FH</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Seven_Segment_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part Number</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity<br />\r\n (CC/CA)</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Forward Current<br />\r\n (mA)</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n Wavelength<br />\r\n (nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4201FUW</td>\r\n <td>0 4 DUAL DIGIT WHITE DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>White</td>\r\n <td>460</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4201FUW.pdf\" target=\"_blank\" title=\"A-4201FUW\"><img alt=\"A-4201FUW\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4201FSA</td>\r\n <td>0 4 DUAL DIGIT AMBER DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td>605</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4201FSA.pdf\" target=\"_blank\" title=\"A-4201FSA\"><img alt=\"A-4201FSA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4201FH</td>\r\n <td>0 4 DUAL DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4201FH.pdf\" target=\"_blank\" title=\"A-4201FH\"><img alt=\"A-4201FH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4201BPG</td>\r\n <td>0 4 DUAL DIGIT PURE GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Pure Green</td>\r\n <td>515</td>\r\n <td>39490</td>\r\n <td>74045</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4201BPG.pdf\" target=\"_blank\" title=\"A-4201BPG\"><img alt=\"A-4201BPG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4201BH</td>\r\n <td>0 4 DUAL DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4201BH.pdf\" target=\"_blank\" title=\"A-4201BH\"><img alt=\"A-4201BH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-4201BG</td>\r\n <td>0 4 DUAL DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-4201BG.pdf\" target=\"_blank\" title=\"A-4201BG\"><img alt=\"A-4201BG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(26,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0814/20140814101840933.png\" width=\"120\" />\r\n<p>* Driectly driven by 220V or 110V;<br />\r\n* Convenient installation;<br />\r\n* Composite Zhaga BOOK3 general interface standard,featuring high universality;<br />\r\n* No high frequency radiation,passing UL and CE certications;<br />\r\n* Appropriate for LEDbulb light、down lamp、spot light、etc;</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"AC_drive_COB\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\">\r\n Category</th>\r\n <th class=\"t2\">\r\n Part Number</th>\r\n <th class=\"t3\">\r\n CCT<br />\r\n ((K)</th>\r\n <th class=\"t4\">\r\n Forward Voltage(V)</th>\r\n <th class=\"t5\">\r\n Forward Current(mA)</th>\r\n <th class=\"t6\">\r\n Luminous Flux(lm)</th>\r\n <th class=\"t7\">\r\n Max Current<br />\r\n (mA)</th>\r\n <th class=\"t8\">\r\n CRI<br />\r\n (Ra)</th>\r\n <th class=\"t9\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>13W</td>\r\n <td>ATE-AR20-13D220HC</td>\r\n <td>5000</td>\r\n <td>220</td>\r\n <td>/</td>\r\n <td>1250</td>\r\n <td>/</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/ATE-AR20-13D220HC.pdf\" target=\"_blank\" title=\"ATE-AR20-13D220HC\"><img alt=\"ATE-AR20-13D220HC\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>13W</td>\r\n <td>ATE-AR20-13W220HB</td>\r\n <td>2700k</td>\r\n <td>220</td>\r\n <td>/</td>\r\n <td>1150</td>\r\n <td>/</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/ATE-AR20-13W220HB.pdf\" target=\"_blank\" title=\"ATE-AR20-13W220HB\"><img alt=\"ATE-AR20-13W220HB\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(21,'<div class=\"main\">\r\n<div class=\"content\">\r\n<h1>1-Digit 0.56"</h1>\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0825/20140825110129388.png\" width=\"120\" />\r\n<p>0.56# SINGLE DIGIT RED DISPLAY</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Seven_Segment_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part Number</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity<br />\r\n (CC/CA)</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Forward Current<br />\r\n (mA)</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color<br />\r\n 发光颜色</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n Wavelength(nm)<br />\r\n 波长</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5161BH</td>\r\n <td>0 56 SINGLE DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5161BH.pdf\" target=\"_blank\" title=\"A-5161BH\"><img alt=\"A-5161BH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5163AS</td>\r\n <td>0 56 SINGLE DIGIT SUPER RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21938</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5163AS.pdf\" target=\"_blank\" title=\"A-5163AS\"><img alt=\"A-5163AS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5161BS</td>\r\n <td>0 56 SINGLE DIGIT SUPER RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21938</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5161BS.pdf\" target=\"_blank\" title=\"A-5161BS\"><img alt=\"A-5161BS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5161AS</td>\r\n <td>0 56 SINGLE DIGIT SUPER RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21938</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5161AS.pdf\" target=\"_blank\" title=\"A-5161AS\"><img alt=\"A-5161AS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5163AYG</td>\r\n <td>0 56 SINGLE DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>13500</td>\r\n <td>21938</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5163AYG.pdf\" target=\"_blank\" title=\"A-5163AYG\"><img alt=\"A-5163AYG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5161BG</td>\r\n <td>0 56 SINGLE DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5161BG.pdf\" target=\"_blank\" title=\"A-5161BG\"><img alt=\"A-5161BG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5161BB</td>\r\n <td>0 56 SINGLE DIGIT BLUE DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Blue</td>\r\n <td>460</td>\r\n <td>26326</td>\r\n <td>49363</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5161BB.pdf\" target=\"_blank\" title=\"A-5161BB\"><img alt=\"A-5161BB\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(27,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0814/20140814105641616.png\" width=\"120\" />\r\n<p>* High reliable,can adjust light PF>0.95;<br />\r\n* Easy drive cost is low,can pass UL、CE;<br />\r\n* AC/DC inside conversion,could be input directly;<br />\r\n* Circle light-emitting,unifrom illumination distribution;<br />\r\n* LED head spots diapersed,lateral heat dissipation characteriatics remarkable;</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"AC_drive_COB\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\">\r\n Category</th>\r\n <th class=\"t2\">\r\n Part Number</th>\r\n <th class=\"t3\">\r\n CCT<br />\r\n ((K)</th>\r\n <th class=\"t4\">\r\n Forward Voltage(V)</th>\r\n <th class=\"t5\">\r\n Forward Current(mA)</th>\r\n <th class=\"t6\">\r\n Luminous Flux(lm)</th>\r\n <th class=\"t7\">\r\n Max Current<br />\r\n (mA)</th>\r\n <th class=\"t8\">\r\n CRI<br />\r\n (Ra)</th>\r\n <th class=\"t9\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>9W</td>\r\n <td>ATL-AB44-9D220HD</td>\r\n <td>2700k</td>\r\n <td>220</td>\r\n <td>/</td>\r\n <td>1100</td>\r\n <td>/</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828012937724.pdf\" target=\"_blank\" title=\"ATL-AB44\"><img alt=\"ATL-AB44\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>9W</td>\r\n <td>ATL-AB44-9W220HC</td>\r\n <td>2700k</td>\r\n <td>220</td>\r\n <td>/</td>\r\n <td>990</td>\r\n <td>/</td>\r\n <td>80</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828012956591.pdf\" target=\"_blank\" title=\"ATL-AB44\"><img alt=\"ATL-AB44\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''),(28,'<div class=\"main\">\r\n<div class=\"content\">\r\n<div class=\"pro_det clearfix\"><img border=\"0\" class=\"f_l\" height=\"120\" src=\"http://www.topliteusa.com/uploadfile/2014/0807/20140807054232389.png\" width=\"120\" />\r\n<p>A-5461BG</p>\r\n</div>\r\n</div>\r\n<div class=\"contentTable\" id=\"Seven_Segment_Display\">\r\n<table cellpadding=\"1\" cellspacing=\"1\" class=\"pro_series\" width=\"100%\">\r\n<tbody>\r\n <tr align=\"center\">\r\n <th class=\"t1\" rowspan=\"2\">\r\n Part Number</th>\r\n <th class=\"t2\" rowspan=\"2\">\r\n Description</th>\r\n <th class=\"t3\" rowspan=\"2\">\r\n Polarity<br />\r\n (CC/CA)</th>\r\n <th class=\"t4\" rowspan=\"2\">\r\n Forward Current<br />\r\n (mA)</th>\r\n <th class=\"t5\" rowspan=\"2\">\r\n Emitting Color</th>\r\n <th class=\"t6\" rowspan=\"2\">\r\n Wavelength<br />\r\n (nm)</th>\r\n <th class=\"t7\" colspan=\"2\">\r\n luminous Intensity</th>\r\n <th class=\"t9\" rowspan=\"2\">\r\n PDF</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <th>\r\n Min</th>\r\n <th>\r\n Typ</th>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461AH</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>6145</td>\r\n <td>9185</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461AH.pdf\" target=\"_blank\" title=\"A-5461AH\"><img alt=\"A-5461AH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461GH</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461GH.pdf\" target=\"_blank\" title=\"A-5461GH\"><img alt=\"A-5461GH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5462FH</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>6145</td>\r\n <td>9185</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5462FH.pdf\" target=\"_blank\" title=\"A-5462FH\"><img alt=\"A-5462FH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461DH</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>6145</td>\r\n <td>9185</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461DH.pdf\" target=\"_blank\" title=\"A-5461DH\"><img alt=\"A-5461DH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461BH</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Red</td>\r\n <td>640</td>\r\n <td>6145</td>\r\n <td>9185</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461BH.pdf\" target=\"_blank\" title=\"A-5461BH\"><img alt=\"A-5461BH\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5462DS</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5462DS.pdf\" target=\"_blank\" title=\"A-5462DS\"><img alt=\"A-5462DS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5462CS</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5462CS.pdf\" target=\"_blank\" title=\"A-5462CS\"><img alt=\"A-5462CS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461BS</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461BS.pdf\" target=\"_blank\" title=\"A-5461BS\"><img alt=\"A-5461BS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461AS</td>\r\n <td>0 56 FOUR DIGIT RED DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>635</td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461AS.pdf\" target=\"_blank\" title=\"A-5461AS\"><img alt=\"A-5461AS\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461BSR</td>\r\n <td>0 56 FOUR DIGIT SUPER RED DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Super Red</td>\r\n <td>628</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461BSR.pdf\" target=\"_blank\" title=\"A-5461BSR\"><img alt=\"A-5461BSR\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5462FSA1</td>\r\n <td>0 56 FOUR DIGIT AMBER DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td>605</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5462FSA1.pdf\" target=\"_blank\" title=\"A-5462FSA1\"><img alt=\"A-5462FSA1\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5462ASA</td>\r\n <td>0 56 FOUR DIGIT AMBER DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Amber</td>\r\n <td>605</td>\r\n <td>26326</td>\r\n <td>49362</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5462ASA.pdf\" target=\"_blank\" title=\"A-5462ASA\"><img alt=\"A-5462ASA\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5462FG1</td>\r\n <td>0 56 FOUR DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>572</td>\r\n <td>10384</td>\r\n <td>15524</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5462FG1.pdf\" target=\"_blank\" title=\"A-5462FG1\"><img alt=\"A-5462FG1\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461AG1</td>\r\n <td>0 56 FOUR DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CC</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>13500</td>\r\n <td>21937</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461AG1.pdf\" target=\"_blank\" title=\"A-5461AG1\"><img alt=\"A-5461AG1\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461BG1</td>\r\n <td>0 56 FOUR DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>10384</td>\r\n <td>15524</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461BG1.pdf\" target=\"_blank\" title=\"A-5461BG1\"><img alt=\"A-5461BG1\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n <tr align=\"center\">\r\n <td>A-5461BG</td>\r\n <td>0 56 FOUR DIGIT YELLOW GREEN DISPLAY</td>\r\n <td>CA</td>\r\n <td> </td>\r\n <td>Yellow Green</td>\r\n <td>570</td>\r\n <td>4726</td>\r\n <td>7066</td>\r\n <td><a href=\"http://www.topliteusa.com/uploadfile/2014/0825/A-5461BG.pdf\" target=\"_blank\" title=\"A-5461BG\"><img alt=\"A-5461BG\" border=\"0\" height=\"16\" src=\"images/pdf.gif\" width=\"16\" /></a></td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n</div>\r\n<link href=\"css/other.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n<link href=\"css/sf.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n',0,'',0,10000,'',0,1,''); /*!40000 ALTER TABLE `dh_index_tuijian_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_ipbanned` -- DROP TABLE IF EXISTS `dh_ipbanned`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_ipbanned` ( `ipbannedid` smallint(5) NOT NULL auto_increment, `ip` char(15) NOT NULL, `expires` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`ipbannedid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_ipbanned` -- LOCK TABLES `dh_ipbanned` WRITE; /*!40000 ALTER TABLE `dh_ipbanned` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_ipbanned` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_keylink` -- DROP TABLE IF EXISTS `dh_keylink`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_keylink` ( `keylinkid` smallint(5) unsigned NOT NULL auto_increment, `word` char(40) NOT NULL, `url` char(100) NOT NULL, PRIMARY KEY (`keylinkid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_keylink` -- LOCK TABLES `dh_keylink` WRITE; /*!40000 ALTER TABLE `dh_keylink` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_keylink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_keyword` -- DROP TABLE IF EXISTS `dh_keyword`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_keyword` ( `id` int(10) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `keyword` char(100) NOT NULL, `pinyin` char(100) NOT NULL, `videonum` int(11) NOT NULL default '0', `searchnums` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `keyword` (`keyword`,`siteid`) ) ENGINE=MyISAM AUTO_INCREMENT=801 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_keyword` -- LOCK TABLES `dh_keyword` WRITE; /*!40000 ALTER TABLE `dh_keyword` DISABLE KEYS */; INSERT INTO `dh_keyword` VALUES (1,1,'华丽','huali',6,0),(2,1,'转身','zhuanshen',6,0),(3,1,'产业','chanye',6,0),(4,1,'所有','suoyou',2,0),(5,1,'产品','chanpin',2,0),(6,1,'ddddddddddd','ddddddddddd',2,0),(7,1,'产品介绍','chanpinjieshao',12,0),(8,1,'TE-R11140365','te-r11140365',10,0),(9,1,'043000483937015','043000483937015',8,0),(10,1,'8515','8515',10,0),(11,1,'85','85',10,0),(12,1,'0450005401067015','0450005401067015',2,0),(13,1,'TOP-104H3B26C','top-104h3b26c',6,0),(14,1,'LED','led',18,0),(15,1,'鼎晖','dingzuo',3,0),(16,1,'上市','shangshi',1,0),(17,1,'','',61,0),(18,1,'扩容','kuorong',2,0),(19,1,'新三板','xinsanban',2,0),(20,1,'面临','mianlin',1,0),(21,1,'多重','duozhong',1,0),(22,1,'压力','yali',1,0),(23,1,'灯丝','dengsi',1,0),(24,1,'电源','dianyuan',1,0),(25,1,'设计','sheji',1,0),(26,1,'照明','zhaoming',1,0),(27,1,'驱动','qudong',1,0),(28,1,'电磁干扰','dianciganrao',1,0),(29,1,'科技','keji',2,0),(30,1,'取代','qudai',1,0),(31,1,'公司','gongsi',1,0),(32,1,'COB','cob',11,0),(33,1,'package','package',7,0),(34,1,'to','to',11,0),(35,1,'a','a',5,0),(36,1,'foregone','foregone',5,0),(37,1,'conclusion','conclusion',5,0),(38,1,'Lighting','lighting',17,0),(39,1,'Fair','fair',9,0),(40,1,'2012','2012',5,0),(41,1,'2013','2013',3,0),(42,1,'高工','gaogong',1,0),(43,1,'大会','dahui',1,0),(44,1,'how','how',2,0),(45,1,'play','play',2,0),(46,1,'good','good',2,0),(47,1,'one','one',2,0),(48,1,'business','business',2,0),(49,1,'share','share',5,0),(50,1,'transfer','transfer',5,0),(51,1,'system','system',5,0),(52,1,'still','still',3,0),(53,1,'time','time',3,0),(54,1,'replace','replace',3,0),(55,1,'companies','companies',4,0),(56,1,'listed','listed',4,0),(57,1,'today','today',4,0),(58,1,'driver','driver',1,0),(59,1,'EMI','emi',1,0),(60,1,'countermeasure','countermeasure',1,0),(61,1,'filament','filament',1,0),(62,1,'lamp','lamp',1,0),(63,1,'design','design',1,0),(64,1,'techniques','techniques',1,0),(65,1,'pressures','pressures',1,0),(66,1,'seek','seek',1,0),(67,1,'change','change',1,0),(68,1,'packaging','packaging',1,0),(69,1,'market','market',1,0),(70,1,'free','free',1,0),(71,1,'of','of',3,0),(72,1,'the','the',4,0),(73,1,'road','road',2,0),(74,1,'board','board',1,0),(75,1,'expansion','expansion',1,0),(76,1,'A-788AUW','a-788auw',5,0),(77,1,'TOP-CC-2181AS','top-cc-2181as',1,0),(78,1,'A-2181AS','a-2181as',3,0),(79,1,'A-2181AH','a-2181ah',3,0),(80,1,'A-2181BH','a-2181bh',8,0),(81,1,'A-2012BUW-S','a-2012buw-s',1,0),(82,1,'A-31170UB12','a-31170ub12',1,0),(83,1,'A-1057AH','a-1057ah',4,0),(84,1,'A-1058ASY','a-1058asy',4,0),(85,1,'A-1067BH','a-1067bh',6,0),(86,1,'A-788BH','a-788bh',4,0),(87,1,'A-33117BH','a-33117bh',3,0),(88,1,'A-D331615BSA','a-d331615bsa',2,0),(89,1,'A-3375BH','a-3375bh',5,0),(90,1,'ATC-R8','atc-r8',16,0),(91,1,'ATL-S40','atl-s40',5,0),(92,1,'ATE-R11','ate-r11',77,0),(93,1,'A-3121AH','a-3121ah',5,0),(94,1,'ATE-R10','ate-r10',29,0),(95,1,'ATE-R14','ate-r14',15,0),(96,1,'ATE-R15','ate-r15',13,0),(97,1,'ATE-R23','ate-r23',18,0),(98,1,'ATE-R5','ate-r5',31,0),(99,1,'ATE-R6','ate-r6',28,0),(100,1,'ATL-B36','atl-b36',12,0),(101,1,'ATL-B72','atl-b72',7,0),(102,1,'ATL-S72','atl-s72',1,0),(103,1,'ATL-B70','atl-b70',9,0),(104,1,'XS-24','xs-24',2,0),(105,1,'ATP-1010','atp-1010',8,0),(106,1,'ATP-2424','atp-2424',8,0),(107,1,'ATP-1818','atp-1818',7,0),(108,1,'ATR-FR8','atr-fr8',2,0),(109,1,'ATR-R17','atr-r17',7,0),(110,1,'ATR-R27','atr-r27',11,0),(111,1,'ATR-R8','atr-r8',3,0),(112,1,'ATS-R30','ats-r30',8,0),(113,1,'ATS-R18','ats-r18',14,0),(114,1,'ATS-R40','ats-r40',8,0),(115,1,'A-H001W4','a-h001w4',1,0),(116,1,'A-18102DS','a-18102ds',2,0),(117,1,'A-18102BS','a-18102bs',2,0),(118,1,'A-18102AS','a-18102as',2,0),(119,1,'A-18102BSY','a-18102bsy',3,0),(120,1,'A-18102BYG','a-18102byg',3,0),(121,1,'A-18102BG','a-18102bg',3,0),(122,1,'A-18102BB','a-18102bb',3,0),(123,1,'A-18102BUW','a-18102buw',3,0),(124,1,'A-20103BH','a-20103bh',6,0),(125,1,'A-23103BH','a-23103bh',6,0),(126,1,'A-23101BH','a-23101bh',3,0),(127,1,'A-30102BH','a-30102bh',6,0),(128,1,'A-30102BUW','a-30102buw',4,0),(129,1,'A-40101BSR','a-40101bsr',6,0),(130,1,'A-50101BH','a-50101bh',5,0),(131,1,'A-50101BS','a-50101bs',3,0),(132,1,'A-50102BPG','a-50102bpg',3,0),(133,1,'A-2351ASR','a-2351asr',10,0),(134,1,'A-2351AB','a-2351ab',3,0),(135,1,'A-2381BH','a-2381bh',6,0),(136,1,'A-3407AH','a-3407ah',6,0),(137,1,'A-3461BG','a-3461bg',4,0),(138,1,'A-3461BH','a-3461bh',2,0),(139,1,'A-3461AH','a-3461ah',3,0),(140,1,'A-3461BSR','a-3461bsr',3,0),(141,1,'A-3461FSR','a-3461fsr',3,0),(142,1,'A-3461AG1','a-3461ag1',3,0),(143,1,'A-3491BG','a-3491bg',3,0),(144,1,'A-3461AG','a-3461ag',3,0),(145,1,'A-3491EH','a-3491eh',7,0),(146,1,'A-3491CH','a-3491ch',4,0),(147,1,'A-4403CH','a-4403ch',8,0),(148,1,'A-4403DS','a-4403ds',2,0),(149,1,'A-4403CS','a-4403cs',2,0),(150,1,'A-4402CS','a-4402cs',3,0),(151,1,'A-4401ES','a-4401es',2,0),(152,1,'A-4403DSR','a-4403dsr',2,0),(153,1,'A-4401BSR','a-4401bsr',2,0),(154,1,'A-4403CG1','a-4403cg1',2,0),(155,1,'A-4403CG','a-4403cg',2,0),(156,1,'A-4403DUW','a-4403duw',2,0),(157,1,'A-5421BH','a-5421bh',6,0),(158,1,'A-5421BS','a-5421bs',3,0),(159,1,'A-5421AS','a-5421as',2,0),(160,1,'A-5461AH','a-5461ah',4,0),(161,1,'A-5461GH','a-5461gh',2,0),(162,1,'A-5462FH','a-5462fh',2,0),(163,1,'A-5461DH','a-5461dh',2,0),(164,1,'A-5461BH','a-5461bh',2,0),(165,1,'A-5462DS','a-5462ds',2,0),(166,1,'A-5462CS','a-5462cs',2,0),(167,1,'A-5461BS','a-5461bs',2,0),(168,1,'A-5461AS','a-5461as',2,0),(169,1,'A-5461BSR','a-5461bsr',2,0),(170,1,'A-5462FSA1','a-5462fsa1',2,0),(171,1,'A-5462ASA','a-5462asa',2,0),(172,1,'A-5462FG1','a-5462fg1',2,0),(173,1,'A-5461AG1','a-5461ag1',2,0),(174,1,'A-5461BG1','a-5461bg1',3,0),(175,1,'A-H001W4-AYC201','a-h001w4-ayc201',1,0),(176,1,'A-H001W4-QLB101','a-h001w4-qlb101',3,0),(177,1,'A-H001W6-AYC201','a-h001w6-ayc201',1,0),(178,1,'A-H001W6-QLB101','a-h001w6-qlb101',3,0),(179,1,'A-HR511B-SA-1W','a-hr511b-sa-1w',1,0),(180,1,'A-HR511B-AD1-1W','a-hr511b-ad1-1w',3,0),(181,1,'A-HR511W-AC13-1W','a-hr511w-ac13-1w',1,0),(182,1,'A-HR511W-AC13-3W','a-hr511w-ac13-3w',1,0),(183,1,'A-HR511W-AC14-1W','a-hr511w-ac14-1w',1,0),(184,1,'A-5461BG','a-5461bg',2,0),(185,1,'A-8401BS','a-8401bs',6,0),(186,1,'A-8402BSR1','a-8402bsr1',3,0),(187,1,'A-HR511W-AC15-1W','a-hr511w-ac15-1w',2,0),(188,1,'A-8402EPG','a-8402epg',3,0),(189,1,'A-2551BH','a-2551bh',5,0),(190,1,'A-2551BG','a-2551bg',3,0),(191,1,'A-HR511W-AC15-3W','a-hr511w-ac15-3w',1,0),(192,1,'A-HR511W-JA34a','a-hr511w-ja34a',1,0),(193,1,'A-HR511W-JA34b','a-hr511w-ja34b',1,0),(194,1,'A-HR511W-MA25-1W','a-hr511w-ma25-1w',1,0),(195,1,'A-HR511W-MB15','a-hr511w-mb15',3,0),(196,1,'A-3561CS','a-3561cs',5,0),(197,1,'A-3561DH','a-3561dh',3,0),(198,1,'A-5521AS','a-5521as',5,0),(199,1,'A-3664BH','a-3664bh',2,0),(200,1,'A-2681ASR','a-2681asr',1,0),(201,1,'A-3661HH','a-3661hh',3,0),(202,1,'A-3611BH','a-3611bh',4,0),(203,1,'A-5721BH','a-5721bh',3,0),(204,1,'A-4801BH','a-4801bh',3,0),(205,1,'A-3161BH','a-3161bh',3,0),(206,1,'A-R1057AS','a-r1057as',3,0),(207,1,'A-1058AS','a-1058as',3,0),(208,1,'A-1057AYG','a-1057ayg',4,0),(209,1,'A-1057AG1','a-1057ag1',3,0),(210,1,'A-1057AG','a-1057ag',3,0),(211,1,'A-1057AB','a-1057ab',3,0),(212,1,'A-1057BB','a-1057bb',3,0),(213,1,'A-1157AH','a-1157ah',2,0),(214,1,'A-3375AH','a-3375ah',3,0),(215,1,'A-3375ASR','a-3375asr',3,0),(216,1,'A-3375AS','a-3375as',3,0),(217,1,'A-3375BSA','a-3375bsa',3,0),(218,1,'A-3375APA','a-3375apa',3,0),(219,1,'A-3375ASY','a-3375asy',3,0),(220,1,'A-3375AYG','a-3375ayg',3,0),(221,1,'A-3357BH','a-3357bh',2,0),(222,1,'A-3357AH','a-3357ah',3,0),(223,1,'A-3357BSA','a-3357bsa',3,0),(224,1,'A-3357ASA','a-3357asa',3,0),(225,1,'A-3357ASY','a-3357asy',3,0),(226,1,'A-1357BHG','a-1357bhg',3,0),(227,1,'A-1357DH','a-1357dh',3,0),(228,1,'A-1357CUA','a-1357cua',3,0),(229,1,'A-1357DPG','a-1357dpg',3,0),(230,1,'A-1457BH','a-1457bh',3,0),(231,1,'A-1457ASR','a-1457asr',3,0),(232,1,'A-1457BSA','a-1457bsa',3,0),(233,1,'A-1457AB','a-1457ab',3,0),(234,1,'A-1457BB','a-1457bb',3,0),(235,1,'A-1457BUW','a-1457buw',2,0),(236,1,'A-3557ASA1','a-3557asa1',3,0),(237,1,'A-3057AS','a-3057as',3,0),(238,1,'A-1357AH','a-1357ah',3,0),(239,1,'A-1357AS','a-1357as',3,0),(240,1,'A-1357CG','a-1357cg',3,0),(241,1,'A-1357BB','a-1357bb',3,0),(242,1,'A-1357BUW','a-1357buw',3,0),(243,1,'A-1657ASO','a-1657aso',3,0),(244,1,'A-5657AS','a-5657as',3,0),(245,1,'A-D5657BPA','a-d5657bpa',3,0),(246,1,'A-5657ASAW','a-5657asaw',3,0),(247,1,'A-1067BSA','a-1067bsa',3,0),(248,1,'A-1067ASO','a-1067aso',2,0),(249,1,'A-1067BPA','a-1067bpa',3,0),(250,1,'A-1067BYG','a-1067byg',3,0),(251,1,'A-1067BG','a-1067bg',3,0),(252,1,'A-1067BPG','a-1067bpg',3,0),(253,1,'A-1067BB','a-1067bb',3,0),(254,1,'A-788BS','a-788bs',3,0),(255,1,'A-788BSR','a-788bsr',3,0),(256,1,'A-788BSA','a-788bsa',3,0),(257,1,'A-788BY','a-788by',3,0),(258,1,'A-788BSY','a-788bsy',3,0),(259,1,'A-788BYG','a-788byg',3,0),(260,1,'A-788BG','a-788bg',3,0),(261,1,'A-788BPG','a-788bpg',3,0),(262,1,'A-788BB','a-788bb',3,0),(263,1,'A-788BUW','a-788buw',3,0),(264,1,'A-1088DSRYG','a-1088dsryg',3,0),(265,1,'A-1088DPGR','a-1088dpgr',3,0),(266,1,'A-1088CH','a-1088ch',3,0),(267,1,'A-1088AH','a-1088ah',3,0),(268,1,'A-1088BSR1','a-1088bsr1',3,0),(269,1,'A-1088BS','a-1088bs',3,0),(270,1,'A-1088BSA','a-1088bsa',3,0),(271,1,'A-1088BSY','a-1088bsy',3,0),(272,1,'A-1088AG','a-1088ag',4,0),(273,1,'A-1088BYG','a-1088byg',3,0),(274,1,'A-1088BB','a-1088bb',3,0),(275,1,'A-1088BUW','a-1088buw',3,0),(276,1,'A-1088AUW','a-1088auw',3,0),(277,1,'A-1588BHG','a-1588bhg',3,0),(278,1,'A-1588AHG','a-1588ahg',3,0),(279,1,'A-1588BPGR','a-1588bpgr',3,0),(280,1,'A-1588BHC','a-1588bhc',3,0),(281,1,'A-1588BH','a-1588bh',3,0),(282,1,'A-1588AH','a-1588ah',3,0),(283,1,'A-1588BSC','a-1588bsc',5,0),(284,1,'A-1588AS','a-1588as',3,0),(285,1,'A-1588ASA','a-1588asa',2,0),(286,1,'A-1588ASY','a-1588asy',4,0),(287,1,'A-1588AYG','a-1588ayg',3,0),(288,1,'A-1588AB','a-1588ab',3,0),(289,1,'A-1588AUW','a-1588auw',3,0),(290,1,'A-3388BH','a-3388bh',3,0),(291,1,'A-3388BSR1','a-3388bsr1',3,0),(292,1,'A-3388BSA','a-3388bsa',3,0),(293,1,'A-3388BB','a-3388bb',3,0),(294,1,'A-33117AH','a-33117ah',3,0),(295,1,'A-33117ASR','a-33117asr',3,0),(296,1,'A-33117AS','a-33117as',3,0),(297,1,'A-33117ASA','a-33117asa',3,0),(298,1,'A-33117APA','a-33117apa',3,0),(299,1,'A-33117ASY','a-33117asy',3,0),(300,1,'A-35711AS','a-35711as',4,0),(301,1,'A-35711ASA1','a-35711asa1',3,0),(302,1,'A-331615BSA','a-331615bsa',4,0),(303,1,'A-331615BB','a-331615bb',3,0),(304,1,'A-49155UW6-S','a-49155uw6-s',2,0),(305,1,'A-3014BUW-S','a-3014buw-s',4,0),(306,1,'A-234S1W26C-604','a-234s1w26c-604',6,0),(307,1,'A-244H5W26W-630','a-244h5w26w-630',5,0),(308,1,'A-254SAD','a-254sad',3,0),(309,1,'A-359SAD','a-359sad',5,0),(310,1,'A-734SAD','a-734sad',3,0),(311,1,'A-304BSAT-H302G','a-304bsat-h302g',3,0),(312,1,'A-509EGW-ECA-GCC','a-509egw-eca-gcc',2,0),(313,1,'A-803U12W34C','a-803u12w34c',3,0),(314,1,'A-1003S9W25C','a-1003s9w25c',3,0),(315,1,'A-104SAD','a-104sad',3,0),(316,1,'A-204SAD-P','a-204sad-p',3,0),(317,1,'A-3528BUW-S','a-3528buw-s',5,0),(318,1,'A-5050BUW-S','a-5050buw-s',2,0),(319,1,'A-5630BUW-S','a-5630buw-s',3,0),(320,1,'A-3191BH','a-3191bh',4,0),(321,1,'A-8102BH','a-8102bh',6,0),(322,1,'A-4102ES','a-4102es',4,0),(323,1,'A-5101BH','a-5101bh',4,0),(324,1,'A-5121BH','a-5121bh',4,0),(325,1,'A-5161BH','a-5161bh',3,0),(326,1,'A-6102AS','a-6102as',4,0),(327,1,'A-1106BH','a-1106bh',7,0),(328,1,'A-12101AH','a-12101ah',6,0),(329,1,'A-15104AH','a-15104ah',3,0),(330,1,'A-18102DHG','a-18102dhg',5,0),(331,1,'A-2281BH','a-2281bh',5,0),(332,1,'A-3261BSR','a-3261bsr',4,0),(333,1,'A-3261BSA1','a-3261bsa1',3,0),(334,1,'A-3261BR','a-3261br',3,0),(335,1,'A-3261BH','a-3261bh',2,0),(336,1,'A-3261BG1','a-3261bg1',2,0),(337,1,'A-3261AS','a-3261as',3,0),(338,1,'A-4201FUW','a-4201fuw',3,0),(339,1,'A-4201FSA','a-4201fsa',3,0),(340,1,'A-4201FH','a-4201fh',4,0),(341,1,'A-4201BPG','a-4201bpg',3,0),(342,1,'A-4201BH','a-4201bh',3,0),(343,1,'A-4201BG','a-4201bg',3,0),(344,1,'A-5221BG','a-5221bg',3,0),(345,1,'A-5241BSA1','a-5241bsa1',4,0),(346,1,'A-5264BH','a-5264bh',3,0),(347,1,'A-8201DSY','a-8201dsy',6,0),(348,1,'A-10203FUW','a-10203fuw',5,0),(349,1,'A-3361BSR','a-3361bsr',4,0),(350,1,'A-4301FUY','a-4301fuy',3,0),(351,1,'A-5321BH','a-5321bh',4,0),(352,1,'A-5363BSY','a-5363bsy',5,0),(353,1,'A-8302EPG','a-8302epg',4,0),(354,1,'A-2451FH','a-2451fh',6,0),(355,1,'A-2481DH','a-2481dh',3,0),(356,1,'A-5263HG1','a-5263hg1',4,0),(357,1,'A-5263HG','a-5263hg',3,0),(358,1,'A-5263BH','a-5263bh',3,0),(359,1,'ATE-R20','ate-r20',19,0),(360,1,'A-234H7W52C-612','a-234h7w52c-612',1,0),(361,1,'A-234SAD-612','a-234sad-612',1,0),(362,1,'A-234SAC-612','a-234sac-612',2,0),(363,1,'A-234S1R33C-604','a-234s1r33c-604',1,0),(364,1,'A-234H4A4C-604','a-234h4a4c-604',1,0),(365,1,'A-234HYD-612','a-234hyd-612',1,0),(366,1,'A-234HGD','a-234hgd',1,0),(367,1,'A-234HGD-622','a-234hgd-622',2,0),(368,1,'A-234H1B26C-612','a-234h1b26c-612',1,0),(369,1,'A-234HGD-612','a-234hgd-612',1,0),(370,1,'A-244SAD','a-244sad',2,0),(371,1,'A-244SAD-630','a-244sad-630',1,0),(372,1,'A-244HYD-611','a-244hyd-611',2,0),(373,1,'A-244HGD-630','a-244hgd-630',1,0),(374,1,'A-244HGD-611','a-244hgd-611',1,0),(375,1,'A-244H1B26C-611','a-244h1b26c-611',1,0),(376,1,'A-254L3R45D','a-254l3r45d',1,0),(377,1,'A-254SYD','a-254syd',1,0),(378,1,'A-254H1Y6T','a-254h1y6t',1,0),(379,1,'A-254SYGC','a-254sygc',1,0),(380,1,'A-254HGD','a-254hgd',1,0),(381,1,'A-254BHGD','a-254bhgd',1,0),(382,1,'A-254H2G29D','a-254h2g29d',1,0),(383,1,'A-254H2B26C','a-254h2b26c',2,0),(384,1,'A-254BH4W26W','a-254bh4w26w',1,0),(385,1,'A-359HYD','a-359hyd',1,0),(386,1,'A-359HGD','a-359hgd',1,0),(387,1,'A-734H1A1D','a-734h1a1d',1,0),(388,1,'A-734HYD','a-734hyd',1,0),(389,1,'A-734HGD','a-734hgd',1,0),(390,1,'A-309EGW-CA','a-309egw-ca',1,0),(391,1,'A-309EGW-CC','a-309egw-cc',1,0),(392,1,'A-309YGW-CC-W','a-309ygw-cc-w',1,0),(393,1,'A-309YGW-CA','a-309ygw-ca',1,0),(394,1,'A-304SAT','a-304sat',1,0),(395,1,'A-304SAT-308','a-304sat-308',1,0),(396,1,'A-304SAD','a-304sad',3,0),(397,1,'-316','-316',1,0),(398,1,'A-304SAC','a-304sac',1,0),(399,1,'A-304H2R7D','a-304h2r7d',1,0),(400,1,'A-304BSAD-H302E','a-304bsad-h302e',2,0),(401,1,'A-304BSAD-H260B','a-304bsad-h260b',2,0),(402,1,'A-304BSAD','a-304bsad',1,0),(403,1,'A-302HOC-F','a-302hoc-f',1,0),(404,1,'A-304S2R20C','a-304s2r20c',1,0),(405,1,'A-304UAC','a-304uac',1,0),(406,1,'A-304HAD-709','a-304had-709',1,0),(407,1,'A-304H3A6C-308','a-304h3a6c-308',1,0),(408,1,'A-534S1W37C-Z','a-534s1w37c-z',2,0),(409,1,'A-534S1W37C','a-534s1w37c',2,0),(410,1,'A-534S1W26C','a-534s1w26c',1,0),(411,1,'A-534H5W7C-Z','a-534h5w7c-z',1,0),(412,1,'A-518S1W42C','a-518s1w42c',1,0),(413,1,'A-534SAC','a-534sac',1,0),(414,1,'A-534H1R20C','a-534h1r20c',1,0),(415,1,'A-534H7R17C','a-534h7r17c',1,0),(416,1,'A-518S1R33C','a-518s1r33c',1,0),(417,1,'A-518H9R33C','a-518h9r33c',1,0),(418,1,'A-518H7R37C','a-518h7r37c',1,0),(419,1,'A-518H4R4C','a-518h4r4c',3,0),(420,1,'A-534H4A1C','a-534h4a1c',1,0),(421,1,'A-518H5A1C','a-518h5a1c',1,0),(422,1,'A-534H3Y9C','a-534h3y9c',1,0),(423,1,'A-534H1Y20C','a-534h1y20c',1,0),(424,1,'A-518H5Y17C','a-518h5y17c',1,0),(425,1,'A-518H1Y20C','a-518h1y20c',1,0),(426,1,'A-534S1G29C','a-534s1g29c',2,0),(427,1,'A-509EGW-CC','a-509egw-cc',1,0),(428,1,'A-509EGW-CA','a-509egw-ca',1,0),(429,1,'A-508EGW','a-508egw',1,0),(430,1,'A-503SAT','a-503sat',1,0),(431,1,'A-503SAD','a-503sad',1,0),(432,1,'A-503SAD-509','a-503sad-509',1,0),(433,1,'A-503SAD-067','a-503sad-067',1,0),(434,1,'A-503SAC','a-503sac',1,0),(435,1,'A-503BSAD-EH-01','a-503bsad-eh-01',1,0),(436,1,'A-503SRC','a-503src',1,0),(437,1,'A-503H7R7W','a-503h7r7w',1,0),(438,1,'A-503H7R7C-513','a-503h7r7c-513',1,0),(439,1,'A-503H4R7T-513','a-503h4r7t-513',1,0),(440,1,'A-503H1R7D','a-503h1r7d',1,0),(441,1,'A-506H4R4W','a-506h4r4w',1,0),(442,1,'A-503U18R40C','a-503u18r40c',1,0),(443,1,'A-503U12R33C','a-503u12r33c',1,0),(444,1,'A-503S5R33C-2 6','a-503s5r33c-2 6',1,0),(445,1,'A-503H1R4D-701','a-503h1r4d-701',1,0),(446,1,'A-803U10W26C','a-803u10w26c',1,0),(447,1,'A-803SA2D','a-803sa2d',1,0),(448,1,'A-803HAC','a-803hac',1,0),(449,1,'A-803HGC','a-803hgc',1,0),(450,1,'A-803HG2D','a-803hg2d',1,0),(451,1,'A-1003U10W26C','a-1003u10w26c',1,0),(452,1,'A-104SAC','a-104sac',1,0),(453,1,'A-104PRC','a-104prc',1,0),(454,1,'A-104SYGC','a-104sygc',1,0),(455,1,'A-104HGC','a-104hgc',1,0),(456,1,'A-104S2G2C','a-104s2g2c',1,0),(457,1,'A-104H3B26C','a-104h3b26c',1,0),(458,1,'A-1257AH','a-1257ah',1,0),(459,1,'A-3457AS','a-3457as',1,0),(460,1,'A-D3457ASAW','a-d3457asaw',1,0),(461,1,'A-3457BSAW','a-3457bsaw',1,0),(462,1,'A-3457APA','a-3457apa',1,0),(463,1,'A-1058AYG','a-1058ayg',1,0),(464,1,'A-2088CHG','a-2088chg',2,0),(465,1,'A-2088DHG','a-2088dhg',1,0),(466,1,'A-2088BHG','a-2088bhg',1,0),(467,1,'A-2088DSRYG','a-2088dsryg',1,0),(468,1,'A-2088DPGR','a-2088dpgr',1,0),(469,1,'A-2088CH','a-2088ch',1,0),(470,1,'A-2088AH','a-2088ah',1,0),(471,1,'A-2088DH','a-2088dh',1,0),(472,1,'A-2088BH','a-2088bh',2,0),(473,1,'A-2088BSA','a-2088bsa',1,0),(474,1,'A-2088BPG','a-2088bpg',1,0),(475,1,'A-2088BSY','a-2088bsy',1,0),(476,1,'A-5188BSY','a-5188bsy',1,0),(477,1,'A-2088BUW','a-2088buw',1,0),(478,1,'A-1288DHG','a-1288dhg',2,0),(479,1,'A-1288CEGC','a-1288cegc',1,0),(480,1,'A-1288DH','a-1288dh',1,0),(481,1,'A-1288BPG','a-1288bpg',1,0),(482,1,'A-D11711DSAW','a-d11711dsaw',2,0),(483,1,'A-14117ASR','a-14117asr',1,0),(484,1,'A-14117AB','a-14117ab',1,0),(485,1,'A-14117BUW','a-14117buw',1,0),(486,1,'A-56711BS','a-56711bs',3,0),(487,1,'A-D56711BSAW','a-d56711bsaw',1,0),(488,1,'A-D56711BPA','a-d56711bpa',1,0),(489,1,'A-43711EH','a-43711eh',1,0),(490,1,'A-43711ESA','a-43711esa',1,0),(491,1,'A-43711EPA','a-43711epa',1,0),(492,1,'A-16117ASR','a-16117asr',2,0),(493,1,'A-3104BH','a-3104bh',1,0),(494,1,'A-3121BH','a-3121bh',1,0),(495,1,'A-3112FG1','a-3112fg1',1,0),(496,1,'A-3112FSA','a-3112fsa',1,0),(497,1,'TOP-CA-3104BB','top-ca-3104bb',1,0),(498,1,'A-3161BSR','a-3161bsr',1,0),(499,1,'A-3161BS','a-3161bs',1,0),(500,1,'A-3161BG','a-3161bg',1,0),(501,1,'A-3161APG','a-3161apg',1,0),(502,1,'A-3191AH','a-3191ah',1,0),(503,1,'A-3191AS','a-3191as',1,0),(504,1,'A-3192BUW','a-3192buw',1,0),(505,1,'A-5101AH','a-5101ah',1,0),(506,1,'A-5101AS','a-5101as',1,0),(507,1,'A-5121AH','a-5121ah',1,0),(508,1,'A-5121BG','a-5121bg',1,0),(509,1,'A-5163AS','a-5163as',1,0),(510,1,'A-5161BS','a-5161bs',1,0),(511,1,'A-5161AS','a-5161as',1,0),(512,1,'A-5163AYG','a-5163ayg',1,0),(513,1,'A-5161BG','a-5161bg',1,0),(514,1,'A-5161BB','a-5161bb',1,0),(515,1,'A-8106AG1','a-8106ag1',3,0),(516,1,'A-8102BG','a-8102bg',3,0),(517,1,'A-8102AG1','a-8102ag1',4,0),(518,1,'A-1106AH','a-1106ah',3,0),(519,1,'A-1109BS','a-1109bs',3,0),(520,1,'A-1106DS','a-1106ds',3,0),(521,1,'A-1106DSA1','a-1106dsa1',8,0),(522,1,'A-1106BSY','a-1106bsy',3,0),(523,1,'A-1106DG1','a-1106dg1',3,0),(524,1,'A-1106BG','a-1106bg',3,0),(525,1,'A-1106BB','a-1106bb',3,0),(526,1,'A-1109BUW','a-1109buw',3,0),(527,1,'A-12101AS','a-12101as',3,0),(528,1,'A-12101AB','a-12101ab',1,0),(529,1,'A-12101ASA','a-12101asa',3,0),(530,1,'A-15102BH','a-15102bh',4,0),(531,1,'A-15102BSY','a-15102bsy',3,0),(532,1,'A-15102BG','a-15102bg',3,0),(533,1,'A-15102BB','a-15102bb',3,0),(534,1,'A-15102BUW','a-15102buw',3,0),(535,1,'A-18102BH','a-18102bh',1,0),(536,1,'A-5241BH','a-5241bh',1,0),(537,1,'A-5241BG1','a-5241bg1',1,0),(538,1,'A-5241AH','a-5241ah',1,0),(539,1,'A-5263BG','a-5263bg',1,0),(540,1,'A-5263AYG','a-5263ayg',1,0),(541,1,'A-5261LB','a-5261lb',1,0),(542,1,'A-5261HYG1','a-5261hyg1',1,0),(543,1,'A-5261HG2','a-5261hg2',2,0),(544,1,'A-5261HG','a-5261hg',1,0),(545,1,'A-5261DSR','a-5261dsr',1,0),(546,1,'A-5261EH','a-5261eh',1,0),(547,1,'A-5261DH','a-5261dh',1,0),(548,1,'A-5261BUW','a-5261buw',1,0),(549,1,'A-5261BH','a-5261bh',1,0),(550,1,'A-5261BSR','a-5261bsr',1,0),(551,1,'A-5261BG','a-5261bg',1,0),(552,1,'A-5261BB','a-5261bb',1,0),(553,1,'A-5261AYG','a-5261ayg',1,0),(554,1,'A-5261AH','a-5261ah',1,0),(555,1,'A-8201BUW','a-8201buw',3,0),(556,1,'A-8201AYG1','a-8201ayg1',3,0),(557,1,'A-8201AG1','a-8201ag1',3,0),(558,1,'A-10203FS','a-10203fs',3,0),(559,1,'A-10203FH','a-10203fh',5,0),(560,1,'A-10203FG','a-10203fg',3,0),(561,1,'A-10203FB','a-10203fb',4,0),(562,1,'A-10203ESA','a-10203esa',3,0),(563,1,'A-10203EH','a-10203eh',3,0),(564,1,'A-10203BSY','a-10203bsy',3,0),(565,1,'A-10203BH','a-10203bh',3,0),(566,1,'A-10203BB','a-10203bb',3,0),(567,1,'A-10203AH','a-10203ah',3,0),(568,1,'A-3361BH','a-3361bh',1,0),(569,1,'A-3361AH','a-3361ah',1,0),(570,1,'A-3361AG1','a-3361ag1',1,0),(571,1,'A-3361AB','a-3361ab',1,0),(572,1,'A-4301FUW','a-4301fuw',1,0),(573,1,'A-4301FSY','a-4301fsy',1,0),(574,1,'A-4301FSA','a-4301fsa',1,0),(575,1,'A-5362BH','a-5362bh',1,0),(576,1,'A-5361FH','a-5361fh',1,0),(577,1,'A-5361FG1','a-5361fg1',1,0),(578,1,'A-5361FG','a-5361fg',1,0),(579,1,'A-5361CG','a-5361cg',1,0),(580,1,'A-5361BH','a-5361bh',1,0),(581,1,'A-5361BG1','a-5361bg1',1,0),(582,1,'A-5361BG','a-5361bg',1,0),(583,1,'A-5361ASY','a-5361asy',1,0),(584,1,'A-5361AS','a-5361as',1,0),(585,1,'A-5361AH','a-5361ah',1,0),(586,1,'A-8302EH','a-8302eh',1,0),(587,1,'A-8302BSY','a-8302bsy',1,0),(588,1,'A-8302AH','a-8302ah',1,0),(589,1,'A-2451FS','a-2451fs',1,0),(590,1,'A-2451BH','a-2451bh',1,0),(591,1,'A-2481AH','a-2481ah',1,0),(592,1,'A-2481BH','a-2481bh',1,0),(593,1,'A-2481CH','a-2481ch',1,0),(594,1,'A-2481HG','a-2481hg',1,0),(595,1,'A-2481CG','a-2481cg',1,0),(596,1,'专员','zhuanyuan',2,0),(597,1,'Toplite','toplite',3,0),(598,1,'Successful','successful',2,0),(599,1,'Listing','listing',2,0),(600,1,'Shanghai','shanghai',6,0),(601,1,'international','international',7,0),(602,1,'欢迎访问','huanyingfangwen',6,0),(603,1,'PHPCMS','phpcms',6,0),(604,1,'网站管理系统','wangzhanguanlixitong',6,0),(605,1,'LI','li',2,0),(606,1,'Jiansheng','jiansheng',2,0),(607,1,'Hosted','',3,0),(608,1,'2014','2014',3,0),(609,1,'Chinese','chinese',3,0),(610,1,'bright','bright',3,0),(611,1,'line','line',3,0),(612,1,'Guangzhou','',3,0),(613,1,'TE-AR20','te-ar20',1,0),(614,1,'Engineering','engineering',2,0),(615,1,'Yayi','yayi',1,0),(616,1,'Gold','gold',1,0),(617,1,'Shop','shop',1,0),(618,1,'1088系列','1088xilie',3,0),(619,1,'788系列','788xilie',3,0),(620,1,'3457系列','3457xilie',5,0),(621,1,'5461系列','5461xilie',3,0),(622,1,'4301系列','4301xilie',3,0),(623,1,'4201系列','4201xilie',3,0),(624,1,'5161系列','5161xilie',3,0),(625,1,'Series','series',7,0),(626,1,'ATL-AB44','atl-ab44',7,0),(627,1,'ATE-R7-3Y36HX','ate-r7-3y36hx',6,0),(628,1,'ATE-R6-3Y9HX','ate-r6-3y9hx',6,0),(629,1,'ATE-R14-10W27HX','ate-r14-10w27hx',7,0),(630,1,'A-5221BG-NG','a-5221bg-ng',1,0),(631,1,'ATE-R20-12Y36HX','ate-r20-12y36hx',4,0),(632,1,'ATE-R23-30Y36HX','ate-r23-30y36hx',5,0),(633,1,'ATR-R27-3W180HX','atr-r27-3w180hx',4,0),(634,1,'Yan’an','yanan',1,0),(635,1,'bridges','bridges',1,0),(636,1,'over','over',1,0),(637,1,'Suzhou','suzhou',1,0),(638,1,'River','river',1,0),(639,1,'A-14117B1S','a-14117b1s',1,0),(640,1,'Expo','expo',3,0),(641,1,'Bus','bus',1,0),(642,1,'Theme','theme',2,0),(643,1,'Pavilion','pavilion',2,0),(644,1,'ATL-2506-1W3HD','atl-2506-1w3hd',2,0),(645,1,'ATL-B36-4W36HX','atl-b36-4w36hx',4,0),(646,1,'ATL-B4-4W27HX','atl-b4-4w27hx',6,0),(647,1,'ATL-S40-4D27HX','atl-s40-4d27hx',2,0),(648,1,'ATE-AR20-13W220HB','ate-ar20-13w220hb',3,0),(649,1,'ATR-AR38-9W220HB','atr-ar38-9w220hb',3,0),(650,1,'ATL-AB44-9W220HC','atl-ab44-9w220hc',2,0),(651,1,'ATP-1010-10W15HX','atp-1010-10w15hx',4,0),(652,1,'ATP-1818-20W30HX','atp-1818-20w30hx',4,0),(653,1,'ATP-2424-80D30HX','atp-2424-80d30hx',2,0),(654,1,'ATL-B160-20W30HC','atl-b160-20w30hc',1,0),(655,1,'A-TBL-49155UW12-S','a-tbl-49155uw12-s',1,0),(656,1,'A-TBL-4260UW6-S','a-tbl-4260uw6-s',1,0),(657,1,'A-TBL-5078UW6-S','a-tbl-5078uw6-s',1,0),(658,1,'A-TBL-2856UR6-S','a-tbl-2856ur6-s',1,0),(659,1,'A-TBL-89164UW16','a-tbl-89164uw16',1,0),(660,1,'A-B05ZB','a-b05zb',2,0),(661,1,'A-L1105ZG','a-l1105zg',2,0),(662,1,'A-08012FB','a-08012fb',2,0),(663,1,'A-08012FG','a-08012fg',1,0),(664,1,'A-R3006','a-r3006',1,0),(665,1,'ATE-AR20','ate-ar20',2,0),(666,1,'5461','5461',1,0),(667,1,'10203','10203',1,0),(668,1,'4201','4201',1,0),(669,1,'5161','5161',1,0),(670,1,'ATE-R7','ate-r7',3,0),(671,1,'Peace','peace',1,0),(672,1,'hotel','hotel',1,0),(673,1,'Nan','nan',1,0),(674,1,'Pu','pu',1,0),(675,1,'Bridge','bridge',1,0),(676,1,'ATE-R7-3W36HX','ate-r7-3w36hx',4,0),(677,1,'ATE-R7-3D36HX','ate-r7-3d36hx',3,0),(678,1,'ATE-R7-3C36HX','ate-r7-3c36hx',3,0),(679,1,'ATE-R6-3W9HX','ate-r6-3w9hx',3,0),(680,1,'ATE-R6-3D9HX','ate-r6-3d9hx',4,0),(681,1,'ATE-R6-3C9HX','ate-r6-3c9hx',3,0),(682,1,'ATE-R10-5C36HX','ate-r10-5c36hx',3,0),(683,1,'ATE-R10-5D36HX','ate-r10-5d36hx',3,0),(684,1,'ATE-R10-5Y36HX','ate-r10-5y36hx',1,0),(685,1,'ATE-R10-5W36HX','ate-r10-5w36hx',3,0),(686,1,'ATE-R10-3Y36HX','ate-r10-3y36hx',1,0),(687,1,'ATE-R10-3W36HX','ate-r10-3w36hx',3,0),(688,1,'ATE-R10-3D36HX','ate-r10-3d36hx',3,0),(689,1,'ATE-R10-3C36HX','ate-r10-3c36hx',3,0),(690,1,'ATE-R11-3Y36HX','ate-r11-3y36hx',2,0),(691,1,'ATE-R11-7C36HX','ate-r11-7c36hx',3,0),(692,1,'ATE-R11-3W36HX','ate-r11-3w36hx',3,0),(693,1,'ATE-R11-3D36HX','ate-r11-3d36hx',3,0),(694,1,'ATE-R11-3C36HX','ate-r11-3c36hx',4,0),(695,1,'ATE-R11-5Y36HX','ate-r11-5y36hx',1,0),(696,1,'ATE-R11-5W36HX','ate-r11-5w36hx',3,0),(697,1,'ATE-R11-5D36HX','ate-r11-5d36hx',3,0),(698,1,'ATE-R11-5C36HX','ate-r11-5c36hx',3,0),(699,1,'ATE-R11-7Y36HX','ate-r11-7y36hx',1,0),(700,1,'ATE-R11-7W36HX','ate-r11-7w36hx',3,0),(701,1,'ATE-R11-7D36HX','ate-r11-7d36hx',3,0),(702,1,'ATE-R14-13C18HX','ate-r14-13c18hx',3,0),(703,1,'ATE-R14-10D27HX','ate-r14-10d27hx',3,0),(704,1,'ATE-R14-10C27HX','ate-r14-10c27hx',3,0),(705,1,'ATE-R14-13W18HX','ate-r14-13w18hx',3,0),(706,1,'ATE-R14-13D18HX','ate-r14-13d18hx',3,0),(707,1,'ATE-R15-17W27HX','ate-r15-17w27hx',3,0),(708,1,'ATE-R15-17D27HX','ate-r15-17d27hx',3,0),(709,1,'ATE-R15-17C27HX','ate-r15-17c27hx',3,0),(710,1,'ATE-R20-18C36HX','ate-r20-18c36hx',3,0),(711,1,'ATE-R20-12W36HX','ate-r20-12w36hx',3,0),(712,1,'ATE-R20-12D36HX','ate-r20-12d36hx',3,0),(713,1,'ATE-R20-12C36HX','ate-r20-12c36hx',3,0),(714,1,'ATE-R20-18Y36HX','ate-r20-18y36hx',3,0),(715,1,'ATE-R20-18W36HX','ate-r20-18w36hx',3,0),(716,1,'ATE-R20-18D36HX','ate-r20-18d36hx',3,0),(717,1,'ATE-R23-30W36HX','ate-r23-30w36hx',3,0),(718,1,'ATE-R23-30D36HX','ate-r23-30d36hx',3,0),(719,1,'ATE-R23-30C36HX','ate-r23-30c36hx',3,0),(720,1,'ATE-R23-38Y36HX','ate-r23-38y36hx',1,0),(721,1,'ATE-R23-38D36HX','ate-r23-38d36hx',3,0),(722,1,'ATE-R23-38C36HX','ate-r23-38c36hx',3,0),(723,1,'ATR-R17-1W72HX','atr-r17-1w72hx',1,0),(724,1,'ATR-R17-1D72HX','atr-r17-1d72hx',3,0),(725,1,'ATR-R17-1C72HX','atr-r17-1c72hx',3,0),(726,1,'ATR-R27-4C90HX','atr-r27-4c90hx',2,0),(727,1,'ATR-R27-4D90HX','atr-r27-4d90hx',3,0),(728,1,'ATR-R27-4W90HX','atr-r27-4w90hx',3,0),(729,1,'ATS-R30-4W30HX','ats-r30-4w30hx',3,0),(730,1,'ATS-R30-4D30HX','ats-r30-4d30hx',3,0),(731,1,'ATS-R30-4C30HX','ats-r30-4c30hx',3,0),(732,1,'ATS-R18-5W15HX','ats-r18-5w15hx',2,0),(733,1,'ATS-R18-5D15HX','ats-r18-5d15hx',3,0),(734,1,'ATS-R18-5C15HX','ats-r18-5c15hx',3,0),(735,1,'ATS-R18-7W21HX','ats-r18-7w21hx',3,0),(736,1,'ATS-R18-7D21HX','ats-r18-7d21hx',3,0),(737,1,'ATS-R18-7C21HX','ats-r18-7c21hx',3,0),(738,1,'ATS-R40-4W15HX','ats-r40-4w15hx',3,0),(739,1,'ATS-R40-4D15HX','ats-r40-4d15hx',3,0),(740,1,'ATS-R40-4C15HX','ats-r40-4c15hx',3,0),(741,1,'ATL-B36-4W18HX','atl-b36-4w18hx',3,0),(742,1,'ATL-B36-4D18HX','atl-b36-4d18hx',3,0),(743,1,'ATL-B36-4C18HX','atl-b36-4c18hx',3,0),(744,1,'ATL-B36-4D36HX','atl-b36-4d36hx',3,0),(745,1,'ATL-B36-4C36HX','atl-b36-4c36hx',3,0),(746,1,'ATL-B72-4D27HX','atl-b72-4d27hx',2,0),(747,1,'ATL-B72-4C27HX','atl-b72-4c27hx',2,0),(748,1,'ATL-B4-4D27HX','atl-b4-4d27hx',2,0),(749,1,'ATL-B4-4C27HX','atl-b4-4c27hx',2,0),(750,1,'manual','manual',6,0),(751,1,'ATL-AB44-9D220HD','atl-ab44-9d220hd',2,0),(752,1,'world','world',1,0),(753,1,'s','s',1,0),(754,1,'largest','largest',1,0),(755,1,'exhibition','exhibition',1,0),(756,1,'ATE-R8-3Y36HX','ate-r8-3y36hx',3,0),(757,1,'ATE-R8-3W36HX','ate-r8-3w36hx',1,0),(758,1,'ATE-R8-3D36HX','ate-r8-3d36hx',1,0),(759,1,'ATE-R8-3C36HX','ate-r8-3c36hx',1,0),(760,1,'ATE-R8-4Y36HX','ate-r8-4y36hx',1,0),(761,1,'ATE-R8-4W36HX','ate-r8-4w36hx',1,0),(762,1,'ATE-R8-4D36HX','ate-r8-4d36hx',1,0),(763,1,'ATE-R8-4C36HX','ate-r8-4c36hx',1,0),(764,1,'ATE-R8-5Y36HX','ate-r8-5y36hx',1,0),(765,1,'ATE-R8-5W36HX','ate-r8-5w36hx',1,0),(766,1,'ATE-R8-5D36HX','ate-r8-5d36hx',1,0),(767,1,'ATE-R8-5C36HX','ate-r8-5c36hx',4,0),(768,1,'A-HR511W-AC15-3W-STAR','a-hr511w-ac15-3w-star',2,0),(769,1,'A-HR511W-AC15-1W-STAR','a-hr511w-ac15-1w-star',2,0),(770,1,'ATR-AR38-9D220HC','atr-ar38-9d220hc',4,0),(771,1,'ATP-1818-30C30HX','atp-1818-30c30hx',6,0),(772,1,'ATP-1010-10D15HX','atp-1010-10d15hx',3,0),(773,1,'ATP-1010-10C15HX','atp-1010-10c15hx',3,0),(774,1,'ATP-1818-20D30HX','atp-1818-20d30hx',3,0),(775,1,'ATP-1818-20C30HX','atp-1818-20c30hx',3,0),(776,1,'ATP-1818-30W30HX','atp-1818-30w30hx',3,0),(777,1,'ATP-1818-30D30HX','atp-1818-30d30hx',3,0),(778,1,'ATP-2424-40C30HX','atp-2424-40c30hx',4,0),(779,1,'ATP-2424-40D30HX','atp-2424-40d30hx',3,0),(780,1,'ATR-R27-3D180HX','atr-r27-3d180hx',2,0),(781,1,'ATR-R27-3C180HX','atr-r27-3c180hx',2,0),(782,1,'ATE-AR20-13D220HC','ate-ar20-13d220hc',2,0),(783,1,'ATP-2424-40W30HX','atp-2424-40w30hx',1,0),(784,1,'ATP-2424-60C30HX','atp-2424-60c30hx',1,0),(785,1,'ATP-2424-60W30HX','atp-2424-60w30hx',1,0),(786,1,'ATP-2424-80C30HX','atp-2424-80c30hx',1,0),(787,1,'ATP-2424-80W30HX','atp-2424-80w30hx',1,0),(788,1,'ATP-2424-60D30HX','atp-2424-60d30hx',1,0),(789,1,'ATL-B16020D30HC','atl-b16020d30hc',1,0),(790,1,'ATL-B160-30D30HC','atl-b160-30d30hc',1,0),(791,1,'ATL-B160-30W30HC','atl-b160-30w30hc',1,0),(792,1,'ATL-S40-4C27HX','atl-s40-4c27hx',1,0),(793,1,'ATL-S40-4W27HX','atl-s40-4w27hx',1,0),(794,1,'ATL-S72-4D27HX','atl-s72-4d27hx',1,0),(795,1,'ATL-S72-4C27HX','atl-s72-4c27hx',1,0),(796,1,'ATL-S72-4W27HX','atl-s72-4w27hx',2,0),(797,1,'ATL-X4-12','atl-x4-12',3,0),(798,1,'X','x',3,0),(799,1,'ATL-2506-1D3HE','atl-2506-1d3he',2,0),(800,1,'ATL-2506-1C3HD','atl-2506-1c3hd',2,0); /*!40000 ALTER TABLE `dh_keyword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_keyword_data` -- DROP TABLE IF EXISTS `dh_keyword_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_keyword_data` ( `id` int(10) unsigned NOT NULL auto_increment, `tagid` int(10) unsigned NOT NULL default '0', `siteid` smallint(5) unsigned NOT NULL default '0', `contentid` char(30) NOT NULL, PRIMARY KEY (`id`), KEY `tagid` (`tagid`,`siteid`) ) ENGINE=MyISAM AUTO_INCREMENT=1006 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_keyword_data` -- LOCK TABLES `dh_keyword_data` WRITE; /*!40000 ALTER TABLE `dh_keyword_data` DISABLE KEYS */; INSERT INTO `dh_keyword_data` VALUES (1,1,1,'1-1'),(2,2,1,'1-1'),(3,3,1,'1-1'),(4,1,1,'1-13'),(5,2,1,'1-13'),(6,3,1,'1-13'),(7,1,1,'2-13'),(8,2,1,'2-13'),(9,3,1,'2-13'),(10,4,1,'1-14'),(11,5,1,'1-14'),(12,6,1,'1-2'),(13,7,1,'2-14'),(14,7,1,'3-14'),(15,7,1,'4-14'),(16,8,1,'1-15'),(17,9,1,'1-15'),(18,10,1,'1-15'),(19,11,1,'1-15'),(20,8,1,'2-15'),(21,12,1,'2-15'),(22,10,1,'2-15'),(23,11,1,'2-15'),(24,13,1,'1-16'),(25,14,1,'2-1'),(26,15,1,'2-1'),(27,16,1,'2-1'),(28,17,1,'3-1'),(29,14,1,'3-1'),(30,18,1,'3-1'),(31,19,1,'3-1'),(32,17,1,'4-1'),(33,20,1,'5-1'),(34,21,1,'5-1'),(35,22,1,'5-1'),(36,23,1,'6-1'),(37,24,1,'6-1'),(38,25,1,'6-1'),(39,26,1,'7-1'),(40,27,1,'7-1'),(41,28,1,'7-1'),(42,15,1,'8-1'),(43,29,1,'8-1'),(44,30,1,'8-1'),(45,15,1,'9-1'),(46,29,1,'9-1'),(47,31,1,'9-1'),(48,32,1,'11-1'),(49,14,1,'11-1'),(50,33,1,'11-1'),(51,34,1,'11-1'),(52,35,1,'11-1'),(53,36,1,'11-1'),(54,37,1,'11-1'),(55,38,1,'12-1'),(56,39,1,'12-1'),(57,40,1,'12-1'),(58,41,1,'10-1'),(59,42,1,'10-1'),(60,43,1,'10-1'),(61,44,1,'10-1'),(62,34,1,'10-1'),(63,45,1,'10-1'),(64,46,1,'10-1'),(65,47,1,'10-1'),(66,33,1,'10-1'),(67,48,1,'10-1'),(68,49,1,'9-1'),(69,50,1,'9-1'),(70,51,1,'9-1'),(71,14,1,'8-1'),(72,38,1,'8-1'),(73,52,1,'8-1'),(74,53,1,'8-1'),(75,34,1,'8-1'),(76,54,1,'8-1'),(77,38,1,'2-1'),(78,55,1,'2-1'),(79,56,1,'2-1'),(80,57,1,'2-1'),(81,14,1,'7-1'),(82,38,1,'7-1'),(83,58,1,'7-1'),(84,59,1,'7-1'),(85,60,1,'7-1'),(86,14,1,'6-1'),(87,61,1,'6-1'),(88,62,1,'6-1'),(89,17,1,'6-1'),(90,63,1,'6-1'),(91,64,1,'6-1'),(92,65,1,'5-1'),(93,34,1,'5-1'),(94,66,1,'5-1'),(95,67,1,'5-1'),(96,14,1,'4-1'),(97,68,1,'4-1'),(98,69,1,'4-1'),(99,70,1,'4-1'),(100,71,1,'4-1'),(101,72,1,'4-1'),(102,73,1,'4-1'),(103,74,1,'3-1'),(104,75,1,'3-1'),(105,76,1,'1-18'),(106,77,1,'1-17'),(107,17,1,'87-15'),(108,78,1,'446-17'),(109,79,1,'447-17'),(110,80,1,'448-17'),(111,81,1,'3-19'),(112,82,1,'1-20'),(113,83,1,'9-18'),(114,84,1,'52-18'),(115,85,1,'60-18'),(116,86,1,'72-18'),(117,87,1,'129-18'),(118,88,1,'148-18'),(119,89,1,'26-18'),(120,90,1,'87-15'),(121,17,1,'86-15'),(122,91,1,'230-15'),(123,17,1,'28-15'),(124,17,1,'119-15'),(125,92,1,'21-15'),(126,93,1,'232-17'),(127,90,1,'144-15'),(128,90,1,'143-15'),(129,94,1,'54-15'),(130,92,1,'18-15'),(131,95,1,'60-15'),(132,96,1,'66-15'),(133,97,1,'36-15'),(134,98,1,'42-15'),(135,99,1,'48-15'),(136,100,1,'96-15'),(137,101,1,'84-15'),(138,91,1,'102-15'),(139,102,1,'78-15'),(140,103,1,'90-15'),(141,104,1,'108-15'),(142,105,1,'162-15'),(143,106,1,'174-15'),(144,107,1,'168-15'),(145,108,1,'156-15'),(146,109,1,'114-15'),(147,110,1,'120-15'),(148,111,1,'150-15'),(149,112,1,'126-15'),(150,113,1,'132-15'),(151,114,1,'138-15'),(152,115,1,'1-3'),(153,116,1,'288-17'),(154,117,1,'287-17'),(155,118,1,'286-17'),(156,119,1,'285-17'),(157,120,1,'284-17'),(158,121,1,'283-17'),(159,122,1,'282-17'),(160,123,1,'281-17'),(161,124,1,'291-17'),(162,125,1,'293-17'),(163,126,1,'292-17'),(164,127,1,'295-17'),(165,128,1,'294-17'),(166,129,1,'296-17'),(167,130,1,'299-17'),(168,131,1,'298-17'),(169,132,1,'297-17'),(170,133,1,'355-17'),(171,134,1,'354-17'),(172,135,1,'356-17'),(173,136,1,'392-17'),(174,137,1,'434-17'),(175,138,1,'399-17'),(176,139,1,'398-17'),(177,140,1,'397-17'),(178,141,1,'396-17'),(179,142,1,'395-17'),(180,143,1,'394-17'),(181,144,1,'393-17'),(182,145,1,'401-17'),(183,146,1,'400-17'),(184,147,1,'411-17'),(185,148,1,'410-17'),(186,149,1,'409-17'),(187,150,1,'408-17'),(188,151,1,'407-17'),(189,152,1,'406-17'),(190,153,1,'405-17'),(191,154,1,'404-17'),(192,155,1,'403-17'),(193,156,1,'402-17'),(194,157,1,'414-17'),(195,158,1,'413-17'),(196,159,1,'412-17'),(197,160,1,'430-17'),(198,161,1,'429-17'),(199,162,1,'428-17'),(200,163,1,'427-17'),(201,164,1,'426-17'),(202,165,1,'425-17'),(203,166,1,'424-17'),(204,167,1,'423-17'),(205,168,1,'422-17'),(206,169,1,'421-17'),(207,170,1,'420-17'),(208,171,1,'419-17'),(209,172,1,'418-17'),(210,173,1,'417-17'),(211,174,1,'416-17'),(212,175,1,'1-21'),(213,176,1,'2-21'),(214,177,1,'3-21'),(215,178,1,'4-21'),(216,179,1,'5-21'),(217,180,1,'6-21'),(218,181,1,'7-21'),(219,182,1,'8-21'),(220,183,1,'9-21'),(221,184,1,'415-17'),(222,185,1,'433-17'),(223,186,1,'432-17'),(224,187,1,'10-21'),(225,188,1,'431-17'),(226,189,1,'436-17'),(227,190,1,'435-17'),(228,191,1,'11-21'),(229,192,1,'12-21'),(230,193,1,'13-21'),(231,194,1,'14-21'),(232,195,1,'15-21'),(233,196,1,'438-17'),(234,197,1,'437-17'),(235,198,1,'439-17'),(236,199,1,'443-17'),(237,200,1,'440-17'),(238,201,1,'442-17'),(239,202,1,'441-17'),(240,203,1,'444-17'),(241,204,1,'445-17'),(242,205,1,'237-17'),(243,206,1,'8-18'),(244,207,1,'7-18'),(245,208,1,'6-18'),(246,209,1,'5-18'),(247,210,1,'4-18'),(248,211,1,'3-18'),(249,212,1,'2-18'),(250,213,1,'1-18'),(251,214,1,'25-18'),(252,215,1,'24-18'),(253,216,1,'23-18'),(254,217,1,'22-18'),(255,218,1,'21-18'),(256,219,1,'20-18'),(257,220,1,'19-18'),(258,221,1,'18-18'),(259,222,1,'17-18'),(260,223,1,'16-18'),(261,224,1,'15-18'),(262,225,1,'14-18'),(263,226,1,'13-18'),(264,227,1,'12-18'),(265,228,1,'11-18'),(266,229,1,'10-18'),(267,230,1,'33-18'),(268,231,1,'32-18'),(269,232,1,'31-18'),(270,233,1,'30-18'),(271,234,1,'29-18'),(272,235,1,'28-18'),(273,236,1,'34-18'),(274,237,1,'35-18'),(275,238,1,'40-18'),(276,239,1,'39-18'),(277,240,1,'38-18'),(278,241,1,'37-18'),(279,242,1,'36-18'),(280,243,1,'45-18'),(281,244,1,'48-18'),(282,245,1,'47-18'),(283,246,1,'46-18'),(284,247,1,'59-18'),(285,248,1,'58-18'),(286,249,1,'57-18'),(287,250,1,'56-18'),(288,251,1,'55-18'),(289,252,1,'54-18'),(290,253,1,'53-18'),(291,254,1,'71-18'),(292,255,1,'70-18'),(293,256,1,'69-18'),(294,257,1,'68-18'),(295,258,1,'67-18'),(296,259,1,'66-18'),(297,260,1,'65-18'),(298,261,1,'64-18'),(299,262,1,'63-18'),(300,263,1,'62-18'),(301,76,1,'61-18'),(302,264,1,'102-18'),(303,265,1,'101-18'),(304,266,1,'100-18'),(305,267,1,'99-18'),(306,268,1,'98-18'),(307,269,1,'97-18'),(308,270,1,'96-18'),(309,271,1,'95-18'),(310,272,1,'94-18'),(311,273,1,'93-18'),(312,274,1,'92-18'),(313,275,1,'91-18'),(314,276,1,'90-18'),(315,277,1,'85-18'),(316,278,1,'84-18'),(317,279,1,'83-18'),(318,280,1,'82-18'),(319,281,1,'81-18'),(320,282,1,'80-18'),(321,283,1,'79-18'),(322,284,1,'78-18'),(323,285,1,'77-18'),(324,286,1,'76-18'),(325,287,1,'75-18'),(326,288,1,'74-18'),(327,289,1,'73-18'),(328,290,1,'121-18'),(329,291,1,'120-18'),(330,292,1,'119-18'),(331,293,1,'118-18'),(332,294,1,'128-18'),(333,295,1,'127-18'),(334,296,1,'126-18'),(335,297,1,'125-18'),(336,298,1,'124-18'),(337,299,1,'123-18'),(338,300,1,'144-18'),(339,301,1,'143-18'),(340,302,1,'147-18'),(341,303,1,'146-18'),(342,304,1,'30-20'),(343,305,1,'7-19'),(344,306,1,'11-16'),(345,307,1,'32-16'),(346,308,1,'21-16'),(347,309,1,'35-16'),(348,310,1,'25-16'),(349,311,1,'94-16'),(350,312,1,'201-16'),(351,313,1,'207-16'),(352,314,1,'209-16'),(353,315,1,'216-16'),(354,316,1,'217-16'),(355,317,1,'6-19'),(356,318,1,'5-19'),(357,319,1,'4-19'),(358,320,1,'241-17'),(359,321,1,'260-17'),(360,322,1,'242-17'),(361,323,1,'245-17'),(362,324,1,'248-17'),(363,325,1,'255-17'),(364,326,1,'256-17'),(365,327,1,'270-17'),(366,328,1,'274-17'),(367,329,1,'280-17'),(368,330,1,'290-17'),(369,331,1,'311-17'),(370,332,1,'317-17'),(371,333,1,'316-17'),(372,334,1,'315-17'),(373,335,1,'314-17'),(374,336,1,'313-17'),(375,337,1,'312-17'),(376,338,1,'323-17'),(377,339,1,'322-17'),(378,340,1,'321-17'),(379,341,1,'320-17'),(380,342,1,'319-17'),(381,343,1,'318-17'),(382,344,1,'324-17'),(383,345,1,'328-17'),(384,346,1,'349-17'),(385,347,1,'353-17'),(386,348,1,'310-17'),(387,349,1,'361-17'),(388,350,1,'365-17'),(389,351,1,'366-17'),(390,352,1,'378-17'),(391,353,1,'382-17'),(392,354,1,'385-17'),(393,355,1,'391-17'),(394,356,1,'348-17'),(395,357,1,'347-17'),(396,358,1,'346-17'),(397,90,1,'142-15'),(398,90,1,'141-15'),(399,90,1,'140-15'),(400,90,1,'139-15'),(401,98,1,'41-15'),(402,98,1,'40-15'),(403,98,1,'39-15'),(404,98,1,'38-15'),(405,98,1,'37-15'),(406,99,1,'47-15'),(407,99,1,'46-15'),(408,99,1,'45-15'),(409,99,1,'44-15'),(410,99,1,'43-15'),(411,94,1,'53-15'),(412,94,1,'52-15'),(413,94,1,'51-15'),(414,94,1,'50-15'),(415,94,1,'49-15'),(416,92,1,'17-15'),(417,92,1,'16-15'),(418,92,1,'15-15'),(419,92,1,'14-15'),(420,92,1,'13-15'),(421,92,1,'12-15'),(422,92,1,'11-15'),(423,92,1,'10-15'),(424,92,1,'9-15'),(425,92,1,'8-15'),(426,92,1,'7-15'),(427,92,1,'6-15'),(428,92,1,'5-15'),(429,92,1,'4-15'),(430,92,1,'3-15'),(431,92,1,'2-15'),(432,92,1,'1-15'),(433,95,1,'59-15'),(434,95,1,'58-15'),(435,95,1,'57-15'),(436,95,1,'56-15'),(437,95,1,'55-15'),(438,96,1,'65-15'),(439,96,1,'64-15'),(440,96,1,'63-15'),(441,96,1,'62-15'),(442,96,1,'61-15'),(443,359,1,'30-15'),(444,359,1,'29-15'),(445,360,1,'10-16'),(446,361,1,'9-16'),(447,362,1,'8-16'),(448,363,1,'7-16'),(449,364,1,'6-16'),(450,365,1,'5-16'),(451,366,1,'4-16'),(452,367,1,'3-16'),(453,368,1,'2-16'),(454,369,1,'1-16'),(455,370,1,'31-16'),(456,371,1,'30-16'),(457,372,1,'29-16'),(458,373,1,'28-16'),(459,374,1,'27-16'),(460,375,1,'26-16'),(461,376,1,'20-16'),(462,377,1,'19-16'),(463,378,1,'18-16'),(464,379,1,'17-16'),(465,380,1,'16-16'),(466,381,1,'15-16'),(467,382,1,'14-16'),(468,383,1,'13-16'),(469,384,1,'12-16'),(470,385,1,'34-16'),(471,386,1,'33-16'),(472,387,1,'24-16'),(473,388,1,'23-16'),(474,389,1,'22-16'),(475,390,1,'93-16'),(476,391,1,'92-16'),(477,392,1,'91-16'),(478,393,1,'90-16'),(479,394,1,'89-16'),(480,395,1,'88-16'),(481,396,1,'87-16'),(482,396,1,'86-16'),(483,397,1,'86-16'),(484,398,1,'85-16'),(485,399,1,'84-16'),(486,400,1,'82-16'),(487,401,1,'81-16'),(488,402,1,'80-16'),(489,403,1,'79-16'),(490,404,1,'78-16'),(491,405,1,'77-16'),(492,406,1,'76-16'),(493,407,1,'75-16'),(494,408,1,'123-16'),(495,409,1,'122-16'),(496,410,1,'121-16'),(497,411,1,'119-16'),(498,412,1,'118-16'),(499,413,1,'117-16'),(500,414,1,'116-16'),(501,415,1,'115-16'),(502,416,1,'114-16'),(503,417,1,'113-16'),(504,418,1,'112-16'),(505,419,1,'111-16'),(506,420,1,'110-16'),(507,421,1,'109-16'),(508,422,1,'108-16'),(509,423,1,'107-16'),(510,424,1,'106-16'),(511,425,1,'105-16'),(512,426,1,'104-16'),(513,427,1,'200-16'),(514,428,1,'199-16'),(515,429,1,'198-16'),(516,430,1,'197-16'),(517,431,1,'196-16'),(518,432,1,'195-16'),(519,433,1,'194-16'),(520,434,1,'193-16'),(521,435,1,'192-16'),(522,436,1,'191-16'),(523,437,1,'190-16'),(524,438,1,'189-16'),(525,439,1,'188-16'),(526,440,1,'187-16'),(527,441,1,'186-16'),(528,442,1,'185-16'),(529,443,1,'184-16'),(530,444,1,'183-16'),(531,445,1,'182-16'),(532,446,1,'206-16'),(533,447,1,'205-16'),(534,448,1,'204-16'),(535,449,1,'203-16'),(536,450,1,'202-16'),(537,451,1,'208-16'),(538,452,1,'215-16'),(539,453,1,'214-16'),(540,454,1,'213-16'),(541,455,1,'212-16'),(542,456,1,'211-16'),(543,457,1,'210-16'),(544,458,1,'27-18'),(545,459,1,'44-18'),(546,460,1,'43-18'),(547,461,1,'42-18'),(548,462,1,'41-18'),(549,463,1,'51-18'),(550,464,1,'117-18'),(551,465,1,'116-18'),(552,466,1,'115-18'),(553,467,1,'114-18'),(554,468,1,'113-18'),(555,469,1,'112-18'),(556,470,1,'111-18'),(557,471,1,'110-18'),(558,472,1,'109-18'),(559,473,1,'108-18'),(560,474,1,'106-18'),(561,475,1,'107-18'),(562,476,1,'104-18'),(563,477,1,'103-18'),(564,478,1,'89-18'),(565,479,1,'88-18'),(566,480,1,'87-18'),(567,481,1,'86-18'),(568,482,1,'122-18'),(569,483,1,'132-18'),(570,484,1,'131-18'),(571,485,1,'130-18'),(572,486,1,'136-18'),(573,487,1,'135-18'),(574,488,1,'134-18'),(575,489,1,'139-18'),(576,490,1,'138-18'),(577,491,1,'137-18'),(578,492,1,'145-18'),(579,493,1,'231-17'),(580,494,1,'230-17'),(581,495,1,'229-17'),(582,496,1,'228-17'),(583,497,1,'227-17'),(584,498,1,'236-17'),(585,499,1,'235-17'),(586,500,1,'234-17'),(587,501,1,'233-17'),(588,502,1,'240-17'),(589,503,1,'239-17'),(590,504,1,'238-17'),(591,505,1,'244-17'),(592,506,1,'243-17'),(593,507,1,'247-17'),(594,508,1,'246-17'),(595,509,1,'254-17'),(596,510,1,'253-17'),(597,511,1,'252-17'),(598,512,1,'251-17'),(599,513,1,'250-17'),(600,514,1,'249-17'),(601,515,1,'259-17'),(602,516,1,'258-17'),(603,517,1,'257-17'),(604,518,1,'269-17'),(605,519,1,'268-17'),(606,520,1,'267-17'),(607,521,1,'266-17'),(608,522,1,'265-17'),(609,523,1,'264-17'),(610,524,1,'263-17'),(611,525,1,'262-17'),(612,526,1,'261-17'),(613,527,1,'273-17'),(614,528,1,'272-17'),(615,529,1,'271-17'),(616,530,1,'279-17'),(617,531,1,'278-17'),(618,532,1,'277-17'),(619,533,1,'276-17'),(620,534,1,'275-17'),(621,535,1,'289-17'),(622,359,1,'28-15'),(623,359,1,'27-15'),(624,359,1,'26-15'),(625,359,1,'25-15'),(626,359,1,'24-15'),(627,359,1,'23-15'),(628,359,1,'23-15'),(629,359,1,'22-15'),(630,359,1,'21-15'),(631,359,1,'20-15'),(632,359,1,'19-15'),(633,97,1,'35-15'),(634,97,1,'34-15'),(635,100,1,'95-15'),(636,100,1,'94-15'),(637,100,1,'93-15'),(638,100,1,'92-15'),(639,100,1,'91-15'),(640,101,1,'83-15'),(641,101,1,'82-15'),(642,101,1,'81-15'),(643,101,1,'80-15'),(644,101,1,'79-15'),(645,107,1,'167-15'),(646,107,1,'166-15'),(647,107,1,'165-15'),(648,107,1,'164-15'),(649,107,1,'163-15'),(650,106,1,'173-15'),(651,106,1,'172-15'),(652,106,1,'171-15'),(653,106,1,'170-15'),(654,106,1,'169-15'),(655,105,1,'161-15'),(656,105,1,'160-15'),(657,105,1,'159-15'),(658,105,1,'158-15'),(659,105,1,'157-15'),(660,109,1,'113-15'),(661,109,1,'112-15'),(662,109,1,'111-15'),(663,109,1,'110-15'),(664,109,1,'109-15'),(665,110,1,'119-15'),(666,110,1,'118-15'),(667,110,1,'117-15'),(668,110,1,'116-15'),(669,110,1,'115-15'),(670,112,1,'125-15'),(671,112,1,'124-15'),(672,112,1,'123-15'),(673,112,1,'122-15'),(674,112,1,'121-15'),(675,113,1,'131-15'),(676,113,1,'130-15'),(677,113,1,'129-15'),(678,113,1,'128-15'),(679,113,1,'127-15'),(680,114,1,'137-15'),(681,114,1,'136-15'),(682,114,1,'135-15'),(683,114,1,'134-15'),(684,114,1,'133-15'),(685,536,1,'327-17'),(686,537,1,'326-17'),(687,538,1,'325-17'),(688,539,1,'345-17'),(689,540,1,'344-17'),(690,541,1,'343-17'),(691,542,1,'342-17'),(692,543,1,'341-17'),(693,544,1,'340-17'),(694,545,1,'338-17'),(695,546,1,'339-17'),(696,547,1,'337-17'),(697,548,1,'336-17'),(698,549,1,'334-17'),(699,550,1,'335-17'),(700,551,1,'333-17'),(701,552,1,'332-17'),(702,553,1,'331-17'),(703,554,1,'330-17'),(704,555,1,'352-17'),(705,556,1,'351-17'),(706,557,1,'350-17'),(707,558,1,'309-17'),(708,559,1,'308-17'),(709,560,1,'307-17'),(710,561,1,'306-17'),(711,562,1,'305-17'),(712,563,1,'304-17'),(713,564,1,'303-17'),(714,565,1,'302-17'),(715,566,1,'301-17'),(716,567,1,'300-17'),(717,568,1,'360-17'),(718,569,1,'359-17'),(719,570,1,'358-17'),(720,571,1,'357-17'),(721,572,1,'364-17'),(722,573,1,'363-17'),(723,574,1,'362-17'),(724,575,1,'377-17'),(725,576,1,'376-17'),(726,577,1,'375-17'),(727,578,1,'374-17'),(728,579,1,'373-17'),(729,580,1,'372-17'),(730,581,1,'371-17'),(731,582,1,'370-17'),(732,583,1,'369-17'),(733,584,1,'368-17'),(734,585,1,'367-17'),(735,586,1,'381-17'),(736,587,1,'380-17'),(737,588,1,'379-17'),(738,589,1,'383-17'),(739,590,1,'384-17'),(740,591,1,'390-17'),(741,592,1,'389-17'),(742,593,1,'388-17'),(743,594,1,'387-17'),(744,595,1,'386-17'),(745,596,1,'13-1'),(746,597,1,'14-1'),(747,598,1,'15-1'),(748,599,1,'15-1'),(749,71,1,'15-1'),(750,600,1,'15-1'),(751,600,1,'16-1'),(752,601,1,'16-1'),(753,38,1,'16-1'),(754,39,1,'16-1'),(755,602,1,'17-1'),(756,603,1,'17-1'),(757,604,1,'17-1'),(758,605,1,'18-1'),(759,606,1,'18-1'),(760,607,1,'19-1'),(761,17,1,'19-1'),(762,608,1,'19-1'),(763,609,1,'19-1'),(764,610,1,'19-1'),(765,611,1,'19-1'),(766,612,1,'20-1'),(767,601,1,'20-1'),(768,17,1,'20-1'),(769,613,1,'1-22'),(770,17,1,'2-22'),(771,17,1,'3-22'),(772,17,1,'4-22'),(773,17,1,'5-22'),(774,17,1,'6-22'),(775,17,1,'7-22'),(776,17,1,'8-22'),(777,17,1,'9-22'),(778,17,1,'10-22'),(779,17,1,'11-22'),(780,41,1,'21-1'),(781,614,1,'21-1'),(782,602,1,'22-1'),(783,603,1,'22-1'),(784,604,1,'22-1'),(785,17,1,'23-1'),(786,17,1,'24-1'),(787,615,1,'7-13'),(788,616,1,'7-13'),(789,617,1,'7-13'),(790,17,1,'12-22'),(791,17,1,'13-22'),(792,618,1,'14-22'),(793,619,1,'15-22'),(794,620,1,'16-22'),(795,621,1,'17-22'),(796,622,1,'18-22'),(797,17,1,'19-22'),(798,623,1,'20-22'),(799,624,1,'21-22'),(800,97,1,'6-22'),(801,92,1,'4-22'),(802,113,1,'3-22'),(803,625,1,'3-22'),(804,626,1,'2-22'),(805,627,1,'42-15'),(806,628,1,'48-15'),(807,629,1,'191-15'),(808,630,1,'449-17'),(809,17,1,'22-22'),(810,631,1,'30-15'),(811,632,1,'176-15'),(812,633,1,'120-15'),(813,634,1,'6-13'),(814,73,1,'6-13'),(815,72,1,'5-13'),(816,635,1,'5-13'),(817,636,1,'5-13'),(818,637,1,'5-13'),(819,638,1,'5-13'),(820,639,1,'133-18'),(821,640,1,'4-13'),(822,641,1,'4-13'),(823,640,1,'3-13'),(824,642,1,'3-13'),(825,643,1,'3-13'),(826,644,1,'220-15'),(827,645,1,'205-15'),(828,646,1,'182-15'),(829,647,1,'102-15'),(830,646,1,'84-15'),(831,648,1,'210-15'),(832,649,1,'212-15'),(833,650,1,'214-15'),(834,651,1,'162-15'),(835,652,1,'196-15'),(836,653,1,'174-15'),(837,654,1,'216-15'),(838,655,1,'30-20'),(839,656,1,'29-20'),(840,657,1,'28-20'),(841,658,1,'27-20'),(842,659,1,'26-20'),(843,660,1,'3-24'),(844,661,1,'12-24'),(845,662,1,'14-24'),(846,663,1,'15-24'),(847,664,1,'26-24'),(848,17,1,'23-22'),(849,97,1,'24-22'),(850,113,1,'25-22'),(851,665,1,'26-22'),(852,626,1,'27-22'),(853,666,1,'28-22'),(854,17,1,'29-22'),(855,667,1,'30-22'),(856,625,1,'30-22'),(857,668,1,'31-22'),(858,625,1,'31-22'),(859,669,1,'32-22'),(860,625,1,'32-22'),(861,670,1,'33-22'),(862,92,1,'34-22'),(863,359,1,'35-22'),(864,100,1,'36-22'),(865,110,1,'37-22'),(866,92,1,'38-22'),(867,671,1,'2-13'),(868,17,1,'2-13'),(869,672,1,'2-13'),(870,673,1,'1-13'),(871,674,1,'1-13'),(872,675,1,'1-13'),(873,676,1,'41-15'),(874,677,1,'40-15'),(875,678,1,'39-15'),(876,679,1,'47-15'),(877,680,1,'46-15'),(878,681,1,'45-15'),(879,682,1,'189-15'),(880,683,1,'188-15'),(881,684,1,'51-15'),(882,685,1,'187-15'),(883,686,1,'186-15'),(884,687,1,'54-15'),(885,688,1,'53-15'),(886,689,1,'52-15'),(887,690,1,'18-15'),(888,691,1,'7-15'),(889,692,1,'17-15'),(890,693,1,'16-15'),(891,694,1,'15-15'),(892,695,1,'14-15'),(893,696,1,'13-15'),(894,697,1,'12-15'),(895,698,1,'11-15'),(896,699,1,'10-15'),(897,700,1,'9-15'),(898,701,1,'8-15'),(899,702,1,'57-15'),(900,703,1,'190-15'),(901,704,1,'60-15'),(902,705,1,'59-15'),(903,706,1,'58-15'),(904,707,1,'66-15'),(905,708,1,'65-15'),(906,709,1,'64-15'),(907,710,1,'23-15'),(908,711,1,'29-15'),(909,712,1,'28-15'),(910,713,1,'27-15'),(911,714,1,'26-15'),(912,715,1,'25-15'),(913,716,1,'24-15'),(914,717,1,'175-15'),(915,718,1,'36-15'),(916,719,1,'35-15'),(917,720,1,'34-15'),(918,97,1,'33-15'),(919,721,1,'32-15'),(920,722,1,'31-15'),(921,723,1,'114-15'),(922,724,1,'113-15'),(923,725,1,'112-15'),(924,726,1,'194-15'),(925,727,1,'193-15'),(926,728,1,'192-15'),(927,729,1,'126-15'),(928,730,1,'125-15'),(929,731,1,'124-15'),(930,732,1,'132-15'),(931,733,1,'131-15'),(932,734,1,'130-15'),(933,735,1,'129-15'),(934,736,1,'128-15'),(935,737,1,'127-15'),(936,738,1,'138-15'),(937,739,1,'137-15'),(938,740,1,'136-15'),(939,741,1,'208-15'),(940,742,1,'207-15'),(941,743,1,'206-15'),(942,744,1,'96-15'),(943,745,1,'95-15'),(944,746,1,'83-15'),(945,747,1,'82-15'),(946,748,1,'181-15'),(947,749,1,'180-15'),(948,32,1,'5-14'),(949,750,1,'5-14'),(950,751,1,'215-15'),(951,72,1,'25-1'),(952,752,1,'25-1'),(953,17,1,'25-1'),(954,753,1,'25-1'),(955,754,1,'25-1'),(956,755,1,'25-1'),(957,756,1,'226-15'),(958,757,1,'227-15'),(959,758,1,'228-15'),(960,759,1,'229-15'),(961,760,1,'230-15'),(962,761,1,'231-15'),(963,762,1,'232-15'),(964,763,1,'233-15'),(965,764,1,'234-15'),(966,765,1,'235-15'),(967,766,1,'236-15'),(968,767,1,'237-15'),(969,768,1,'11-21'),(970,769,1,'10-21'),(971,770,1,'213-15'),(972,771,1,'197-15'),(973,772,1,'161-15'),(974,773,1,'160-15'),(975,774,1,'195-15'),(976,775,1,'168-15'),(977,776,1,'167-15'),(978,777,1,'166-15'),(979,778,1,'204-15'),(980,779,1,'203-15'),(981,780,1,'119-15'),(982,781,1,'118-15'),(983,782,1,'211-15'),(984,783,1,'202-15'),(985,784,1,'201-15'),(986,785,1,'199-15'),(987,786,1,'173-15'),(988,787,1,'198-15'),(989,788,1,'200-15'),(990,789,1,'217-15'),(991,790,1,'219-15'),(992,791,1,'218-15'),(993,792,1,'101-15'),(994,793,1,'209-15'),(995,794,1,'77-15'),(996,795,1,'76-15'),(997,796,1,'78-15'),(998,797,1,'184-15'),(999,798,1,'184-15'),(1000,797,1,'183-15'),(1001,798,1,'183-15'),(1002,797,1,'185-15'),(1003,798,1,'185-15'),(1004,799,1,'221-15'),(1005,800,1,'222-15'); /*!40000 ALTER TABLE `dh_keyword_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_lamps` -- DROP TABLE IF EXISTS `dh_lamps`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_lamps` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` varchar(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` mediumtext NOT NULL, `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=218 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_lamps` -- LOCK TABLES `dh_lamps` WRITE; /*!40000 ALTER TABLE `dh_lamps` DISABLE KEYS */; INSERT INTO `dh_lamps` VALUES (1,131,0,'A-234HGD-612','','','A-234HGD-612','3 2×1 95MM YELLOW GREEN RECTANGULAR LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=1',0,99,1,0,'dhadmin',1392632352,1407811633),(2,131,0,'A-234H1B26C-612','','','A-234H1B26C-612','3 2×1 95MM BLUE RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=2',0,99,1,0,'dhadmin',1392632352,1407473741),(3,131,0,'A-234HGD-622','','','A-234HGD-622','3 2×1 95MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=3',0,99,1,0,'dhadmin',1392632352,1407473710),(4,131,0,'A-234HGD','','','A-234HGD','2 8×1 8MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=4',0,99,1,0,'dhadmin',1392632352,1407473682),(5,131,0,'A-234HYD-612','','','A-234HYD-612','3 2×1 95MM YELLOW RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=5',0,99,1,0,'dhadmin',1392632352,1407473635),(6,131,0,'A-234H4A4C-604','','','A-234H4A4C-604','2 8×1 8MM AMBLER RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=6',0,99,1,0,'dhadmin',1392632352,1407473608),(7,131,0,'A-234S1R33C-604','','','A-234S1R33C-604','2 8×1 8MM SUPER RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=7',0,99,1,0,'dhadmin',1392632352,1407473565),(8,131,0,'A-234SAC-612','','','A-234SAC-612','3 2×1 95MM RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=8',0,99,1,0,'dhadmin',1392632352,1407470738),(9,131,0,'A-234SAD-612','','','A-234SAD-612','3 2×1 95MM RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=9',0,99,1,0,'dhadmin',1392632352,1407470690),(10,131,0,'A-234H7W52C-612','','','A-234H7W52C-612','3 2×1 95MM WHITE RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=10',0,99,1,0,'dhadmin',1392632352,1407470649),(11,131,0,'A-234S1W26C-604','','http://www.topliteusa.com/uploadfile/2014/0313/20140313023634461.png','A-234S1W26C-604','2 8×1 8MM WHITE RECTANGULAR LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=11',0,99,1,0,'dhadmin',1392632352,1407470611),(12,133,0,'A-254BH4W26W','','','A-254BH4W26W','5×2MM WHITE RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=12',0,99,1,0,'dhadmin',1392632505,1407474327),(13,133,0,'A-254H2B26C','','','A-254H2B26C','5×1 98MM BLUE RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=13',0,99,1,0,'dhadmin',1392632505,1407474301),(14,133,0,'A-254H2G29D','','','A-254H2G29D','5×1 98MM PURE GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=14',0,99,1,0,'dhadmin',1392632505,1407474274),(15,133,0,'A-254BHGD','','','A-254BHGD','5×2MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=15',0,99,1,0,'dhadmin',1392632505,1407474247),(16,133,0,'A-254HGD','','','A-254HGD','5×1 98MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=16',0,99,1,0,'dhadmin',1392632505,1407474214),(17,133,0,'A-254SYGC','','','A-254SYGC','5×1 98MM YELLOW YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=17',0,99,1,0,'dhadmin',1392632505,1407474182),(18,133,0,'A-254H1Y6T','','','A-254H1Y6T','5×1 98MM YELLOW RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=18',0,99,1,0,'dhadmin',1392632505,1407474128),(19,133,0,'A-254SYD','','','A-254SYD','5×1 98MM YELLOW RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=19',0,99,1,0,'dhadmin',1392632505,1407474101),(20,133,0,'A-254L3R45D','','','A-254L3R45D','5×1 98MM SUPER RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=20',0,99,1,0,'dhadmin',1392632505,1407474072),(21,133,0,'A-254SAD','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021114844.png','A-254SAD','5×1 98MM RED RECTANGULAR LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=21',0,99,1,0,'dhadmin',1392632505,1407474037),(22,136,0,'A-734HGD','','','A-734HGD','6 8×2 3MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=136&id=22',0,99,1,0,'dhadmin',1392632577,1407475026),(23,136,0,'A-734HYD','','','A-734HYD','6 8×2 3MM YELLOW RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=136&id=23',0,99,1,0,'dhadmin',1392632577,1407474997),(24,136,0,'A-734H1A1D','','','A-734H1A1D','6 8×2 3MM AMBER RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=136&id=24',0,99,1,0,'dhadmin',1392632577,1407474971),(25,136,0,'A-734SAD','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021701932.png','A-734SAD','6 8×2 3MM RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=136&id=25',0,99,1,0,'dhadmin',1392632577,1407474943),(26,132,0,'A-244H1B26C-611','','','A-244H1B26C-611','4 1×2 1MM BLUE RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=26',0,99,1,0,'dhadmin',1392632598,1407473992),(27,132,0,'A-244HGD-611','','','A-244HGD-611','4 1×2 1MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=27',0,99,1,0,'dhadmin',1392632598,1407473967),(28,132,0,'A-244HGD-630','','','A-244HGD-630','4×2 05MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=28',0,99,1,0,'dhadmin',1392632598,1407473937),(29,132,0,'A-244HYD-611','','','A-244HYD-611','4 1×2 1MM YELLOW RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=29',0,99,1,0,'dhadmin',1392632598,1407473905),(30,132,0,'A-244SAD-630','','','A-244SAD-630','4×2 05MM RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=30',0,99,1,0,'dhadmin',1392632598,1407473870),(31,132,0,'A-244SAD','','','A-244SAD','4 1×2 1MM RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=31',0,99,1,0,'dhadmin',1392632598,1407473842),(32,132,0,'A-244H5W26W-630','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021743243.png','A-244H5W26W-630','4×2 05MM WHITE RECTANGULAR LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=32',0,99,1,0,'dhadmin',1392632598,1407473813),(33,134,0,'A-359HGD','','','A-359HGD','5×2 5MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=134&id=33',0,99,1,0,'dhadmin',1392632649,1407474411),(34,134,0,'A-359HYD','','','A-359HYD','5×2 5MM YELLOW RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=134&id=34',0,99,1,0,'dhadmin',1392632649,1407474386),(35,134,0,'A-359SAD','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021640173.png','A-359SAD','5×2 5MM RED RECTANGULAR LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=134&id=35',0,99,1,0,'dhadmin',1392632649,1407474360),(36,125,0,'A-304S1B54C','','','A-304S1B54C','Ф3MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=36',0,99,1,0,'dhadmin',1392632998,1407464802),(37,125,0,'A-304H1B26W','','','A-304H1B26W','Ф3MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=37',0,99,1,0,'dhadmin',1392632998,1407464833),(38,125,0,'A-304BS6W26C','','','A-304BS6W26C','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=38',0,99,1,0,'dhadmin',1392632998,1407464862),(39,125,0,'A-304BU11W51C','','','A-304BU11W51C','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=39',0,99,1,0,'dhadmin',1392632998,1407464917),(40,125,0,'A-304H9W58W','','','A-304H9W58W','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=40',0,99,1,0,'dhadmin',1392632998,1407464946),(41,125,0,'A-304S1W26C-709','','','A-304S1W26C-709','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=41',0,99,1,0,'dhadmin',1392632998,1407464976),(42,125,0,'A-304S3W28C-1','','','A-304S3W28C-1','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=42',0,99,1,0,'dhadmin',1392632998,1407465012),(43,125,0,'A-304S3W28C-1-Z','','','A-304S3W28C-1-Z','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=43',0,99,1,0,'dhadmin',1392632998,1407465045),(44,125,0,'A-304S5W26C','','','A-304S5W26C','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=44',0,99,1,0,'dhadmin',1392632998,1407465087),(45,125,0,'A-304S5W26C-Z','','','A-304S5W26C-Z','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=45',0,99,1,0,'dhadmin',1392632998,1407464770),(46,125,0,'A-304S5W28C-340','','','A-304S5W28C-340','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=46',0,99,1,0,'dhadmin',1392632998,1407464742),(47,125,0,'A-304S7W58C','','','A-304S7W58C','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=47',0,99,1,0,'dhadmin',1392632998,1407464254),(48,125,0,'A-304U11W42C','','','A-304U11W42C','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=48',0,99,1,0,'dhadmin',1392632998,1407464206),(49,125,0,'A-304S3B49C','','','A-304S3B49C','Ф3MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=49',0,99,1,0,'dhadmin',1392632998,1407463770),(50,125,0,'A-304S8G36C','','','A-304S8G36C','Ф3MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=50',0,99,1,0,'dhadmin',1392632998,1407463732),(51,125,0,'A-304U13G28C','','','A-304U13G28C','Ф3MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=51',0,99,1,0,'dhadmin',1392632998,1407463704),(52,125,0,'A-302L4GD','','','A-302L4GD','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=52',0,99,1,0,'dhadmin',1392632998,1407463671),(53,125,0,'A-304BHGD','','','A-304BHGD','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=53',0,99,1,0,'dhadmin',1392632998,1407463636),(54,125,0,'A-304BHYD-H260B','','','A-304BHYD-H260B','Ф3MM YELLOW GREEN 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=54',0,99,1,0,'dhadmin',1392632998,1407463601),(55,125,0,'A-304BHGD-H302E','','','A-304BHGD-H302E','Ф3MM YELLOW GREEN 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=55',0,99,1,0,'dhadmin',1392632998,1407463452),(56,125,0,'A-304BHGD-HC2-0007','','','A-304BHGD-HC2-0007','Ф3MM YELLOW GREEN 2PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=56',0,99,1,0,'dhadmin',1392632998,1407463420),(57,125,0,'A-304BHGT-340-1','','','A-304BHGT-340-1','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=57',0,99,1,0,'dhadmin',1392632998,1407463390),(58,125,0,'A-304BYGD-H302B','','','A-304BYGD-H302B','Ф3MM YELLOW GREEN 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=58',0,99,1,0,'dhadmin',1392632998,1407463354),(59,125,0,'A-304BYGD-H307A','','','A-304BYGD-H307A','Ф3MM YELLOW GREEN 2PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=59',0,99,1,0,'dhadmin',1392632998,1407463322),(60,125,0,'A-304HGC','','','A-304HGC','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=60',0,99,1,0,'dhadmin',1392632998,1407463290),(61,125,0,'A-304HGD','','','A-304HGD','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=61',0,99,1,0,'dhadmin',1392632998,1407463256),(62,125,0,'A-304HGT','','','A-304HGT','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=62',0,99,1,0,'dhadmin',1392632998,1407463223),(63,125,0,'A-304SYGD','','','A-304SYGD','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=63',0,99,1,0,'dhadmin',1392632998,1407463193),(64,125,0,'A-302UYC-F1','','','A-302UYC-F1','Ф3MM YELLOW CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=64',0,99,1,0,'dhadmin',1392632998,1407463160),(65,125,0,'A-304BHYD-H260B','','','A-304BHYD-H260B','Ф3MM YELLOW 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=65',0,99,1,0,'dhadmin',1392632998,1407463127),(66,125,0,'A-304BHYT-340-1','','','A-304BHYT-340-1','Ф3MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=66',0,99,1,0,'dhadmin',1392632998,1407463074),(67,125,0,'A-304H9Y9D','','','A-304H9Y9D','Ф3MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=67',0,99,1,0,'dhadmin',1392632998,1407463028),(68,125,0,'A-304HYD-1','','','A-304HYD-1','Ф3MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=68',0,99,1,0,'dhadmin',1392632998,1407462994),(69,125,0,'A-304HYD','','','A-304HYD','Ф3MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=69',0,99,1,0,'dhadmin',1392632998,1407462949),(70,125,0,'A-304HYT-1','','','A-304HYT-1','Ф3MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=70',0,99,1,0,'dhadmin',1392632998,1407462914),(71,125,0,'A-304S3Y6C','','','A-304S3Y6C','Ф3MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=71',0,99,1,0,'dhadmin',1392632998,1407462880),(72,125,0,'A-304BH2A1D','','','A-304BH2A1D','Ф3MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=72',0,99,1,0,'dhadmin',1392632998,1407462842),(73,125,0,'A-304BH2A1W','','','A-304BH2A1W','Ф3MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=73',0,99,1,0,'dhadmin',1392632998,1407462801),(74,125,0,'A-304H3A1D','','','A-304H3A1D','Ф3MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=74',0,99,1,0,'dhadmin',1392632998,1407462648),(75,125,0,'A-304H3A6C-308','','','A-304H3A6C-308','Ф3MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=75',0,99,1,0,'dhadmin',1392632998,1407461890),(76,125,0,'A-304HAD-709','','','A-304HAD-709','Ф3MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=76',0,99,1,0,'dhadmin',1392632998,1407461841),(77,125,0,'A-304UAC','','','A-304UAC','Ф3MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=77',0,99,1,0,'dhadmin',1392632998,1407461796),(78,125,0,'A-304S2R20C','','','A-304S2R20C','Ф3MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=78',0,99,1,0,'dhadmin',1392632998,1407461763),(79,125,0,'A-302HOC-F','','','A-302HOC-F','Ф3MM SUPER RED CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=79',0,99,1,0,'dhadmin',1392632998,1407461729),(80,125,0,'A-304BSAD','','','A-304BSAD','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=80',0,99,1,0,'dhadmin',1392632998,1407461682),(81,125,0,'A-304BSAD-H260B','','','A-304BSAD-H260B','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=81',0,99,1,0,'dhadmin',1392632998,1407461623),(82,125,0,'A-304BSAD-H302E','','','A-304BSAD-H302E','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=82',0,99,1,0,'dhadmin',1392632998,1407461524),(83,125,0,'A-304BSAT-326-H302G','','','A-304BSAT-326-H302G','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=83',0,99,1,0,'dhadmin',1392632998,1407461167),(84,125,0,'A-304H2R7D','','','A-304H2R7D','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=84',0,99,1,0,'dhadmin',1392632998,1407461119),(85,125,0,'A-304SAC','','','A-304SAC','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=85',0,99,1,0,'dhadmin',1392632998,1407461027),(86,125,0,'A-304SAD-316','','','A-304SAD-316','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=86',0,99,1,0,'dhadmin',1392632998,1407404309),(87,125,0,'A-304SAD','','','A-304SAD','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=87',0,99,1,0,'dhadmin',1392632998,1407403881),(88,125,0,'A-304SAT-308','','','A-304SAT-308','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=88',0,99,1,0,'dhadmin',1392632998,1407071174),(89,125,0,'A-304SAT','','','A-304SAT','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=89',0,99,1,0,'dhadmin',1392632998,1407403755),(90,125,0,'A-309YGW-CA','','','A-309YGW-CA','Ф3MM YELLOW YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=90',0,99,1,0,'dhadmin',1392632998,1407403709),(91,125,0,'A-309YGW-CC-W','','','A-309YGW-CC-W','Ф3MM YELLOW YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=91',0,99,1,0,'dhadmin',1392632998,1407403674),(92,125,0,'A-309EGW-CC','','','A-309EGW-CC','Ф3MM SUPER RED YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=92',0,99,1,0,'dhadmin',1392632998,1407403649),(93,125,0,'A-309EGW-CA','','','A-309EGW-CA','Ф3MM SUPER RED YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=93',0,99,1,0,'dhadmin',1392632998,1407403614),(94,125,0,'A-304BSAT-H302G','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021723650.png','A-304BSAT-H302G','Ф3MM RED 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=94',0,99,1,0,'dhadmin',1392632998,1407403576),(95,126,0,'A-518L1P2C','','','A-518L1P2C','Ф4 8MM PURPLE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=95',0,99,1,0,'dhadmin',1392633076,1405919477),(96,126,0,'A-518L1P1C','','','A-518L1P1C','Ф4 8MM PURPLE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=96',0,99,1,0,'dhadmin',1392633076,1405919456),(97,126,0,'A-518H1B33C','','','A-518H1B33C','Ф4 8MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=97',0,99,1,0,'dhadmin',1392633076,1405919434),(98,126,0,'A-534H2B26C','','','A-534H2B26C','Ф4 8MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=98',0,99,1,0,'dhadmin',1392633076,1405919412),(99,126,0,'A-518H4B50C','','','A-518H4B50C','Ф4 8MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=99',0,99,1,0,'dhadmin',1392633076,1405919390),(100,126,0,'A-518S2G37C','','','A-518S2G37C','Ф4 8MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=100',0,99,1,0,'dhadmin',1392633076,1405919368),(101,126,0,'A-518H5G29C','','','A-518H5G29C','Ф4 8MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=101',0,99,1,0,'dhadmin',1392633076,1405919347),(102,126,0,'A-518H7G28C','','','A-518H7G28C','Ф4 8MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=102',0,99,1,0,'dhadmin',1392633076,1405919261),(103,126,0,'A-518S1G29C','','','A-518S1G29C','Ф4 8MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=103',0,99,1,0,'dhadmin',1392633076,1405919224),(104,126,0,'A-534S1G29C','','','A-534S1G29C','Ф4 8MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=104',0,99,1,0,'dhadmin',1392633076,1405919196),(105,126,0,'A-518H1Y20C','','','A-518H1Y20C','Ф4 8MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=105',0,99,1,0,'dhadmin',1392633076,1405919173),(106,126,0,'A-518H5Y17C','','','A-518H5Y17C','Ф4 8MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=106',0,99,1,0,'dhadmin',1392633076,1405919147),(107,126,0,'A-534H1Y20C','','','A-534H1Y20C','Ф4 8MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=107',0,99,1,0,'dhadmin',1392633076,1405919124),(108,126,0,'A-534H3Y9C','','','A-534H3Y9C','Ф4 8MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=108',0,99,1,0,'dhadmin',1392633076,1405919103),(109,126,0,'A-518H5A1C','','','A-518H5A1C','Ф4 8MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=109',0,99,1,0,'dhadmin',1392633076,1405919082),(110,126,0,'A-534H4A1C','','','A-534H4A1C','4 8MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=110',0,99,1,0,'dhadmin',1392633076,1405919059),(111,126,0,'A-518H4R4C','','','A-518H4R4C','Ф4 8MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=111',0,99,1,0,'dhadmin',1392633076,1405919034),(112,126,0,'A-518H7R37C','','','A-518H7R37C','Ф4 8MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=112',0,99,1,0,'dhadmin',1392633076,1405919007),(113,126,0,'A-518H9R33C','','','A-518H9R33C','Ф4 8MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=113',0,99,1,0,'dhadmin',1392633076,1405918938),(114,126,0,'A-518S1R33C','','','A-518S1R33C','Ф4 8MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=114',0,99,1,0,'dhadmin',1392633076,1405918902),(115,126,0,'A-534H7R17C','','','A-534H7R17C','Ф4 8MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=115',0,99,1,0,'dhadmin',1392633076,1405918881),(116,126,0,'A-534H1R20C','','','A-534H1R20C','Ф4 8MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=116',0,99,1,0,'dhadmin',1392633076,1405918856),(117,126,0,'A-534SAC','','','A-534SAC','Ф4 8MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=117',0,99,1,0,'dhadmin',1392633076,1405918833),(118,126,0,'A-518S1W42C','','','A-518S1W42C','Ф4 8MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=118',0,99,1,0,'dhadmin',1392633076,1405918747),(119,126,0,'A-534H5W7C-Z','','','A-534H5W7C-Z','Ф4 8MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=119',0,99,1,0,'dhadmin',1392633076,1405918724),(120,126,0,'A-534H7W26C-Z','','','A-534H7W26C-Z','Ф4 8MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=120',0,99,1,0,'dhadmin',1392633076,1405918691),(121,126,0,'A-534S1W26C','','','A-534S1W26C','Ф4 8MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=121',0,99,1,0,'dhadmin',1392633076,1405918661),(122,126,0,'A-534S1W37C','','','A-534S1W37C','Ф4 9MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=122',0,99,1,0,'dhadmin',1392633076,1405918618),(123,126,0,'A-534S1W37C-Z','','http://www.topliteusa.com/uploadfile/2014/0826/20140826063429264.png','A-534S1W37C-Z','Ф4 9MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=123',0,99,1,0,'dhadmin',1392633076,1409049273),(124,127,0,'A-503BS7W37C-1','','','A-503BS7W37C-1','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=124',0,99,1,0,'dhadmin',1392633130,1407416311),(125,127,0,'A-503BU32W37C','','','A-503BU32W37C','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=125',0,99,1,0,'dhadmin',1392633130,1407416288),(126,127,0,'A-503H6W26C-707-Z','','','A-503H6W26C-707-Z','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=126',0,99,1,0,'dhadmin',1392633130,1407416263),(127,127,0,'A-503S1W28C-F','','','A-503S1W28C-F','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=127',0,99,1,0,'dhadmin',1392633130,1407416237),(128,127,0,'A-503S1W28C-F-Z','','','A-503S1W28C-F-Z','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=128',0,99,1,0,'dhadmin',1392633130,1407416212),(129,127,0,'A-503S1W37C-707-Z','','','A-503S1W37C-707-Z','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=129',0,99,1,0,'dhadmin',1392633130,1407416191),(130,127,0,'A-503S2W42C-1.3-T','','','A-503S2W42C-1 3-T','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=130',0,99,1,0,'dhadmin',1392633130,1407416166),(131,127,0,'A-503S4W28C-1.3','','','A-503S4W28C-1 3','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=131',0,99,1,0,'dhadmin',1392633130,1407416140),(132,127,0,'A-503S5W42C-1','','','A-503S5W42C-1','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=132',0,99,1,0,'dhadmin',1392633130,1407416112),(133,127,0,'A-503S6W31C-Z-2.6','','','A-503S6W31C-Z-2 6','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=133',0,99,1,0,'dhadmin',1392633130,1407416088),(134,127,0,'A-503S7W44C-1','','','A-503S7W44C-1','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=134',0,99,1,0,'dhadmin',1392633130,1407416065),(135,127,0,'A-503S9W26C-2.6','','','A-503S9W26C-2 6','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=135',0,99,1,0,'dhadmin',1392633130,1407416041),(136,127,0,'A-503U11W26C-2.6-T','','','A-503U11W26C-2 6-T','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=136',0,99,1,0,'dhadmin',1392633130,1407416019),(137,127,0,'A-503U11W32C','','','A-503U11W32C','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=137',0,99,1,0,'dhadmin',1392633130,1407415996),(138,127,0,'A-503U11W41C-1','','','A-503U11W41C-1','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=138',0,99,1,0,'dhadmin',1392633130,1407415966),(139,127,0,'A-503U18W41C-2.6','','','A-503U18W41C-2 6','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=139',0,99,1,0,'dhadmin',1392633130,1407415943),(140,127,0,'A-503U18W42C-Z','','','A-503U18W42C-Z','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=140',0,99,1,0,'dhadmin',1392633130,1407415921),(141,127,0,'A-503U19W34C','','','A-503U19W34C','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=141',0,99,1,0,'dhadmin',1392633130,1405922150),(142,127,0,'A-503U22W28C-Z','','','A-503U22W28C-Z','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=142',0,99,1,0,'dhadmin',1392633130,1407415892),(143,127,0,'A-503U28W37C','','','A-503U28W37C','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=143',0,99,1,0,'dhadmin',1392633130,1407415869),(144,127,0,'A-503ZU20W26C','','','A-503ZU20W26C','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=144',0,99,1,0,'dhadmin',1392633130,1407415840),(145,127,0,'A-503ZU34W37C-T','','','A-503ZU34W37C-T','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=145',0,99,1,0,'dhadmin',1392633130,1407415810),(146,127,0,'A-503L6B26W','','','A-503L6B26W','Ф5MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=146',0,99,1,0,'dhadmin',1392633130,1407415787),(147,127,0,'A-503S1B26C-1','','','A-503S1B26C-1','Ф5MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=147',0,99,1,0,'dhadmin',1392633130,1407415765),(148,127,0,'A-503S2B26C-2.6','','','A-503S2B26C-2 6','Ф5MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=148',0,99,1,0,'dhadmin',1392633130,1407415744),(149,127,0,'A-503S3B26C','','','A-503S3B26C','Ф5MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=149',0,99,1,0,'dhadmin',1392633130,1407415721),(150,127,0,'A-503H7G29D-067','','','A-503H7G29D-067','5×3 6MM YELLOW GREEN OVAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=150',0,99,1,0,'dhadmin',1392633130,1407415697),(151,127,0,'A-503S4G29C-067','','','A-503S4G29C-067','5×3 6MM PURE GREEN OVAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=151',0,99,1,0,'dhadmin',1392633130,1407415670),(152,127,0,'A-503U13G27C','','','A-503U13G27C','Ф5MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=152',0,99,1,0,'dhadmin',1392633130,1407415640),(153,127,0,'A-503U15G27C-2.6','','','A-503U15G27C-2 6','Ф5MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=153',0,99,1,0,'dhadmin',1392633130,1407415371),(154,127,0,'A-503U20G28C','','','A-503U20G28C','Ф5MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=154',0,99,1,0,'dhadmin',1392633130,1407415349),(155,127,0,'A-506S4G29C','','','A-506S4G29C','5 7×4 7MM PURE GREEN OVAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=155',0,99,1,0,'dhadmin',1392633130,1407415324),(156,127,0,'A-503S1YG1C','','','A-503S1YG1C','Ф5MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=156',0,99,1,0,'dhadmin',1392633130,1407415298),(157,127,0,'A-503HGC','','','A-503HGC','Ф5MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=157',0,99,1,0,'dhadmin',1392633130,1407415273),(158,127,0,'A-503HGD','','','A-503HGD','Ф5MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=158',0,99,1,0,'dhadmin',1392633130,1407415251),(159,127,0,'A-503HGT','','','A-503HGT','Ф5MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=159',0,99,1,0,'dhadmin',1392633130,1407415228),(160,127,0,'A-503S1YG1C-2.6','','','A-503S1YG1C-2 6','Ф5MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=160',0,99,1,0,'dhadmin',1392633130,1407415206),(161,127,0,'A-503H3Y6C-F','','','A-503H3Y6C-F','Ф5MM YELLOW CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=161',0,99,1,0,'dhadmin',1392633130,1407415182),(162,127,0,'A-503H5Y27W-2.6','','','A-503H5Y27W-2 6','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=162',0,99,1,0,'dhadmin',1392633130,1407415147),(163,127,0,'A-503H7Y9C-F','','','A-503H7Y9C-F','Ф5MM YELLOW CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=163',0,99,1,0,'dhadmin',1392633130,1407415124),(164,127,0,'A-503HYC','','','A-503HYC','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=164',0,99,1,0,'dhadmin',1392633130,1407415095),(165,127,0,'A-503HYD','','','A-503HYD','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=165',0,99,1,0,'dhadmin',1392633130,1407415072),(166,127,0,'A-503HYT','','','A-503HYT','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=166',0,99,1,0,'dhadmin',1392633130,1407415049),(167,127,0,'A-503S2Y9C-1','','','A-503S2Y9C-1','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=167',0,99,1,0,'dhadmin',1392633130,1407415017),(168,127,0,'A-503S3Y9C-2.6','','','A-503S3Y9C-2 6','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=168',0,99,1,0,'dhadmin',1392633130,1407414993),(169,127,0,'A-503S4Y31C-2.6','','','A-503S4Y31C-2 6','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=169',0,99,1,0,'dhadmin',1392633130,1407414970),(170,127,0,'A-503S6Y31C','','','A-503S6Y31C','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=170',0,99,1,0,'dhadmin',1392633130,1407414945),(171,127,0,'A-503S1A1C-2.6','','','A-503S1A1C-2 6','Ф5MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=171',0,99,1,0,'dhadmin',1392633130,1407414918),(172,127,0,'A-503S3A1C','','','A-503S3A1C','Ф5MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=172',0,99,1,0,'dhadmin',1392633130,1407414893),(173,127,0,'A-503H9R33D-067','','','A-503H9R33D-067','5×3 6MM SUPER RED OVAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=173',0,99,1,0,'dhadmin',1392633130,1407414845),(174,127,0,'A-503S2R4C-2.6','','','A-503S2R4C-2 6','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=174',0,99,1,0,'dhadmin',1392633130,1407414819),(175,127,0,'A-503S2R33C-1','','','A-503S2R33C-1','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=175',0,99,1,0,'dhadmin',1392633130,1407414794),(176,127,0,'A-503S4R33C-067','','','A-503S4R33C-067','5×3 6MM SUPER RED OVAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=176',0,99,1,0,'dhadmin',1392633130,1407414765),(177,127,0,'A-503S5R17C-1','','','A-503S5R17C-1','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=177',0,99,1,0,'dhadmin',1392633130,1407414737),(178,127,0,'A-503S5R32C','','','A-503S5R32C','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=178',0,99,1,0,'dhadmin',1392633130,1407414713),(179,127,0,'A-503S7R17C-2.3','','','A-503S7R17C-2 3','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=179',0,99,1,0,'dhadmin',1392633130,1407414692),(180,127,0,'A-503H2R20C-F','','','A-503H2R20C-F','Ф5MM SUPER RED CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=180',0,99,1,0,'dhadmin',1392633130,1407414669),(181,127,0,'A-503H4R20C-1','','','A-503H4R20C-1','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=181',0,99,1,0,'dhadmin',1392633130,1407414647),(182,127,0,'A-503H1R4D-701','','','A-503H1R4D-701','Ф5MM SUPER RED CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=182',0,99,1,0,'dhadmin',1392633130,1407414618),(183,127,0,'A-503S5R33C-2.6','','','A-503S5R33C-2 6','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=183',0,99,1,0,'dhadmin',1392633130,1407414595),(184,127,0,'A-503U12R33C','','','A-503U12R33C','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=184',0,99,1,0,'dhadmin',1392633130,1407414569),(185,127,0,'A-503U18R40C','','','A-503U18R40C','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=185',0,99,1,0,'dhadmin',1392633130,1407414544),(186,127,0,'A-506H4R4W','','','A-506H4R4W','5 7×4 7MM SUPER RED OVAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=186',0,99,1,0,'dhadmin',1392633130,1407414515),(187,127,0,'A-503H1R7D','','','A-503H1R7D','Ф5MM SUPER RED 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=187',0,99,1,0,'dhadmin',1392633130,1407414481),(188,127,0,'A-503H4R7T-513','','','A-503H4R7T-513','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=188',0,99,1,0,'dhadmin',1392633130,1407414459),(189,127,0,'A-503H7R7C-513','','','A-503H7R7C-513','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=189',0,99,1,0,'dhadmin',1392633130,1407414435),(190,127,0,'A-503H7R7W','','','A-503H7R7W','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=190',0,99,1,0,'dhadmin',1392633130,1407414411),(191,127,0,'A-503SRC','','','A-503SRC','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=191',0,99,1,0,'dhadmin',1392633130,1407414369),(192,127,0,'A-503BSAD-EH-01','','','A-503BSAD-EH-01','Ф5MM RED 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=192',0,99,1,0,'dhadmin',1392633130,1407414343),(193,127,0,'A-503SAC','','','A-503SAC','Ф5MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=193',0,99,1,0,'dhadmin',1392633130,1407414318),(194,127,0,'A-503SAD-067','','','A-503SAD-067','Ф5MM RED CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=194',0,99,1,0,'dhadmin',1392633130,1407414292),(195,127,0,'A-503SAD-509','','','A-503SAD-509','Ф5MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=195',0,99,1,0,'dhadmin',1392633130,1407414263),(196,127,0,'A-503SAD','','','A-503SAD','Ф5MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=196',0,99,1,0,'dhadmin',1392633130,1407414239),(197,127,0,'A-503SAT','','','A-503SAT','Ф5MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=197',0,99,1,0,'dhadmin',1392633130,1407414213),(198,127,0,'A-508EGW','','','A-508EGW','Ф5MM SUPER RED YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=198',0,99,1,0,'dhadmin',1392633130,1407414183),(199,127,0,'A-509EGW-CA','','','A-509EGW-CA','Ф5MM SUPER RED YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=199',0,99,1,0,'dhadmin',1392633130,1407414159),(200,127,0,'A-509EGW-CC','','','A-509EGW-CC','Ф5MM SUPER RED YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=200',0,99,1,0,'dhadmin',1392633130,1407414136),(201,127,0,'A-509EGW-ECA-GCC','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021804479.png','A-509EGW-ECA-GCC','Ф5MM RED YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=201',0,99,1,0,'dhadmin',1392633130,1405919529),(202,128,0,'A-803HG2D','','','A-803HG2D','Ф8MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=128&id=202',0,99,1,0,'dhadmin',1392633644,1407416552),(203,128,0,'A-803HGC','','','A-803HGC','Ф8MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=128&id=203',0,99,1,0,'dhadmin',1392633644,1407416532),(204,128,0,'A-803HAC','','','A-803HAC','Ф8MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=128&id=204',0,99,1,0,'dhadmin',1392633644,1407416511),(205,128,0,'A-803SA2D','','','A-803SA2D','Ф8MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=128&id=205',0,99,1,0,'dhadmin',1392633644,1407416488),(206,128,0,'A-803U10W26C','','','A-803U10W26C','Ф8MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=128&id=206',0,99,1,0,'dhadmin',1392633644,1407416465),(207,128,0,'A-803U12W34C','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021828218.png','A-803U12W34C','Ф8MM WHITE ROUND LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=128&id=207',0,99,1,0,'dhadmin',1392633644,1407416434),(208,129,0,'A-1003U10W26C','','','A-1003U10W26C','Ф10MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=129&id=208',0,99,1,0,'dhadmin',1392633671,1407416601),(209,129,0,'A-1003S9W25C','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021849297.png','A-1003S9W25C','Ф10MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=129&id=209',0,99,1,0,'dhadmin',1392633671,1407416579),(210,138,0,'A-104H3B26C','','','A-104H3B26C','Ф2MM BLUE TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=210',0,99,1,0,'dhadmin',1392634061,1405922895),(211,138,0,'A-104S2G2C','','','A-104S2G2C','Ф2MM PURE GREEN TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=211',0,99,1,0,'dhadmin',1392634061,1405922874),(212,138,0,'A-104HGC','','','A-104HGC','Ф2MM YELLOW GREEN TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=212',0,99,1,0,'dhadmin',1392634061,1405922852),(213,138,0,'A-104SYGC','','','A-104SYGC','Ф2MM YELLOW GREEN TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=213',0,99,1,0,'dhadmin',1392634061,1405922832),(214,138,0,'A-104PRC','','','A-104PRC','Ф2MM RED TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=214',0,99,1,0,'dhadmin',1392634061,1405922811),(215,138,0,'A-104SAC','','','A-104SAC','Ф2MM RED TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=215',0,99,1,0,'dhadmin',1392634061,1407476924),(216,138,0,'A-104SAD','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021913828.png','A-104SAD','Ф2MM RED TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=216',0,99,1,0,'dhadmin',1392634061,1405922766),(217,139,0,'A-204SAD-P','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021932583.png','A-204SAD-P','Ф2 1MM RED TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=139&id=217',0,99,1,0,'dhadmin',1392634152,1405922926); /*!40000 ALTER TABLE `dh_lamps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_lamps1` -- DROP TABLE IF EXISTS `dh_lamps1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_lamps1` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` varchar(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` mediumtext NOT NULL, `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=218 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_lamps1` -- LOCK TABLES `dh_lamps1` WRITE; /*!40000 ALTER TABLE `dh_lamps1` DISABLE KEYS */; INSERT INTO `dh_lamps1` VALUES (1,131,0,'A-234HGD-612','','','A-234HGD-612','3 2×1 95MM YELLOW GREEN RECTANGULAR LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=1',0,99,1,0,'dhadmin',1392632352,1405264727),(2,131,0,'A-234H1B26C-612','','','A-234H1B26C-612','3 2×1 95MM BLUE RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=2',0,99,1,0,'dhadmin',1392632352,1405264702),(3,131,0,'A-234HGD-622','','','A-234HGD-622','3 2×1 95MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=3',0,99,1,0,'dhadmin',1392632352,1405264672),(4,131,0,'A-234HGD','','','A-234HGD','2 8×1 8MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=4',0,99,1,0,'dhadmin',1392632352,1405264625),(5,131,0,'A-234HYD-612','','','A-234HYD-612','3 2×1 95MM YELLOW RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=5',0,99,1,0,'dhadmin',1392632352,1405264582),(6,131,0,'A-234H4A4C-604','','','A-234H4A4C-604','2 8×1 8MM AMBLER RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=6',0,99,1,0,'dhadmin',1392632352,1405264557),(7,131,0,'A-234S1R33C-604','','','A-234S1R33C-604','2 8×1 8MM SUPER RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=7',0,99,1,0,'dhadmin',1392632352,1405264515),(8,131,0,'A-234SAC-612','','','A-234SAC-612','3 2×1 95MM RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=8',0,99,1,0,'dhadmin',1392632352,1405264527),(9,131,0,'A-234SAD-612','','','A-234SAD-612','3 2×1 95MM RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=9',0,99,1,0,'dhadmin',1392632352,1405264462),(10,131,0,'A-234H7W52C-612','','','A-234H7W52C-612','3 2×1 95MM WHITE RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=10',0,99,1,0,'dhadmin',1392632352,1405264425),(11,131,0,'A-234S1W26C-604','','http://www.topliteusa.com/uploadfile/2014/0313/20140313023634461.png','A-234S1W26C-604','2 8×1 8MM WHITE RECTANGULAR LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=131&id=11',0,99,1,0,'dhadmin',1392632352,1405264777),(12,133,0,'A-254BH4W26W','','','A-254BH4W26W','5×2MM WHITE RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=12',0,99,1,0,'dhadmin',1392632505,1405265749),(13,133,0,'A-254H2B26C','','','A-254H2B26C','5×1 98MM BLUE RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=13',0,99,1,0,'dhadmin',1392632505,1405265714),(14,133,0,'A-254H2G29D','','','A-254H2G29D','5×1 98MM PURE GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=14',0,99,1,0,'dhadmin',1392632505,1405265668),(15,133,0,'A-254BHGD','','','A-254BHGD','5×2MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=15',0,99,1,0,'dhadmin',1392632505,1405265643),(16,133,0,'A-254HGD','','','A-254HGD','5×1 98MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=16',0,99,1,0,'dhadmin',1392632505,1405265606),(17,133,0,'A-254SYGC','','','A-254SYGC','5×1 98MM YELLOW YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=17',0,99,1,0,'dhadmin',1392632505,1405265583),(18,133,0,'A-254H1Y6T','','','A-254H1Y6T','5×1 98MM YELLOW RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=18',0,99,1,0,'dhadmin',1392632505,1405265558),(19,133,0,'A-254SYD','','','A-254SYD','5×1 98MM YELLOW RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=19',0,99,1,0,'dhadmin',1392632505,1405265520),(20,133,0,'A-254L3R45D','','','A-254L3R45D','5×1 98MM SUPER RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=20',0,99,1,0,'dhadmin',1392632505,1405265388),(21,133,0,'A-254SAD','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021114844.png','A-254SAD','5×1 98MM RED RECTANGULAR LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=133&id=21',0,99,1,0,'dhadmin',1392632505,1405265358),(22,136,0,'A-734HGD','','','A-734HGD','6 8×2 3MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=136&id=22',0,99,1,0,'dhadmin',1392632577,1405265975),(23,136,0,'A-734HYD','','','A-734HYD','6 8×2 3MM YELLOW RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=136&id=23',0,99,1,0,'dhadmin',1392632577,1405265950),(24,136,0,'A-734H1A1D','','','A-734H1A1D','6 8×2 3MM AMBER RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=136&id=24',0,99,1,0,'dhadmin',1392632577,1405265915),(25,136,0,'A-734SAD','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021701932.png','A-734SAD','6 8×2 3MM RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=136&id=25',0,99,1,0,'dhadmin',1392632577,1405265894),(26,132,0,'A-244H1B26C-611','','','A-244H1B26C-611','4 1×2 1MM BLUE RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=26',0,99,1,0,'dhadmin',1392632598,1405265322),(27,132,0,'A-244HGD-611','','','A-244HGD-611','4 1×2 1MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=27',0,99,1,0,'dhadmin',1392632598,1405265040),(28,132,0,'A-244HGD-630','','','A-244HGD-630','4×2 05MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=28',0,99,1,0,'dhadmin',1392632598,1405264961),(29,132,0,'A-244HYD-611','','','A-244HYD-611','4 1×2 1MM YELLOW RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=29',0,99,1,0,'dhadmin',1392632598,1405264928),(30,132,0,'A-244SAD-630','','','A-244SAD-630','4×2 05MM RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=30',0,99,1,0,'dhadmin',1392632598,1405264862),(31,132,0,'A-244SAD','','','A-244SAD','4 1×2 1MM RED RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=31',0,99,1,0,'dhadmin',1392632598,1405264877),(32,132,0,'A-244H5W26W-630','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021743243.png','A-244H5W26W-630','4×2 05MM WHITE RECTANGULAR LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=132&id=32',0,99,1,0,'dhadmin',1392632598,1405264798),(33,134,0,'A-359HGD','','','A-359HGD','5×2 5MM YELLOW GREEN RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=134&id=33',0,99,1,0,'dhadmin',1392632649,1405265857),(34,134,0,'A-359HYD','','','A-359HYD','5×2 5MM YELLOW RECTANGULAR LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=134&id=34',0,99,1,0,'dhadmin',1392632649,1405265821),(35,134,0,'A-359SAD','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021640173.png','A-359SAD','5×2 5MM RED RECTANGULAR LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=134&id=35',0,99,1,0,'dhadmin',1392632649,1405265788),(36,125,0,'A-304S1B54C','','','A-304S1B54C','Ф3MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=36',0,99,1,0,'dhadmin',1392632998,1392632998),(37,125,0,'A-304H1B26W','','','A-304H1B26W','Ф3MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=37',0,99,1,0,'dhadmin',1392632998,1392632998),(38,125,0,'A-304BS6W26C','','','A-304BS6W26C','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=38',0,99,1,0,'dhadmin',1392632998,1392632998),(39,125,0,'A-304BU11W51C','','','A-304BU11W51C','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=39',0,99,1,0,'dhadmin',1392632998,1392632998),(40,125,0,'A-304H9W58W','','','A-304H9W58W','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=40',0,99,1,0,'dhadmin',1392632998,1392632998),(41,125,0,'A-304S1W26C-709','','','A-304S1W26C-709','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=41',0,99,1,0,'dhadmin',1392632998,1392632998),(42,125,0,'A-304S3W28C-1','','','A-304S3W28C-1','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=42',0,99,1,0,'dhadmin',1392632998,1392632998),(43,125,0,'A-304S3W28C-1-Z','','','A-304S3W28C-1-Z','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=43',0,99,1,0,'dhadmin',1392632998,1392632998),(44,125,0,'A-304S5W26C','','','A-304S5W26C','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=44',0,99,1,0,'dhadmin',1392632998,1392632998),(45,125,0,'A-304S5W26C-Z','','','A-304S5W26C-Z','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=45',0,99,1,0,'dhadmin',1392632998,1392632998),(46,125,0,'A-304S5W28C-340','','','A-304S5W28C-340','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=46',0,99,1,0,'dhadmin',1392632998,1392632998),(47,125,0,'A-304S7W58C','','','A-304S7W58C','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=47',0,99,1,0,'dhadmin',1392632998,1392632998),(48,125,0,'A-304U11W42C','','','A-304U11W42C','Ф3MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=48',0,99,1,0,'dhadmin',1392632998,1392632998),(49,125,0,'A-304S3B49C','','','A-304S3B49C','Ф3MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=49',0,99,1,0,'dhadmin',1392632998,1392632998),(50,125,0,'A-304S8G36C','','','A-304S8G36C','Ф3MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=50',0,99,1,0,'dhadmin',1392632998,1392632998),(51,125,0,'A-304U13G28C','','','A-304U13G28C','Ф3MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=51',0,99,1,0,'dhadmin',1392632998,1392632998),(52,125,0,'A-302L4GD','','','A-302L4GD','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=52',0,99,1,0,'dhadmin',1392632998,1392632998),(53,125,0,'A-304BHGD','','','A-304BHGD','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=53',0,99,1,0,'dhadmin',1392632998,1392632998),(54,125,0,'A-304BHYD-H260B','','','A-304BHYD-H260B','Ф3MM YELLOW GREEN 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=54',0,99,1,0,'dhadmin',1392632998,1392632998),(55,125,0,'A-304BHGD-H302E','','','A-304BHGD-H302E','Ф3MM YELLOW GREEN 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=55',0,99,1,0,'dhadmin',1392632998,1392632998),(56,125,0,'A-304BHGD-HC2-0007','','','A-304BHGD-HC2-0007','Ф3MM YELLOW GREEN 2PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=56',0,99,1,0,'dhadmin',1392632998,1392632998),(57,125,0,'A-304BHGT-340-1','','','A-304BHGT-340-1','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=57',0,99,1,0,'dhadmin',1392632998,1392632998),(58,125,0,'A-304BYGD-H302B','','','A-304BYGD-H302B','Ф3MM YELLOW GREEN 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=58',0,99,1,0,'dhadmin',1392632998,1392632998),(59,125,0,'A-304BYGD-H307A','','','A-304BYGD-H307A','Ф3MM YELLOW GREEN 2PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=59',0,99,1,0,'dhadmin',1392632998,1392632998),(60,125,0,'A-304HGC','','','A-304HGC','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=60',0,99,1,0,'dhadmin',1392632998,1392632998),(61,125,0,'A-304HGD','','','A-304HGD','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=61',0,99,1,0,'dhadmin',1392632998,1392632998),(62,125,0,'A-304HGT','','','A-304HGT','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=62',0,99,1,0,'dhadmin',1392632998,1392632998),(63,125,0,'A-304SYGD','','','A-304SYGD','Ф3MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=63',0,99,1,0,'dhadmin',1392632998,1392632998),(64,125,0,'A-302UYC-F1','','','A-302UYC-F1','Ф3MM YELLOW CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=64',0,99,1,0,'dhadmin',1392632998,1392632998),(65,125,0,'A-304BHYD-H260B','','','A-304BHYD-H260B','Ф3MM YELLOW 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=65',0,99,1,0,'dhadmin',1392632998,1392632998),(66,125,0,'A-304BHYT-340-1','','','A-304BHYT-340-1','Ф3MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=66',0,99,1,0,'dhadmin',1392632998,1392632998),(67,125,0,'A-304H9Y9D','','','A-304H9Y9D','Ф3MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=67',0,99,1,0,'dhadmin',1392632998,1392632998),(68,125,0,'A-304HYD-1','','','A-304HYD-1','Ф3MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=68',0,99,1,0,'dhadmin',1392632998,1392632998),(69,125,0,'A-304HYD','','','A-304HYD','Ф3MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=69',0,99,1,0,'dhadmin',1392632998,1392632998),(70,125,0,'A-304HYT-1','','','A-304HYT-1','Ф3MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=70',0,99,1,0,'dhadmin',1392632998,1392632998),(71,125,0,'A-304S3Y6C','','','A-304S3Y6C','Ф3MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=71',0,99,1,0,'dhadmin',1392632998,1392632998),(72,125,0,'A-304BH2A1D','','','A-304BH2A1D','Ф3MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=72',0,99,1,0,'dhadmin',1392632998,1392632998),(73,125,0,'A-304BH2A1W','','','A-304BH2A1W','Ф3MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=73',0,99,1,0,'dhadmin',1392632998,1392632998),(74,125,0,'A-304H3A1D','','','A-304H3A1D','Ф3MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=74',0,99,1,0,'dhadmin',1392632998,1392632998),(75,125,0,'A-304H3A6C-308','','','A-304H3A6C-308','Ф3MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=75',0,99,1,0,'dhadmin',1392632998,1405266753),(76,125,0,'A-304HAD-709','','','A-304HAD-709','Ф3MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=76',0,99,1,0,'dhadmin',1392632998,1405266723),(77,125,0,'A-304UAC','','','A-304UAC','Ф3MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=77',0,99,1,0,'dhadmin',1392632998,1405266695),(78,125,0,'A-304S2R20C','','','A-304S2R20C','Ф3MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=78',0,99,1,0,'dhadmin',1392632998,1405266669),(79,125,0,'A-302HOC-F','','','A-302HOC-F','Ф3MM SUPER RED CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=79',0,99,1,0,'dhadmin',1392632998,1405266638),(80,125,0,'A-304BSAD','','','A-304BSAD','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=80',0,99,1,0,'dhadmin',1392632998,1405266600),(81,125,0,'A-304BSAD-H260B','','','A-304BSAD-H260B','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=81',0,99,1,0,'dhadmin',1392632998,1405266565),(82,125,0,'A-304BSAD-H302E','','','A-304BSAD-H302E','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=82',0,99,1,0,'dhadmin',1392632998,1405266509),(83,125,0,'A-304BSAT-326-H302G','','','A-304BSAT-326-H302G','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=83',0,99,1,0,'dhadmin',1392632998,1392632998),(84,125,0,'A-304H2R7D','','','A-304H2R7D','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=84',0,99,1,0,'dhadmin',1392632998,1405266402),(85,125,0,'A-304SAC','','','A-304SAC','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=85',0,99,1,0,'dhadmin',1392632998,1405266370),(86,125,0,'A-304SAD -316','','','A-304SAD -316','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=86',0,99,1,0,'dhadmin',1392632998,1405266334),(87,125,0,'A-304SAD','','','A-304SAD','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=87',0,99,1,0,'dhadmin',1392632998,1405266307),(88,125,0,'A-304SAT-308','','','A-304SAT-308','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=88',0,99,1,0,'dhadmin',1392632998,1405266216),(89,125,0,'A-304SAT','','','A-304SAT','Ф3MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=89',0,99,1,0,'dhadmin',1392632998,1405266174),(90,125,0,'A-309YGW-CA','','','A-309YGW-CA','Ф3MM YELLOW YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=90',0,99,1,0,'dhadmin',1392632998,1405266137),(91,125,0,'A-309YGW-CC-W','','','A-309YGW-CC-W','Ф3MM YELLOW YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=91',0,99,1,0,'dhadmin',1392632998,1405266111),(92,125,0,'A-309EGW-CC','','','A-309EGW-CC','Ф3MM SUPER RED YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=92',0,99,1,0,'dhadmin',1392632998,1405266077),(93,125,0,'A-309EGW-CA','','','A-309EGW-CA','Ф3MM SUPER RED YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=93',0,99,1,0,'dhadmin',1392632998,1405266028),(94,125,0,'A-304BSAT-H302G','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021723650.png','A-304BSAT-H302G','Ф3MM RED 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=125&id=94',0,99,1,0,'dhadmin',1392632998,1405266006),(95,126,0,'A-518L1P2C','','','A-518L1P2C','Ф4.8MM PURPLE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=95',0,99,1,0,'dhadmin',1392633076,1392633076),(96,126,0,'A-518L1P1C','','','A-518L1P1C','Ф4.8MM PURPLE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=96',0,99,1,0,'dhadmin',1392633076,1392633076),(97,126,0,'A-518H1B33C','','','A-518H1B33C','Ф4.8MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=97',0,99,1,0,'dhadmin',1392633076,1392633076),(98,126,0,'A-534H2B26C','','','A-534H2B26C','Ф4.8MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=98',0,99,1,0,'dhadmin',1392633076,1392633076),(99,126,0,'A-518H4B50C','','','A-518H4B50C','Ф4.8MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=99',0,99,1,0,'dhadmin',1392633076,1392633076),(100,126,0,'A-518S2G37C','','','A-518S2G37C','Ф4.8MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=100',0,99,1,0,'dhadmin',1392633076,1392633076),(101,126,0,'A-518H5G29C','','','A-518H5G29C','Ф4.8MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=101',0,99,1,0,'dhadmin',1392633076,1392633076),(102,126,0,'A-518H7G28C','','','A-518H7G28C','Ф4.8MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=102',0,99,1,0,'dhadmin',1392633076,1392633076),(103,126,0,'A-518S1G29C','','','A-518S1G29C','Ф4.8MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=103',0,99,1,0,'dhadmin',1392633076,1392633076),(104,126,0,'A-534S1G29C','','','A-534S1G29C','Ф4 8MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=104',0,99,1,0,'dhadmin',1392633076,1405347629),(105,126,0,'A-518H1Y20C','','','A-518H1Y20C','Ф4 8MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=105',0,99,1,0,'dhadmin',1392633076,1405347560),(106,126,0,'A-518H5Y17C','','','A-518H5Y17C','Ф4 8MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=106',0,99,1,0,'dhadmin',1392633076,1405347475),(107,126,0,'A-534H1Y20C','','','A-534H1Y20C','Ф4 8MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=107',0,99,1,0,'dhadmin',1392633076,1405347421),(108,126,0,'A-534H3Y9C','','','A-534H3Y9C','Ф4 8MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=108',0,99,1,0,'dhadmin',1392633076,1405347374),(109,126,0,'A-518H5A1C','','','A-518H5A1C','Ф4 8MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=109',0,99,1,0,'dhadmin',1392633076,1405347337),(110,126,0,'A-534H4A1C','','','A-534H4A1C','4 8MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=110',0,99,1,0,'dhadmin',1392633076,1405347297),(111,126,0,'A-518H4R4C','','','A-518H4R4C','Ф4 8MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=111',0,99,1,0,'dhadmin',1392633076,1405347677),(112,126,0,'A-518H7R37C','','','A-518H7R37C','Ф4 8MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=112',0,99,1,0,'dhadmin',1392633076,1405347194),(113,126,0,'A-518H9R33C','','','A-518H9R33C','Ф4 8MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=113',0,99,1,0,'dhadmin',1392633076,1405347147),(114,126,0,'A-518S1R33C','','','A-518S1R33C','Ф4 8MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=114',0,99,1,0,'dhadmin',1392633076,1405347106),(115,126,0,'A-534H7R17C','','','A-534H7R17C','Ф4 8MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=115',0,99,1,0,'dhadmin',1392633076,1405347078),(116,126,0,'A-534H1R20C','','','A-534H1R20C','Ф4 8MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=116',0,99,1,0,'dhadmin',1392633076,1405347028),(117,126,0,'A-534SAC','','','A-534SAC','Ф4 8MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=117',0,99,1,0,'dhadmin',1392633076,1405346977),(118,126,0,'A-518S1W42C','','','A-518S1W42C','Ф4 8MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=118',0,99,1,0,'dhadmin',1392633076,1405346940),(119,126,0,'A-534H5W7C-Z','','','A-534H5W7C-Z','Ф4 8MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=119',0,99,1,0,'dhadmin',1392633076,1405346902),(120,126,0,'A-534H7W26C-Z','','','A-534H7W26C-Z','Ф4.8MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=120',0,99,1,0,'dhadmin',1392633076,1392633076),(121,126,0,'A-534S1W26C','','','A-534S1W26C','Ф4 8MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=121',0,99,1,0,'dhadmin',1392633076,1405266973),(122,126,0,'A-534S1W37C','','','A-534S1W37C','Ф4 9MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=122',0,99,1,0,'dhadmin',1392633076,1405266839),(123,126,0,'A-534S1W37C-Z','','','A-534S1W37C-Z','Ф4 9MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=126&id=123',0,99,1,0,'dhadmin',1392633076,1405266793),(124,127,0,'A-503BS7W37C-1','','','A-503BS7W37C-1','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=124',0,99,1,0,'dhadmin',1392633130,1392633130),(125,127,0,'A-503BU32W37C','','','A-503BU32W37C','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=125',0,99,1,0,'dhadmin',1392633130,1392633130),(126,127,0,'A-503H6W26C-707-Z','','','A-503H6W26C-707-Z','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=126',0,99,1,0,'dhadmin',1392633130,1392633130),(127,127,0,'A-503S1W28C-F','','','A-503S1W28C-F','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=127',0,99,1,0,'dhadmin',1392633130,1392633130),(128,127,0,'A-503S1W28C-F-Z','','','A-503S1W28C-F-Z','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=128',0,99,1,0,'dhadmin',1392633130,1392633130),(129,127,0,'A-503S1W37C-707-Z','','','A-503S1W37C-707-Z','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=129',0,99,1,0,'dhadmin',1392633130,1392633130),(130,127,0,'A-503S2W42C-1.3-T','','','A-503S2W42C-1.3-T','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=130',0,99,1,0,'dhadmin',1392633130,1392633130),(131,127,0,'A-503S4W28C-1.3','','','A-503S4W28C-1.3','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=131',0,99,1,0,'dhadmin',1392633130,1392633130),(132,127,0,'A-503S5W42C-1','','','A-503S5W42C-1','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=132',0,99,1,0,'dhadmin',1392633130,1392633130),(133,127,0,'A-503S6W31C-Z-2.6','','','A-503S6W31C-Z-2.6','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=133',0,99,1,0,'dhadmin',1392633130,1392633130),(134,127,0,'A-503S7W44C-1','','','A-503S7W44C-1','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=134',0,99,1,0,'dhadmin',1392633130,1392633130),(135,127,0,'A-503S9W26C-2.6','','','A-503S9W26C-2.6','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=135',0,99,1,0,'dhadmin',1392633130,1392633130),(136,127,0,'A-503U11W26C-2.6-T','','','A-503U11W26C-2.6-T','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=136',0,99,1,0,'dhadmin',1392633130,1392633130),(137,127,0,'A-503U11W32C','','','A-503U11W32C','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=137',0,99,1,0,'dhadmin',1392633130,1392633130),(138,127,0,'A-503U11W41C-1','','','A-503U11W41C-1','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=138',0,99,1,0,'dhadmin',1392633130,1392633130),(139,127,0,'A-503U18W41C-2.6','','','A-503U18W41C-2.6','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=139',0,99,1,0,'dhadmin',1392633130,1392633130),(140,127,0,'A-503U18W42C-Z','','','A-503U18W42C-Z','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=140',0,99,1,0,'dhadmin',1392633130,1392633130),(141,127,0,'A-503U19W34C','','','A-503U19W34C','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=141',0,99,1,0,'dhadmin',1392633130,1392633130),(142,127,0,'A-503U22W28C-Z','','','A-503U22W28C-Z','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=142',0,99,1,0,'dhadmin',1392633130,1392633130),(143,127,0,'A-503U28W37C','','','A-503U28W37C','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=143',0,99,1,0,'dhadmin',1392633130,1392633130),(144,127,0,'A-503ZU20W26C','','','A-503ZU20W26C','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=144',0,99,1,0,'dhadmin',1392633130,1392633130),(145,127,0,'A-503ZU34W37C-T','','','A-503ZU34W37C-T','Ф5MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=145',0,99,1,0,'dhadmin',1392633130,1392633130),(146,127,0,'A-503L6B26W','','','A-503L6B26W','Ф5MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=146',0,99,1,0,'dhadmin',1392633130,1392633130),(147,127,0,'A-503S1B26C-1','','','A-503S1B26C-1','Ф5MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=147',0,99,1,0,'dhadmin',1392633130,1392633130),(148,127,0,'A-503S2B26C-2.6','','','A-503S2B26C-2.6','Ф5MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=148',0,99,1,0,'dhadmin',1392633130,1392633130),(149,127,0,'A-503S3B26C','','','A-503S3B26C','Ф5MM BLUE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=149',0,99,1,0,'dhadmin',1392633130,1392633130),(150,127,0,'A-503H7G29D-067','','','A-503H7G29D-067','5×3.6MM YELLOW GREEN OVAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=150',0,99,1,0,'dhadmin',1392633130,1392633130),(151,127,0,'A-503S4G29C-067','','','A-503S4G29C-067','5×3.6MM PURE GREEN OVAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=151',0,99,1,0,'dhadmin',1392633130,1392633130),(152,127,0,'A-503U13G27C','','','A-503U13G27C','Ф5MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=152',0,99,1,0,'dhadmin',1392633130,1392633130),(153,127,0,'A-503U15G27C-2.6','','','A-503U15G27C-2.6','Ф5MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=153',0,99,1,0,'dhadmin',1392633130,1392633130),(154,127,0,'A-503U20G28C','','','A-503U20G28C','Ф5MM PURE GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=154',0,99,1,0,'dhadmin',1392633130,1392633130),(155,127,0,'A-506S4G29C','','','A-506S4G29C','5.7×4.7MM PURE GREEN OVAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=155',0,99,1,0,'dhadmin',1392633130,1392633130),(156,127,0,'A-503S1YG1C','','','A-503S1YG1C','Ф5MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=156',0,99,1,0,'dhadmin',1392633130,1392633130),(157,127,0,'A-503HGC','','','A-503HGC','Ф5MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=157',0,99,1,0,'dhadmin',1392633130,1392633130),(158,127,0,'A-503HGD','','','A-503HGD','Ф5MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=158',0,99,1,0,'dhadmin',1392633130,1392633130),(159,127,0,'A-503HGT','','','A-503HGT','Ф5MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=159',0,99,1,0,'dhadmin',1392633130,1392633130),(160,127,0,'A-503S1YG1C-2.6','','','A-503S1YG1C-2.6','Ф5MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=160',0,99,1,0,'dhadmin',1392633130,1392633130),(161,127,0,'A-503H3Y6C-F','','','A-503H3Y6C-F','Ф5MM YELLOW CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=161',0,99,1,0,'dhadmin',1392633130,1392633130),(162,127,0,'A-503H5Y27W-2.6','','','A-503H5Y27W-2.6','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=162',0,99,1,0,'dhadmin',1392633130,1392633130),(163,127,0,'A-503H7Y9C-F','','','A-503H7Y9C-F','Ф5MM YELLOW CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=163',0,99,1,0,'dhadmin',1392633130,1392633130),(164,127,0,'A-503HYC','','','A-503HYC','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=164',0,99,1,0,'dhadmin',1392633130,1392633130),(165,127,0,'A-503HYD','','','A-503HYD','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=165',0,99,1,0,'dhadmin',1392633130,1392633130),(166,127,0,'A-503HYT','','','A-503HYT','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=166',0,99,1,0,'dhadmin',1392633130,1392633130),(167,127,0,'A-503S2Y9C-1','','','A-503S2Y9C-1','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=167',0,99,1,0,'dhadmin',1392633130,1392633130),(168,127,0,'A-503S3Y9C-2.6','','','A-503S3Y9C-2.6','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=168',0,99,1,0,'dhadmin',1392633130,1392633130),(169,127,0,'A-503S4Y31C-2.6','','','A-503S4Y31C-2.6','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=169',0,99,1,0,'dhadmin',1392633130,1392633130),(170,127,0,'A-503S6Y31C','','','A-503S6Y31C','Ф5MM YELLOW ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=170',0,99,1,0,'dhadmin',1392633130,1392633130),(171,127,0,'A-503S1A1C-2.6','','','A-503S1A1C-2.6','Ф5MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=171',0,99,1,0,'dhadmin',1392633130,1392633130),(172,127,0,'A-503S3A1C','','','A-503S3A1C','Ф5MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=172',0,99,1,0,'dhadmin',1392633130,1392633130),(173,127,0,'A-503H9R33D-067','','','A-503H9R33D-067','5×3.6MM SUPER RED OVAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=173',0,99,1,0,'dhadmin',1392633130,1392633130),(174,127,0,'A-503S2R4C-2.6','','','A-503S2R4C-2.6','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=174',0,99,1,0,'dhadmin',1392633130,1392633130),(175,127,0,'A-503S2R33C-1','','','A-503S2R33C-1','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=175',0,99,1,0,'dhadmin',1392633130,1392633130),(176,127,0,'A-503S4R33C-067','','','A-503S4R33C-067','5×3.6MM SUPER RED OVAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=176',0,99,1,0,'dhadmin',1392633130,1392633130),(177,127,0,'A-503S5R17C-1','','','A-503S5R17C-1','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=177',0,99,1,0,'dhadmin',1392633130,1392633130),(178,127,0,'A-503S5R32C','','','A-503S5R32C','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=178',0,99,1,0,'dhadmin',1392633130,1392633130),(179,127,0,'A-503S7R17C-2.3','','','A-503S7R17C-2.3','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=179',0,99,1,0,'dhadmin',1392633130,1392633130),(180,127,0,'A-503H2R20C-F','','','A-503H2R20C-F','Ф5MM SUPER RED CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=180',0,99,1,0,'dhadmin',1392633130,1392633130),(181,127,0,'A-503H4R20C-1','','','A-503H4R20C-1','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=181',0,99,1,0,'dhadmin',1392633130,1392633130),(182,127,0,'A-503H1R4D-701','','','A-503H1R4D-701','Ф5MM SUPER RED CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=182',0,99,1,0,'dhadmin',1392633130,1405349330),(183,127,0,'A-503S5R33C-2.6','','','A-503S5R33C-2 6','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=183',0,99,1,0,'dhadmin',1392633130,1405349276),(184,127,0,'A-503U12R33C','','','A-503U12R33C','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=184',0,99,1,0,'dhadmin',1392633130,1405349233),(185,127,0,'A-503U18R40C','','','A-503U18R40C','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=185',0,99,1,0,'dhadmin',1392633130,1405349199),(186,127,0,'A-506H4R4W','','','A-506H4R4W','5 7×4 7MM SUPER RED OVAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=186',0,99,1,0,'dhadmin',1392633130,1405349171),(187,127,0,'A-503H1R7D','','','A-503H1R7D','Ф5MM SUPER RED 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=187',0,99,1,0,'dhadmin',1392633130,1405349143),(188,127,0,'A-503H4R7T-513','','','A-503H4R7T-513','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=188',0,99,1,0,'dhadmin',1392633130,1405349109),(189,127,0,'A-503H7R7C-513','','','A-503H7R7C-513','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=189',0,99,1,0,'dhadmin',1392633130,1405349080),(190,127,0,'A-503H7R7W','','','A-503H7R7W','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=190',0,99,1,0,'dhadmin',1392633130,1405348215),(191,127,0,'A-503SRC','','','A-503SRC','Ф5MM SUPER RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=191',0,99,1,0,'dhadmin',1392633130,1405348191),(192,127,0,'A-503BSAD-EH-01','','','A-503BSAD-EH-01','Ф5MM RED 1PCS ASSEMBLY LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=192',0,99,1,0,'dhadmin',1392633130,1405348151),(193,127,0,'A-503SAC','','','A-503SAC','Ф5MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=193',0,99,1,0,'dhadmin',1392633130,1405348071),(194,127,0,'A-503SAD-067','','','A-503SAD-067','Ф5MM RED CYLINDRICAL LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=194',0,99,1,0,'dhadmin',1392633130,1405348008),(195,127,0,'A-503SAD-509','','','A-503SAD-509','Ф5MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=195',0,99,1,0,'dhadmin',1392633130,1405347979),(196,127,0,'A-503SAD','','','A-503SAD','Ф5MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=196',0,99,1,0,'dhadmin',1392633130,1405347928),(197,127,0,'A-503SAT','','','A-503SAT','Ф5MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=197',0,99,1,0,'dhadmin',1392633130,1405347886),(198,127,0,'A-508EGW','','','A-508EGW','Ф5MM SUPER RED YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=198',0,99,1,0,'dhadmin',1392633130,1405347831),(199,127,0,'A-509EGW-CA','','','A-509EGW-CA','Ф5MM SUPER RED YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=199',0,99,1,0,'dhadmin',1392633130,1405347790),(200,127,0,'A-509EGW-CC','','','A-509EGW-CC','Ф5MM SUPER RED YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=200',0,99,1,0,'dhadmin',1392633130,1405347718),(201,127,0,'A-509EGW-ECA-GCC','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021804479.png','A-509EGW-ECA-GCC','Ф5MM RED YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=127&id=201',0,99,1,0,'dhadmin',1392633130,1394691489),(202,128,0,'A-803HG2D','','','A-803HG2D','Ф8MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=128&id=202',0,99,1,0,'dhadmin',1392633644,1405349532),(203,128,0,'A-803HGC','','','A-803HGC','Ф8MM YELLOW GREEN ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=128&id=203',0,99,1,0,'dhadmin',1392633644,1405349502),(204,128,0,'A-803HAC','','','A-803HAC','Ф8MM AMBER ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=128&id=204',0,99,1,0,'dhadmin',1392633644,1405349468),(205,128,0,'A-803SA2D','','','A-803SA2D','Ф8MM RED ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=128&id=205',0,99,1,0,'dhadmin',1392633644,1405349434),(206,128,0,'A-803U10W26C','','','A-803U10W26C','Ф8MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=128&id=206',0,99,1,0,'dhadmin',1392633644,1405349408),(207,128,0,'A-803U12W34C','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021828218.png','A-803U12W34C','Ф8MM WHITE ROUND LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=128&id=207',0,99,1,0,'dhadmin',1392633644,1405349376),(208,129,0,'A-1003U10W26C','','','A-1003U10W26C','Ф10MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=129&id=208',0,99,1,0,'dhadmin',1392633671,1405349671),(209,129,0,'A-1003S9W25C','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021849297.png','A-1003S9W25C','Ф10MM WHITE ROUND LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=129&id=209',0,99,1,0,'dhadmin',1392633671,1405349587),(210,138,0,'A-104H3B26C','','','A-104H3B26C','Ф2MM BLUE TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=210',0,99,1,0,'dhadmin',1392634061,1405349966),(211,138,0,'A-104S2G2C','','','A-104S2G2C','Ф2MM PURE GREEN TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=211',0,99,1,0,'dhadmin',1392634061,1405349902),(212,138,0,'A-104HGC','','','A-104HGC','Ф2MM YELLOW GREEN TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=212',0,99,1,0,'dhadmin',1392634061,1405349866),(213,138,0,'A-104SYGC','','','A-104SYGC','Ф2MM YELLOW GREEN TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=213',0,99,1,0,'dhadmin',1392634061,1405349843),(214,138,0,'A-104PRC','','','A-104PRC','Ф2MM RED TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=214',0,99,1,0,'dhadmin',1392634061,1405349806),(215,138,0,'A-104SAC','','','A-104SAC','Ф2MM RED TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=215',0,99,1,0,'dhadmin',1392634061,1405349762),(216,138,0,'A-104SAD','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021913828.png','A-104SAD','Ф2MM RED TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=138&id=216',0,99,1,0,'dhadmin',1392634061,1405349724),(217,139,0,'A-204SAD-P','','http://www.topliteusa.com/uploadfile/2014/0313/20140313021932583.png','A-204SAD-P','Ф2 1MM RED TOWER LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=139&id=217',0,99,1,0,'dhadmin',1392634152,1405350014); /*!40000 ALTER TABLE `dh_lamps1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_lamps_data` -- DROP TABLE IF EXISTS `dh_lamps_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_lamps_data` ( `id` mediumint(8) unsigned default '0', `content` mediumtext NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `color` varchar(255) NOT NULL default '', `lenssize` varchar(255) NOT NULL default '', `shape` varchar(255) NOT NULL default '', `LensColor` varchar(255) NOT NULL default '', `wavelength` varchar(255) NOT NULL default '', `ViewingAngle` varchar(255) NOT NULL default '', `Min` varchar(255) NOT NULL default '', `Typ` varchar(255) NOT NULL default '', `pdfdownload` mediumtext NOT NULL, `chicuntu` varchar(255) NOT NULL default '', `nm` varchar(255) NOT NULL default '', `if_ma` varchar(255) NOT NULL default '', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_lamps_data` -- LOCK TABLES `dh_lamps_data` WRITE; /*!40000 ALTER TABLE `dh_lamps_data` DISABLE KEYS */; INSERT INTO `dh_lamps_data` VALUES (1,'3.2×1.95MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','210','30','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-234HGD-612.pdf\',\r\n \'filename\' => \'A-234HGD-612\',\r\n )\r\n)','','',''),(2,'3.2×1.95MM BLUE RECTANGULAR LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','460','90','100','200','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-234H1B26C-612.pdf\',\r\n \'filename\' => \'A-234H1B26C-612\',\r\n )\r\n)','','',''),(3,'3.2×1.95MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','135','8','19','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-234HGD-622.pdf\',\r\n \'filename\' => \'A-234HGD-622\',\r\n )\r\n)','','',''),(4,'2.8×1.8MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','78','15','33','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-234HGD.pdf\',\r\n \'filename\' => \'A-234HGD\',\r\n )\r\n)','','',''),(5,'3.2×1.95MM YELLOW RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','114','10','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-234HYD-612.pdf\',\r\n \'filename\' => \'A-234HYD-612\',\r\n )\r\n)','','',''),(6,'2.8×1.8MM AMBLER RECTANGULAR LED',0,'',0,10000,'',0,1,'','Amber','1','a','Water Clear','605','59','300','450','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-234H4A4C-604.pdf\',\r\n \'filename\' => \'A-234H4A4C-604\',\r\n )\r\n)','','',''),(7,'2.8×1.8MM SUPER RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','623','65','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-234S1R33C-604.pdf\',\r\n \'filename\' => \'A-234S1R33C-604\',\r\n )\r\n)','','',''),(8,'3.2×1.95MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','110','10','25','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-234SAC-612.pdf\',\r\n \'filename\' => \'A-234SAC-612\',\r\n )\r\n)','','',''),(9,'3.2×1.95MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','131','10','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-234SAD-612.pdf\',\r\n \'filename\' => \'A-234SAD-612\',\r\n )\r\n)','','',''),(10,'3.2×1.95MM WHITE RECTANGULAR LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','118','600','800','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-234H7W52C-612.pdf\',\r\n \'filename\' => \'A-234H7W52C-612\',\r\n )\r\n)','','',''),(11,'2.8×1.8MM WHITE RECTANGULAR LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','62','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-234S1W26C-604.pdf\',\r\n \'filename\' => \'A-234S1W26C-604\',\r\n )\r\n)','','',''),(12,'5×2MM WHITE RECTANGULAR LED',0,'',0,10000,'',0,1,'','White','1','a','White Diffused','460','142','100','558','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-254BH4W26W.pdf\',\r\n \'filename\' => \'A-254BH4W26W\',\r\n )\r\n)','','',''),(13,'5×1.98MM BLUE RECTANGULAR LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','460','76','80','250','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-254H2B26C.pdf\',\r\n \'filename\' => \'A-254H2B26C\',\r\n )\r\n)','','',''),(14,'5×1.98MM PURE GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Green Diffused','525','129','100','558','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-254H2G29D.pdf\',\r\n \'filename\' => \'A-254H2G29D\',\r\n )\r\n)','','',''),(15,'5×2MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','','5','18','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-254BHGD.pdf\',\r\n \'filename\' => \'A-254BHGD\',\r\n )\r\n)','','',''),(16,'5×1.98MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','','5','18','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-254HGD.pdf\',\r\n \'filename\' => \'A-254HGD\',\r\n )\r\n)','','',''),(17,'5×1.98MM YELLOW YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Water Clear','570','103','30','558','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-254SYGC.pdf\',\r\n \'filename\' => \'A-254SYGC\',\r\n )\r\n)','','',''),(18,'5×1.98MM YELLOW RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','114','100','200','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-254H1Y6T.pdf\',\r\n \'filename\' => \'A-254H1Y6T\',\r\n )\r\n)','','',''),(19,'5×1.98MM YELLOW RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','','30','61','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-254SYD.pdf\',\r\n \'filename\' => \'A-254SYD\',\r\n )\r\n)','','',''),(20,'5×1.98MM SUPER RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Red Diffused','635','119','20','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-254L3R45D.pdf\',\r\n \'filename\' => \'A-254L3R45D\',\r\n )\r\n)','','',''),(21,'5×1.98MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','','19','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-254SAD.pdf\',\r\n \'filename\' => \'A-254SAD\',\r\n )\r\n)','','',''),(22,'6.8×2.3MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','','2','9','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-734HGD.pdf\',\r\n \'filename\' => \'A-734HGD\',\r\n )\r\n)','','',''),(23,'6.8×2.3MM YELLOW RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','158','5','13','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-734HYD.pdf\',\r\n \'filename\' => \'A-734HYD\',\r\n )\r\n)','','',''),(24,'6.8×2.3MM AMBER RECTANGULAR LED',0,'',0,10000,'',0,1,'','Amber','1','a','Amber Diffused','605','','60','100','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-734H1A1D.pdf\',\r\n \'filename\' => \'A-734H1A1D\',\r\n )\r\n)','','',''),(25,'6.8×2.3MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','','5','13','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-734SAD.pdf\',\r\n \'filename\' => \'A-734SAD\',\r\n )\r\n)','','',''),(26,'4.1×2.1MM BLUE RECTANGULAR LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','460','81','10','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-244H1B26C-611.pdf\',\r\n \'filename\' => \'A-244H1B26C-611\',\r\n )\r\n)','','',''),(27,'4.1×2.1MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','','5','25','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-244HGD-611.pdf\',\r\n \'filename\' => \'A-244HGD-611\',\r\n )\r\n)','','',''),(28,'4×2.05MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','','10','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-244HGD-630.pdf\',\r\n \'filename\' => \'A-244HGD-630\',\r\n )\r\n)','','',''),(29,'4.1×2.1MM YELLOW RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','139','10','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-244HYD-611.pdf\',\r\n \'filename\' => \'A-244HYD-611\',\r\n )\r\n)','','',''),(30,'4×2.05MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','','10','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-244SAD-630.pdf\',\r\n \'filename\' => \'A-244SAD-630\',\r\n )\r\n)','','',''),(31,'4.1×2.1MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','','5','13','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-244SAD.pdf\',\r\n \'filename\' => \'A-244SAD\',\r\n )\r\n)','','',''),(32,'4×2.05MM WHITE RECTANGULAR LED',0,'',0,10000,'',0,1,'','White','1','a','White Diffused','460','130','465','557','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-244H5W26W-630.pdf\',\r\n \'filename\' => \'A-244H5W26W-630\',\r\n )\r\n)','','',''),(33,'5×2.5MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','','3','12','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-359HGD.pdf\',\r\n \'filename\' => \'A-359HGD\',\r\n )\r\n)','','',''),(34,'5×2.5MM YELLOW RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','','5','13','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-359HYD.pdf\',\r\n \'filename\' => \'A-359HYD\',\r\n )\r\n)','','',''),(35,'5×2.5MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','','5','13','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-359SAD.pdf\',\r\n \'filename\' => \'A-359SAD\',\r\n )\r\n)','','',''),(36,'Ф3MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','455','16','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304S1B54C.pdf\',\r\n \'filename\' => \'A-304S1B54C\',\r\n )\r\n)','','',''),(37,'Ф3MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','1','a','Blue Diffused','460','72','100','283','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304H1B26W.pdf\',\r\n \'filename\' => \'A-304H1B26W\',\r\n )\r\n)','','',''),(38,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','28','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BS6W26C.pdf\',\r\n \'filename\' => \'A-304BS6W26C\',\r\n )\r\n)','','',''),(39,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','28','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BU11W51C.pdf\',\r\n \'filename\' => \'A-304BU11W51C\',\r\n )\r\n)','','',''),(40,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','White Diffused','460','80','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304H9W58W.pdf\',\r\n \'filename\' => \'A-304H9W58W\',\r\n )\r\n)','','',''),(41,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','115','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304S1W26C-709.pdf\',\r\n \'filename\' => \'A-304S1W26C-709\',\r\n )\r\n)','','',''),(42,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','59','2501','4113','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304S3W28C-1.pdf\',\r\n \'filename\' => \'A-304S3W28C-1\',\r\n )\r\n)','','',''),(43,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','60','2501','4113','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304S3W28C-1-Z.pdf\',\r\n \'filename\' => \'A-304S3W28C-1-Z\',\r\n )\r\n)','','',''),(44,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','21','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304S5W26C.pdf\',\r\n \'filename\' => \'A-304S5W26C\',\r\n )\r\n)','','',''),(45,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','20','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304S5W26C-Z.pdf\',\r\n \'filename\' => \'A-304S5W26C-Z\',\r\n )\r\n)','','',''),(46,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','47','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304S5W28C-340.pdf\',\r\n \'filename\' => \'A-304S5W28C-340\',\r\n )\r\n)','','',''),(47,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','18','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304S7W58C.pdf\',\r\n \'filename\' => \'A-304S7W58C\',\r\n )\r\n)','','',''),(48,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','18','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304U11W42C.pdf\',\r\n \'filename\' => \'A-304U11W42C\',\r\n )\r\n)','','',''),(49,'Ф3MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','470','10','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304S3B49C.pdf\',\r\n \'filename\' => \'A-304S3B49C\',\r\n )\r\n)','','',''),(50,'Ф3MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','525','20','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304S8G36C.pdf\',\r\n \'filename\' => \'A-304S8G36C\',\r\n )\r\n)','','',''),(51,'Ф3MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','525','17','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304U13G28C.pdf\',\r\n \'filename\' => \'A-304U13G28C\',\r\n )\r\n)','','',''),(52,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','50','10','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-302L4GD.pdf\',\r\n \'filename\' => \'A-302L4GD\',\r\n )\r\n)','','',''),(53,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','54','20','45','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BHGD.pdf\',\r\n \'filename\' => \'A-304BHGD\',\r\n )\r\n)','','',''),(54,'Ф3MM YELLOW GREEN 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','59','200','451','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BHYD-H260B.pdf\',\r\n \'filename\' => \'A-304BHYD-H260B\',\r\n )\r\n)','','',''),(55,'Ф3MM YELLOW GREEN 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','59','20','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BHGD-H302E.pdf\',\r\n \'filename\' => \'A-304BHGD-H302E\',\r\n )\r\n)','','',''),(56,'Ф3MM YELLOW GREEN 2PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','54','20','45','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BHGD-HC2-0007.pdf\',\r\n \'filename\' => \'A-304BHGD-HC2-0007\',\r\n )\r\n)','','',''),(57,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Transparent','570','68','30','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BHGT-340-1.pdf\',\r\n \'filename\' => \'A-304BHGT-340-1\',\r\n )\r\n)','','',''),(58,'Ф3MM YELLOW GREEN 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','65','60','105','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BYGD-H302B.pdf\',\r\n \'filename\' => \'A-304BYGD-H302B\',\r\n )\r\n)','','',''),(59,'Ф3MM YELLOW GREEN 2PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','65','60','105','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BYGD-H307A.pdf\',\r\n \'filename\' => \'A-304BYGD-H307A\',\r\n )\r\n)','','',''),(60,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Water Clear','570','36','70','115','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304HGC.pdf\',\r\n \'filename\' => \'A-304HGC\',\r\n )\r\n)','','',''),(61,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','51','10','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304HGD.pdf\',\r\n \'filename\' => \'A-304HGD\',\r\n )\r\n)','','',''),(62,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Transparent','570','66','30','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304HGT.pdf\',\r\n \'filename\' => \'A-304HGT\',\r\n )\r\n)','','',''),(63,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','40','100','200','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304SYGD.pdf\',\r\n \'filename\' => \'A-304SYGD\',\r\n )\r\n)','','',''),(64,'Ф3MM YELLOW CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Yellow','1','a','White Diffused','590','136','50','150','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-302UYC-F1.pdf\',\r\n \'filename\' => \'A-302UYC-F1\',\r\n )\r\n)','','',''),(65,'Ф3MM YELLOW 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','64','20','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BHYD-H260B.pdf\',\r\n \'filename\' => \'A-304BHYD-H260B\',\r\n )\r\n)','','',''),(66,'Ф3MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Transparent','590','61','30','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BHYT-340-1.pdf\',\r\n \'filename\' => \'A-304BHYT-340-1\',\r\n )\r\n)','','',''),(67,'Ф3MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','44','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304H9Y9D.pdf\',\r\n \'filename\' => \'A-304H9Y9D\',\r\n )\r\n)','','',''),(68,'Ф3MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','44','15','33','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304HYD-1.pdf\',\r\n \'filename\' => \'A-304HYD-1\',\r\n )\r\n)','','',''),(69,'Ф3MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','54','20','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304HYD.pdf\',\r\n \'filename\' => \'A-304HYD\',\r\n )\r\n)','','',''),(70,'Ф3MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','68','20','45','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304HYT-1.pdf\',\r\n \'filename\' => \'A-304HYT-1\',\r\n )\r\n)','','',''),(71,'Ф3MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','15','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304S3Y6C.pdf\',\r\n \'filename\' => \'A-304S3Y6C\',\r\n )\r\n)','','',''),(72,'Ф3MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Amber Diffused','605','47','150','275','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BH2A1D.pdf\',\r\n \'filename\' => \'A-304BH2A1D\',\r\n )\r\n)','','',''),(73,'Ф3MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Amber Diffused','605','68','150','350','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BH2A1W.pdf\',\r\n \'filename\' => \'A-304BH2A1W\',\r\n )\r\n)','','',''),(74,'Ф3MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Amber Diffused','605','31','200','350','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304H3A1D.pdf\',\r\n \'filename\' => \'A-304H3A1D\',\r\n )\r\n)','','',''),(75,'Ф3MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Amber Diffused','605','76','100','558','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304H3A6C-308.pdf\',\r\n \'filename\' => \'A-304H3A6C-308\',\r\n )\r\n)','','',''),(76,'Ф3MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Amber Diffused','605','121','10','25','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304HAD-709.pdf\',\r\n \'filename\' => \'A-304HAD-709\',\r\n )\r\n)','','',''),(77,'Ф3MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Water Clear','605','16','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304UAC.pdf\',\r\n \'filename\' => \'A-304UAC\',\r\n )\r\n)','','',''),(78,'Ф3MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','623','16','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304S2R20C.pdf\',\r\n \'filename\' => \'A-304S2R20C\',\r\n )\r\n)','','',''),(79,'Ф3MM SUPER RED CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','635','112','10','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-302HOC-F.pdf\',\r\n \'filename\' => \'A-302HOC-F\',\r\n )\r\n)','','',''),(80,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','58','20','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BSAD.pdf\',\r\n \'filename\' => \'A-304BSAD\',\r\n )\r\n)','','',''),(81,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','58','20','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BSAD-H260B.pdf\',\r\n \'filename\' => \'A-304BSAD-H260B\',\r\n )\r\n)','','',''),(82,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','58','20','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BSAD-H302E.pdf\',\r\n \'filename\' => \'A-304BSAD-H302E\',\r\n )\r\n)','','',''),(83,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','34','60','150','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BSAT-326-H302G.pdf\',\r\n \'filename\' => \'A-304BSAT-326-H302G\',\r\n )\r\n)','','',''),(84,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','36','100','283','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304H2R7D.pdf\',\r\n \'filename\' => \'A-304H2R7D\',\r\n )\r\n)','','',''),(85,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','18','100','200','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304SAC.pdf\',\r\n \'filename\' => \'A-304SAC\',\r\n )\r\n)','','',''),(86,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','72','15','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304SAD-316.pdf\',\r\n \'filename\' => \'A-304SAD-316\',\r\n )\r\n)','','',''),(87,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','45','40','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304SAD.pdf\',\r\n \'filename\' => \'A-304SAD\',\r\n )\r\n)','','',''),(88,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','67','30','150','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304SAT-308.pdf\',\r\n \'filename\' => \'A-304SAT-308\',\r\n )\r\n)','','',''),(89,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','30','60','97','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304SAT.pdf\',\r\n \'filename\' => \'A-304SAT\',\r\n )\r\n)','','',''),(90,'Ф3MM YELLOW / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow / Yellow Green','1','a','White Diffused','','','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-309YGW-CA.pdf\',\r\n \'filename\' => \'A-309YGW-CA\',\r\n )\r\n)','','',''),(91,'Ф3MM YELLOW / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow / Yellow Green','1','a','White Diffused','','','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-309YGW-CC-W.pdf\',\r\n \'filename\' => \'A-309YGW-CC-W\',\r\n )\r\n)','','',''),(92,'Ф3MM SUPER RED / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Super Red / Yellow Green','1','a','White Diffused','','','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-309EGW-CC.pdf\',\r\n \'filename\' => \'A-309EGW-CC\',\r\n )\r\n)','','',''),(93,'Ф3MM SUPER RED / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Super Red / Yellow Green','1','a','White Diffused','','','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-309EGW-CA.pdf\',\r\n \'filename\' => \'A-309EGW-CA\',\r\n )\r\n)','','',''),(94,'Ф3MM RED 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','34','60','150','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-304BSAT-H302G.pdf\',\r\n \'filename\' => \'A-304BSAT-H302G\',\r\n )\r\n)','','',''),(95,'Ф4.8MM PURPLE ROUND LED',0,'',0,10000,'',0,1,'','Purple','1','a','Water Clear','390','57','5','13','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518L1P2C.pdf\',\r\n \'filename\' => \'A-518L1P2C\',\r\n )\r\n)','','',''),(96,'Ф4.8MM PURPLE ROUND LED',0,'',0,10000,'',0,1,'','Purple','1','a','Water Clear','415','46','10','25','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518L1P1C.pdf\',\r\n \'filename\' => \'A-518L1P1C\',\r\n )\r\n)','','',''),(97,'Ф4.8MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','460','146','70','150','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518H1B33C.pdf\',\r\n \'filename\' => \'A-518H1B33C\',\r\n )\r\n)','','',''),(98,'Ф4.8MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','460','57','100','250','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-534H2B26C.pdf\',\r\n \'filename\' => \'A-534H2B26C\',\r\n )\r\n)','','',''),(99,'Ф4.8MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','465','48','300','450','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518H4B50C.pdf\',\r\n \'filename\' => \'A-518H4B50C\',\r\n )\r\n)','','',''),(100,'Ф4.8MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','505','44','1275','2143','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518S2G37C.pdf\',\r\n \'filename\' => \'A-518S2G37C\',\r\n )\r\n)','','',''),(101,'Ф4.8MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','525','158','465','688','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518H5G29C.pdf\',\r\n \'filename\' => \'A-518H5G29C\',\r\n )\r\n)','','',''),(102,'Ф4.8MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','525','163','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518H7G28C.pdf\',\r\n \'filename\' => \'A-518H7G28C\',\r\n )\r\n)','','',''),(103,'Ф4.8MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','525','50','1275','2143','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518S1G29C.pdf\',\r\n \'filename\' => \'A-518S1G29C\',\r\n )\r\n)','','',''),(104,'Ф4.8MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','525','60','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-534S1G29C.pdf\',\r\n \'filename\' => \'A-534S1G29C\',\r\n )\r\n)','','',''),(105,'Ф4.8MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','146','70','250','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518H1Y20C.pdf\',\r\n \'filename\' => \'A-518H1Y20C\',\r\n )\r\n)','','',''),(106,'Ф4.8MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','23','465','688','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518H5Y17C.pdf\',\r\n \'filename\' => \'A-518H5Y17C\',\r\n )\r\n)','','',''),(107,'Ф4.8MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','173','100','200','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-534H1Y20C.pdf\',\r\n \'filename\' => \'A-534H1Y20C\',\r\n )\r\n)','','',''),(108,'Ф4.8MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','171','150','558','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-534H3Y9C.pdf\',\r\n \'filename\' => \'A-534H3Y9C\',\r\n )\r\n)','','',''),(109,'Ф4.8MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Water Clear','605','23','200','558','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518H5A1C.pdf\',\r\n \'filename\' => \'A-518H5A1C\',\r\n )\r\n)','','',''),(110,'4.8MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Water Clear','605','31','150','558','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-534H4A1C.pdf\',\r\n \'filename\' => \'A-534H4A1C\',\r\n )\r\n)','','',''),(111,'Ф4.8MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','26','100','558','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518H4R4C.pdf\',\r\n \'filename\' => \'A-518H4R4C\',\r\n )\r\n)','','',''),(112,'Ф4.8MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','58','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518H7R37C.pdf\',\r\n \'filename\' => \'A-518H7R37C\',\r\n )\r\n)','','',''),(113,'Ф4.8MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','105','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518H9R33C.pdf\',\r\n \'filename\' => \'A-518H9R33C\',\r\n )\r\n)','','',''),(114,'Ф4.8MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','36','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518S1R33C.pdf\',\r\n \'filename\' => \'A-518S1R33C\',\r\n )\r\n)','','',''),(115,'Ф4.8MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','116','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-534H7R17C.pdf\',\r\n \'filename\' => \'A-534H7R17C\',\r\n )\r\n)','','',''),(116,'Ф4.8MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','623','44','100','200','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-534H1R20C.pdf\',\r\n \'filename\' => \'A-534H1R20C\',\r\n )\r\n)','','',''),(117,'Ф4.8MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','24','50','150','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-534SAC.pdf\',\r\n \'filename\' => \'A-534SAC\',\r\n )\r\n)','','',''),(118,'Ф4.8MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','95','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-518S1W42C.pdf\',\r\n \'filename\' => \'A-518S1W42C\',\r\n )\r\n)','','',''),(119,'Ф4.8MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','129','300','600','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-534H5W7C-Z.pdf\',\r\n \'filename\' => \'A-534H5W7C-Z\',\r\n )\r\n)','','',''),(120,'Ф4.8MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','125','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-534H7W26C-Z.pdf\',\r\n \'filename\' => \'A-534H7W26C-Z\',\r\n )\r\n)','','',''),(121,'Ф4.8MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','117','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-534S1W26C.pdf\',\r\n \'filename\' => \'A-534S1W26C\',\r\n )\r\n)','','',''),(122,'Ф4.9MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','120','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-534S1W37C.pdf\',\r\n \'filename\' => \'A-534S1W37C\',\r\n )\r\n)','','',''),(123,'Ф4.9MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','117','911','1530','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-534S1W37C-Z.pdf\',\n \'filename\' => \'A-534S1W37C-Z\',\n ),\n)','','',''),(124,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','47','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503BS7W37C-1.pdf\',\r\n \'filename\' => \'A-503BS7W37C-1\',\r\n )\r\n)','','',''),(125,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','13','17550','32908','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503BU32W37C.pdf\',\r\n \'filename\' => \'A-503BU32W37C\',\r\n )\r\n)','','',''),(126,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','98','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503H6W26C-707-Z.pdf\',\r\n \'filename\' => \'A-503H6W26C-707-Z\',\r\n )\r\n)','','',''),(127,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','97','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S1W28C-F.pdf\',\r\n \'filename\' => \'A-503S1W28C-F\',\r\n )\r\n)','','',''),(128,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','100','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S1W28C-F-Z.pdf\',\r\n \'filename\' => \'A-503S1W28C-F-Z\',\r\n )\r\n)','','',''),(129,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','111','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S1W37C-707-Z.pdf\',\r\n \'filename\' => \'A-503S1W37C-707-Z\',\r\n )\r\n)','','',''),(130,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','68','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S2W42C-1.3-T.pdf\',\r\n \'filename\' => \'A-503S2W42C-1.3-T\',\r\n )\r\n)','','',''),(131,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','59','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S4W28C-1.3.pdf\',\r\n \'filename\' => \'A-503S4W28C-1.3\',\r\n )\r\n)','','',''),(132,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','48','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S5W42C-1.pdf\',\r\n \'filename\' => \'A-503S5W42C-1\',\r\n )\r\n)','','',''),(133,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','27','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S6W31C-Z-2.6.pdf\',\r\n \'filename\' => \'A-503S6W31C-Z-2.6\',\r\n )\r\n)','','',''),(134,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','45','4726','7569','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S7W44C-1.pdf\',\r\n \'filename\' => \'A-503S7W44C-1\',\r\n )\r\n)','','',''),(135,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','22','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S9W26C-2.6.pdf\',\r\n \'filename\' => \'A-503S9W26C-2.6\',\r\n )\r\n)','','',''),(136,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','18','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503U11W26C-2.6-T.pdf\',\r\n \'filename\' => \'A-503U11W26C-2.6-T\',\r\n )\r\n)','','',''),(137,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','14','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503U11W32C.pdf\',\r\n \'filename\' => \'A-503U11W32C\',\r\n )\r\n)','','',''),(138,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','40','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503U11W41C-1.pdf\',\r\n \'filename\' => \'A-503U11W41C-1\',\r\n )\r\n)','','',''),(139,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','22','10384','15525','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503U18W41C-2.6.pdf\',\r\n \'filename\' => \'A-503U18W41C-2.6\',\r\n )\r\n)','','',''),(140,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','14','10384','15525','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503U18W42C-Z.pdf\',\r\n \'filename\' => \'A-503U18W42C-Z\',\r\n )\r\n)','','',''),(141,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','15','10384','15525','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503U19W34C.pdf\',\r\n \'filename\' => \'A-503U19W34C\',\r\n )\r\n)','','',''),(142,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','13','17550','26237','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503U22W28C-Z.pdf\',\r\n \'filename\' => \'A-503U22W28C-Z\',\r\n )\r\n)','','',''),(143,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','13','13500','20182','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503U28W37C.pdf\',\r\n \'filename\' => \'A-503U28W37C\',\r\n )\r\n)','','',''),(144,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','10','13500','20182','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503ZU20W26C.pdf\',\r\n \'filename\' => \'A-503ZU20W26C\',\r\n )\r\n)','','',''),(145,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','14','22815','33367','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503ZU34W37C-T.pdf\',\r\n \'filename\' => \'A-503ZU34W37C-T\',\r\n )\r\n)','','',''),(146,'Ф5MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','1','a','White Diffused','460','139','30','60','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503L6B26W.pdf\',\r\n \'filename\' => \'A-503L6B26W\',\r\n )\r\n)','','',''),(147,'Ф5MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','460','23','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S1B26C-1.pdf\',\r\n \'filename\' => \'A-503S1B26C-1\',\r\n )\r\n)','','',''),(148,'Ф5MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','460','16','1275','2388','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S2B26C-2.6.pdf\',\r\n \'filename\' => \'A-503S2B26C-2.6\',\r\n )\r\n)','','',''),(149,'Ф5MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','460','11','2501','4113','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S3B26C.pdf\',\r\n \'filename\' => \'A-503S3B26C\',\r\n )\r\n)','','',''),(150,'5×3.6MM YELLOW GREEN OVAL LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','525','85','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503H7G29D-067.pdf\',\r\n \'filename\' => \'A-503H7G29D-067\',\r\n )\r\n)','','',''),(151,'5×3.6MM PURE GREEN OVAL LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Green Diffused','525','52','2501','4113','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S4G29C-067.pdf\',\r\n \'filename\' => \'A-503S4G29C-067\',\r\n )\r\n)','','',''),(152,'Ф5MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','525','10','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503U13G27C.pdf\',\r\n \'filename\' => \'A-503U13G27C\',\r\n )\r\n)','','',''),(153,'Ф5MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','525','15','10384','15525','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503U15G27C-2.6.pdf\',\r\n \'filename\' => \'A-503U15G27C-2.6\',\r\n )\r\n)','','',''),(154,'Ф5MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','525','13','17550','26237','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503U20G28C.pdf\',\r\n \'filename\' => \'A-503U20G28C\',\r\n )\r\n)','','',''),(155,'5.7×4.7MM PURE GREEN OVAL LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','525','55','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-506S4G29C.pdf\',\r\n \'filename\' => \'A-506S4G29C\',\r\n )\r\n)','','',''),(156,'Ф5MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Water Clear','570','11','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S1YG1C.pdf\',\r\n \'filename\' => \'A-503S1YG1C\',\r\n )\r\n)','','',''),(157,'Ф5MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green','570','24','80','250','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503HGC.pdf\',\r\n \'filename\' => \'A-503HGC\',\r\n )\r\n)','','',''),(158,'Ф5MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','91','5','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503HGD.pdf\',\r\n \'filename\' => \'A-503HGD\',\r\n )\r\n)','','',''),(159,'Ф5MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Transparent','570','20','80','400','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503HGT.pdf\',\r\n \'filename\' => \'A-503HGT\',\r\n )\r\n)','','',''),(160,'Ф5MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Water Clear','570','24','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S1YG1C-2.6.pdf\',\r\n \'filename\' => \'A-503S1YG1C-2.6\',\r\n )\r\n)','','',''),(161,'Ф5MM YELLOW CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','72','200','350','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503H3Y6C-F.pdf\',\r\n \'filename\' => \'A-503H3Y6C-F\',\r\n )\r\n)','','',''),(162,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','White Diffused','590','35','400','550','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503H5Y27W-2.6.pdf\',\r\n \'filename\' => \'A-503H5Y27W-2.6\',\r\n )\r\n)','','',''),(163,'Ф5MM YELLOW CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','116','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503H7Y9C-F.pdf\',\r\n \'filename\' => \'A-503H7Y9C-F\',\r\n )\r\n)','','',''),(164,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','23','80','300','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503HYC.pdf\',\r\n \'filename\' => \'A-503HYC\',\r\n )\r\n)','','',''),(165,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','75','10','25','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503HYD.pdf\',\r\n \'filename\' => \'A-503HYD\',\r\n )\r\n)','','',''),(166,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','24','80','400','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503HYT.pdf\',\r\n \'filename\' => \'A-503HYT\',\r\n )\r\n)','','',''),(167,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','51','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S2Y9C-1.pdf\',\r\n \'filename\' => \'A-503S2Y9C-1\',\r\n )\r\n)','','',''),(168,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','27','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S3Y9C-2.6.pdf\',\r\n \'filename\' => \'A-503S3Y9C-2.6\',\r\n )\r\n)','','',''),(169,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','23','2501','4113','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S4Y31C-2.6.pdf\',\r\n \'filename\' => \'A-503S4Y31C-2.6\',\r\n )\r\n)','','',''),(170,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','16','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S6Y31C.pdf\',\r\n \'filename\' => \'A-503S6Y31C\',\r\n )\r\n)','','',''),(171,'Ф5MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Water Clear','605','25','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S1A1C-2.6.pdf\',\r\n \'filename\' => \'A-503S1A1C-2.6\',\r\n )\r\n)','','',''),(172,'Ф5MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Water Clear','605','14','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S3A1C.pdf\',\r\n \'filename\' => \'A-503S3A1C\',\r\n )\r\n)','','',''),(173,'5×3.6MM SUPER RED OVAL LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Red Diffused','622','100','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503H9R33D-067.pdf\',\r\n \'filename\' => \'A-503H9R33D-067\',\r\n )\r\n)','','',''),(174,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','23','1275','2143','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S2R4C-2.6.pdf\',\r\n \'filename\' => \'A-503S2R4C-2.6\',\r\n )\r\n)','','',''),(175,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','53','1275','2143','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S2R33C-1.pdf\',\r\n \'filename\' => \'A-503S2R33C-1\',\r\n )\r\n)','','',''),(176,'5×3.6MM SUPER RED OVAL LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Red Diffused','622','52','2501','4113','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S4R33C-067.pdf\',\r\n \'filename\' => \'A-503S4R33C-067\',\r\n )\r\n)','','',''),(177,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','30','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S5R17C-1.pdf\',\r\n \'filename\' => \'A-503S5R17C-1\',\r\n )\r\n)','','',''),(178,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','12','3501','6357','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S5R32C.pdf\',\r\n \'filename\' => \'A-503S5R32C\',\r\n )\r\n)','','',''),(179,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','24','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S7R17C-2.3.pdf\',\r\n \'filename\' => \'A-503S7R17C-2.3\',\r\n )\r\n)','','',''),(180,'Ф5MM SUPER RED CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Red Diffused','623','86','100','250','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503H2R20C-F.pdf\',\r\n \'filename\' => \'A-503H2R20C-F\',\r\n )\r\n)','','',''),(181,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','623','44','300','500','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503H4R20C-1.pdf\',\r\n \'filename\' => \'A-503H4R20C-1\',\r\n )\r\n)','','',''),(182,'Ф5MM SUPER RED CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Red Diffused','623','114','60','150','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503H1R4D-701.pdf\',\r\n \'filename\' => \'A-503H1R4D-701\',\r\n )\r\n)','','',''),(183,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','623','25','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503S5R33C-2.6.pdf\',\r\n \'filename\' => \'A-503S5R33C-2.6\',\r\n )\r\n)','','',''),(184,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','623','13','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503U12R33C.pdf\',\r\n \'filename\' => \'A-503U12R33C\',\r\n )\r\n)','','',''),(185,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','623','10','10384','15525','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503U18R40C.pdf\',\r\n \'filename\' => \'A-503U18R40C\',\r\n )\r\n)','','',''),(186,'5.7×4.7MM SUPER RED OVAL LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','625','72','465','688','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-506H4R4W.pdf\',\r\n \'filename\' => \'A-506H4R4W\',\r\n )\r\n)','','',''),(187,'Ф5MM SUPER RED 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','635','55','100','200','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503H1R7D.pdf\',\r\n \'filename\' => \'A-503H1R7D\',\r\n )\r\n)','','',''),(188,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Red Transparent','635','57','200','400','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503H4R7T-513.pdf\',\r\n \'filename\' => \'A-503H4R7T-513\',\r\n )\r\n)','','',''),(189,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','635','33','500','750','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503H7R7C-513.pdf\',\r\n \'filename\' => \'A-503H7R7C-513\',\r\n )\r\n)','','',''),(190,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','635','9','500','750','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503H7R7W.pdf\',\r\n \'filename\' => \'A-503H7R7W\',\r\n )\r\n)','','',''),(191,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','635','20','100','200','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503SRC.pdf\',\r\n \'filename\' => \'A-503SRC\',\r\n )\r\n)','','',''),(192,'Ф5MM RED 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','90','10','35','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503BSAD-EH-01.pdf\',\r\n \'filename\' => \'A-503BSAD-EH-01\',\r\n )\r\n)','','',''),(193,'Ф5MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','19','60','250','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503SAC.pdf\',\r\n \'filename\' => \'A-503SAC\',\r\n )\r\n)','','',''),(194,'Ф5MM RED CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','90','10','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503SAD-067.pdf\',\r\n \'filename\' => \'A-503SAD-067\',\r\n )\r\n)','','',''),(195,'Ф5MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','45','30','150','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503SAD-509.pdf\',\r\n \'filename\' => \'A-503SAD-509\',\r\n )\r\n)','','',''),(196,'Ф5MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','66','10','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503SAD.pdf\',\r\n \'filename\' => \'A-503SAD\',\r\n )\r\n)','','',''),(197,'Ф5MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Transparent','640','20','70','150','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-503SAT.pdf\',\r\n \'filename\' => \'A-503SAT\',\r\n )\r\n)','','',''),(198,'Ф5MM SUPER RED / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Super Red / Yellow Green','1','a','White Diffused','','','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-508EGW.pdf\',\r\n \'filename\' => \'A-508EGW\',\r\n )\r\n)','','',''),(199,'Ф5MM SUPER RED / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Super Red / Yellow Green','1','a','White Diffused','','','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-509EGW-CA.pdf\',\r\n \'filename\' => \'A-509EGW-CA\',\r\n )\r\n)','','',''),(200,'Ф5MM SUPER RED / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Super Red / Yellow Green','1','a','White Diffused','','','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-509EGW-CC.pdf\',\r\n \'filename\' => \'A-509EGW-CC\',\r\n )\r\n)','','',''),(201,'Ф5MM RED / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','White Diffused','','','','','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-509EGW-ECA-GCC.pdf\',\r\n \'filename\' => \'A-509EGW-ECA-GCC\',\r\n )\r\n)','','',''),(202,'Ф8MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Water Clear','570','180','8','25','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-803HG2D.pdf\',\r\n \'filename\' => \'A-803HG2D\',\r\n )\r\n)','','',''),(203,'Ф8MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Water Clear','570','21','200','350','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-803HGC.pdf\',\r\n \'filename\' => \'A-803HGC\',\r\n )\r\n)','','',''),(204,'Ф8MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Water Clear','605','26','150','275','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-803HAC.pdf\',\r\n \'filename\' => \'A-803HAC\',\r\n )\r\n)','','',''),(205,'Ф8MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','165','8','25','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-803SA2D.pdf\',\r\n \'filename\' => \'A-803SA2D\',\r\n )\r\n)','','',''),(206,'Ф8MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','25','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-803U10W26C.pdf\',\r\n \'filename\' => \'A-803U10W26C\',\r\n )\r\n)','','',''),(207,'Ф8MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','27','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-803U12W34C.pdf\',\r\n \'filename\' => \'A-803U12W34C\',\r\n )\r\n)','','',''),(208,'Ф10MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','22','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1003U10W26C.pdf\',\r\n \'filename\' => \'A-1003U10W26C\',\r\n )\r\n)','','',''),(209,'Ф10MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','24','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-1003S9W25C.pdf\',\r\n \'filename\' => \'A-1003S9W25C\',\r\n )\r\n)','','',''),(210,'Ф2MM BLUE TOWER LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','460','18','200','558','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-104H3B26C.pdf\',\r\n \'filename\' => \'A-104H3B26C\',\r\n )\r\n)','','',''),(211,'Ф2MM PURE GREEN TOWER LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','525','24','1275','2143','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-104S2G2C.pdf\',\r\n \'filename\' => \'A-104S2G2C\',\r\n )\r\n)','','',''),(212,'Ф2MM YELLOW GREEN TOWER LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Water Clear','570','26','30','85','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-104HGC.pdf\',\r\n \'filename\' => \'A-104HGC\',\r\n )\r\n)','','',''),(213,'Ф2MM YELLOW GREEN TOWER LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Water Clear','570','90','50','250','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-104SYGC.pdf\',\r\n \'filename\' => \'A-104SYGC\',\r\n )\r\n)','','',''),(214,'Ф2MM RED TOWER LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','34','5','25','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-104PRC.pdf\',\r\n \'filename\' => \'A-104PRC\',\r\n )\r\n)','','',''),(215,'Ф2MM RED TOWER LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','23','30','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-104SAC.pdf\',\r\n \'filename\' => \'A-104SAC\',\r\n )\r\n)','','',''),(216,'Ф2MM RED TOWER LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','92','10','25','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-104SAD.pdf\',\r\n \'filename\' => \'A-104SAD\',\r\n )\r\n)','','',''),(217,'Ф2.1MM RED TOWER LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','90','10','25','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-204SAD-P.pdf\',\r\n \'filename\' => \'A-204SAD-P\',\r\n )\r\n)','','',''); /*!40000 ALTER TABLE `dh_lamps_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_lamps_data1` -- DROP TABLE IF EXISTS `dh_lamps_data1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_lamps_data1` ( `id` mediumint(8) unsigned default '0', `content` mediumtext NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `color` varchar(255) NOT NULL default '', `lenssize` varchar(255) NOT NULL default '', `shape` varchar(255) NOT NULL default '', `LensColor` varchar(255) NOT NULL default '', `wavelength` varchar(255) NOT NULL default '', `ViewingAngle` varchar(255) NOT NULL default '', `Min` varchar(255) NOT NULL default '', `Typ` varchar(255) NOT NULL default '', `pdfdownload` mediumtext NOT NULL, `chicuntu` varchar(255) NOT NULL default '', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_lamps_data1` -- LOCK TABLES `dh_lamps_data1` WRITE; /*!40000 ALTER TABLE `dh_lamps_data1` DISABLE KEYS */; INSERT INTO `dh_lamps_data1` VALUES (1,'3.2×1.95MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','210','30','40','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-234HGD-612.pdf\',\n \'filename\' => \'\',\n ),\n 1 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713111845199.pdf\',\n \'filename\' => \'A-234HGD-612\',\n ),\n)',''),(2,'3.2×1.95MM BLUE RECTANGULAR LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','460','90','100','200','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713111816918.pdf\',\n \'filename\' => \'A-234H1B26C-612\',\n ),\n)',''),(3,'3.2×1.95MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','135','8','19','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713111742188.pdf\',\n \'filename\' => \'A-234HGD-622\',\n ),\n)',''),(4,'2.8×1.8MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','78','15','33','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713111701727.pdf\',\n \'filename\' => \'A-234HGD\',\n ),\n)',''),(5,'3.2×1.95MM YELLOW RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','114','10','40','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713111618258.pdf\',\n \'filename\' => \'A-234HYD-612\',\n ),\n)',''),(6,'2.8×1.8MM AMBLER RECTANGULAR LED',0,'',0,10000,'',0,1,'','Amber','1','a','Water Clear','605','59','300','450','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713111555465.pdf\',\n \'filename\' => \'A-234H4A4C-604\',\n ),\n)',''),(7,'2.8×1.8MM SUPER RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','623','65','911','1530','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-234S1R33C-604.pdf\',\n \'filename\' => \'\',\n ),\n 1 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713111513679.pdf\',\n \'filename\' => \'A-234S1R33C-604\',\n ),\n)',''),(8,'3.2×1.95MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','110','10','25','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713111446436.pdf\',\n \'filename\' => \'A-234SAC-612\',\n ),\n)',''),(9,'3.2×1.95MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','131','10','40','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713111417968.pdf\',\n \'filename\' => \'A-234SAD-612\',\n ),\n)',''),(10,'3.2×1.95MM WHITE RECTANGULAR LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','118','600','800','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713111341177.pdf\',\n \'filename\' => \'A-234H7W52C-612\',\n ),\n)',''),(11,'2.8×1.8MM WHITE RECTANGULAR LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','62','911','1530','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713111255157.pdf\',\n \'filename\' => \'A-234S1W26C-604\',\n ),\n)',''),(12,'5×2MM WHITE RECTANGULAR LED',0,'',0,10000,'',0,1,'','White','1','a','White Diffused','460','142','100','558','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113540788.pdf\',\n \'filename\' => \'A-254BH4W26W\',\n ),\n)',''),(13,'5×1.98MM BLUE RECTANGULAR LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','460','76','80','250','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113448644.pdf\',\n \'filename\' => \'A-254H2B26C\',\n ),\n)',''),(14,'5×1.98MM PURE GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Green Diffused','525','129','100','558','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113426985.pdf\',\n \'filename\' => \'A-254H2G29D\',\n ),\n)',''),(15,'5×2MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','','5','18','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113359634.pdf\',\n \'filename\' => \'A-254BHGD\',\n ),\n)',''),(16,'5×1.98MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','','5','18','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113322760.pdf\',\n \'filename\' => \'A-254HGD\',\n ),\n)',''),(17,'5×1.98MM YELLOW YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Water Clear','570','103','30','558','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113300355.pdf\',\n \'filename\' => \'A-254SYGC\',\n ),\n)',''),(18,'5×1.98MM YELLOW RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','114','100','200','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113235581.pdf\',\n \'filename\' => \'A-254H1Y6T\',\n ),\n)',''),(19,'5×1.98MM YELLOW RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','','30','61','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113157835.pdf\',\n \'filename\' => \'A-254SYD\',\n ),\n)',''),(20,'5×1.98MM SUPER RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Red Diffused','635','119','20','40','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713112942104.pdf\',\n \'filename\' => \'A-254L3R45D\',\n ),\n)',''),(21,'5×1.98MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','','19','40','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713112913959.pdf\',\n \'filename\' => \'A-254SAD\',\n ),\n)',''),(22,'6.8×2.3MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','','2','9','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113933278.pdf\',\n \'filename\' => \'A-734HGD\',\n ),\n)',''),(23,'6.8×2.3MM YELLOW RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','158','5','13','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113907997.pdf\',\n \'filename\' => \'A-734HYD\',\n ),\n)',''),(24,'6.8×2.3MM AMBER RECTANGULAR LED',0,'',0,10000,'',0,1,'','Amber','1','a','Amber Diffused','605','','60','100','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113832348.pdf\',\n \'filename\' => \'A-734H1A1D\',\n ),\n)',''),(25,'6.8×2.3MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','','5','13','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113811909.pdf\',\n \'filename\' => \'A-734SAD\',\n ),\n)',''),(26,'4.1×2.1MM BLUE RECTANGULAR LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','460','81','10','55','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713112839355.pdf\',\n \'filename\' => \'A-244H1B26C-611\',\n ),\n)',''),(27,'4.1×2.1MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','','5','25','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713112356284.pdf\',\n \'filename\' => \'A-244HGD-611\',\n ),\n)',''),(28,'4×2.05MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','','10','40','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713112240408.pdf\',\n \'filename\' => \'A-244HGD-630\',\n ),\n)',''),(29,'4.1×2.1MM YELLOW RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','139','10','40','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713112150747.pdf\',\n \'filename\' => \'A-244HYD-611\',\n ),\n)',''),(30,'4×2.05MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','','10','40','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713112057519.pdf\',\n \'filename\' => \'A-244SAD-630\',\n ),\n)',''),(31,'4.1×2.1MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','','5','13','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713112026179.pdf\',\n \'filename\' => \'A-244SAD\',\n ),\n)',''),(32,'4×2.05MM WHITE RECTANGULAR LED',0,'',0,10000,'',0,1,'','White','1','a','White Diffused','460','130','465','557','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-244H5W26W-630.pdf\',\n \'filename\' => \'\',\n ),\n)',''),(33,'5×2.5MM YELLOW GREEN RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Green Diffused','570','','3','12','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113731651.pdf\',\n \'filename\' => \'A-359HGD\',\n ),\n)',''),(34,'5×2.5MM YELLOW RECTANGULAR LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Yellow Diffused','590','','5','13','array (\n)',''),(35,'5×2.5MM RED RECTANGULAR LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','','5','13','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713113624582.pdf\',\n \'filename\' => \'A-359SAD\',\n ),\n)',''),(36,'Ф3MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','','','Water Clear','455','16','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304S1B54C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(37,'Ф3MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','','','Blue Diffused','460','72','100','283','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304H1B26W.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(38,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','28','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BS6W26C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(39,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','28','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BU11W51C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(40,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','White Diffused','460','80','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304H9W58W.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(41,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','115','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304S1W26C-709.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(42,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','59','2501','4113','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304S3W28C-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(43,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','60','2501','4113','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304S3W28C-1-Z.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(44,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','21','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304S5W26C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(45,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','20','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304S5W26C-Z.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(46,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','47','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304S5W28C-340.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(47,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','18','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304S7W58C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(48,'Ф3MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','18','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304U11W42C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(49,'Ф3MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','','','Water Clear','470','10','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304S3B49C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(50,'Ф3MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','','','Water Clear','525','20','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304S8G36C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(51,'Ф3MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','','','Water Clear','525','17','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304U13G28C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(52,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Diffused','570','50','10','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-302L4GD.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(53,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Diffused','570','54','20','45','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BHGD.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(54,'Ф3MM YELLOW GREEN 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Diffused','570','59','200','451','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BHYD-H260B.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(55,'Ф3MM YELLOW GREEN 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Diffused','570','59','20','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BHGD-H302E.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(56,'Ф3MM YELLOW GREEN 2PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Diffused','570','54','20','45','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BHGD-HC2-0007.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(57,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Transparent','570','68','30','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BHGT-340-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(58,'Ф3MM YELLOW GREEN 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Diffused','570','65','60','105','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BYGD-H302B.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(59,'Ф3MM YELLOW GREEN 2PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Diffused','570','65','60','105','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BYGD-H307A.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(60,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Water Clear','570','36','70','115','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304HGC.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(61,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Diffused','570','51','10','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304HGD.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(62,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Transparent','570','66','30','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304HGT.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(63,'Ф3MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Diffused','570','40','100','200','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304SYGD.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(64,'Ф3MM YELLOW CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Yellow','','','White Diffused','590','136','50','150','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-302UYC-F1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(65,'Ф3MM YELLOW 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Yellow','','','Yellow Diffused','590','64','20','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BHYD-H260B.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(66,'Ф3MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','Yellow Transparent','590','61','30','55','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BHYT-340-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(67,'Ф3MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','Yellow Diffused','590','44','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304H9Y9D.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(68,'Ф3MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','Yellow Diffused','590','44','15','33','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304HYD-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(69,'Ф3MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','Yellow Diffused','590','54','20','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304HYD.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(70,'Ф3MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','Yellow Diffused','590','68','20','45','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304HYT-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(71,'Ф3MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','Water Clear','590','15','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304S3Y6C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(72,'Ф3MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','','','Amber Diffused','605','47','150','275','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BH2A1D.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(73,'Ф3MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','','','Amber Diffused','605','68','150','350','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BH2A1W.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(74,'Ф3MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','','','Amber Diffused','605','31','200','350','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304H3A1D.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(75,'Ф3MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Amber Diffused','605','76','100','558','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713115228872.pdf\',\n \'filename\' => \'A-304H3A6C-308\',\n ),\n)',''),(76,'Ф3MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Amber Diffused','605','121','10','25','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713115159690.pdf\',\n \'filename\' => \'A-304HAD-709\',\n ),\n)',''),(77,'Ф3MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Water Clear','605','16','1786','3001','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713115132762.pdf\',\n \'filename\' => \'A-304UAC\',\n ),\n)',''),(78,'Ф3MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','623','16','1786','3001','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713115106655.pdf\',\n \'filename\' => \'A-304S2R20C\',\n ),\n)',''),(79,'Ф3MM SUPER RED CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','635','112','10','55','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713115034662.pdf\',\n \'filename\' => \'A-302HOC-F\',\n ),\n)',''),(80,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','58','20','55','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114955704.pdf\',\n \'filename\' => \'A-304BSAD\',\n ),\n)',''),(81,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','58','20','55','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114921699.pdf\',\n \'filename\' => \'A-304BSAD-H260B\',\n ),\n)',''),(82,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','58','20','40','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114811738.pdf\',\n \'filename\' => \'A-304BSAD-H302E\',\n ),\n)',''),(83,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','','','Red Diffused','640','34','60','150','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-304BSAT-326-H302G.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(84,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','36','100','283','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114636915.pdf\',\n \'filename\' => \'A-304H2R7D\',\n ),\n)',''),(85,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','18','100','200','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114601528.pdf\',\n \'filename\' => \'A-304SAC\',\n ),\n)',''),(86,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','72','15','55','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114532319.pdf\',\n \'filename\' => \'A-304SAD-316\',\n ),\n)',''),(87,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','45','40','55','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114505433.pdf\',\n \'filename\' => \'A-304SAD\',\n ),\n)',''),(88,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','67','30','150','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114331986.pdf\',\n \'filename\' => \'A-304SAT-308\',\n ),\n)',''),(89,'Ф3MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','30','60','97','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114248413.pdf\',\n \'filename\' => \'A-304SAT\',\n ),\n)',''),(90,'Ф3MM YELLOW / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow / Yellow Green','1','a','White Diffused','','','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114213407.pdf\',\n \'filename\' => \'A-309YGW-CA\',\n ),\n)',''),(91,'Ф3MM YELLOW / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow / Yellow Green','1','a','White Diffused','','','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114145692.pdf\',\n \'filename\' => \'A-309YGW-CC-W\',\n ),\n)',''),(92,'Ф3MM SUPER RED / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Super Red / Yellow Green','1','a','White Diffused','','','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114112803.pdf\',\n \'filename\' => \'A-309EGW-CC\',\n ),\n)',''),(93,'Ф3MM SUPER RED / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Super Red / Yellow Green','1','a','White Diffused','','','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114025647.pdf\',\n \'filename\' => \'A-309EGW-CA\',\n ),\n)',''),(94,'Ф3MM RED 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','34','60','150','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713114004639.pdf\',\n \'filename\' => \'A-304BSAT-H302G\',\n ),\n)',''),(95,'Ф4.8MM PURPLE ROUND LED',0,'',0,10000,'',0,1,'','Purple','','','Water Clear','390','57','5','13','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-518L1P2C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(96,'Ф4.8MM PURPLE ROUND LED',0,'',0,10000,'',0,1,'','Purple','','','Water Clear','415','46','10','25','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-518L1P1C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(97,'Ф4.8MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','','','Water Clear','460','146','70','150','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-518H1B33C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(98,'Ф4.8MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','','','Water Clear','460','57','100','250','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-534H2B26C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(99,'Ф4.8MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','','','Water Clear','465','48','300','450','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-518H4B50C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(100,'Ф4.8MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','','','Water Clear','505','44','1275','2143','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-518S2G37C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(101,'Ф4.8MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','','','Water Clear','525','158','465','688','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-518H5G29C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(102,'Ф4.8MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','','','Water Clear','525','163','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-518H7G28C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(103,'Ф4.8MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','','','Water Clear','525','50','1275','2143','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-518S1G29C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(104,'Ф4.8MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','525','60','651','1093','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714102005381.pdf\',\n \'filename\' => \'A-534S1G29C\',\n ),\n)',''),(105,'Ф4.8MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','146','70','250','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714101917351.pdf\',\n \'filename\' => \'A-518H1Y20C\',\n ),\n)',''),(106,'Ф4.8MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','23','465','688','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714101752550.pdf\',\n \'filename\' => \'A-518H5Y17C\',\n ),\n)',''),(107,'Ф4.8MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','173','100','200','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714101658601.pdf\',\n \'filename\' => \'A-534H1Y20C\',\n ),\n)',''),(108,'Ф4.8MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','1','a','Water Clear','590','171','150','558','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714101611180.pdf\',\n \'filename\' => \'A-534H3Y9C\',\n ),\n)',''),(109,'Ф4.8MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Water Clear','605','23','200','558','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714101534436.pdf\',\n \'filename\' => \'A-518H5A1C\',\n ),\n)',''),(110,'4.8MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Water Clear','605','31','150','558','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714101452411.pdf\',\n \'filename\' => \'A-534H4A1C\',\n ),\n)',''),(111,'Ф4.8MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','26','100','558','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714101345316.pdf\',\n \'filename\' => \'A-518H4R4C\',\n ),\n)',''),(112,'Ф4.8MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','58','465','781','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714101309560.pdf\',\n \'filename\' => \'A-518H7R37C\',\n ),\n)',''),(113,'Ф4.8MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','105','651','1093','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714101222765.pdf\',\n \'filename\' => \'A-518H9R33C\',\n ),\n)',''),(114,'Ф4.8MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','36','911','1530','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714101144499.pdf\',\n \'filename\' => \'A-518S1R33C\',\n ),\n)',''),(115,'Ф4.8MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','622','116','465','781','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714101114405.pdf\',\n \'filename\' => \'A-534H7R17C\',\n ),\n)',''),(116,'Ф4.8MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','623','44','100','200','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714101022377.pdf\',\n \'filename\' => \'A-534H1R20C\',\n ),\n)',''),(117,'Ф4.8MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','24','50','150','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714100934292.pdf\',\n \'filename\' => \'A-534SAC\',\n ),\n)',''),(118,'Ф4.8MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','95','911','1530','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714100854230.pdf\',\n \'filename\' => \'A-518S1W42C\',\n ),\n)',''),(119,'Ф4.8MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','129','300','600','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714100819829.pdf\',\n \'filename\' => \'A-534H5W7C-Z\',\n ),\n)',''),(120,'Ф4.8MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','125','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-534H7W26C-Z.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(121,'Ф4.8MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','117','651','1093','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713115605715.pdf\',\n \'filename\' => \'A-534S1W26C\',\n ),\n)',''),(122,'Ф4.9MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','120','651','1093','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713115347193.pdf\',\n \'filename\' => \'A-534S1W37C\',\n ),\n)',''),(123,'Ф4.9MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','117','911','1530','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0713/20140713115311530.pdf\',\n \'filename\' => \'A-534S1W37C-Z\',\n ),\n)',''),(124,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','47','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503BS7W37C-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(125,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','13','17550','32908','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503BU32W37C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(126,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','98','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503H6W26C-707-Z.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(127,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','97','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S1W28C-F.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(128,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','100','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S1W28C-F-Z.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(129,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','111','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S1W37C-707-Z.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(130,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','68','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S2W42C-1.3-T.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(131,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','59','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S4W28C-1.3.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(132,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','48','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S5W42C-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(133,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','27','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S6W31C-Z-2.6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(134,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','45','4726','7569','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S7W44C-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(135,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','22','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S9W26C-2.6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(136,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','18','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503U11W26C-2.6-T.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(137,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','14','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503U11W32C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(138,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','40','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503U11W41C-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(139,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','22','10384','15525','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503U18W41C-2.6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(140,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','14','10384','15525','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503U18W42C-Z.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(141,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','15','10384','15525','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503U19W34C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(142,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','13','17550','26237','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503U22W28C-Z.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(143,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','13','13500','20182','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503U28W37C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(144,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','10','13500','20182','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503ZU20W26C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(145,'Ф5MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','','','Water Clear','460','14','22815','33367','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503ZU34W37C-T.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(146,'Ф5MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','','','White Diffused','460','139','30','60','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503L6B26W.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(147,'Ф5MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','','','Water Clear','460','23','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S1B26C-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(148,'Ф5MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','','','Water Clear','460','16','1275','2388','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S2B26C-2.6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(149,'Ф5MM BLUE ROUND LED',0,'',0,10000,'',0,1,'','Blue','','','Water Clear','460','11','2501','4113','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S3B26C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(150,'5×3.6MM YELLOW GREEN OVAL LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Diffused','525','85','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503H7G29D-067.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(151,'5×3.6MM PURE GREEN OVAL LED',0,'',0,10000,'',0,1,'','Pure Green','','','Green Diffused','525','52','2501','4113','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S4G29C-067.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(152,'Ф5MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','','','Water Clear','525','10','7988','11942','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503U13G27C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(153,'Ф5MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','','','Water Clear','525','15','10384','15525','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503U15G27C-2.6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(154,'Ф5MM PURE GREEN ROUND LED',0,'',0,10000,'',0,1,'','Pure Green','','','Water Clear','525','13','17550','26237','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503U20G28C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(155,'5.7×4.7MM PURE GREEN OVAL LED',0,'',0,10000,'',0,1,'','Pure Green','','','Water Clear','525','55','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-506S4G29C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(156,'Ф5MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Water Clear','570','11','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S1YG1C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(157,'Ф5MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green','570','24','80','250','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503HGC.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(158,'Ф5MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Diffused','570','91','5','40','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503HGD.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(159,'Ф5MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Green Transparent','570','20','80','400','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503HGT.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(160,'Ф5MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','','','Water Clear','570','24','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S1YG1C-2.6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(161,'Ф5MM YELLOW CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Yellow','','','Water Clear','590','72','200','350','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503H3Y6C-F.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(162,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','White Diffused','590','35','400','550','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503H5Y27W-2.6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(163,'Ф5MM YELLOW CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Yellow','','','Water Clear','590','116','465','781','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503H7Y9C-F.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(164,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','Water Clear','590','23','80','300','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503HYC.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(165,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','Yellow Diffused','590','75','10','25','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503HYD.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(166,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','Yellow Diffused','590','24','80','400','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503HYT.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(167,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','Water Clear','590','51','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S2Y9C-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(168,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','Water Clear','590','27','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S3Y9C-2.6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(169,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','Water Clear','590','23','2501','4113','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S4Y31C-2.6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(170,'Ф5MM YELLOW ROUND LED',0,'',0,10000,'',0,1,'','Yellow','','','Water Clear','590','16','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S6Y31C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(171,'Ф5MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','','','Water Clear','605','25','911','1530','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S1A1C-2.6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(172,'Ф5MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','','','Water Clear','605','14','1786','3001','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S3A1C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(173,'5×3.6MM SUPER RED OVAL LED',0,'',0,10000,'',0,1,'','Super Red','','','Red Diffused','622','100','651','1093','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503H9R33D-067.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(174,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','','','Water Clear','622','23','1275','2143','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S2R4C-2.6.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(175,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','','','Water Clear','622','53','1275','2143','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S2R33C-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(176,'5×3.6MM SUPER RED OVAL LED',0,'',0,10000,'',0,1,'','Super Red','','','Red Diffused','622','52','2501','4113','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S4R33C-067.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(177,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','','','Water Clear','622','30','3501','5435','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S5R17C-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(178,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','','','Water Clear','622','12','3501','6357','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S5R32C.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(179,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','','','Water Clear','622','24','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503S7R17C-2.3.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(180,'Ф5MM SUPER RED CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Super Red','','','Red Diffused','623','86','100','250','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503H2R20C-F.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(181,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','','','Water Clear','623','44','300','500','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-503H4R20C-1.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)',''),(182,'Ф5MM SUPER RED CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Red Diffused','623','114','60','150','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714104847410.pdf\',\n \'filename\' => \'A-503H1R4D-701\',\n ),\n)',''),(183,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','623','25','3501','5435','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714104753698.pdf\',\n \'filename\' => \'A-503S5R33C-2\',\n ),\n)',''),(184,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','623','13','7988','11942','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714104710375.pdf\',\n \'filename\' => \'A-503U12R33C\',\n ),\n)',''),(185,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','623','10','10384','15525','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714104636906.pdf\',\n \'filename\' => \'A-503U18R40C\',\n ),\n)',''),(186,'5.7×4.7MM SUPER RED OVAL LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','625','72','465','688','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714104609722.pdf\',\n \'filename\' => \'A-506H4R4W\',\n ),\n)',''),(187,'Ф5MM SUPER RED 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','635','55','100','200','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714104537328.pdf\',\n \'filename\' => \'A-503H1R7D\',\n ),\n)',''),(188,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Red Transparent','635','57','200','400','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714104503875.pdf\',\n \'filename\' => \'A-503H4R7T-513\',\n ),\n)',''),(189,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','635','33','500','750','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714104437945.pdf\',\n \'filename\' => \'A-503H7R7C-513\',\n ),\n)',''),(190,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','635','9','500','750','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714103013741.pdf\',\n \'filename\' => \'A-503H7R7W\',\n ),\n)',''),(191,'Ф5MM SUPER RED ROUND LED',0,'',0,10000,'',0,1,'','Super Red','1','a','Water Clear','635','20','100','200','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714102948984.pdf\',\n \'filename\' => \'A-503SRC\',\n ),\n)',''),(192,'Ф5MM RED 1PCS ASSEMBLY LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','90','10','35','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714102907440.pdf\',\n \'filename\' => \'A-503BSAD-EH-01\',\n ),\n)',''),(193,'Ф5MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','19','60','250','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714102749584.pdf\',\n \'filename\' => \'A-503SAC\',\n ),\n)',''),(194,'Ф5MM RED CYLINDRICAL LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','90','10','55','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714102644929.pdf\',\n \'filename\' => \'A-503SAD-067\',\n ),\n)',''),(195,'Ф5MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','45','30','150','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714102614706.pdf\',\n \'filename\' => \'A-503SAD-509\',\n ),\n)',''),(196,'Ф5MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','66','10','55','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714102524592.pdf\',\n \'filename\' => \'A-503SAD\',\n ),\n)',''),(197,'Ф5MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Transparent','640','20','70','150','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714102443584.pdf\',\n \'filename\' => \'A-503SAT\',\n ),\n)',''),(198,'Ф5MM SUPER RED / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Super Red / Yellow Green','1','a','White Diffused','','','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714102348688.pdf\',\n \'filename\' => \'A-508EGW\',\n ),\n)',''),(199,'Ф5MM SUPER RED / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Super Red / Yellow Green','1','a','White Diffused','','','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714102257808.pdf\',\n \'filename\' => \'A-509EGW-CA\',\n ),\n)',''),(200,'Ф5MM SUPER RED / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Super Red / Yellow Green','1','a','White Diffused','','','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714102151504.pdf\',\n \'filename\' => \'A-509EGW-CC\',\n ),\n)',''),(201,'Ф5MM RED / YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','White Diffused','','','','','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-509EGW-ECA-GCC.pdf\',\n \'filename\' => \'\',\n ),\n)',''),(202,'Ф8MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Water Clear','570','180','8','25','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105209458.pdf\',\n \'filename\' => \'A-803HG2D\',\n ),\n)',''),(203,'Ф8MM YELLOW GREEN ROUND LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Water Clear','570','21','200','350','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105138310.pdf\',\n \'filename\' => \'A-803HGC\',\n ),\n)',''),(204,'Ф8MM AMBER ROUND LED',0,'',0,10000,'',0,1,'','Amber','1','a','Water Clear','605','26','150','275','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105106547.pdf\',\n \'filename\' => \'A-803HAC\',\n ),\n)',''),(205,'Ф8MM RED ROUND LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','165','8','25','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105032928.pdf\',\n \'filename\' => \'A-803SA2D\',\n ),\n)',''),(206,'Ф8MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','25','7988','11942','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105006324.pdf\',\n \'filename\' => \'A-803U10W26C\',\n ),\n)',''),(207,'Ф8MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','27','7988','11942','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714104933442.pdf\',\n \'filename\' => \'A-803U12W34C\',\n ),\n)',''),(208,'Ф10MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','22','6145','9186','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105425785.pdf\',\n \'filename\' => \'A-1003U10W26C\',\n ),\n)',''),(209,'Ф10MM WHITE ROUND LED',0,'',0,10000,'',0,1,'','White','1','a','Water Clear','460','24','6145','9186','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105300978.pdf\',\n \'filename\' => \'A-1003S9W25C\',\n ),\n)',''),(210,'Ф2MM BLUE TOWER LED',0,'',0,10000,'',0,1,'','Blue','1','a','Water Clear','460','18','200','558','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105918204.pdf\',\n \'filename\' => \'A-104H3B26C\',\n ),\n)',''),(211,'Ф2MM PURE GREEN TOWER LED',0,'',0,10000,'',0,1,'','Pure Green','1','a','Water Clear','525','24','1275','2143','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105817815.pdf\',\n \'filename\' => \'A-104S2G2C\',\n ),\n)',''),(212,'Ф2MM YELLOW GREEN TOWER LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Water Clear','570','26','30','85','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105744188.pdf\',\n \'filename\' => \'A-104HGC\',\n ),\n)',''),(213,'Ф2MM YELLOW GREEN TOWER LED',0,'',0,10000,'',0,1,'','Yellow Green','1','a','Water Clear','570','90','50','250','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105719962.pdf\',\n \'filename\' => \'A-104SYGC\',\n ),\n)',''),(214,'Ф2MM RED TOWER LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','34','5','25','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105639824.pdf\',\n \'filename\' => \'A-104PRC\',\n ),\n)',''),(215,'Ф2MM RED TOWER LED',0,'',0,10000,'',0,1,'','Red','1','a','Water Clear','640','23','30','55','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105600740.pdf\',\n \'filename\' => \'A-104SAC\',\n ),\n)',''),(216,'Ф2MM RED TOWER LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','92','10','25','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714105522817.pdf\',\n \'filename\' => \'A-104SAD\',\n ),\n)',''),(217,'Ф2.1MM RED TOWER LED',0,'',0,10000,'',0,1,'','Red','1','a','Red Diffused','640','90','10','25','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0714/20140714110009209.pdf\',\n \'filename\' => \'A-204SAD-P\',\n ),\n)',''); /*!40000 ALTER TABLE `dh_lamps_data1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_link` -- DROP TABLE IF EXISTS `dh_link`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_link` ( `linkid` smallint(5) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned default '0', `typeid` smallint(5) unsigned NOT NULL default '0', `linktype` tinyint(1) unsigned NOT NULL default '0', `name` varchar(50) NOT NULL default '', `url` varchar(255) NOT NULL default '', `logo` varchar(255) NOT NULL default '', `introduce` text NOT NULL, `username` varchar(30) NOT NULL default '', `listorder` smallint(5) unsigned NOT NULL default '0', `elite` tinyint(1) unsigned NOT NULL default '0', `passed` tinyint(1) unsigned NOT NULL default '0', `addtime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`linkid`), KEY `typeid` (`typeid`,`passed`,`listorder`,`linkid`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_link` -- LOCK TABLES `dh_link` WRITE; /*!40000 ALTER TABLE `dh_link` DISABLE KEYS */; INSERT INTO `dh_link` VALUES (1,1,0,1,'PHPCMS','http://www.phpcms.cn','http://www.phpcms.cn/images/logo_88_31.gif','','',0,0,1,1389837165),(2,1,0,1,'盛大在线','http://www.sdo.com','http://www.snda.com/cn/logo/comp_logo_sdo.gif','','',0,0,1,1389837165),(3,1,0,0,'丰乳尤物绝色勾魂性感美女 秀完美身材很诱人','http://www.kunlunedu.net/link/include/link.php','','','',0,0,0,0),(4,1,0,0,'yy.18183.com','http://www.chinesejk.com/link/include/link.php','','','',0,0,0,0),(5,1,0,0,'丰乳尤物绝色勾魂性感美女 秀完美身材很诱人','http://www.kunlunedu.net/link/include/link.php','','','',0,0,0,0),(6,1,0,0,'丰乳尤物绝色勾魂性感美女 秀完美身材很诱人','http://www.chinesejk.com/link/include/link.php','','','',0,0,0,0),(7,1,0,0,'丰乳尤物绝色勾魂性感美女 秀完美身材很诱人','http://www.chinesejk.com/link/include/link.php','','','',0,0,0,0),(8,1,0,0,'丰乳尤物绝色勾魂性感美女 秀完美身材很诱人','http://www.chinesejk.com/link/include/link.php','','','',0,0,0,0),(9,1,0,0,'丰乳尤物绝色勾魂性感美女 秀完美身材很诱人','http://www.chinesejk.com/link/include/link.php','','','',0,0,0,0),(10,1,0,0,'yy.18183.com','http://www.jhgtw.net/bbs/attachments/month_1111/link.php','','','',0,0,0,0),(11,1,0,0,'yy.18183.com','http://www.jhgtw.net/bbs/attachments/month_1111/link.php','','','',0,0,0,0),(12,1,0,0,'yy.18183.com','http://www.jhgtw.net/bbs/attachments/month_1111/link.php','','','',0,0,0,0),(13,1,0,0,'yy.18183.com','http://www.jhgtw.net/bbs/attachments/month_1111/link.php','','','',0,0,0,0); /*!40000 ALTER TABLE `dh_link` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_linkage` -- DROP TABLE IF EXISTS `dh_linkage`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_linkage` ( `linkageid` smallint(5) unsigned NOT NULL auto_increment, `name` varchar(30) NOT NULL, `style` varchar(35) NOT NULL, `parentid` smallint(5) unsigned NOT NULL default '0', `child` tinyint(1) NOT NULL, `arrchildid` mediumtext NOT NULL, `keyid` smallint(5) unsigned NOT NULL default '0', `listorder` smallint(5) unsigned NOT NULL default '0', `description` varchar(255) default NULL, `setting` varchar(255) default NULL, `siteid` smallint(5) NOT NULL default '0', PRIMARY KEY (`linkageid`,`keyid`), KEY `parentid` (`parentid`,`listorder`) ) ENGINE=MyISAM AUTO_INCREMENT=3360 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_linkage` -- LOCK TABLES `dh_linkage` WRITE; /*!40000 ALTER TABLE `dh_linkage` DISABLE KEYS */; INSERT INTO `dh_linkage` VALUES (1,'中国','1',0,0,'',0,0,'',NULL,0),(2,'北京市','0',0,0,'',1,0,'',NULL,0),(3,'上海市','0',0,0,'',1,0,'',NULL,0),(4,'天津市','0',0,0,'',1,0,'',NULL,0),(5,'重庆市','0',0,0,'',1,0,'',NULL,0),(6,'河北省','0',0,0,'',1,0,'',NULL,0),(7,'山西省','0',0,0,'',1,0,'',NULL,0),(8,'内蒙古','0',0,0,'',1,0,'',NULL,0),(9,'辽宁省','0',0,0,'',1,0,'',NULL,0),(10,'吉林省','0',0,0,'',1,0,'',NULL,0),(11,'黑龙江省','0',0,0,'',1,0,'',NULL,0),(12,'江苏省','0',0,0,'',1,0,'',NULL,0),(13,'浙江省','0',0,0,'',1,0,'',NULL,0),(14,'安徽省','0',0,0,'',1,0,'',NULL,0),(15,'福建省','0',0,0,'',1,0,'',NULL,0),(16,'江西省','0',0,0,'',1,0,'',NULL,0),(17,'山东省','0',0,0,'',1,0,'',NULL,0),(18,'河南省','0',0,0,'',1,0,'',NULL,0),(19,'湖北省','0',0,0,'',1,0,'',NULL,0),(20,'湖南省','0',0,0,'',1,0,'',NULL,0),(21,'广东省','0',0,0,'',1,0,'',NULL,0),(22,'广西','0',0,0,'',1,0,'',NULL,0),(23,'海南省','0',0,0,'',1,0,'',NULL,0),(24,'四川省','0',0,0,'',1,0,'',NULL,0),(25,'贵州省','0',0,0,'',1,0,'',NULL,0),(26,'云南省','0',0,0,'',1,0,'',NULL,0),(27,'西藏','0',0,0,'',1,0,'',NULL,0),(28,'陕西省','0',0,0,'',1,0,'',NULL,0),(29,'甘肃省','0',0,0,'',1,0,'',NULL,0),(30,'青海省','0',0,0,'',1,0,'',NULL,0),(31,'宁夏','0',0,0,'',1,0,'',NULL,0),(32,'新疆','0',0,0,'',1,0,'',NULL,0),(33,'台湾省','0',0,0,'',1,0,'',NULL,0),(34,'香港','0',0,0,'',1,0,'',NULL,0),(35,'澳门','0',0,0,'',1,0,'',NULL,0),(36,'东城区','0',2,0,'',1,0,'',NULL,0),(37,'西城区','0',2,0,'',1,0,'',NULL,0),(38,'崇文区','0',2,0,'',1,0,'',NULL,0),(39,'宣武区','0',2,0,'',1,0,'',NULL,0),(40,'朝阳区','0',2,0,'',1,0,'',NULL,0),(41,'石景山区','0',2,0,'',1,0,'',NULL,0),(42,'海淀区','0',2,0,'',1,0,'',NULL,0),(43,'门头沟区','0',2,0,'',1,0,'',NULL,0),(44,'房山区','0',2,0,'',1,0,'',NULL,0),(45,'通州区','0',2,0,'',1,0,'',NULL,0),(46,'顺义区','0',2,0,'',1,0,'',NULL,0),(47,'昌平区','0',2,0,'',1,0,'',NULL,0),(48,'大兴区','0',2,0,'',1,0,'',NULL,0),(49,'怀柔区','0',2,0,'',1,0,'',NULL,0),(50,'平谷区','0',2,0,'',1,0,'',NULL,0),(51,'密云县','0',2,0,'',1,0,'',NULL,0),(52,'延庆县','0',2,0,'',1,0,'',NULL,0),(53,'黄浦区','0',3,0,'',1,0,'',NULL,0),(54,'卢湾区','0',3,0,'',1,0,'',NULL,0),(55,'徐汇区','0',3,0,'',1,0,'',NULL,0),(56,'长宁区','0',3,0,'',1,0,'',NULL,0),(57,'静安区','0',3,0,'',1,0,'',NULL,0),(58,'普陀区','0',3,0,'',1,0,'',NULL,0),(59,'闸北区','0',3,0,'',1,0,'',NULL,0),(60,'虹口区','0',3,0,'',1,0,'',NULL,0),(61,'杨浦区','0',3,0,'',1,0,'',NULL,0),(62,'闵行区','0',3,0,'',1,0,'',NULL,0),(63,'宝山区','0',3,0,'',1,0,'',NULL,0),(64,'嘉定区','0',3,0,'',1,0,'',NULL,0),(65,'浦东新区','0',3,0,'',1,0,'',NULL,0),(66,'金山区','0',3,0,'',1,0,'',NULL,0),(67,'松江区','0',3,0,'',1,0,'',NULL,0),(68,'青浦区','0',3,0,'',1,0,'',NULL,0),(69,'南汇区','0',3,0,'',1,0,'',NULL,0),(70,'奉贤区','0',3,0,'',1,0,'',NULL,0),(71,'崇明县','0',3,0,'',1,0,'',NULL,0),(72,'和平区','0',4,0,'',1,0,'',NULL,0),(73,'河东区','0',4,0,'',1,0,'',NULL,0),(74,'河西区','0',4,0,'',1,0,'',NULL,0),(75,'南开区','0',4,0,'',1,0,'',NULL,0),(76,'河北区','0',4,0,'',1,0,'',NULL,0),(77,'红桥区','0',4,0,'',1,0,'',NULL,0),(78,'塘沽区','0',4,0,'',1,0,'',NULL,0),(79,'汉沽区','0',4,0,'',1,0,'',NULL,0),(80,'大港区','0',4,0,'',1,0,'',NULL,0),(81,'东丽区','0',4,0,'',1,0,'',NULL,0),(82,'西青区','0',4,0,'',1,0,'',NULL,0),(83,'津南区','0',4,0,'',1,0,'',NULL,0),(84,'北辰区','0',4,0,'',1,0,'',NULL,0),(85,'武清区','0',4,0,'',1,0,'',NULL,0),(86,'宝坻区','0',4,0,'',1,0,'',NULL,0),(87,'宁河县','0',4,0,'',1,0,'',NULL,0),(88,'静海县','0',4,0,'',1,0,'',NULL,0),(89,'蓟县','0',4,0,'',1,0,'',NULL,0),(90,'万州区','0',5,0,'',1,0,'',NULL,0),(91,'涪陵区','0',5,0,'',1,0,'',NULL,0),(92,'渝中区','0',5,0,'',1,0,'',NULL,0),(93,'大渡口区','0',5,0,'',1,0,'',NULL,0),(94,'江北区','0',5,0,'',1,0,'',NULL,0),(95,'沙坪坝区','0',5,0,'',1,0,'',NULL,0),(96,'九龙坡区','0',5,0,'',1,0,'',NULL,0),(97,'南岸区','0',5,0,'',1,0,'',NULL,0),(98,'北碚区','0',5,0,'',1,0,'',NULL,0),(99,'万盛区','0',5,0,'',1,0,'',NULL,0),(100,'双桥区','0',5,0,'',1,0,'',NULL,0),(101,'渝北区','0',5,0,'',1,0,'',NULL,0),(102,'巴南区','0',5,0,'',1,0,'',NULL,0),(103,'黔江区','0',5,0,'',1,0,'',NULL,0),(104,'长寿区','0',5,0,'',1,0,'',NULL,0),(105,'綦江县','0',5,0,'',1,0,'',NULL,0),(106,'潼南县','0',5,0,'',1,0,'',NULL,0),(107,'铜梁县','0',5,0,'',1,0,'',NULL,0),(108,'大足县','0',5,0,'',1,0,'',NULL,0),(109,'荣昌县','0',5,0,'',1,0,'',NULL,0),(110,'璧山县','0',5,0,'',1,0,'',NULL,0),(111,'梁平县','0',5,0,'',1,0,'',NULL,0),(112,'城口县','0',5,0,'',1,0,'',NULL,0),(113,'丰都县','0',5,0,'',1,0,'',NULL,0),(114,'垫江县','0',5,0,'',1,0,'',NULL,0),(115,'武隆县','0',5,0,'',1,0,'',NULL,0),(116,'忠县','0',5,0,'',1,0,'',NULL,0),(117,'开县','0',5,0,'',1,0,'',NULL,0),(118,'云阳县','0',5,0,'',1,0,'',NULL,0),(119,'奉节县','0',5,0,'',1,0,'',NULL,0),(120,'巫山县','0',5,0,'',1,0,'',NULL,0),(121,'巫溪县','0',5,0,'',1,0,'',NULL,0),(122,'石柱县','0',5,0,'',1,0,'',NULL,0),(123,'秀山县','0',5,0,'',1,0,'',NULL,0),(124,'酉阳县','0',5,0,'',1,0,'',NULL,0),(125,'彭水县','0',5,0,'',1,0,'',NULL,0),(126,'江津区','0',5,0,'',1,0,'',NULL,0),(127,'合川区','0',5,0,'',1,0,'',NULL,0),(128,'永川区','0',5,0,'',1,0,'',NULL,0),(129,'南川区','0',5,0,'',1,0,'',NULL,0),(130,'石家庄市','0',6,0,'',1,0,'',NULL,0),(131,'唐山市','0',6,0,'',1,0,'',NULL,0),(132,'秦皇岛市','0',6,0,'',1,0,'',NULL,0),(133,'邯郸市','0',6,0,'',1,0,'',NULL,0),(134,'邢台市','0',6,0,'',1,0,'',NULL,0),(135,'保定市','0',6,0,'',1,0,'',NULL,0),(136,'张家口市','0',6,0,'',1,0,'',NULL,0),(137,'承德市','0',6,0,'',1,0,'',NULL,0),(138,'沧州市','0',6,0,'',1,0,'',NULL,0),(139,'廊坊市','0',6,0,'',1,0,'',NULL,0),(140,'衡水市','0',6,0,'',1,0,'',NULL,0),(141,'太原市','0',7,0,'',1,0,'',NULL,0),(142,'大同市','0',7,0,'',1,0,'',NULL,0),(143,'阳泉市','0',7,0,'',1,0,'',NULL,0),(144,'长治市','0',7,0,'',1,0,'',NULL,0),(145,'晋城市','0',7,0,'',1,0,'',NULL,0),(146,'朔州市','0',7,0,'',1,0,'',NULL,0),(147,'晋中市','0',7,0,'',1,0,'',NULL,0),(148,'运城市','0',7,0,'',1,0,'',NULL,0),(149,'忻州市','0',7,0,'',1,0,'',NULL,0),(150,'临汾市','0',7,0,'',1,0,'',NULL,0),(151,'吕梁市','0',7,0,'',1,0,'',NULL,0),(152,'呼和浩特市','0',8,0,'',1,0,'',NULL,0),(153,'包头市','0',8,0,'',1,0,'',NULL,0),(154,'乌海市','0',8,0,'',1,0,'',NULL,0),(155,'赤峰市','0',8,0,'',1,0,'',NULL,0),(156,'通辽市','0',8,0,'',1,0,'',NULL,0),(157,'鄂尔多斯市','0',8,0,'',1,0,'',NULL,0),(158,'呼伦贝尔市','0',8,0,'',1,0,'',NULL,0),(159,'巴彦淖尔市','0',8,0,'',1,0,'',NULL,0),(160,'乌兰察布市','0',8,0,'',1,0,'',NULL,0),(161,'兴安盟','0',8,0,'',1,0,'',NULL,0),(162,'锡林郭勒盟','0',8,0,'',1,0,'',NULL,0),(163,'阿拉善盟','0',8,0,'',1,0,'',NULL,0),(164,'沈阳市','0',9,0,'',1,0,'',NULL,0),(165,'大连市','0',9,0,'',1,0,'',NULL,0),(166,'鞍山市','0',9,0,'',1,0,'',NULL,0),(167,'抚顺市','0',9,0,'',1,0,'',NULL,0),(168,'本溪市','0',9,0,'',1,0,'',NULL,0),(169,'丹东市','0',9,0,'',1,0,'',NULL,0),(170,'锦州市','0',9,0,'',1,0,'',NULL,0),(171,'营口市','0',9,0,'',1,0,'',NULL,0),(172,'阜新市','0',9,0,'',1,0,'',NULL,0),(173,'辽阳市','0',9,0,'',1,0,'',NULL,0),(174,'盘锦市','0',9,0,'',1,0,'',NULL,0),(175,'铁岭市','0',9,0,'',1,0,'',NULL,0),(176,'朝阳市','0',9,0,'',1,0,'',NULL,0),(177,'葫芦岛市','0',9,0,'',1,0,'',NULL,0),(178,'长春市','0',10,0,'',1,0,'',NULL,0),(179,'吉林市','0',10,0,'',1,0,'',NULL,0),(180,'四平市','0',10,0,'',1,0,'',NULL,0),(181,'辽源市','0',10,0,'',1,0,'',NULL,0),(182,'通化市','0',10,0,'',1,0,'',NULL,0),(183,'白山市','0',10,0,'',1,0,'',NULL,0),(184,'松原市','0',10,0,'',1,0,'',NULL,0),(185,'白城市','0',10,0,'',1,0,'',NULL,0),(186,'延边','0',10,0,'',1,0,'',NULL,0),(187,'哈尔滨市','0',11,0,'',1,0,'',NULL,0),(188,'齐齐哈尔市','0',11,0,'',1,0,'',NULL,0),(189,'鸡西市','0',11,0,'',1,0,'',NULL,0),(190,'鹤岗市','0',11,0,'',1,0,'',NULL,0),(191,'双鸭山市','0',11,0,'',1,0,'',NULL,0),(192,'大庆市','0',11,0,'',1,0,'',NULL,0),(193,'伊春市','0',11,0,'',1,0,'',NULL,0),(194,'佳木斯市','0',11,0,'',1,0,'',NULL,0),(195,'七台河市','0',11,0,'',1,0,'',NULL,0),(196,'牡丹江市','0',11,0,'',1,0,'',NULL,0),(197,'黑河市','0',11,0,'',1,0,'',NULL,0),(198,'绥化市','0',11,0,'',1,0,'',NULL,0),(199,'大兴安岭地区','0',11,0,'',1,0,'',NULL,0),(200,'南京市','0',12,0,'',1,0,'',NULL,0),(201,'无锡市','0',12,0,'',1,0,'',NULL,0),(202,'徐州市','0',12,0,'',1,0,'',NULL,0),(203,'常州市','0',12,0,'',1,0,'',NULL,0),(204,'苏州市','0',12,0,'',1,0,'',NULL,0),(205,'南通市','0',12,0,'',1,0,'',NULL,0),(206,'连云港市','0',12,0,'',1,0,'',NULL,0),(207,'淮安市','0',12,0,'',1,0,'',NULL,0),(208,'盐城市','0',12,0,'',1,0,'',NULL,0),(209,'扬州市','0',12,0,'',1,0,'',NULL,0),(210,'镇江市','0',12,0,'',1,0,'',NULL,0),(211,'泰州市','0',12,0,'',1,0,'',NULL,0),(212,'宿迁市','0',12,0,'',1,0,'',NULL,0),(213,'杭州市','0',13,0,'',1,0,'',NULL,0),(214,'宁波市','0',13,0,'',1,0,'',NULL,0),(215,'温州市','0',13,0,'',1,0,'',NULL,0),(216,'嘉兴市','0',13,0,'',1,0,'',NULL,0),(217,'湖州市','0',13,0,'',1,0,'',NULL,0),(218,'绍兴市','0',13,0,'',1,0,'',NULL,0),(219,'金华市','0',13,0,'',1,0,'',NULL,0),(220,'衢州市','0',13,0,'',1,0,'',NULL,0),(221,'舟山市','0',13,0,'',1,0,'',NULL,0),(222,'台州市','0',13,0,'',1,0,'',NULL,0),(223,'丽水市','0',13,0,'',1,0,'',NULL,0),(224,'合肥市','0',14,0,'',1,0,'',NULL,0),(225,'芜湖市','0',14,0,'',1,0,'',NULL,0),(226,'蚌埠市','0',14,0,'',1,0,'',NULL,0),(227,'淮南市','0',14,0,'',1,0,'',NULL,0),(228,'马鞍山市','0',14,0,'',1,0,'',NULL,0),(229,'淮北市','0',14,0,'',1,0,'',NULL,0),(230,'铜陵市','0',14,0,'',1,0,'',NULL,0),(231,'安庆市','0',14,0,'',1,0,'',NULL,0),(232,'黄山市','0',14,0,'',1,0,'',NULL,0),(233,'滁州市','0',14,0,'',1,0,'',NULL,0),(234,'阜阳市','0',14,0,'',1,0,'',NULL,0),(235,'宿州市','0',14,0,'',1,0,'',NULL,0),(236,'巢湖市','0',14,0,'',1,0,'',NULL,0),(237,'六安市','0',14,0,'',1,0,'',NULL,0),(238,'亳州市','0',14,0,'',1,0,'',NULL,0),(239,'池州市','0',14,0,'',1,0,'',NULL,0),(240,'宣城市','0',14,0,'',1,0,'',NULL,0),(241,'福州市','0',15,0,'',1,0,'',NULL,0),(242,'厦门市','0',15,0,'',1,0,'',NULL,0),(243,'莆田市','0',15,0,'',1,0,'',NULL,0),(244,'三明市','0',15,0,'',1,0,'',NULL,0),(245,'泉州市','0',15,0,'',1,0,'',NULL,0),(246,'漳州市','0',15,0,'',1,0,'',NULL,0),(247,'南平市','0',15,0,'',1,0,'',NULL,0),(248,'龙岩市','0',15,0,'',1,0,'',NULL,0),(249,'宁德市','0',15,0,'',1,0,'',NULL,0),(250,'南昌市','0',16,0,'',1,0,'',NULL,0),(251,'景德镇市','0',16,0,'',1,0,'',NULL,0),(252,'萍乡市','0',16,0,'',1,0,'',NULL,0),(253,'九江市','0',16,0,'',1,0,'',NULL,0),(254,'新余市','0',16,0,'',1,0,'',NULL,0),(255,'鹰潭市','0',16,0,'',1,0,'',NULL,0),(256,'赣州市','0',16,0,'',1,0,'',NULL,0),(257,'吉安市','0',16,0,'',1,0,'',NULL,0),(258,'宜春市','0',16,0,'',1,0,'',NULL,0),(259,'抚州市','0',16,0,'',1,0,'',NULL,0),(260,'上饶市','0',16,0,'',1,0,'',NULL,0),(261,'济南市','0',17,0,'',1,0,'',NULL,0),(262,'青岛市','0',17,0,'',1,0,'',NULL,0),(263,'淄博市','0',17,0,'',1,0,'',NULL,0),(264,'枣庄市','0',17,0,'',1,0,'',NULL,0),(265,'东营市','0',17,0,'',1,0,'',NULL,0),(266,'烟台市','0',17,0,'',1,0,'',NULL,0),(267,'潍坊市','0',17,0,'',1,0,'',NULL,0),(268,'济宁市','0',17,0,'',1,0,'',NULL,0),(269,'泰安市','0',17,0,'',1,0,'',NULL,0),(270,'威海市','0',17,0,'',1,0,'',NULL,0),(271,'日照市','0',17,0,'',1,0,'',NULL,0),(272,'莱芜市','0',17,0,'',1,0,'',NULL,0),(273,'临沂市','0',17,0,'',1,0,'',NULL,0),(274,'德州市','0',17,0,'',1,0,'',NULL,0),(275,'聊城市','0',17,0,'',1,0,'',NULL,0),(276,'滨州市','0',17,0,'',1,0,'',NULL,0),(277,'荷泽市','0',17,0,'',1,0,'',NULL,0),(278,'郑州市','0',18,0,'',1,0,'',NULL,0),(279,'开封市','0',18,0,'',1,0,'',NULL,0),(280,'洛阳市','0',18,0,'',1,0,'',NULL,0),(281,'平顶山市','0',18,0,'',1,0,'',NULL,0),(282,'安阳市','0',18,0,'',1,0,'',NULL,0),(283,'鹤壁市','0',18,0,'',1,0,'',NULL,0),(284,'新乡市','0',18,0,'',1,0,'',NULL,0),(285,'焦作市','0',18,0,'',1,0,'',NULL,0),(286,'濮阳市','0',18,0,'',1,0,'',NULL,0),(287,'许昌市','0',18,0,'',1,0,'',NULL,0),(288,'漯河市','0',18,0,'',1,0,'',NULL,0),(289,'三门峡市','0',18,0,'',1,0,'',NULL,0),(290,'南阳市','0',18,0,'',1,0,'',NULL,0),(291,'商丘市','0',18,0,'',1,0,'',NULL,0),(292,'信阳市','0',18,0,'',1,0,'',NULL,0),(293,'周口市','0',18,0,'',1,0,'',NULL,0),(294,'驻马店市','0',18,0,'',1,0,'',NULL,0),(295,'武汉市','0',19,0,'',1,0,'',NULL,0),(296,'黄石市','0',19,0,'',1,0,'',NULL,0),(297,'十堰市','0',19,0,'',1,0,'',NULL,0),(298,'宜昌市','0',19,0,'',1,0,'',NULL,0),(299,'襄樊市','0',19,0,'',1,0,'',NULL,0),(300,'鄂州市','0',19,0,'',1,0,'',NULL,0),(301,'荆门市','0',19,0,'',1,0,'',NULL,0),(302,'孝感市','0',19,0,'',1,0,'',NULL,0),(303,'荆州市','0',19,0,'',1,0,'',NULL,0),(304,'黄冈市','0',19,0,'',1,0,'',NULL,0),(305,'咸宁市','0',19,0,'',1,0,'',NULL,0),(306,'随州市','0',19,0,'',1,0,'',NULL,0),(307,'恩施土家族苗族自治州','0',19,0,'',1,0,'',NULL,0),(308,'仙桃市','0',19,0,'',1,0,'',NULL,0),(309,'潜江市','0',19,0,'',1,0,'',NULL,0),(310,'天门市','0',19,0,'',1,0,'',NULL,0),(311,'神农架林区','0',19,0,'',1,0,'',NULL,0),(312,'长沙市','0',20,0,'',1,0,'',NULL,0),(313,'株洲市','0',20,0,'',1,0,'',NULL,0),(314,'湘潭市','0',20,0,'',1,0,'',NULL,0),(315,'衡阳市','0',20,0,'',1,0,'',NULL,0),(316,'邵阳市','0',20,0,'',1,0,'',NULL,0),(317,'岳阳市','0',20,0,'',1,0,'',NULL,0),(318,'常德市','0',20,0,'',1,0,'',NULL,0),(319,'张家界市','0',20,0,'',1,0,'',NULL,0),(320,'益阳市','0',20,0,'',1,0,'',NULL,0),(321,'郴州市','0',20,0,'',1,0,'',NULL,0),(322,'永州市','0',20,0,'',1,0,'',NULL,0),(323,'怀化市','0',20,0,'',1,0,'',NULL,0),(324,'娄底市','0',20,0,'',1,0,'',NULL,0),(325,'湘西土家族苗族自治州','0',20,0,'',1,0,'',NULL,0),(326,'广州市','0',21,0,'',1,0,'',NULL,0),(327,'韶关市','0',21,0,'',1,0,'',NULL,0),(328,'深圳市','0',21,0,'',1,0,'',NULL,0),(329,'珠海市','0',21,0,'',1,0,'',NULL,0),(330,'汕头市','0',21,0,'',1,0,'',NULL,0),(331,'佛山市','0',21,0,'',1,0,'',NULL,0),(332,'江门市','0',21,0,'',1,0,'',NULL,0),(333,'湛江市','0',21,0,'',1,0,'',NULL,0),(334,'茂名市','0',21,0,'',1,0,'',NULL,0),(335,'肇庆市','0',21,0,'',1,0,'',NULL,0),(336,'惠州市','0',21,0,'',1,0,'',NULL,0),(337,'梅州市','0',21,0,'',1,0,'',NULL,0),(338,'汕尾市','0',21,0,'',1,0,'',NULL,0),(339,'河源市','0',21,0,'',1,0,'',NULL,0),(340,'阳江市','0',21,0,'',1,0,'',NULL,0),(341,'清远市','0',21,0,'',1,0,'',NULL,0),(342,'东莞市','0',21,0,'',1,0,'',NULL,0),(343,'中山市','0',21,0,'',1,0,'',NULL,0),(344,'潮州市','0',21,0,'',1,0,'',NULL,0),(345,'揭阳市','0',21,0,'',1,0,'',NULL,0),(346,'云浮市','0',21,0,'',1,0,'',NULL,0),(347,'南宁市','0',22,0,'',1,0,'',NULL,0),(348,'柳州市','0',22,0,'',1,0,'',NULL,0),(349,'桂林市','0',22,0,'',1,0,'',NULL,0),(350,'梧州市','0',22,0,'',1,0,'',NULL,0),(351,'北海市','0',22,0,'',1,0,'',NULL,0),(352,'防城港市','0',22,0,'',1,0,'',NULL,0),(353,'钦州市','0',22,0,'',1,0,'',NULL,0),(354,'贵港市','0',22,0,'',1,0,'',NULL,0),(355,'玉林市','0',22,0,'',1,0,'',NULL,0),(356,'百色市','0',22,0,'',1,0,'',NULL,0),(357,'贺州市','0',22,0,'',1,0,'',NULL,0),(358,'河池市','0',22,0,'',1,0,'',NULL,0),(359,'来宾市','0',22,0,'',1,0,'',NULL,0),(360,'崇左市','0',22,0,'',1,0,'',NULL,0),(361,'海口市','0',23,0,'',1,0,'',NULL,0),(362,'三亚市','0',23,0,'',1,0,'',NULL,0),(363,'五指山市','0',23,0,'',1,0,'',NULL,0),(364,'琼海市','0',23,0,'',1,0,'',NULL,0),(365,'儋州市','0',23,0,'',1,0,'',NULL,0),(366,'文昌市','0',23,0,'',1,0,'',NULL,0),(367,'万宁市','0',23,0,'',1,0,'',NULL,0),(368,'东方市','0',23,0,'',1,0,'',NULL,0),(369,'定安县','0',23,0,'',1,0,'',NULL,0),(370,'屯昌县','0',23,0,'',1,0,'',NULL,0),(371,'澄迈县','0',23,0,'',1,0,'',NULL,0),(372,'临高县','0',23,0,'',1,0,'',NULL,0),(373,'白沙黎族自治县','0',23,0,'',1,0,'',NULL,0),(374,'昌江黎族自治县','0',23,0,'',1,0,'',NULL,0),(375,'乐东黎族自治县','0',23,0,'',1,0,'',NULL,0),(376,'陵水黎族自治县','0',23,0,'',1,0,'',NULL,0),(377,'保亭黎族苗族自治县','0',23,0,'',1,0,'',NULL,0),(378,'琼中黎族苗族自治县','0',23,0,'',1,0,'',NULL,0),(379,'西沙群岛','0',23,0,'',1,0,'',NULL,0),(380,'南沙群岛','0',23,0,'',1,0,'',NULL,0),(381,'中沙群岛的岛礁及其海域','0',23,0,'',1,0,'',NULL,0),(382,'成都市','0',24,0,'',1,0,'',NULL,0),(383,'自贡市','0',24,0,'',1,0,'',NULL,0),(384,'攀枝花市','0',24,0,'',1,0,'',NULL,0),(385,'泸州市','0',24,0,'',1,0,'',NULL,0),(386,'德阳市','0',24,0,'',1,0,'',NULL,0),(387,'绵阳市','0',24,0,'',1,0,'',NULL,0),(388,'广元市','0',24,0,'',1,0,'',NULL,0),(389,'遂宁市','0',24,0,'',1,0,'',NULL,0),(390,'内江市','0',24,0,'',1,0,'',NULL,0),(391,'乐山市','0',24,0,'',1,0,'',NULL,0),(392,'南充市','0',24,0,'',1,0,'',NULL,0),(393,'眉山市','0',24,0,'',1,0,'',NULL,0),(394,'宜宾市','0',24,0,'',1,0,'',NULL,0),(395,'广安市','0',24,0,'',1,0,'',NULL,0),(396,'达州市','0',24,0,'',1,0,'',NULL,0),(397,'雅安市','0',24,0,'',1,0,'',NULL,0),(398,'巴中市','0',24,0,'',1,0,'',NULL,0),(399,'资阳市','0',24,0,'',1,0,'',NULL,0),(400,'阿坝州','0',24,0,'',1,0,'',NULL,0),(401,'甘孜州','0',24,0,'',1,0,'',NULL,0),(402,'凉山州','0',24,0,'',1,0,'',NULL,0),(403,'贵阳市','0',25,0,'',1,0,'',NULL,0),(404,'六盘水市','0',25,0,'',1,0,'',NULL,0),(405,'遵义市','0',25,0,'',1,0,'',NULL,0),(406,'安顺市','0',25,0,'',1,0,'',NULL,0),(407,'铜仁地区','0',25,0,'',1,0,'',NULL,0),(408,'黔西南州','0',25,0,'',1,0,'',NULL,0),(409,'毕节地区','0',25,0,'',1,0,'',NULL,0),(410,'黔东南州','0',25,0,'',1,0,'',NULL,0),(411,'黔南州','0',25,0,'',1,0,'',NULL,0),(412,'昆明市','0',26,0,'',1,0,'',NULL,0),(413,'曲靖市','0',26,0,'',1,0,'',NULL,0),(414,'玉溪市','0',26,0,'',1,0,'',NULL,0),(415,'保山市','0',26,0,'',1,0,'',NULL,0),(416,'昭通市','0',26,0,'',1,0,'',NULL,0),(417,'丽江市','0',26,0,'',1,0,'',NULL,0),(418,'思茅市','0',26,0,'',1,0,'',NULL,0),(419,'临沧市','0',26,0,'',1,0,'',NULL,0),(420,'楚雄州','0',26,0,'',1,0,'',NULL,0),(421,'红河州','0',26,0,'',1,0,'',NULL,0),(422,'文山州','0',26,0,'',1,0,'',NULL,0),(423,'西双版纳','0',26,0,'',1,0,'',NULL,0),(424,'大理','0',26,0,'',1,0,'',NULL,0),(425,'德宏','0',26,0,'',1,0,'',NULL,0),(426,'怒江','0',26,0,'',1,0,'',NULL,0),(427,'迪庆','0',26,0,'',1,0,'',NULL,0),(428,'拉萨市','0',27,0,'',1,0,'',NULL,0),(429,'昌都','0',27,0,'',1,0,'',NULL,0),(430,'山南','0',27,0,'',1,0,'',NULL,0),(431,'日喀则','0',27,0,'',1,0,'',NULL,0),(432,'那曲','0',27,0,'',1,0,'',NULL,0),(433,'阿里','0',27,0,'',1,0,'',NULL,0),(434,'林芝','0',27,0,'',1,0,'',NULL,0),(435,'西安市','0',28,0,'',1,0,'',NULL,0),(436,'铜川市','0',28,0,'',1,0,'',NULL,0),(437,'宝鸡市','0',28,0,'',1,0,'',NULL,0),(438,'咸阳市','0',28,0,'',1,0,'',NULL,0),(439,'渭南市','0',28,0,'',1,0,'',NULL,0),(440,'延安市','0',28,0,'',1,0,'',NULL,0),(441,'汉中市','0',28,0,'',1,0,'',NULL,0),(442,'榆林市','0',28,0,'',1,0,'',NULL,0),(443,'安康市','0',28,0,'',1,0,'',NULL,0),(444,'商洛市','0',28,0,'',1,0,'',NULL,0),(445,'兰州市','0',29,0,'',1,0,'',NULL,0),(446,'嘉峪关市','0',29,0,'',1,0,'',NULL,0),(447,'金昌市','0',29,0,'',1,0,'',NULL,0),(448,'白银市','0',29,0,'',1,0,'',NULL,0),(449,'天水市','0',29,0,'',1,0,'',NULL,0),(450,'武威市','0',29,0,'',1,0,'',NULL,0),(451,'张掖市','0',29,0,'',1,0,'',NULL,0),(452,'平凉市','0',29,0,'',1,0,'',NULL,0),(453,'酒泉市','0',29,0,'',1,0,'',NULL,0),(454,'庆阳市','0',29,0,'',1,0,'',NULL,0),(455,'定西市','0',29,0,'',1,0,'',NULL,0),(456,'陇南市','0',29,0,'',1,0,'',NULL,0),(457,'临夏州','0',29,0,'',1,0,'',NULL,0),(458,'甘州','0',29,0,'',1,0,'',NULL,0),(459,'西宁市','0',30,0,'',1,0,'',NULL,0),(460,'海东地区','0',30,0,'',1,0,'',NULL,0),(461,'海州','0',30,0,'',1,0,'',NULL,0),(462,'黄南州','0',30,0,'',1,0,'',NULL,0),(463,'海南州','0',30,0,'',1,0,'',NULL,0),(464,'果洛州','0',30,0,'',1,0,'',NULL,0),(465,'玉树州','0',30,0,'',1,0,'',NULL,0),(466,'海西州','0',30,0,'',1,0,'',NULL,0),(467,'银川市','0',31,0,'',1,0,'',NULL,0),(468,'石嘴山市','0',31,0,'',1,0,'',NULL,0),(469,'吴忠市','0',31,0,'',1,0,'',NULL,0),(470,'固原市','0',31,0,'',1,0,'',NULL,0),(471,'中卫市','0',31,0,'',1,0,'',NULL,0),(472,'乌鲁木齐市','0',32,0,'',1,0,'',NULL,0),(473,'克拉玛依市','0',32,0,'',1,0,'',NULL,0),(474,'吐鲁番地区','0',32,0,'',1,0,'',NULL,0),(475,'哈密地区','0',32,0,'',1,0,'',NULL,0),(476,'昌吉州','0',32,0,'',1,0,'',NULL,0),(477,'博尔州','0',32,0,'',1,0,'',NULL,0),(478,'巴音郭楞州','0',32,0,'',1,0,'',NULL,0),(479,'阿克苏地区','0',32,0,'',1,0,'',NULL,0),(480,'克孜勒苏柯尔克孜自治州','0',32,0,'',1,0,'',NULL,0),(481,'喀什地区','0',32,0,'',1,0,'',NULL,0),(482,'和田地区','0',32,0,'',1,0,'',NULL,0),(483,'伊犁州','0',32,0,'',1,0,'',NULL,0),(484,'塔城地区','0',32,0,'',1,0,'',NULL,0),(485,'阿勒泰地区','0',32,0,'',1,0,'',NULL,0),(486,'石河子市','0',32,0,'',1,0,'',NULL,0),(487,'阿拉尔市','0',32,0,'',1,0,'',NULL,0),(488,'图木舒克市','0',32,0,'',1,0,'',NULL,0),(489,'五家渠市','0',32,0,'',1,0,'',NULL,0),(490,'台北市','0',33,0,'',1,0,'',NULL,0),(491,'高雄市','0',33,0,'',1,0,'',NULL,0),(492,'基隆市','0',33,0,'',1,0,'',NULL,0),(493,'新竹市','0',33,0,'',1,0,'',NULL,0),(494,'台中市','0',33,0,'',1,0,'',NULL,0),(495,'嘉义市','0',33,0,'',1,0,'',NULL,0),(496,'台南市','0',33,0,'',1,0,'',NULL,0),(497,'台北县','0',33,0,'',1,0,'',NULL,0),(498,'桃园县','0',33,0,'',1,0,'',NULL,0),(499,'新竹县','0',33,0,'',1,0,'',NULL,0),(500,'苗栗县','0',33,0,'',1,0,'',NULL,0),(501,'台中县','0',33,0,'',1,0,'',NULL,0),(502,'彰化县','0',33,0,'',1,0,'',NULL,0),(503,'南投县','0',33,0,'',1,0,'',NULL,0),(504,'云林县','0',33,0,'',1,0,'',NULL,0),(505,'嘉义县','0',33,0,'',1,0,'',NULL,0),(506,'台南县','0',33,0,'',1,0,'',NULL,0),(507,'高雄县','0',33,0,'',1,0,'',NULL,0),(508,'屏东县','0',33,0,'',1,0,'',NULL,0),(509,'宜兰县','0',33,0,'',1,0,'',NULL,0),(510,'花莲县','0',33,0,'',1,0,'',NULL,0),(511,'台东县','0',33,0,'',1,0,'',NULL,0),(512,'澎湖县','0',33,0,'',1,0,'',NULL,0),(513,'金门县','0',33,0,'',1,0,'',NULL,0),(514,'连江县','0',33,0,'',1,0,'',NULL,0),(515,'中西区','0',34,0,'',1,0,'',NULL,0),(516,'东区','0',34,0,'',1,0,'',NULL,0),(517,'南区','0',34,0,'',1,0,'',NULL,0),(518,'湾仔区','0',34,0,'',1,0,'',NULL,0),(519,'九龙城区','0',34,0,'',1,0,'',NULL,0),(520,'观塘区','0',34,0,'',1,0,'',NULL,0),(521,'深水埗区','0',34,0,'',1,0,'',NULL,0),(522,'黄大仙区','0',34,0,'',1,0,'',NULL,0),(523,'油尖旺区','0',34,0,'',1,0,'',NULL,0),(524,'离岛区','0',34,0,'',1,0,'',NULL,0),(525,'葵青区','0',34,0,'',1,0,'',NULL,0),(526,'北区','0',34,0,'',1,0,'',NULL,0),(527,'西贡区','0',34,0,'',1,0,'',NULL,0),(528,'沙田区','0',34,0,'',1,0,'',NULL,0),(529,'大埔区','0',34,0,'',1,0,'',NULL,0),(530,'荃湾区','0',34,0,'',1,0,'',NULL,0),(531,'屯门区','0',34,0,'',1,0,'',NULL,0),(532,'元朗区','0',34,0,'',1,0,'',NULL,0),(533,'花地玛堂区','0',35,0,'',1,0,'',NULL,0),(534,'市圣安多尼堂区','0',35,0,'',1,0,'',NULL,0),(535,'大堂区','0',35,0,'',1,0,'',NULL,0),(536,'望德堂区','0',35,0,'',1,0,'',NULL,0),(537,'风顺堂区','0',35,0,'',1,0,'',NULL,0),(538,'嘉模堂区','0',35,0,'',1,0,'',NULL,0),(539,'圣方济各堂区','0',35,0,'',1,0,'',NULL,0),(540,'长安区','0',130,0,'',1,0,'',NULL,0),(541,'桥东区','0',130,0,'',1,0,'',NULL,0),(542,'桥西区','0',130,0,'',1,0,'',NULL,0),(543,'新华区','0',130,0,'',1,0,'',NULL,0),(544,'井陉矿区','0',130,0,'',1,0,'',NULL,0),(545,'裕华区','0',130,0,'',1,0,'',NULL,0),(546,'井陉县','0',130,0,'',1,0,'',NULL,0),(547,'正定县','0',130,0,'',1,0,'',NULL,0),(548,'栾城县','0',130,0,'',1,0,'',NULL,0),(549,'行唐县','0',130,0,'',1,0,'',NULL,0),(550,'灵寿县','0',130,0,'',1,0,'',NULL,0),(551,'高邑县','0',130,0,'',1,0,'',NULL,0),(552,'深泽县','0',130,0,'',1,0,'',NULL,0),(553,'赞皇县','0',130,0,'',1,0,'',NULL,0),(554,'无极县','0',130,0,'',1,0,'',NULL,0),(555,'平山县','0',130,0,'',1,0,'',NULL,0),(556,'元氏县','0',130,0,'',1,0,'',NULL,0),(557,'赵县','0',130,0,'',1,0,'',NULL,0),(558,'辛集市','0',130,0,'',1,0,'',NULL,0),(559,'藁城市','0',130,0,'',1,0,'',NULL,0),(560,'晋州市','0',130,0,'',1,0,'',NULL,0),(561,'新乐市','0',130,0,'',1,0,'',NULL,0),(562,'鹿泉市','0',130,0,'',1,0,'',NULL,0),(563,'路南区','0',131,0,'',1,0,'',NULL,0),(564,'路北区','0',131,0,'',1,0,'',NULL,0),(565,'古冶区','0',131,0,'',1,0,'',NULL,0),(566,'开平区','0',131,0,'',1,0,'',NULL,0),(567,'丰南区','0',131,0,'',1,0,'',NULL,0),(568,'丰润区','0',131,0,'',1,0,'',NULL,0),(569,'滦县','0',131,0,'',1,0,'',NULL,0),(570,'滦南县','0',131,0,'',1,0,'',NULL,0),(571,'乐亭县','0',131,0,'',1,0,'',NULL,0),(572,'迁西县','0',131,0,'',1,0,'',NULL,0),(573,'玉田县','0',131,0,'',1,0,'',NULL,0),(574,'唐海县','0',131,0,'',1,0,'',NULL,0),(575,'遵化市','0',131,0,'',1,0,'',NULL,0),(576,'迁安市','0',131,0,'',1,0,'',NULL,0),(577,'海港区','0',132,0,'',1,0,'',NULL,0),(578,'山海关区','0',132,0,'',1,0,'',NULL,0),(579,'北戴河区','0',132,0,'',1,0,'',NULL,0),(580,'青龙县','0',132,0,'',1,0,'',NULL,0),(581,'昌黎县','0',132,0,'',1,0,'',NULL,0),(582,'抚宁县','0',132,0,'',1,0,'',NULL,0),(583,'卢龙县','0',132,0,'',1,0,'',NULL,0),(584,'邯山区','0',133,0,'',1,0,'',NULL,0),(585,'丛台区','0',133,0,'',1,0,'',NULL,0),(586,'复兴区','0',133,0,'',1,0,'',NULL,0),(587,'峰峰矿区','0',133,0,'',1,0,'',NULL,0),(588,'邯郸县','0',133,0,'',1,0,'',NULL,0),(589,'临漳县','0',133,0,'',1,0,'',NULL,0),(590,'成安县','0',133,0,'',1,0,'',NULL,0),(591,'大名县','0',133,0,'',1,0,'',NULL,0),(592,'涉县','0',133,0,'',1,0,'',NULL,0),(593,'磁县','0',133,0,'',1,0,'',NULL,0),(594,'肥乡县','0',133,0,'',1,0,'',NULL,0),(595,'永年县','0',133,0,'',1,0,'',NULL,0),(596,'邱县','0',133,0,'',1,0,'',NULL,0),(597,'鸡泽县','0',133,0,'',1,0,'',NULL,0),(598,'广平县','0',133,0,'',1,0,'',NULL,0),(599,'馆陶县','0',133,0,'',1,0,'',NULL,0),(600,'魏县','0',133,0,'',1,0,'',NULL,0),(601,'曲周县','0',133,0,'',1,0,'',NULL,0),(602,'武安市','0',133,0,'',1,0,'',NULL,0),(603,'桥东区','0',134,0,'',1,0,'',NULL,0),(604,'桥西区','0',134,0,'',1,0,'',NULL,0),(605,'邢台县','0',134,0,'',1,0,'',NULL,0),(606,'临城县','0',134,0,'',1,0,'',NULL,0),(607,'内丘县','0',134,0,'',1,0,'',NULL,0),(608,'柏乡县','0',134,0,'',1,0,'',NULL,0),(609,'隆尧县','0',134,0,'',1,0,'',NULL,0),(610,'任县','0',134,0,'',1,0,'',NULL,0),(611,'南和县','0',134,0,'',1,0,'',NULL,0),(612,'宁晋县','0',134,0,'',1,0,'',NULL,0),(613,'巨鹿县','0',134,0,'',1,0,'',NULL,0),(614,'新河县','0',134,0,'',1,0,'',NULL,0),(615,'广宗县','0',134,0,'',1,0,'',NULL,0),(616,'平乡县','0',134,0,'',1,0,'',NULL,0),(617,'威县','0',134,0,'',1,0,'',NULL,0),(618,'清河县','0',134,0,'',1,0,'',NULL,0),(619,'临西县','0',134,0,'',1,0,'',NULL,0),(620,'南宫市','0',134,0,'',1,0,'',NULL,0),(621,'沙河市','0',134,0,'',1,0,'',NULL,0),(622,'新市区','0',135,0,'',1,0,'',NULL,0),(623,'北市区','0',135,0,'',1,0,'',NULL,0),(624,'南市区','0',135,0,'',1,0,'',NULL,0),(625,'满城县','0',135,0,'',1,0,'',NULL,0),(626,'清苑县','0',135,0,'',1,0,'',NULL,0),(627,'涞水县','0',135,0,'',1,0,'',NULL,0),(628,'阜平县','0',135,0,'',1,0,'',NULL,0),(629,'徐水县','0',135,0,'',1,0,'',NULL,0),(630,'定兴县','0',135,0,'',1,0,'',NULL,0),(631,'唐县','0',135,0,'',1,0,'',NULL,0),(632,'高阳县','0',135,0,'',1,0,'',NULL,0),(633,'容城县','0',135,0,'',1,0,'',NULL,0),(634,'涞源县','0',135,0,'',1,0,'',NULL,0),(635,'望都县','0',135,0,'',1,0,'',NULL,0),(636,'安新县','0',135,0,'',1,0,'',NULL,0),(637,'易县','0',135,0,'',1,0,'',NULL,0),(638,'曲阳县','0',135,0,'',1,0,'',NULL,0),(639,'蠡县','0',135,0,'',1,0,'',NULL,0),(640,'顺平县','0',135,0,'',1,0,'',NULL,0),(641,'博野县','0',135,0,'',1,0,'',NULL,0),(642,'雄县','0',135,0,'',1,0,'',NULL,0),(643,'涿州市','0',135,0,'',1,0,'',NULL,0),(644,'定州市','0',135,0,'',1,0,'',NULL,0),(645,'安国市','0',135,0,'',1,0,'',NULL,0),(646,'高碑店市','0',135,0,'',1,0,'',NULL,0),(647,'桥东区','0',136,0,'',1,0,'',NULL,0),(648,'桥西区','0',136,0,'',1,0,'',NULL,0),(649,'宣化区','0',136,0,'',1,0,'',NULL,0),(650,'下花园区','0',136,0,'',1,0,'',NULL,0),(651,'宣化县','0',136,0,'',1,0,'',NULL,0),(652,'张北县','0',136,0,'',1,0,'',NULL,0),(653,'康保县','0',136,0,'',1,0,'',NULL,0),(654,'沽源县','0',136,0,'',1,0,'',NULL,0),(655,'尚义县','0',136,0,'',1,0,'',NULL,0),(656,'蔚县','0',136,0,'',1,0,'',NULL,0),(657,'阳原县','0',136,0,'',1,0,'',NULL,0),(658,'怀安县','0',136,0,'',1,0,'',NULL,0),(659,'万全县','0',136,0,'',1,0,'',NULL,0),(660,'怀来县','0',136,0,'',1,0,'',NULL,0),(661,'涿鹿县','0',136,0,'',1,0,'',NULL,0),(662,'赤城县','0',136,0,'',1,0,'',NULL,0),(663,'崇礼县','0',136,0,'',1,0,'',NULL,0),(664,'双桥区','0',137,0,'',1,0,'',NULL,0),(665,'双滦区','0',137,0,'',1,0,'',NULL,0),(666,'鹰手营子矿区','0',137,0,'',1,0,'',NULL,0),(667,'承德县','0',137,0,'',1,0,'',NULL,0),(668,'兴隆县','0',137,0,'',1,0,'',NULL,0),(669,'平泉县','0',137,0,'',1,0,'',NULL,0),(670,'滦平县','0',137,0,'',1,0,'',NULL,0),(671,'隆化县','0',137,0,'',1,0,'',NULL,0),(672,'丰宁县','0',137,0,'',1,0,'',NULL,0),(673,'宽城县','0',137,0,'',1,0,'',NULL,0),(674,'围场县','0',137,0,'',1,0,'',NULL,0),(675,'新华区','0',138,0,'',1,0,'',NULL,0),(676,'运河区','0',138,0,'',1,0,'',NULL,0),(677,'沧县','0',138,0,'',1,0,'',NULL,0),(678,'青县','0',138,0,'',1,0,'',NULL,0),(679,'东光县','0',138,0,'',1,0,'',NULL,0),(680,'海兴县','0',138,0,'',1,0,'',NULL,0),(681,'盐山县','0',138,0,'',1,0,'',NULL,0),(682,'肃宁县','0',138,0,'',1,0,'',NULL,0),(683,'南皮县','0',138,0,'',1,0,'',NULL,0),(684,'吴桥县','0',138,0,'',1,0,'',NULL,0),(685,'献县','0',138,0,'',1,0,'',NULL,0),(686,'孟村县','0',138,0,'',1,0,'',NULL,0),(687,'泊头市','0',138,0,'',1,0,'',NULL,0),(688,'任丘市','0',138,0,'',1,0,'',NULL,0),(689,'黄骅市','0',138,0,'',1,0,'',NULL,0),(690,'河间市','0',138,0,'',1,0,'',NULL,0),(691,'安次区','0',139,0,'',1,0,'',NULL,0),(692,'广阳区','0',139,0,'',1,0,'',NULL,0),(693,'固安县','0',139,0,'',1,0,'',NULL,0),(694,'永清县','0',139,0,'',1,0,'',NULL,0),(695,'香河县','0',139,0,'',1,0,'',NULL,0),(696,'大城县','0',139,0,'',1,0,'',NULL,0),(697,'文安县','0',139,0,'',1,0,'',NULL,0),(698,'大厂县','0',139,0,'',1,0,'',NULL,0),(699,'霸州市','0',139,0,'',1,0,'',NULL,0),(700,'三河市','0',139,0,'',1,0,'',NULL,0),(701,'桃城区','0',140,0,'',1,0,'',NULL,0),(702,'枣强县','0',140,0,'',1,0,'',NULL,0),(703,'武邑县','0',140,0,'',1,0,'',NULL,0),(704,'武强县','0',140,0,'',1,0,'',NULL,0),(705,'饶阳县','0',140,0,'',1,0,'',NULL,0),(706,'安平县','0',140,0,'',1,0,'',NULL,0),(707,'故城县','0',140,0,'',1,0,'',NULL,0),(708,'景县','0',140,0,'',1,0,'',NULL,0),(709,'阜城县','0',140,0,'',1,0,'',NULL,0),(710,'冀州市','0',140,0,'',1,0,'',NULL,0),(711,'深州市','0',140,0,'',1,0,'',NULL,0),(712,'小店区','0',141,0,'',1,0,'',NULL,0),(713,'迎泽区','0',141,0,'',1,0,'',NULL,0),(714,'杏花岭区','0',141,0,'',1,0,'',NULL,0),(715,'尖草坪区','0',141,0,'',1,0,'',NULL,0),(716,'万柏林区','0',141,0,'',1,0,'',NULL,0),(717,'晋源区','0',141,0,'',1,0,'',NULL,0),(718,'清徐县','0',141,0,'',1,0,'',NULL,0),(719,'阳曲县','0',141,0,'',1,0,'',NULL,0),(720,'娄烦县','0',141,0,'',1,0,'',NULL,0),(721,'古交市','0',141,0,'',1,0,'',NULL,0),(722,'城区','0',142,0,'',1,0,'',NULL,0),(723,'矿区','0',142,0,'',1,0,'',NULL,0),(724,'南郊区','0',142,0,'',1,0,'',NULL,0),(725,'新荣区','0',142,0,'',1,0,'',NULL,0),(726,'阳高县','0',142,0,'',1,0,'',NULL,0),(727,'天镇县','0',142,0,'',1,0,'',NULL,0),(728,'广灵县','0',142,0,'',1,0,'',NULL,0),(729,'灵丘县','0',142,0,'',1,0,'',NULL,0),(730,'浑源县','0',142,0,'',1,0,'',NULL,0),(731,'左云县','0',142,0,'',1,0,'',NULL,0),(732,'大同县','0',142,0,'',1,0,'',NULL,0),(733,'城区','0',143,0,'',1,0,'',NULL,0),(734,'矿区','0',143,0,'',1,0,'',NULL,0),(735,'郊区','0',143,0,'',1,0,'',NULL,0),(736,'平定县','0',143,0,'',1,0,'',NULL,0),(737,'盂县','0',143,0,'',1,0,'',NULL,0),(738,'城区','0',144,0,'',1,0,'',NULL,0),(739,'郊区','0',144,0,'',1,0,'',NULL,0),(740,'长治县','0',144,0,'',1,0,'',NULL,0),(741,'襄垣县','0',144,0,'',1,0,'',NULL,0),(742,'屯留县','0',144,0,'',1,0,'',NULL,0),(743,'平顺县','0',144,0,'',1,0,'',NULL,0),(744,'黎城县','0',144,0,'',1,0,'',NULL,0),(745,'壶关县','0',144,0,'',1,0,'',NULL,0),(746,'长子县','0',144,0,'',1,0,'',NULL,0),(747,'武乡县','0',144,0,'',1,0,'',NULL,0),(748,'沁县','0',144,0,'',1,0,'',NULL,0),(749,'沁源县','0',144,0,'',1,0,'',NULL,0),(750,'潞城市','0',144,0,'',1,0,'',NULL,0),(751,'城区','0',145,0,'',1,0,'',NULL,0),(752,'沁水县','0',145,0,'',1,0,'',NULL,0),(753,'阳城县','0',145,0,'',1,0,'',NULL,0),(754,'陵川县','0',145,0,'',1,0,'',NULL,0),(755,'泽州县','0',145,0,'',1,0,'',NULL,0),(756,'高平市','0',145,0,'',1,0,'',NULL,0),(757,'朔城区','0',146,0,'',1,0,'',NULL,0),(758,'平鲁区','0',146,0,'',1,0,'',NULL,0),(759,'山阴县','0',146,0,'',1,0,'',NULL,0),(760,'应县','0',146,0,'',1,0,'',NULL,0),(761,'右玉县','0',146,0,'',1,0,'',NULL,0),(762,'怀仁县','0',146,0,'',1,0,'',NULL,0),(763,'榆次区','0',147,0,'',1,0,'',NULL,0),(764,'榆社县','0',147,0,'',1,0,'',NULL,0),(765,'左权县','0',147,0,'',1,0,'',NULL,0),(766,'和顺县','0',147,0,'',1,0,'',NULL,0),(767,'昔阳县','0',147,0,'',1,0,'',NULL,0),(768,'寿阳县','0',147,0,'',1,0,'',NULL,0),(769,'太谷县','0',147,0,'',1,0,'',NULL,0),(770,'祁县','0',147,0,'',1,0,'',NULL,0),(771,'平遥县','0',147,0,'',1,0,'',NULL,0),(772,'灵石县','0',147,0,'',1,0,'',NULL,0),(773,'介休市','0',147,0,'',1,0,'',NULL,0),(774,'盐湖区','0',148,0,'',1,0,'',NULL,0),(775,'临猗县','0',148,0,'',1,0,'',NULL,0),(776,'万荣县','0',148,0,'',1,0,'',NULL,0),(777,'闻喜县','0',148,0,'',1,0,'',NULL,0),(778,'稷山县','0',148,0,'',1,0,'',NULL,0),(779,'新绛县','0',148,0,'',1,0,'',NULL,0),(780,'绛县','0',148,0,'',1,0,'',NULL,0),(781,'垣曲县','0',148,0,'',1,0,'',NULL,0),(782,'夏县','0',148,0,'',1,0,'',NULL,0),(783,'平陆县','0',148,0,'',1,0,'',NULL,0),(784,'芮城县','0',148,0,'',1,0,'',NULL,0),(785,'永济市','0',148,0,'',1,0,'',NULL,0),(786,'河津市','0',148,0,'',1,0,'',NULL,0),(787,'忻府区','0',149,0,'',1,0,'',NULL,0),(788,'定襄县','0',149,0,'',1,0,'',NULL,0),(789,'五台县','0',149,0,'',1,0,'',NULL,0),(790,'代县','0',149,0,'',1,0,'',NULL,0),(791,'繁峙县','0',149,0,'',1,0,'',NULL,0),(792,'宁武县','0',149,0,'',1,0,'',NULL,0),(793,'静乐县','0',149,0,'',1,0,'',NULL,0),(794,'神池县','0',149,0,'',1,0,'',NULL,0),(795,'五寨县','0',149,0,'',1,0,'',NULL,0),(796,'岢岚县','0',149,0,'',1,0,'',NULL,0),(797,'河曲县','0',149,0,'',1,0,'',NULL,0),(798,'保德县','0',149,0,'',1,0,'',NULL,0),(799,'偏关县','0',149,0,'',1,0,'',NULL,0),(800,'原平市','0',149,0,'',1,0,'',NULL,0),(801,'尧都区','0',150,0,'',1,0,'',NULL,0),(802,'曲沃县','0',150,0,'',1,0,'',NULL,0),(803,'翼城县','0',150,0,'',1,0,'',NULL,0),(804,'襄汾县','0',150,0,'',1,0,'',NULL,0),(805,'洪洞县','0',150,0,'',1,0,'',NULL,0),(806,'古县','0',150,0,'',1,0,'',NULL,0),(807,'安泽县','0',150,0,'',1,0,'',NULL,0),(808,'浮山县','0',150,0,'',1,0,'',NULL,0),(809,'吉县','0',150,0,'',1,0,'',NULL,0),(810,'乡宁县','0',150,0,'',1,0,'',NULL,0),(811,'大宁县','0',150,0,'',1,0,'',NULL,0),(812,'隰县','0',150,0,'',1,0,'',NULL,0),(813,'永和县','0',150,0,'',1,0,'',NULL,0),(814,'蒲县','0',150,0,'',1,0,'',NULL,0),(815,'汾西县','0',150,0,'',1,0,'',NULL,0),(816,'侯马市','0',150,0,'',1,0,'',NULL,0),(817,'霍州市','0',150,0,'',1,0,'',NULL,0),(818,'离石区','0',151,0,'',1,0,'',NULL,0),(819,'文水县','0',151,0,'',1,0,'',NULL,0),(820,'交城县','0',151,0,'',1,0,'',NULL,0),(821,'兴县','0',151,0,'',1,0,'',NULL,0),(822,'临县','0',151,0,'',1,0,'',NULL,0),(823,'柳林县','0',151,0,'',1,0,'',NULL,0),(824,'石楼县','0',151,0,'',1,0,'',NULL,0),(825,'岚县','0',151,0,'',1,0,'',NULL,0),(826,'方山县','0',151,0,'',1,0,'',NULL,0),(827,'中阳县','0',151,0,'',1,0,'',NULL,0),(828,'交口县','0',151,0,'',1,0,'',NULL,0),(829,'孝义市','0',151,0,'',1,0,'',NULL,0),(830,'汾阳市','0',151,0,'',1,0,'',NULL,0),(831,'新城区','0',152,0,'',1,0,'',NULL,0),(832,'回民区','0',152,0,'',1,0,'',NULL,0),(833,'玉泉区','0',152,0,'',1,0,'',NULL,0),(834,'赛罕区','0',152,0,'',1,0,'',NULL,0),(835,'土默特左旗','0',152,0,'',1,0,'',NULL,0),(836,'托克托县','0',152,0,'',1,0,'',NULL,0),(837,'和林格尔县','0',152,0,'',1,0,'',NULL,0),(838,'清水河县','0',152,0,'',1,0,'',NULL,0),(839,'武川县','0',152,0,'',1,0,'',NULL,0),(840,'东河区','0',153,0,'',1,0,'',NULL,0),(841,'昆都仑区','0',153,0,'',1,0,'',NULL,0),(842,'青山区','0',153,0,'',1,0,'',NULL,0),(843,'石拐区','0',153,0,'',1,0,'',NULL,0),(844,'白云矿区','0',153,0,'',1,0,'',NULL,0),(845,'九原区','0',153,0,'',1,0,'',NULL,0),(846,'土默特右旗','0',153,0,'',1,0,'',NULL,0),(847,'固阳县','0',153,0,'',1,0,'',NULL,0),(848,'达尔罕茂明安联合旗','0',153,0,'',1,0,'',NULL,0),(849,'海勃湾区','0',154,0,'',1,0,'',NULL,0),(850,'海南区','0',154,0,'',1,0,'',NULL,0),(851,'乌达区','0',154,0,'',1,0,'',NULL,0),(852,'红山区','0',155,0,'',1,0,'',NULL,0),(853,'元宝山区','0',155,0,'',1,0,'',NULL,0),(854,'松山区','0',155,0,'',1,0,'',NULL,0),(855,'阿鲁科尔沁旗','0',155,0,'',1,0,'',NULL,0),(856,'巴林左旗','0',155,0,'',1,0,'',NULL,0),(857,'巴林右旗','0',155,0,'',1,0,'',NULL,0),(858,'林西县','0',155,0,'',1,0,'',NULL,0),(859,'克什克腾旗','0',155,0,'',1,0,'',NULL,0),(860,'翁牛特旗','0',155,0,'',1,0,'',NULL,0),(861,'喀喇沁旗','0',155,0,'',1,0,'',NULL,0),(862,'宁城县','0',155,0,'',1,0,'',NULL,0),(863,'敖汉旗','0',155,0,'',1,0,'',NULL,0),(864,'科尔沁区','0',156,0,'',1,0,'',NULL,0),(865,'科尔沁左翼中旗','0',156,0,'',1,0,'',NULL,0),(866,'科尔沁左翼后旗','0',156,0,'',1,0,'',NULL,0),(867,'开鲁县','0',156,0,'',1,0,'',NULL,0),(868,'库伦旗','0',156,0,'',1,0,'',NULL,0),(869,'奈曼旗','0',156,0,'',1,0,'',NULL,0),(870,'扎鲁特旗','0',156,0,'',1,0,'',NULL,0),(871,'霍林郭勒市','0',156,0,'',1,0,'',NULL,0),(872,'东胜区','0',157,0,'',1,0,'',NULL,0),(873,'达拉特旗','0',157,0,'',1,0,'',NULL,0),(874,'准格尔旗','0',157,0,'',1,0,'',NULL,0),(875,'鄂托克前旗','0',157,0,'',1,0,'',NULL,0),(876,'鄂托克旗','0',157,0,'',1,0,'',NULL,0),(877,'杭锦旗','0',157,0,'',1,0,'',NULL,0),(878,'乌审旗','0',157,0,'',1,0,'',NULL,0),(879,'伊金霍洛旗','0',157,0,'',1,0,'',NULL,0),(880,'海拉尔区','0',158,0,'',1,0,'',NULL,0),(881,'阿荣旗','0',158,0,'',1,0,'',NULL,0),(882,'莫力达瓦达斡尔族自治旗','0',158,0,'',1,0,'',NULL,0),(883,'鄂伦春自治旗','0',158,0,'',1,0,'',NULL,0),(884,'鄂温克族自治旗','0',158,0,'',1,0,'',NULL,0),(885,'陈巴尔虎旗','0',158,0,'',1,0,'',NULL,0),(886,'新巴尔虎左旗','0',158,0,'',1,0,'',NULL,0),(887,'新巴尔虎右旗','0',158,0,'',1,0,'',NULL,0),(888,'满洲里市','0',158,0,'',1,0,'',NULL,0),(889,'牙克石市','0',158,0,'',1,0,'',NULL,0),(890,'扎兰屯市','0',158,0,'',1,0,'',NULL,0),(891,'额尔古纳市','0',158,0,'',1,0,'',NULL,0),(892,'根河市','0',158,0,'',1,0,'',NULL,0),(893,'临河区','0',159,0,'',1,0,'',NULL,0),(894,'五原县','0',159,0,'',1,0,'',NULL,0),(895,'磴口县','0',159,0,'',1,0,'',NULL,0),(896,'乌拉特前旗','0',159,0,'',1,0,'',NULL,0),(897,'乌拉特中旗','0',159,0,'',1,0,'',NULL,0),(898,'乌拉特后旗','0',159,0,'',1,0,'',NULL,0),(899,'杭锦后旗','0',159,0,'',1,0,'',NULL,0),(900,'集宁区','0',160,0,'',1,0,'',NULL,0),(901,'卓资县','0',160,0,'',1,0,'',NULL,0),(902,'化德县','0',160,0,'',1,0,'',NULL,0),(903,'商都县','0',160,0,'',1,0,'',NULL,0),(904,'兴和县','0',160,0,'',1,0,'',NULL,0),(905,'凉城县','0',160,0,'',1,0,'',NULL,0),(906,'察哈尔右翼前旗','0',160,0,'',1,0,'',NULL,0),(907,'察哈尔右翼中旗','0',160,0,'',1,0,'',NULL,0),(908,'察哈尔右翼后旗','0',160,0,'',1,0,'',NULL,0),(909,'四子王旗','0',160,0,'',1,0,'',NULL,0),(910,'丰镇市','0',160,0,'',1,0,'',NULL,0),(911,'乌兰浩特市','0',161,0,'',1,0,'',NULL,0),(912,'阿尔山市','0',161,0,'',1,0,'',NULL,0),(913,'科尔沁右翼前旗','0',161,0,'',1,0,'',NULL,0),(914,'科尔沁右翼中旗','0',161,0,'',1,0,'',NULL,0),(915,'扎赉特旗','0',161,0,'',1,0,'',NULL,0),(916,'突泉县','0',161,0,'',1,0,'',NULL,0),(917,'二连浩特市','0',162,0,'',1,0,'',NULL,0),(918,'锡林浩特市','0',162,0,'',1,0,'',NULL,0),(919,'阿巴嘎旗','0',162,0,'',1,0,'',NULL,0),(920,'苏尼特左旗','0',162,0,'',1,0,'',NULL,0),(921,'苏尼特右旗','0',162,0,'',1,0,'',NULL,0),(922,'东乌珠穆沁旗','0',162,0,'',1,0,'',NULL,0),(923,'西乌珠穆沁旗','0',162,0,'',1,0,'',NULL,0),(924,'太仆寺旗','0',162,0,'',1,0,'',NULL,0),(925,'镶黄旗','0',162,0,'',1,0,'',NULL,0),(926,'正镶白旗','0',162,0,'',1,0,'',NULL,0),(927,'正蓝旗','0',162,0,'',1,0,'',NULL,0),(928,'多伦县','0',162,0,'',1,0,'',NULL,0),(929,'阿拉善左旗','0',163,0,'',1,0,'',NULL,0),(930,'阿拉善右旗','0',163,0,'',1,0,'',NULL,0),(931,'额济纳旗','0',163,0,'',1,0,'',NULL,0),(932,'和平区','0',164,0,'',1,0,'',NULL,0),(933,'沈河区','0',164,0,'',1,0,'',NULL,0),(934,'大东区','0',164,0,'',1,0,'',NULL,0),(935,'皇姑区','0',164,0,'',1,0,'',NULL,0),(936,'铁西区','0',164,0,'',1,0,'',NULL,0),(937,'苏家屯区','0',164,0,'',1,0,'',NULL,0),(938,'东陵区','0',164,0,'',1,0,'',NULL,0),(939,'新城子区','0',164,0,'',1,0,'',NULL,0),(940,'于洪区','0',164,0,'',1,0,'',NULL,0),(941,'辽中县','0',164,0,'',1,0,'',NULL,0),(942,'康平县','0',164,0,'',1,0,'',NULL,0),(943,'法库县','0',164,0,'',1,0,'',NULL,0),(944,'新民市','0',164,0,'',1,0,'',NULL,0),(945,'中山区','0',165,0,'',1,0,'',NULL,0),(946,'西岗区','0',165,0,'',1,0,'',NULL,0),(947,'沙河口区','0',165,0,'',1,0,'',NULL,0),(948,'甘井子区','0',165,0,'',1,0,'',NULL,0),(949,'旅顺口区','0',165,0,'',1,0,'',NULL,0),(950,'金州区','0',165,0,'',1,0,'',NULL,0),(951,'长海县','0',165,0,'',1,0,'',NULL,0),(952,'瓦房店市','0',165,0,'',1,0,'',NULL,0),(953,'普兰店市','0',165,0,'',1,0,'',NULL,0),(954,'庄河市','0',165,0,'',1,0,'',NULL,0),(955,'铁东区','0',166,0,'',1,0,'',NULL,0),(956,'铁西区','0',166,0,'',1,0,'',NULL,0),(957,'立山区','0',166,0,'',1,0,'',NULL,0),(958,'千山区','0',166,0,'',1,0,'',NULL,0),(959,'台安县','0',166,0,'',1,0,'',NULL,0),(960,'岫岩满族自治县','0',166,0,'',1,0,'',NULL,0),(961,'海城市','0',166,0,'',1,0,'',NULL,0),(962,'新抚区','0',167,0,'',1,0,'',NULL,0),(963,'东洲区','0',167,0,'',1,0,'',NULL,0),(964,'望花区','0',167,0,'',1,0,'',NULL,0),(965,'顺城区','0',167,0,'',1,0,'',NULL,0),(966,'抚顺县','0',167,0,'',1,0,'',NULL,0),(967,'新宾满族自治县','0',167,0,'',1,0,'',NULL,0),(968,'清原满族自治县','0',167,0,'',1,0,'',NULL,0),(969,'平山区','0',168,0,'',1,0,'',NULL,0),(970,'溪湖区','0',168,0,'',1,0,'',NULL,0),(971,'明山区','0',168,0,'',1,0,'',NULL,0),(972,'南芬区','0',168,0,'',1,0,'',NULL,0),(973,'本溪满族自治县','0',168,0,'',1,0,'',NULL,0),(974,'桓仁满族自治县','0',168,0,'',1,0,'',NULL,0),(975,'元宝区','0',169,0,'',1,0,'',NULL,0),(976,'振兴区','0',169,0,'',1,0,'',NULL,0),(977,'振安区','0',169,0,'',1,0,'',NULL,0),(978,'宽甸满族自治县','0',169,0,'',1,0,'',NULL,0),(979,'东港市','0',169,0,'',1,0,'',NULL,0),(980,'凤城市','0',169,0,'',1,0,'',NULL,0),(981,'古塔区','0',170,0,'',1,0,'',NULL,0),(982,'凌河区','0',170,0,'',1,0,'',NULL,0),(983,'太和区','0',170,0,'',1,0,'',NULL,0),(984,'黑山县','0',170,0,'',1,0,'',NULL,0),(985,'义县','0',170,0,'',1,0,'',NULL,0),(986,'凌海市','0',170,0,'',1,0,'',NULL,0),(987,'北镇市','0',170,0,'',1,0,'',NULL,0),(988,'站前区','0',171,0,'',1,0,'',NULL,0),(989,'西市区','0',171,0,'',1,0,'',NULL,0),(990,'鲅鱼圈区','0',171,0,'',1,0,'',NULL,0),(991,'老边区','0',171,0,'',1,0,'',NULL,0),(992,'盖州市','0',171,0,'',1,0,'',NULL,0),(993,'大石桥市','0',171,0,'',1,0,'',NULL,0),(994,'海州区','0',172,0,'',1,0,'',NULL,0),(995,'新邱区','0',172,0,'',1,0,'',NULL,0),(996,'太平区','0',172,0,'',1,0,'',NULL,0),(997,'清河门区','0',172,0,'',1,0,'',NULL,0),(998,'细河区','0',172,0,'',1,0,'',NULL,0),(999,'阜新蒙古族自治县','0',172,0,'',1,0,'',NULL,0),(1000,'彰武县','0',172,0,'',1,0,'',NULL,0),(1001,'白塔区','0',173,0,'',1,0,'',NULL,0),(1002,'文圣区','0',173,0,'',1,0,'',NULL,0),(1003,'宏伟区','0',173,0,'',1,0,'',NULL,0),(1004,'弓长岭区','0',173,0,'',1,0,'',NULL,0),(1005,'太子河区','0',173,0,'',1,0,'',NULL,0),(1006,'辽阳县','0',173,0,'',1,0,'',NULL,0),(1007,'灯塔市','0',173,0,'',1,0,'',NULL,0),(1008,'双台子区','0',174,0,'',1,0,'',NULL,0),(1009,'兴隆台区','0',174,0,'',1,0,'',NULL,0),(1010,'大洼县','0',174,0,'',1,0,'',NULL,0),(1011,'盘山县','0',174,0,'',1,0,'',NULL,0),(1012,'银州区','0',175,0,'',1,0,'',NULL,0),(1013,'清河区','0',175,0,'',1,0,'',NULL,0),(1014,'铁岭县','0',175,0,'',1,0,'',NULL,0),(1015,'西丰县','0',175,0,'',1,0,'',NULL,0),(1016,'昌图县','0',175,0,'',1,0,'',NULL,0),(1017,'调兵山市','0',175,0,'',1,0,'',NULL,0),(1018,'开原市','0',175,0,'',1,0,'',NULL,0),(1019,'双塔区','0',176,0,'',1,0,'',NULL,0),(1020,'龙城区','0',176,0,'',1,0,'',NULL,0),(1021,'朝阳县','0',176,0,'',1,0,'',NULL,0),(1022,'建平县','0',176,0,'',1,0,'',NULL,0),(1023,'喀喇沁左翼蒙古族自治县','0',176,0,'',1,0,'',NULL,0),(1024,'北票市','0',176,0,'',1,0,'',NULL,0),(1025,'凌源市','0',176,0,'',1,0,'',NULL,0),(1026,'连山区','0',177,0,'',1,0,'',NULL,0),(1027,'龙港区','0',177,0,'',1,0,'',NULL,0),(1028,'南票区','0',177,0,'',1,0,'',NULL,0),(1029,'绥中县','0',177,0,'',1,0,'',NULL,0),(1030,'建昌县','0',177,0,'',1,0,'',NULL,0),(1031,'兴城市','0',177,0,'',1,0,'',NULL,0),(1032,'南关区','0',178,0,'',1,0,'',NULL,0),(1033,'宽城区','0',178,0,'',1,0,'',NULL,0),(1034,'朝阳区','0',178,0,'',1,0,'',NULL,0),(1035,'二道区','0',178,0,'',1,0,'',NULL,0),(1036,'绿园区','0',178,0,'',1,0,'',NULL,0),(1037,'双阳区','0',178,0,'',1,0,'',NULL,0),(1038,'农安县','0',178,0,'',1,0,'',NULL,0),(1039,'九台市','0',178,0,'',1,0,'',NULL,0),(1040,'榆树市','0',178,0,'',1,0,'',NULL,0),(1041,'德惠市','0',178,0,'',1,0,'',NULL,0),(1042,'昌邑区','0',179,0,'',1,0,'',NULL,0),(1043,'龙潭区','0',179,0,'',1,0,'',NULL,0),(1044,'船营区','0',179,0,'',1,0,'',NULL,0),(1045,'丰满区','0',179,0,'',1,0,'',NULL,0),(1046,'永吉县','0',179,0,'',1,0,'',NULL,0),(1047,'蛟河市','0',179,0,'',1,0,'',NULL,0),(1048,'桦甸市','0',179,0,'',1,0,'',NULL,0),(1049,'舒兰市','0',179,0,'',1,0,'',NULL,0),(1050,'磐石市','0',179,0,'',1,0,'',NULL,0),(1051,'铁西区','0',180,0,'',1,0,'',NULL,0),(1052,'铁东区','0',180,0,'',1,0,'',NULL,0),(1053,'梨树县','0',180,0,'',1,0,'',NULL,0),(1054,'伊通满族自治县','0',180,0,'',1,0,'',NULL,0),(1055,'公主岭市','0',180,0,'',1,0,'',NULL,0),(1056,'双辽市','0',180,0,'',1,0,'',NULL,0),(1057,'龙山区','0',181,0,'',1,0,'',NULL,0),(1058,'西安区','0',181,0,'',1,0,'',NULL,0),(1059,'东丰县','0',181,0,'',1,0,'',NULL,0),(1060,'东辽县','0',181,0,'',1,0,'',NULL,0),(1061,'东昌区','0',182,0,'',1,0,'',NULL,0),(1062,'二道江区','0',182,0,'',1,0,'',NULL,0),(1063,'通化县','0',182,0,'',1,0,'',NULL,0),(1064,'辉南县','0',182,0,'',1,0,'',NULL,0),(1065,'柳河县','0',182,0,'',1,0,'',NULL,0),(1066,'梅河口市','0',182,0,'',1,0,'',NULL,0),(1067,'集安市','0',182,0,'',1,0,'',NULL,0),(1068,'八道江区','0',183,0,'',1,0,'',NULL,0),(1069,'抚松县','0',183,0,'',1,0,'',NULL,0),(1070,'靖宇县','0',183,0,'',1,0,'',NULL,0),(1071,'长白朝鲜族自治县','0',183,0,'',1,0,'',NULL,0),(1072,'江源县','0',183,0,'',1,0,'',NULL,0),(1073,'临江市','0',183,0,'',1,0,'',NULL,0),(1074,'宁江区','0',184,0,'',1,0,'',NULL,0),(1075,'前郭尔罗斯蒙古族自治县','0',184,0,'',1,0,'',NULL,0),(1076,'长岭县','0',184,0,'',1,0,'',NULL,0),(1077,'乾安县','0',184,0,'',1,0,'',NULL,0),(1078,'扶余县','0',184,0,'',1,0,'',NULL,0),(1079,'洮北区','0',185,0,'',1,0,'',NULL,0),(1080,'镇赉县','0',185,0,'',1,0,'',NULL,0),(1081,'通榆县','0',185,0,'',1,0,'',NULL,0),(1082,'洮南市','0',185,0,'',1,0,'',NULL,0),(1083,'大安市','0',185,0,'',1,0,'',NULL,0),(1084,'延吉市','0',186,0,'',1,0,'',NULL,0),(1085,'图们市','0',186,0,'',1,0,'',NULL,0),(1086,'敦化市','0',186,0,'',1,0,'',NULL,0),(1087,'珲春市','0',186,0,'',1,0,'',NULL,0),(1088,'龙井市','0',186,0,'',1,0,'',NULL,0),(1089,'和龙市','0',186,0,'',1,0,'',NULL,0),(1090,'汪清县','0',186,0,'',1,0,'',NULL,0),(1091,'安图县','0',186,0,'',1,0,'',NULL,0),(1092,'道里区','0',187,0,'',1,0,'',NULL,0),(1093,'南岗区','0',187,0,'',1,0,'',NULL,0),(1094,'道外区','0',187,0,'',1,0,'',NULL,0),(1095,'香坊区','0',187,0,'',1,0,'',NULL,0),(1096,'动力区','0',187,0,'',1,0,'',NULL,0),(1097,'平房区','0',187,0,'',1,0,'',NULL,0),(1098,'松北区','0',187,0,'',1,0,'',NULL,0),(1099,'呼兰区','0',187,0,'',1,0,'',NULL,0),(1100,'依兰县','0',187,0,'',1,0,'',NULL,0),(1101,'方正县','0',187,0,'',1,0,'',NULL,0),(1102,'宾县','0',187,0,'',1,0,'',NULL,0),(1103,'巴彦县','0',187,0,'',1,0,'',NULL,0),(1104,'木兰县','0',187,0,'',1,0,'',NULL,0),(1105,'通河县','0',187,0,'',1,0,'',NULL,0),(1106,'延寿县','0',187,0,'',1,0,'',NULL,0),(1107,'阿城市','0',187,0,'',1,0,'',NULL,0),(1108,'双城市','0',187,0,'',1,0,'',NULL,0),(1109,'尚志市','0',187,0,'',1,0,'',NULL,0),(1110,'五常市','0',187,0,'',1,0,'',NULL,0),(1111,'龙沙区','0',188,0,'',1,0,'',NULL,0),(1112,'建华区','0',188,0,'',1,0,'',NULL,0),(1113,'铁锋区','0',188,0,'',1,0,'',NULL,0),(1114,'昂昂溪区','0',188,0,'',1,0,'',NULL,0),(1115,'富拉尔基区','0',188,0,'',1,0,'',NULL,0),(1116,'碾子山区','0',188,0,'',1,0,'',NULL,0),(1117,'梅里斯达斡尔族区','0',188,0,'',1,0,'',NULL,0),(1118,'龙江县','0',188,0,'',1,0,'',NULL,0),(1119,'依安县','0',188,0,'',1,0,'',NULL,0),(1120,'泰来县','0',188,0,'',1,0,'',NULL,0),(1121,'甘南县','0',188,0,'',1,0,'',NULL,0),(1122,'富裕县','0',188,0,'',1,0,'',NULL,0),(1123,'克山县','0',188,0,'',1,0,'',NULL,0),(1124,'克东县','0',188,0,'',1,0,'',NULL,0),(1125,'拜泉县','0',188,0,'',1,0,'',NULL,0),(1126,'讷河市','0',188,0,'',1,0,'',NULL,0),(1127,'鸡冠区','0',189,0,'',1,0,'',NULL,0),(1128,'恒山区','0',189,0,'',1,0,'',NULL,0),(1129,'滴道区','0',189,0,'',1,0,'',NULL,0),(1130,'梨树区','0',189,0,'',1,0,'',NULL,0),(1131,'城子河区','0',189,0,'',1,0,'',NULL,0),(1132,'麻山区','0',189,0,'',1,0,'',NULL,0),(1133,'鸡东县','0',189,0,'',1,0,'',NULL,0),(1134,'虎林市','0',189,0,'',1,0,'',NULL,0),(1135,'密山市','0',189,0,'',1,0,'',NULL,0),(1136,'向阳区','0',190,0,'',1,0,'',NULL,0),(1137,'工农区','0',190,0,'',1,0,'',NULL,0),(1138,'南山区','0',190,0,'',1,0,'',NULL,0),(1139,'兴安区','0',190,0,'',1,0,'',NULL,0),(1140,'东山区','0',190,0,'',1,0,'',NULL,0),(1141,'兴山区','0',190,0,'',1,0,'',NULL,0),(1142,'萝北县','0',190,0,'',1,0,'',NULL,0),(1143,'绥滨县','0',190,0,'',1,0,'',NULL,0),(1144,'尖山区','0',191,0,'',1,0,'',NULL,0),(1145,'岭东区','0',191,0,'',1,0,'',NULL,0),(1146,'四方台区','0',191,0,'',1,0,'',NULL,0),(1147,'宝山区','0',191,0,'',1,0,'',NULL,0),(1148,'集贤县','0',191,0,'',1,0,'',NULL,0),(1149,'友谊县','0',191,0,'',1,0,'',NULL,0),(1150,'宝清县','0',191,0,'',1,0,'',NULL,0),(1151,'饶河县','0',191,0,'',1,0,'',NULL,0),(1152,'萨尔图区','0',192,0,'',1,0,'',NULL,0),(1153,'龙凤区','0',192,0,'',1,0,'',NULL,0),(1154,'让胡路区','0',192,0,'',1,0,'',NULL,0),(1155,'红岗区','0',192,0,'',1,0,'',NULL,0),(1156,'大同区','0',192,0,'',1,0,'',NULL,0),(1157,'肇州县','0',192,0,'',1,0,'',NULL,0),(1158,'肇源县','0',192,0,'',1,0,'',NULL,0),(1159,'林甸县','0',192,0,'',1,0,'',NULL,0),(1160,'杜尔伯特蒙古族自治县','0',192,0,'',1,0,'',NULL,0),(1161,'伊春区','0',193,0,'',1,0,'',NULL,0),(1162,'南岔区','0',193,0,'',1,0,'',NULL,0),(1163,'友好区','0',193,0,'',1,0,'',NULL,0),(1164,'西林区','0',193,0,'',1,0,'',NULL,0),(1165,'翠峦区','0',193,0,'',1,0,'',NULL,0),(1166,'新青区','0',193,0,'',1,0,'',NULL,0),(1167,'美溪区','0',193,0,'',1,0,'',NULL,0),(1168,'金山屯区','0',193,0,'',1,0,'',NULL,0),(1169,'五营区','0',193,0,'',1,0,'',NULL,0),(1170,'乌马河区','0',193,0,'',1,0,'',NULL,0),(1171,'汤旺河区','0',193,0,'',1,0,'',NULL,0),(1172,'带岭区','0',193,0,'',1,0,'',NULL,0),(1173,'乌伊岭区','0',193,0,'',1,0,'',NULL,0),(1174,'红星区','0',193,0,'',1,0,'',NULL,0),(1175,'上甘岭区','0',193,0,'',1,0,'',NULL,0),(1176,'嘉荫县','0',193,0,'',1,0,'',NULL,0),(1177,'铁力市','0',193,0,'',1,0,'',NULL,0),(1178,'永红区','0',194,0,'',1,0,'',NULL,0),(1179,'向阳区','0',194,0,'',1,0,'',NULL,0),(1180,'前进区','0',194,0,'',1,0,'',NULL,0),(1181,'东风区','0',194,0,'',1,0,'',NULL,0),(1182,'郊区','0',194,0,'',1,0,'',NULL,0),(1183,'桦南县','0',194,0,'',1,0,'',NULL,0),(1184,'桦川县','0',194,0,'',1,0,'',NULL,0),(1185,'汤原县','0',194,0,'',1,0,'',NULL,0),(1186,'抚远县','0',194,0,'',1,0,'',NULL,0),(1187,'同江市','0',194,0,'',1,0,'',NULL,0),(1188,'富锦市','0',194,0,'',1,0,'',NULL,0),(1189,'新兴区','0',195,0,'',1,0,'',NULL,0),(1190,'桃山区','0',195,0,'',1,0,'',NULL,0),(1191,'茄子河区','0',195,0,'',1,0,'',NULL,0),(1192,'勃利县','0',195,0,'',1,0,'',NULL,0),(1193,'东安区','0',196,0,'',1,0,'',NULL,0),(1194,'阳明区','0',196,0,'',1,0,'',NULL,0),(1195,'爱民区','0',196,0,'',1,0,'',NULL,0),(1196,'西安区','0',196,0,'',1,0,'',NULL,0),(1197,'东宁县','0',196,0,'',1,0,'',NULL,0),(1198,'林口县','0',196,0,'',1,0,'',NULL,0),(1199,'绥芬河市','0',196,0,'',1,0,'',NULL,0),(1200,'海林市','0',196,0,'',1,0,'',NULL,0),(1201,'宁安市','0',196,0,'',1,0,'',NULL,0),(1202,'穆棱市','0',196,0,'',1,0,'',NULL,0),(1203,'爱辉区','0',197,0,'',1,0,'',NULL,0),(1204,'嫩江县','0',197,0,'',1,0,'',NULL,0),(1205,'逊克县','0',197,0,'',1,0,'',NULL,0),(1206,'孙吴县','0',197,0,'',1,0,'',NULL,0),(1207,'北安市','0',197,0,'',1,0,'',NULL,0),(1208,'五大连池市','0',197,0,'',1,0,'',NULL,0),(1209,'北林区','0',198,0,'',1,0,'',NULL,0),(1210,'望奎县','0',198,0,'',1,0,'',NULL,0),(1211,'兰西县','0',198,0,'',1,0,'',NULL,0),(1212,'青冈县','0',198,0,'',1,0,'',NULL,0),(1213,'庆安县','0',198,0,'',1,0,'',NULL,0),(1214,'明水县','0',198,0,'',1,0,'',NULL,0),(1215,'绥棱县','0',198,0,'',1,0,'',NULL,0),(1216,'安达市','0',198,0,'',1,0,'',NULL,0),(1217,'肇东市','0',198,0,'',1,0,'',NULL,0),(1218,'海伦市','0',198,0,'',1,0,'',NULL,0),(1219,'呼玛县','0',199,0,'',1,0,'',NULL,0),(1220,'塔河县','0',199,0,'',1,0,'',NULL,0),(1221,'漠河县','0',199,0,'',1,0,'',NULL,0),(1222,'玄武区','0',200,0,'',1,0,'',NULL,0),(1223,'白下区','0',200,0,'',1,0,'',NULL,0),(1224,'秦淮区','0',200,0,'',1,0,'',NULL,0),(1225,'建邺区','0',200,0,'',1,0,'',NULL,0),(1226,'鼓楼区','0',200,0,'',1,0,'',NULL,0),(1227,'下关区','0',200,0,'',1,0,'',NULL,0),(1228,'浦口区','0',200,0,'',1,0,'',NULL,0),(1229,'栖霞区','0',200,0,'',1,0,'',NULL,0),(1230,'雨花台区','0',200,0,'',1,0,'',NULL,0),(1231,'江宁区','0',200,0,'',1,0,'',NULL,0),(1232,'六合区','0',200,0,'',1,0,'',NULL,0),(1233,'溧水县','0',200,0,'',1,0,'',NULL,0),(1234,'高淳县','0',200,0,'',1,0,'',NULL,0),(1235,'崇安区','0',201,0,'',1,0,'',NULL,0),(1236,'南长区','0',201,0,'',1,0,'',NULL,0),(1237,'北塘区','0',201,0,'',1,0,'',NULL,0),(1238,'锡山区','0',201,0,'',1,0,'',NULL,0),(1239,'惠山区','0',201,0,'',1,0,'',NULL,0),(1240,'滨湖区','0',201,0,'',1,0,'',NULL,0),(1241,'江阴市','0',201,0,'',1,0,'',NULL,0),(1242,'宜兴市','0',201,0,'',1,0,'',NULL,0),(1243,'鼓楼区','0',202,0,'',1,0,'',NULL,0),(1244,'云龙区','0',202,0,'',1,0,'',NULL,0),(1245,'九里区','0',202,0,'',1,0,'',NULL,0),(1246,'贾汪区','0',202,0,'',1,0,'',NULL,0),(1247,'泉山区','0',202,0,'',1,0,'',NULL,0),(1248,'丰县','0',202,0,'',1,0,'',NULL,0),(1249,'沛县','0',202,0,'',1,0,'',NULL,0),(1250,'铜山县','0',202,0,'',1,0,'',NULL,0),(1251,'睢宁县','0',202,0,'',1,0,'',NULL,0),(1252,'新沂市','0',202,0,'',1,0,'',NULL,0),(1253,'邳州市','0',202,0,'',1,0,'',NULL,0),(1254,'天宁区','0',203,0,'',1,0,'',NULL,0),(1255,'钟楼区','0',203,0,'',1,0,'',NULL,0),(1256,'戚墅堰区','0',203,0,'',1,0,'',NULL,0),(1257,'新北区','0',203,0,'',1,0,'',NULL,0),(1258,'武进区','0',203,0,'',1,0,'',NULL,0),(1259,'溧阳市','0',203,0,'',1,0,'',NULL,0),(1260,'金坛市','0',203,0,'',1,0,'',NULL,0),(1261,'沧浪区','0',204,0,'',1,0,'',NULL,0),(1262,'平江区','0',204,0,'',1,0,'',NULL,0),(1263,'金阊区','0',204,0,'',1,0,'',NULL,0),(1264,'虎丘区','0',204,0,'',1,0,'',NULL,0),(1265,'吴中区','0',204,0,'',1,0,'',NULL,0),(1266,'相城区','0',204,0,'',1,0,'',NULL,0),(1267,'常熟市','0',204,0,'',1,0,'',NULL,0),(1268,'张家港市','0',204,0,'',1,0,'',NULL,0),(1269,'昆山市','0',204,0,'',1,0,'',NULL,0),(1270,'吴江市','0',204,0,'',1,0,'',NULL,0),(1271,'太仓市','0',204,0,'',1,0,'',NULL,0),(1272,'崇川区','0',205,0,'',1,0,'',NULL,0),(1273,'港闸区','0',205,0,'',1,0,'',NULL,0),(1274,'海安县','0',205,0,'',1,0,'',NULL,0),(1275,'如东县','0',205,0,'',1,0,'',NULL,0),(1276,'启东市','0',205,0,'',1,0,'',NULL,0),(1277,'如皋市','0',205,0,'',1,0,'',NULL,0),(1278,'通州市','0',205,0,'',1,0,'',NULL,0),(1279,'海门市','0',205,0,'',1,0,'',NULL,0),(1280,'连云区','0',206,0,'',1,0,'',NULL,0),(1281,'新浦区','0',206,0,'',1,0,'',NULL,0),(1282,'海州区','0',206,0,'',1,0,'',NULL,0),(1283,'赣榆县','0',206,0,'',1,0,'',NULL,0),(1284,'东海县','0',206,0,'',1,0,'',NULL,0),(1285,'灌云县','0',206,0,'',1,0,'',NULL,0),(1286,'灌南县','0',206,0,'',1,0,'',NULL,0),(1287,'清河区','0',207,0,'',1,0,'',NULL,0),(1288,'楚州区','0',207,0,'',1,0,'',NULL,0),(1289,'淮阴区','0',207,0,'',1,0,'',NULL,0),(1290,'清浦区','0',207,0,'',1,0,'',NULL,0),(1291,'涟水县','0',207,0,'',1,0,'',NULL,0),(1292,'洪泽县','0',207,0,'',1,0,'',NULL,0),(1293,'盱眙县','0',207,0,'',1,0,'',NULL,0),(1294,'金湖县','0',207,0,'',1,0,'',NULL,0),(1295,'亭湖区','0',208,0,'',1,0,'',NULL,0),(1296,'盐都区','0',208,0,'',1,0,'',NULL,0),(1297,'响水县','0',208,0,'',1,0,'',NULL,0),(1298,'滨海县','0',208,0,'',1,0,'',NULL,0),(1299,'阜宁县','0',208,0,'',1,0,'',NULL,0),(1300,'射阳县','0',208,0,'',1,0,'',NULL,0),(1301,'建湖县','0',208,0,'',1,0,'',NULL,0),(1302,'东台市','0',208,0,'',1,0,'',NULL,0),(1303,'大丰市','0',208,0,'',1,0,'',NULL,0),(1304,'广陵区','0',209,0,'',1,0,'',NULL,0),(1305,'邗江区','0',209,0,'',1,0,'',NULL,0),(1306,'维扬区','0',209,0,'',1,0,'',NULL,0),(1307,'宝应县','0',209,0,'',1,0,'',NULL,0),(1308,'仪征市','0',209,0,'',1,0,'',NULL,0),(1309,'高邮市','0',209,0,'',1,0,'',NULL,0),(1310,'江都市','0',209,0,'',1,0,'',NULL,0),(1311,'京口区','0',210,0,'',1,0,'',NULL,0),(1312,'润州区','0',210,0,'',1,0,'',NULL,0),(1313,'丹徒区','0',210,0,'',1,0,'',NULL,0),(1314,'丹阳市','0',210,0,'',1,0,'',NULL,0),(1315,'扬中市','0',210,0,'',1,0,'',NULL,0),(1316,'句容市','0',210,0,'',1,0,'',NULL,0),(1317,'海陵区','0',211,0,'',1,0,'',NULL,0),(1318,'高港区','0',211,0,'',1,0,'',NULL,0),(1319,'兴化市','0',211,0,'',1,0,'',NULL,0),(1320,'靖江市','0',211,0,'',1,0,'',NULL,0),(1321,'泰兴市','0',211,0,'',1,0,'',NULL,0),(1322,'姜堰市','0',211,0,'',1,0,'',NULL,0),(1323,'宿城区','0',212,0,'',1,0,'',NULL,0),(1324,'宿豫区','0',212,0,'',1,0,'',NULL,0),(1325,'沭阳县','0',212,0,'',1,0,'',NULL,0),(1326,'泗阳县','0',212,0,'',1,0,'',NULL,0),(1327,'泗洪县','0',212,0,'',1,0,'',NULL,0),(1328,'上城区','0',213,0,'',1,0,'',NULL,0),(1329,'下城区','0',213,0,'',1,0,'',NULL,0),(1330,'江干区','0',213,0,'',1,0,'',NULL,0),(1331,'拱墅区','0',213,0,'',1,0,'',NULL,0),(1332,'西湖区','0',213,0,'',1,0,'',NULL,0),(1333,'滨江区','0',213,0,'',1,0,'',NULL,0),(1334,'萧山区','0',213,0,'',1,0,'',NULL,0),(1335,'余杭区','0',213,0,'',1,0,'',NULL,0),(1336,'桐庐县','0',213,0,'',1,0,'',NULL,0),(1337,'淳安县','0',213,0,'',1,0,'',NULL,0),(1338,'建德市','0',213,0,'',1,0,'',NULL,0),(1339,'富阳市','0',213,0,'',1,0,'',NULL,0),(1340,'临安市','0',213,0,'',1,0,'',NULL,0),(1341,'海曙区','0',214,0,'',1,0,'',NULL,0),(1342,'江东区','0',214,0,'',1,0,'',NULL,0),(1343,'江北区','0',214,0,'',1,0,'',NULL,0),(1344,'北仑区','0',214,0,'',1,0,'',NULL,0),(1345,'镇海区','0',214,0,'',1,0,'',NULL,0),(1346,'鄞州区','0',214,0,'',1,0,'',NULL,0),(1347,'象山县','0',214,0,'',1,0,'',NULL,0),(1348,'宁海县','0',214,0,'',1,0,'',NULL,0),(1349,'余姚市','0',214,0,'',1,0,'',NULL,0),(1350,'慈溪市','0',214,0,'',1,0,'',NULL,0),(1351,'奉化市','0',214,0,'',1,0,'',NULL,0),(1352,'鹿城区','0',215,0,'',1,0,'',NULL,0),(1353,'龙湾区','0',215,0,'',1,0,'',NULL,0),(1354,'瓯海区','0',215,0,'',1,0,'',NULL,0),(1355,'洞头县','0',215,0,'',1,0,'',NULL,0),(1356,'永嘉县','0',215,0,'',1,0,'',NULL,0),(1357,'平阳县','0',215,0,'',1,0,'',NULL,0),(1358,'苍南县','0',215,0,'',1,0,'',NULL,0),(1359,'文成县','0',215,0,'',1,0,'',NULL,0),(1360,'泰顺县','0',215,0,'',1,0,'',NULL,0),(1361,'瑞安市','0',215,0,'',1,0,'',NULL,0),(1362,'乐清市','0',215,0,'',1,0,'',NULL,0),(1363,'秀城区','0',216,0,'',1,0,'',NULL,0),(1364,'秀洲区','0',216,0,'',1,0,'',NULL,0),(1365,'嘉善县','0',216,0,'',1,0,'',NULL,0),(1366,'海盐县','0',216,0,'',1,0,'',NULL,0),(1367,'海宁市','0',216,0,'',1,0,'',NULL,0),(1368,'平湖市','0',216,0,'',1,0,'',NULL,0),(1369,'桐乡市','0',216,0,'',1,0,'',NULL,0),(1370,'吴兴区','0',217,0,'',1,0,'',NULL,0),(1371,'南浔区','0',217,0,'',1,0,'',NULL,0),(1372,'德清县','0',217,0,'',1,0,'',NULL,0),(1373,'长兴县','0',217,0,'',1,0,'',NULL,0),(1374,'安吉县','0',217,0,'',1,0,'',NULL,0),(1375,'越城区','0',218,0,'',1,0,'',NULL,0),(1376,'绍兴县','0',218,0,'',1,0,'',NULL,0),(1377,'新昌县','0',218,0,'',1,0,'',NULL,0),(1378,'诸暨市','0',218,0,'',1,0,'',NULL,0),(1379,'上虞市','0',218,0,'',1,0,'',NULL,0),(1380,'嵊州市','0',218,0,'',1,0,'',NULL,0),(1381,'婺城区','0',219,0,'',1,0,'',NULL,0),(1382,'金东区','0',219,0,'',1,0,'',NULL,0),(1383,'武义县','0',219,0,'',1,0,'',NULL,0),(1384,'浦江县','0',219,0,'',1,0,'',NULL,0),(1385,'磐安县','0',219,0,'',1,0,'',NULL,0),(1386,'兰溪市','0',219,0,'',1,0,'',NULL,0),(1387,'义乌市','0',219,0,'',1,0,'',NULL,0),(1388,'东阳市','0',219,0,'',1,0,'',NULL,0),(1389,'永康市','0',219,0,'',1,0,'',NULL,0),(1390,'柯城区','0',220,0,'',1,0,'',NULL,0),(1391,'衢江区','0',220,0,'',1,0,'',NULL,0),(1392,'常山县','0',220,0,'',1,0,'',NULL,0),(1393,'开化县','0',220,0,'',1,0,'',NULL,0),(1394,'龙游县','0',220,0,'',1,0,'',NULL,0),(1395,'江山市','0',220,0,'',1,0,'',NULL,0),(1396,'定海区','0',221,0,'',1,0,'',NULL,0),(1397,'普陀区','0',221,0,'',1,0,'',NULL,0),(1398,'岱山县','0',221,0,'',1,0,'',NULL,0),(1399,'嵊泗县','0',221,0,'',1,0,'',NULL,0),(1400,'椒江区','0',222,0,'',1,0,'',NULL,0),(1401,'黄岩区','0',222,0,'',1,0,'',NULL,0),(1402,'路桥区','0',222,0,'',1,0,'',NULL,0),(1403,'玉环县','0',222,0,'',1,0,'',NULL,0),(1404,'三门县','0',222,0,'',1,0,'',NULL,0),(1405,'天台县','0',222,0,'',1,0,'',NULL,0),(1406,'仙居县','0',222,0,'',1,0,'',NULL,0),(1407,'温岭市','0',222,0,'',1,0,'',NULL,0),(1408,'临海市','0',222,0,'',1,0,'',NULL,0),(1409,'莲都区','0',223,0,'',1,0,'',NULL,0),(1410,'青田县','0',223,0,'',1,0,'',NULL,0),(1411,'缙云县','0',223,0,'',1,0,'',NULL,0),(1412,'遂昌县','0',223,0,'',1,0,'',NULL,0),(1413,'松阳县','0',223,0,'',1,0,'',NULL,0),(1414,'云和县','0',223,0,'',1,0,'',NULL,0),(1415,'庆元县','0',223,0,'',1,0,'',NULL,0),(1416,'景宁畲族自治县','0',223,0,'',1,0,'',NULL,0),(1417,'龙泉市','0',223,0,'',1,0,'',NULL,0),(1418,'瑶海区','0',224,0,'',1,0,'',NULL,0),(1419,'庐阳区','0',224,0,'',1,0,'',NULL,0),(1420,'蜀山区','0',224,0,'',1,0,'',NULL,0),(1421,'包河区','0',224,0,'',1,0,'',NULL,0),(1422,'长丰县','0',224,0,'',1,0,'',NULL,0),(1423,'肥东县','0',224,0,'',1,0,'',NULL,0),(1424,'肥西县','0',224,0,'',1,0,'',NULL,0),(1425,'镜湖区','0',225,0,'',1,0,'',NULL,0),(1426,'弋江区','0',225,0,'',1,0,'',NULL,0),(1427,'鸠江区','0',225,0,'',1,0,'',NULL,0),(1428,'三山区','0',225,0,'',1,0,'',NULL,0),(1429,'芜湖县','0',225,0,'',1,0,'',NULL,0),(1430,'繁昌县','0',225,0,'',1,0,'',NULL,0),(1431,'南陵县','0',225,0,'',1,0,'',NULL,0),(1432,'龙子湖区','0',226,0,'',1,0,'',NULL,0),(1433,'蚌山区','0',226,0,'',1,0,'',NULL,0),(1434,'禹会区','0',226,0,'',1,0,'',NULL,0),(1435,'淮上区','0',226,0,'',1,0,'',NULL,0),(1436,'怀远县','0',226,0,'',1,0,'',NULL,0),(1437,'五河县','0',226,0,'',1,0,'',NULL,0),(1438,'固镇县','0',226,0,'',1,0,'',NULL,0),(1439,'大通区','0',227,0,'',1,0,'',NULL,0),(1440,'田家庵区','0',227,0,'',1,0,'',NULL,0),(1441,'谢家集区','0',227,0,'',1,0,'',NULL,0),(1442,'八公山区','0',227,0,'',1,0,'',NULL,0),(1443,'潘集区','0',227,0,'',1,0,'',NULL,0),(1444,'凤台县','0',227,0,'',1,0,'',NULL,0),(1445,'金家庄区','0',228,0,'',1,0,'',NULL,0),(1446,'花山区','0',228,0,'',1,0,'',NULL,0),(1447,'雨山区','0',228,0,'',1,0,'',NULL,0),(1448,'当涂县','0',228,0,'',1,0,'',NULL,0),(1449,'杜集区','0',229,0,'',1,0,'',NULL,0),(1450,'相山区','0',229,0,'',1,0,'',NULL,0),(1451,'烈山区','0',229,0,'',1,0,'',NULL,0),(1452,'濉溪县','0',229,0,'',1,0,'',NULL,0),(1453,'铜官山区','0',230,0,'',1,0,'',NULL,0),(1454,'狮子山区','0',230,0,'',1,0,'',NULL,0),(1455,'郊区','0',230,0,'',1,0,'',NULL,0),(1456,'铜陵县','0',230,0,'',1,0,'',NULL,0),(1457,'迎江区','0',231,0,'',1,0,'',NULL,0),(1458,'大观区','0',231,0,'',1,0,'',NULL,0),(1459,'宜秀区','0',231,0,'',1,0,'',NULL,0),(1460,'怀宁县','0',231,0,'',1,0,'',NULL,0),(1461,'枞阳县','0',231,0,'',1,0,'',NULL,0),(1462,'潜山县','0',231,0,'',1,0,'',NULL,0),(1463,'太湖县','0',231,0,'',1,0,'',NULL,0),(1464,'宿松县','0',231,0,'',1,0,'',NULL,0),(1465,'望江县','0',231,0,'',1,0,'',NULL,0),(1466,'岳西县','0',231,0,'',1,0,'',NULL,0),(1467,'桐城市','0',231,0,'',1,0,'',NULL,0),(1468,'屯溪区','0',232,0,'',1,0,'',NULL,0),(1469,'黄山区','0',232,0,'',1,0,'',NULL,0),(1470,'徽州区','0',232,0,'',1,0,'',NULL,0),(1471,'歙县','0',232,0,'',1,0,'',NULL,0),(1472,'休宁县','0',232,0,'',1,0,'',NULL,0),(1473,'黟县','0',232,0,'',1,0,'',NULL,0),(1474,'祁门县','0',232,0,'',1,0,'',NULL,0),(1475,'琅琊区','0',233,0,'',1,0,'',NULL,0),(1476,'南谯区','0',233,0,'',1,0,'',NULL,0),(1477,'来安县','0',233,0,'',1,0,'',NULL,0),(1478,'全椒县','0',233,0,'',1,0,'',NULL,0),(1479,'定远县','0',233,0,'',1,0,'',NULL,0),(1480,'凤阳县','0',233,0,'',1,0,'',NULL,0),(1481,'天长市','0',233,0,'',1,0,'',NULL,0),(1482,'明光市','0',233,0,'',1,0,'',NULL,0),(1483,'颍州区','0',234,0,'',1,0,'',NULL,0),(1484,'颍东区','0',234,0,'',1,0,'',NULL,0),(1485,'颍泉区','0',234,0,'',1,0,'',NULL,0),(1486,'临泉县','0',234,0,'',1,0,'',NULL,0),(1487,'太和县','0',234,0,'',1,0,'',NULL,0),(1488,'阜南县','0',234,0,'',1,0,'',NULL,0),(1489,'颍上县','0',234,0,'',1,0,'',NULL,0),(1490,'界首市','0',234,0,'',1,0,'',NULL,0),(1491,'埇桥区','0',235,0,'',1,0,'',NULL,0),(1492,'砀山县','0',235,0,'',1,0,'',NULL,0),(1493,'萧县','0',235,0,'',1,0,'',NULL,0),(1494,'灵璧县','0',235,0,'',1,0,'',NULL,0),(1495,'泗县','0',235,0,'',1,0,'',NULL,0),(1496,'居巢区','0',236,0,'',1,0,'',NULL,0),(1497,'庐江县','0',236,0,'',1,0,'',NULL,0),(1498,'无为县','0',236,0,'',1,0,'',NULL,0),(1499,'含山县','0',236,0,'',1,0,'',NULL,0),(1500,'和县','0',236,0,'',1,0,'',NULL,0),(1501,'金安区','0',237,0,'',1,0,'',NULL,0),(1502,'裕安区','0',237,0,'',1,0,'',NULL,0),(1503,'寿县','0',237,0,'',1,0,'',NULL,0),(1504,'霍邱县','0',237,0,'',1,0,'',NULL,0),(1505,'舒城县','0',237,0,'',1,0,'',NULL,0),(1506,'金寨县','0',237,0,'',1,0,'',NULL,0),(1507,'霍山县','0',237,0,'',1,0,'',NULL,0),(1508,'谯城区','0',238,0,'',1,0,'',NULL,0),(1509,'涡阳县','0',238,0,'',1,0,'',NULL,0),(1510,'蒙城县','0',238,0,'',1,0,'',NULL,0),(1511,'利辛县','0',238,0,'',1,0,'',NULL,0),(1512,'贵池区','0',239,0,'',1,0,'',NULL,0),(1513,'东至县','0',239,0,'',1,0,'',NULL,0),(1514,'石台县','0',239,0,'',1,0,'',NULL,0),(1515,'青阳县','0',239,0,'',1,0,'',NULL,0),(1516,'宣州区','0',240,0,'',1,0,'',NULL,0),(1517,'郎溪县','0',240,0,'',1,0,'',NULL,0),(1518,'广德县','0',240,0,'',1,0,'',NULL,0),(1519,'泾县','0',240,0,'',1,0,'',NULL,0),(1520,'绩溪县','0',240,0,'',1,0,'',NULL,0),(1521,'旌德县','0',240,0,'',1,0,'',NULL,0),(1522,'宁国市','0',240,0,'',1,0,'',NULL,0),(1523,'鼓楼区','0',241,0,'',1,0,'',NULL,0),(1524,'台江区','0',241,0,'',1,0,'',NULL,0),(1525,'仓山区','0',241,0,'',1,0,'',NULL,0),(1526,'马尾区','0',241,0,'',1,0,'',NULL,0),(1527,'晋安区','0',241,0,'',1,0,'',NULL,0),(1528,'闽侯县','0',241,0,'',1,0,'',NULL,0),(1529,'连江县','0',241,0,'',1,0,'',NULL,0),(1530,'罗源县','0',241,0,'',1,0,'',NULL,0),(1531,'闽清县','0',241,0,'',1,0,'',NULL,0),(1532,'永泰县','0',241,0,'',1,0,'',NULL,0),(1533,'平潭县','0',241,0,'',1,0,'',NULL,0),(1534,'福清市','0',241,0,'',1,0,'',NULL,0),(1535,'长乐市','0',241,0,'',1,0,'',NULL,0),(1536,'思明区','0',242,0,'',1,0,'',NULL,0),(1537,'海沧区','0',242,0,'',1,0,'',NULL,0),(1538,'湖里区','0',242,0,'',1,0,'',NULL,0),(1539,'集美区','0',242,0,'',1,0,'',NULL,0),(1540,'同安区','0',242,0,'',1,0,'',NULL,0),(1541,'翔安区','0',242,0,'',1,0,'',NULL,0),(1542,'城厢区','0',243,0,'',1,0,'',NULL,0),(1543,'涵江区','0',243,0,'',1,0,'',NULL,0),(1544,'荔城区','0',243,0,'',1,0,'',NULL,0),(1545,'秀屿区','0',243,0,'',1,0,'',NULL,0),(1546,'仙游县','0',243,0,'',1,0,'',NULL,0),(1547,'梅列区','0',244,0,'',1,0,'',NULL,0),(1548,'三元区','0',244,0,'',1,0,'',NULL,0),(1549,'明溪县','0',244,0,'',1,0,'',NULL,0),(1550,'清流县','0',244,0,'',1,0,'',NULL,0),(1551,'宁化县','0',244,0,'',1,0,'',NULL,0),(1552,'大田县','0',244,0,'',1,0,'',NULL,0),(1553,'尤溪县','0',244,0,'',1,0,'',NULL,0),(1554,'沙县','0',244,0,'',1,0,'',NULL,0),(1555,'将乐县','0',244,0,'',1,0,'',NULL,0),(1556,'泰宁县','0',244,0,'',1,0,'',NULL,0),(1557,'建宁县','0',244,0,'',1,0,'',NULL,0),(1558,'永安市','0',244,0,'',1,0,'',NULL,0),(1559,'鲤城区','0',245,0,'',1,0,'',NULL,0),(1560,'丰泽区','0',245,0,'',1,0,'',NULL,0),(1561,'洛江区','0',245,0,'',1,0,'',NULL,0),(1562,'泉港区','0',245,0,'',1,0,'',NULL,0),(1563,'惠安县','0',245,0,'',1,0,'',NULL,0),(1564,'安溪县','0',245,0,'',1,0,'',NULL,0),(1565,'永春县','0',245,0,'',1,0,'',NULL,0),(1566,'德化县','0',245,0,'',1,0,'',NULL,0),(1567,'金门县','0',245,0,'',1,0,'',NULL,0),(1568,'石狮市','0',245,0,'',1,0,'',NULL,0),(1569,'晋江市','0',245,0,'',1,0,'',NULL,0),(1570,'南安市','0',245,0,'',1,0,'',NULL,0),(1571,'芗城区','0',246,0,'',1,0,'',NULL,0),(1572,'龙文区','0',246,0,'',1,0,'',NULL,0),(1573,'云霄县','0',246,0,'',1,0,'',NULL,0),(1574,'漳浦县','0',246,0,'',1,0,'',NULL,0),(1575,'诏安县','0',246,0,'',1,0,'',NULL,0),(1576,'长泰县','0',246,0,'',1,0,'',NULL,0),(1577,'东山县','0',246,0,'',1,0,'',NULL,0),(1578,'南靖县','0',246,0,'',1,0,'',NULL,0),(1579,'平和县','0',246,0,'',1,0,'',NULL,0),(1580,'华安县','0',246,0,'',1,0,'',NULL,0),(1581,'龙海市','0',246,0,'',1,0,'',NULL,0),(1582,'延平区','0',247,0,'',1,0,'',NULL,0),(1583,'顺昌县','0',247,0,'',1,0,'',NULL,0),(1584,'浦城县','0',247,0,'',1,0,'',NULL,0),(1585,'光泽县','0',247,0,'',1,0,'',NULL,0),(1586,'松溪县','0',247,0,'',1,0,'',NULL,0),(1587,'政和县','0',247,0,'',1,0,'',NULL,0),(1588,'邵武市','0',247,0,'',1,0,'',NULL,0),(1589,'武夷山市','0',247,0,'',1,0,'',NULL,0),(1590,'建瓯市','0',247,0,'',1,0,'',NULL,0),(1591,'建阳市','0',247,0,'',1,0,'',NULL,0),(1592,'新罗区','0',248,0,'',1,0,'',NULL,0),(1593,'长汀县','0',248,0,'',1,0,'',NULL,0),(1594,'永定县','0',248,0,'',1,0,'',NULL,0),(1595,'上杭县','0',248,0,'',1,0,'',NULL,0),(1596,'武平县','0',248,0,'',1,0,'',NULL,0),(1597,'连城县','0',248,0,'',1,0,'',NULL,0),(1598,'漳平市','0',248,0,'',1,0,'',NULL,0),(1599,'蕉城区','0',249,0,'',1,0,'',NULL,0),(1600,'霞浦县','0',249,0,'',1,0,'',NULL,0),(1601,'古田县','0',249,0,'',1,0,'',NULL,0),(1602,'屏南县','0',249,0,'',1,0,'',NULL,0),(1603,'寿宁县','0',249,0,'',1,0,'',NULL,0),(1604,'周宁县','0',249,0,'',1,0,'',NULL,0),(1605,'柘荣县','0',249,0,'',1,0,'',NULL,0),(1606,'福安市','0',249,0,'',1,0,'',NULL,0),(1607,'福鼎市','0',249,0,'',1,0,'',NULL,0),(1608,'东湖区','0',250,0,'',1,0,'',NULL,0),(1609,'西湖区','0',250,0,'',1,0,'',NULL,0),(1610,'青云谱区','0',250,0,'',1,0,'',NULL,0),(1611,'湾里区','0',250,0,'',1,0,'',NULL,0),(1612,'青山湖区','0',250,0,'',1,0,'',NULL,0),(1613,'南昌县','0',250,0,'',1,0,'',NULL,0),(1614,'新建县','0',250,0,'',1,0,'',NULL,0),(1615,'安义县','0',250,0,'',1,0,'',NULL,0),(1616,'进贤县','0',250,0,'',1,0,'',NULL,0),(1617,'昌江区','0',251,0,'',1,0,'',NULL,0),(1618,'珠山区','0',251,0,'',1,0,'',NULL,0),(1619,'浮梁县','0',251,0,'',1,0,'',NULL,0),(1620,'乐平市','0',251,0,'',1,0,'',NULL,0),(1621,'安源区','0',252,0,'',1,0,'',NULL,0),(1622,'湘东区','0',252,0,'',1,0,'',NULL,0),(1623,'莲花县','0',252,0,'',1,0,'',NULL,0),(1624,'上栗县','0',252,0,'',1,0,'',NULL,0),(1625,'芦溪县','0',252,0,'',1,0,'',NULL,0),(1626,'庐山区','0',253,0,'',1,0,'',NULL,0),(1627,'浔阳区','0',253,0,'',1,0,'',NULL,0),(1628,'九江县','0',253,0,'',1,0,'',NULL,0),(1629,'武宁县','0',253,0,'',1,0,'',NULL,0),(1630,'修水县','0',253,0,'',1,0,'',NULL,0),(1631,'永修县','0',253,0,'',1,0,'',NULL,0),(1632,'德安县','0',253,0,'',1,0,'',NULL,0),(1633,'星子县','0',253,0,'',1,0,'',NULL,0),(1634,'都昌县','0',253,0,'',1,0,'',NULL,0),(1635,'湖口县','0',253,0,'',1,0,'',NULL,0),(1636,'彭泽县','0',253,0,'',1,0,'',NULL,0),(1637,'瑞昌市','0',253,0,'',1,0,'',NULL,0),(1638,'渝水区','0',254,0,'',1,0,'',NULL,0),(1639,'分宜县','0',254,0,'',1,0,'',NULL,0),(1640,'月湖区','0',255,0,'',1,0,'',NULL,0),(1641,'余江县','0',255,0,'',1,0,'',NULL,0),(1642,'贵溪市','0',255,0,'',1,0,'',NULL,0),(1643,'章贡区','0',256,0,'',1,0,'',NULL,0),(1644,'赣县','0',256,0,'',1,0,'',NULL,0),(1645,'信丰县','0',256,0,'',1,0,'',NULL,0),(1646,'大余县','0',256,0,'',1,0,'',NULL,0),(1647,'上犹县','0',256,0,'',1,0,'',NULL,0),(1648,'崇义县','0',256,0,'',1,0,'',NULL,0),(1649,'安远县','0',256,0,'',1,0,'',NULL,0),(1650,'龙南县','0',256,0,'',1,0,'',NULL,0),(1651,'定南县','0',256,0,'',1,0,'',NULL,0),(1652,'全南县','0',256,0,'',1,0,'',NULL,0),(1653,'宁都县','0',256,0,'',1,0,'',NULL,0),(1654,'于都县','0',256,0,'',1,0,'',NULL,0),(1655,'兴国县','0',256,0,'',1,0,'',NULL,0),(1656,'会昌县','0',256,0,'',1,0,'',NULL,0),(1657,'寻乌县','0',256,0,'',1,0,'',NULL,0),(1658,'石城县','0',256,0,'',1,0,'',NULL,0),(1659,'瑞金市','0',256,0,'',1,0,'',NULL,0),(1660,'南康市','0',256,0,'',1,0,'',NULL,0),(1661,'吉州区','0',257,0,'',1,0,'',NULL,0),(1662,'青原区','0',257,0,'',1,0,'',NULL,0),(1663,'吉安县','0',257,0,'',1,0,'',NULL,0),(1664,'吉水县','0',257,0,'',1,0,'',NULL,0),(1665,'峡江县','0',257,0,'',1,0,'',NULL,0),(1666,'新干县','0',257,0,'',1,0,'',NULL,0),(1667,'永丰县','0',257,0,'',1,0,'',NULL,0),(1668,'泰和县','0',257,0,'',1,0,'',NULL,0),(1669,'遂川县','0',257,0,'',1,0,'',NULL,0),(1670,'万安县','0',257,0,'',1,0,'',NULL,0),(1671,'安福县','0',257,0,'',1,0,'',NULL,0),(1672,'永新县','0',257,0,'',1,0,'',NULL,0),(1673,'井冈山市','0',257,0,'',1,0,'',NULL,0),(1674,'袁州区','0',258,0,'',1,0,'',NULL,0),(1675,'奉新县','0',258,0,'',1,0,'',NULL,0),(1676,'万载县','0',258,0,'',1,0,'',NULL,0),(1677,'上高县','0',258,0,'',1,0,'',NULL,0),(1678,'宜丰县','0',258,0,'',1,0,'',NULL,0),(1679,'靖安县','0',258,0,'',1,0,'',NULL,0),(1680,'铜鼓县','0',258,0,'',1,0,'',NULL,0),(1681,'丰城市','0',258,0,'',1,0,'',NULL,0),(1682,'樟树市','0',258,0,'',1,0,'',NULL,0),(1683,'高安市','0',258,0,'',1,0,'',NULL,0),(1684,'临川区','0',259,0,'',1,0,'',NULL,0),(1685,'南城县','0',259,0,'',1,0,'',NULL,0),(1686,'黎川县','0',259,0,'',1,0,'',NULL,0),(1687,'南丰县','0',259,0,'',1,0,'',NULL,0),(1688,'崇仁县','0',259,0,'',1,0,'',NULL,0),(1689,'乐安县','0',259,0,'',1,0,'',NULL,0),(1690,'宜黄县','0',259,0,'',1,0,'',NULL,0),(1691,'金溪县','0',259,0,'',1,0,'',NULL,0),(1692,'资溪县','0',259,0,'',1,0,'',NULL,0),(1693,'东乡县','0',259,0,'',1,0,'',NULL,0),(1694,'广昌县','0',259,0,'',1,0,'',NULL,0),(1695,'信州区','0',260,0,'',1,0,'',NULL,0),(1696,'上饶县','0',260,0,'',1,0,'',NULL,0),(1697,'广丰县','0',260,0,'',1,0,'',NULL,0),(1698,'玉山县','0',260,0,'',1,0,'',NULL,0),(1699,'铅山县','0',260,0,'',1,0,'',NULL,0),(1700,'横峰县','0',260,0,'',1,0,'',NULL,0),(1701,'弋阳县','0',260,0,'',1,0,'',NULL,0),(1702,'余干县','0',260,0,'',1,0,'',NULL,0),(1703,'鄱阳县','0',260,0,'',1,0,'',NULL,0),(1704,'万年县','0',260,0,'',1,0,'',NULL,0),(1705,'婺源县','0',260,0,'',1,0,'',NULL,0),(1706,'德兴市','0',260,0,'',1,0,'',NULL,0),(1707,'历下区','0',261,0,'',1,0,'',NULL,0),(1708,'市中区','0',261,0,'',1,0,'',NULL,0),(1709,'槐荫区','0',261,0,'',1,0,'',NULL,0),(1710,'天桥区','0',261,0,'',1,0,'',NULL,0),(1711,'历城区','0',261,0,'',1,0,'',NULL,0),(1712,'长清区','0',261,0,'',1,0,'',NULL,0),(1713,'平阴县','0',261,0,'',1,0,'',NULL,0),(1714,'济阳县','0',261,0,'',1,0,'',NULL,0),(1715,'商河县','0',261,0,'',1,0,'',NULL,0),(1716,'章丘市','0',261,0,'',1,0,'',NULL,0),(1717,'市南区','0',262,0,'',1,0,'',NULL,0),(1718,'市北区','0',262,0,'',1,0,'',NULL,0),(1719,'四方区','0',262,0,'',1,0,'',NULL,0),(1720,'黄岛区','0',262,0,'',1,0,'',NULL,0),(1721,'崂山区','0',262,0,'',1,0,'',NULL,0),(1722,'李沧区','0',262,0,'',1,0,'',NULL,0),(1723,'城阳区','0',262,0,'',1,0,'',NULL,0),(1724,'胶州市','0',262,0,'',1,0,'',NULL,0),(1725,'即墨市','0',262,0,'',1,0,'',NULL,0),(1726,'平度市','0',262,0,'',1,0,'',NULL,0),(1727,'胶南市','0',262,0,'',1,0,'',NULL,0),(1728,'莱西市','0',262,0,'',1,0,'',NULL,0),(1729,'淄川区','0',263,0,'',1,0,'',NULL,0),(1730,'张店区','0',263,0,'',1,0,'',NULL,0),(1731,'博山区','0',263,0,'',1,0,'',NULL,0),(1732,'临淄区','0',263,0,'',1,0,'',NULL,0),(1733,'周村区','0',263,0,'',1,0,'',NULL,0),(1734,'桓台县','0',263,0,'',1,0,'',NULL,0),(1735,'高青县','0',263,0,'',1,0,'',NULL,0),(1736,'沂源县','0',263,0,'',1,0,'',NULL,0),(1737,'市中区','0',264,0,'',1,0,'',NULL,0),(1738,'薛城区','0',264,0,'',1,0,'',NULL,0),(1739,'峄城区','0',264,0,'',1,0,'',NULL,0),(1740,'台儿庄区','0',264,0,'',1,0,'',NULL,0),(1741,'山亭区','0',264,0,'',1,0,'',NULL,0),(1742,'滕州市','0',264,0,'',1,0,'',NULL,0),(1743,'东营区','0',265,0,'',1,0,'',NULL,0),(1744,'河口区','0',265,0,'',1,0,'',NULL,0),(1745,'垦利县','0',265,0,'',1,0,'',NULL,0),(1746,'利津县','0',265,0,'',1,0,'',NULL,0),(1747,'广饶县','0',265,0,'',1,0,'',NULL,0),(1748,'芝罘区','0',266,0,'',1,0,'',NULL,0),(1749,'福山区','0',266,0,'',1,0,'',NULL,0),(1750,'牟平区','0',266,0,'',1,0,'',NULL,0),(1751,'莱山区','0',266,0,'',1,0,'',NULL,0),(1752,'长岛县','0',266,0,'',1,0,'',NULL,0),(1753,'龙口市','0',266,0,'',1,0,'',NULL,0),(1754,'莱阳市','0',266,0,'',1,0,'',NULL,0),(1755,'莱州市','0',266,0,'',1,0,'',NULL,0),(1756,'蓬莱市','0',266,0,'',1,0,'',NULL,0),(1757,'招远市','0',266,0,'',1,0,'',NULL,0),(1758,'栖霞市','0',266,0,'',1,0,'',NULL,0),(1759,'海阳市','0',266,0,'',1,0,'',NULL,0),(1760,'潍城区','0',267,0,'',1,0,'',NULL,0),(1761,'寒亭区','0',267,0,'',1,0,'',NULL,0),(1762,'坊子区','0',267,0,'',1,0,'',NULL,0),(1763,'奎文区','0',267,0,'',1,0,'',NULL,0),(1764,'临朐县','0',267,0,'',1,0,'',NULL,0),(1765,'昌乐县','0',267,0,'',1,0,'',NULL,0),(1766,'青州市','0',267,0,'',1,0,'',NULL,0),(1767,'诸城市','0',267,0,'',1,0,'',NULL,0),(1768,'寿光市','0',267,0,'',1,0,'',NULL,0),(1769,'安丘市','0',267,0,'',1,0,'',NULL,0),(1770,'高密市','0',267,0,'',1,0,'',NULL,0),(1771,'昌邑市','0',267,0,'',1,0,'',NULL,0),(1772,'市中区','0',268,0,'',1,0,'',NULL,0),(1773,'任城区','0',268,0,'',1,0,'',NULL,0),(1774,'微山县','0',268,0,'',1,0,'',NULL,0),(1775,'鱼台县','0',268,0,'',1,0,'',NULL,0),(1776,'金乡县','0',268,0,'',1,0,'',NULL,0),(1777,'嘉祥县','0',268,0,'',1,0,'',NULL,0),(1778,'汶上县','0',268,0,'',1,0,'',NULL,0),(1779,'泗水县','0',268,0,'',1,0,'',NULL,0),(1780,'梁山县','0',268,0,'',1,0,'',NULL,0),(1781,'曲阜市','0',268,0,'',1,0,'',NULL,0),(1782,'兖州市','0',268,0,'',1,0,'',NULL,0),(1783,'邹城市','0',268,0,'',1,0,'',NULL,0),(1784,'泰山区','0',269,0,'',1,0,'',NULL,0),(1785,'岱岳区','0',269,0,'',1,0,'',NULL,0),(1786,'宁阳县','0',269,0,'',1,0,'',NULL,0),(1787,'东平县','0',269,0,'',1,0,'',NULL,0),(1788,'新泰市','0',269,0,'',1,0,'',NULL,0),(1789,'肥城市','0',269,0,'',1,0,'',NULL,0),(1790,'环翠区','0',270,0,'',1,0,'',NULL,0),(1791,'文登市','0',270,0,'',1,0,'',NULL,0),(1792,'荣成市','0',270,0,'',1,0,'',NULL,0),(1793,'乳山市','0',270,0,'',1,0,'',NULL,0),(1794,'东港区','0',271,0,'',1,0,'',NULL,0),(1795,'岚山区','0',271,0,'',1,0,'',NULL,0),(1796,'五莲县','0',271,0,'',1,0,'',NULL,0),(1797,'莒县','0',271,0,'',1,0,'',NULL,0),(1798,'莱城区','0',272,0,'',1,0,'',NULL,0),(1799,'钢城区','0',272,0,'',1,0,'',NULL,0),(1800,'兰山区','0',273,0,'',1,0,'',NULL,0),(1801,'罗庄区','0',273,0,'',1,0,'',NULL,0),(1802,'河东区','0',273,0,'',1,0,'',NULL,0),(1803,'沂南县','0',273,0,'',1,0,'',NULL,0),(1804,'郯城县','0',273,0,'',1,0,'',NULL,0),(1805,'沂水县','0',273,0,'',1,0,'',NULL,0),(1806,'苍山县','0',273,0,'',1,0,'',NULL,0),(1807,'费县','0',273,0,'',1,0,'',NULL,0),(1808,'平邑县','0',273,0,'',1,0,'',NULL,0),(1809,'莒南县','0',273,0,'',1,0,'',NULL,0),(1810,'蒙阴县','0',273,0,'',1,0,'',NULL,0),(1811,'临沭县','0',273,0,'',1,0,'',NULL,0),(1812,'德城区','0',274,0,'',1,0,'',NULL,0),(1813,'陵县','0',274,0,'',1,0,'',NULL,0),(1814,'宁津县','0',274,0,'',1,0,'',NULL,0),(1815,'庆云县','0',274,0,'',1,0,'',NULL,0),(1816,'临邑县','0',274,0,'',1,0,'',NULL,0),(1817,'齐河县','0',274,0,'',1,0,'',NULL,0),(1818,'平原县','0',274,0,'',1,0,'',NULL,0),(1819,'夏津县','0',274,0,'',1,0,'',NULL,0),(1820,'武城县','0',274,0,'',1,0,'',NULL,0),(1821,'乐陵市','0',274,0,'',1,0,'',NULL,0),(1822,'禹城市','0',274,0,'',1,0,'',NULL,0),(1823,'东昌府区','0',275,0,'',1,0,'',NULL,0),(1824,'阳谷县','0',275,0,'',1,0,'',NULL,0),(1825,'莘县','0',275,0,'',1,0,'',NULL,0),(1826,'茌平县','0',275,0,'',1,0,'',NULL,0),(1827,'东阿县','0',275,0,'',1,0,'',NULL,0),(1828,'冠县','0',275,0,'',1,0,'',NULL,0),(1829,'高唐县','0',275,0,'',1,0,'',NULL,0),(1830,'临清市','0',275,0,'',1,0,'',NULL,0),(1831,'滨城区','0',276,0,'',1,0,'',NULL,0),(1832,'惠民县','0',276,0,'',1,0,'',NULL,0),(1833,'阳信县','0',276,0,'',1,0,'',NULL,0),(1834,'无棣县','0',276,0,'',1,0,'',NULL,0),(1835,'沾化县','0',276,0,'',1,0,'',NULL,0),(1836,'博兴县','0',276,0,'',1,0,'',NULL,0),(1837,'邹平县','0',276,0,'',1,0,'',NULL,0),(1838,'牡丹区','0',277,0,'',1,0,'',NULL,0),(1839,'曹县','0',277,0,'',1,0,'',NULL,0),(1840,'单县','0',277,0,'',1,0,'',NULL,0),(1841,'成武县','0',277,0,'',1,0,'',NULL,0),(1842,'巨野县','0',277,0,'',1,0,'',NULL,0),(1843,'郓城县','0',277,0,'',1,0,'',NULL,0),(1844,'鄄城县','0',277,0,'',1,0,'',NULL,0),(1845,'定陶县','0',277,0,'',1,0,'',NULL,0),(1846,'东明县','0',277,0,'',1,0,'',NULL,0),(1847,'中原区','0',278,0,'',1,0,'',NULL,0),(1848,'二七区','0',278,0,'',1,0,'',NULL,0),(1849,'管城回族区','0',278,0,'',1,0,'',NULL,0),(1850,'金水区','0',278,0,'',1,0,'',NULL,0),(1851,'上街区','0',278,0,'',1,0,'',NULL,0),(1852,'惠济区','0',278,0,'',1,0,'',NULL,0),(1853,'中牟县','0',278,0,'',1,0,'',NULL,0),(1854,'巩义市','0',278,0,'',1,0,'',NULL,0),(1855,'荥阳市','0',278,0,'',1,0,'',NULL,0),(1856,'新密市','0',278,0,'',1,0,'',NULL,0),(1857,'新郑市','0',278,0,'',1,0,'',NULL,0),(1858,'登封市','0',278,0,'',1,0,'',NULL,0),(1859,'龙亭区','0',279,0,'',1,0,'',NULL,0),(1860,'顺河回族区','0',279,0,'',1,0,'',NULL,0),(1861,'鼓楼区','0',279,0,'',1,0,'',NULL,0),(1862,'禹王台区','0',279,0,'',1,0,'',NULL,0),(1863,'金明区','0',279,0,'',1,0,'',NULL,0),(1864,'杞县','0',279,0,'',1,0,'',NULL,0),(1865,'通许县','0',279,0,'',1,0,'',NULL,0),(1866,'尉氏县','0',279,0,'',1,0,'',NULL,0),(1867,'开封县','0',279,0,'',1,0,'',NULL,0),(1868,'兰考县','0',279,0,'',1,0,'',NULL,0),(1869,'老城区','0',280,0,'',1,0,'',NULL,0),(1870,'西工区','0',280,0,'',1,0,'',NULL,0),(1871,'廛河回族区','0',280,0,'',1,0,'',NULL,0),(1872,'涧西区','0',280,0,'',1,0,'',NULL,0),(1873,'吉利区','0',280,0,'',1,0,'',NULL,0),(1874,'洛龙区','0',280,0,'',1,0,'',NULL,0),(1875,'孟津县','0',280,0,'',1,0,'',NULL,0),(1876,'新安县','0',280,0,'',1,0,'',NULL,0),(1877,'栾川县','0',280,0,'',1,0,'',NULL,0),(1878,'嵩县','0',280,0,'',1,0,'',NULL,0),(1879,'汝阳县','0',280,0,'',1,0,'',NULL,0),(1880,'宜阳县','0',280,0,'',1,0,'',NULL,0),(1881,'洛宁县','0',280,0,'',1,0,'',NULL,0),(1882,'伊川县','0',280,0,'',1,0,'',NULL,0),(1883,'偃师市','0',280,0,'',1,0,'',NULL,0),(1884,'新华区','0',281,0,'',1,0,'',NULL,0),(1885,'卫东区','0',281,0,'',1,0,'',NULL,0),(1886,'石龙区','0',281,0,'',1,0,'',NULL,0),(1887,'湛河区','0',281,0,'',1,0,'',NULL,0),(1888,'宝丰县','0',281,0,'',1,0,'',NULL,0),(1889,'叶县','0',281,0,'',1,0,'',NULL,0),(1890,'鲁山县','0',281,0,'',1,0,'',NULL,0),(1891,'郏县','0',281,0,'',1,0,'',NULL,0),(1892,'舞钢市','0',281,0,'',1,0,'',NULL,0),(1893,'汝州市','0',281,0,'',1,0,'',NULL,0),(1894,'文峰区','0',282,0,'',1,0,'',NULL,0),(1895,'北关区','0',282,0,'',1,0,'',NULL,0),(1896,'殷都区','0',282,0,'',1,0,'',NULL,0),(1897,'龙安区','0',282,0,'',1,0,'',NULL,0),(1898,'安阳县','0',282,0,'',1,0,'',NULL,0),(1899,'汤阴县','0',282,0,'',1,0,'',NULL,0),(1900,'滑县','0',282,0,'',1,0,'',NULL,0),(1901,'内黄县','0',282,0,'',1,0,'',NULL,0),(1902,'林州市','0',282,0,'',1,0,'',NULL,0),(1903,'鹤山区','0',283,0,'',1,0,'',NULL,0),(1904,'山城区','0',283,0,'',1,0,'',NULL,0),(1905,'淇滨区','0',283,0,'',1,0,'',NULL,0),(1906,'浚县','0',283,0,'',1,0,'',NULL,0),(1907,'淇县','0',283,0,'',1,0,'',NULL,0),(1908,'红旗区','0',284,0,'',1,0,'',NULL,0),(1909,'卫滨区','0',284,0,'',1,0,'',NULL,0),(1910,'凤泉区','0',284,0,'',1,0,'',NULL,0),(1911,'牧野区','0',284,0,'',1,0,'',NULL,0),(1912,'新乡县','0',284,0,'',1,0,'',NULL,0),(1913,'获嘉县','0',284,0,'',1,0,'',NULL,0),(1914,'原阳县','0',284,0,'',1,0,'',NULL,0),(1915,'延津县','0',284,0,'',1,0,'',NULL,0),(1916,'封丘县','0',284,0,'',1,0,'',NULL,0),(1917,'长垣县','0',284,0,'',1,0,'',NULL,0),(1918,'卫辉市','0',284,0,'',1,0,'',NULL,0),(1919,'辉县市','0',284,0,'',1,0,'',NULL,0),(1920,'解放区','0',285,0,'',1,0,'',NULL,0),(1921,'中站区','0',285,0,'',1,0,'',NULL,0),(1922,'马村区','0',285,0,'',1,0,'',NULL,0),(1923,'山阳区','0',285,0,'',1,0,'',NULL,0),(1924,'修武县','0',285,0,'',1,0,'',NULL,0),(1925,'博爱县','0',285,0,'',1,0,'',NULL,0),(1926,'武陟县','0',285,0,'',1,0,'',NULL,0),(1927,'温县','0',285,0,'',1,0,'',NULL,0),(1928,'济源市','0',285,0,'',1,0,'',NULL,0),(1929,'沁阳市','0',285,0,'',1,0,'',NULL,0),(1930,'孟州市','0',285,0,'',1,0,'',NULL,0),(1931,'华龙区','0',286,0,'',1,0,'',NULL,0),(1932,'清丰县','0',286,0,'',1,0,'',NULL,0),(1933,'南乐县','0',286,0,'',1,0,'',NULL,0),(1934,'范县','0',286,0,'',1,0,'',NULL,0),(1935,'台前县','0',286,0,'',1,0,'',NULL,0),(1936,'濮阳县','0',286,0,'',1,0,'',NULL,0),(1937,'魏都区','0',287,0,'',1,0,'',NULL,0),(1938,'许昌县','0',287,0,'',1,0,'',NULL,0),(1939,'鄢陵县','0',287,0,'',1,0,'',NULL,0),(1940,'襄城县','0',287,0,'',1,0,'',NULL,0),(1941,'禹州市','0',287,0,'',1,0,'',NULL,0),(1942,'长葛市','0',287,0,'',1,0,'',NULL,0),(1943,'源汇区','0',288,0,'',1,0,'',NULL,0),(1944,'郾城区','0',288,0,'',1,0,'',NULL,0),(1945,'召陵区','0',288,0,'',1,0,'',NULL,0),(1946,'舞阳县','0',288,0,'',1,0,'',NULL,0),(1947,'临颍县','0',288,0,'',1,0,'',NULL,0),(1948,'湖滨区','0',289,0,'',1,0,'',NULL,0),(1949,'渑池县','0',289,0,'',1,0,'',NULL,0),(1950,'陕县','0',289,0,'',1,0,'',NULL,0),(1951,'卢氏县','0',289,0,'',1,0,'',NULL,0),(1952,'义马市','0',289,0,'',1,0,'',NULL,0),(1953,'灵宝市','0',289,0,'',1,0,'',NULL,0),(1954,'宛城区','0',290,0,'',1,0,'',NULL,0),(1955,'卧龙区','0',290,0,'',1,0,'',NULL,0),(1956,'南召县','0',290,0,'',1,0,'',NULL,0),(1957,'方城县','0',290,0,'',1,0,'',NULL,0),(1958,'西峡县','0',290,0,'',1,0,'',NULL,0),(1959,'镇平县','0',290,0,'',1,0,'',NULL,0),(1960,'内乡县','0',290,0,'',1,0,'',NULL,0),(1961,'淅川县','0',290,0,'',1,0,'',NULL,0),(1962,'社旗县','0',290,0,'',1,0,'',NULL,0),(1963,'唐河县','0',290,0,'',1,0,'',NULL,0),(1964,'新野县','0',290,0,'',1,0,'',NULL,0),(1965,'桐柏县','0',290,0,'',1,0,'',NULL,0),(1966,'邓州市','0',290,0,'',1,0,'',NULL,0),(1967,'梁园区','0',291,0,'',1,0,'',NULL,0),(1968,'睢阳区','0',291,0,'',1,0,'',NULL,0),(1969,'民权县','0',291,0,'',1,0,'',NULL,0),(1970,'睢县','0',291,0,'',1,0,'',NULL,0),(1971,'宁陵县','0',291,0,'',1,0,'',NULL,0),(1972,'柘城县','0',291,0,'',1,0,'',NULL,0),(1973,'虞城县','0',291,0,'',1,0,'',NULL,0),(1974,'夏邑县','0',291,0,'',1,0,'',NULL,0),(1975,'永城市','0',291,0,'',1,0,'',NULL,0),(1976,'浉河区','0',292,0,'',1,0,'',NULL,0),(1977,'平桥区','0',292,0,'',1,0,'',NULL,0),(1978,'罗山县','0',292,0,'',1,0,'',NULL,0),(1979,'光山县','0',292,0,'',1,0,'',NULL,0),(1980,'新县','0',292,0,'',1,0,'',NULL,0),(1981,'商城县','0',292,0,'',1,0,'',NULL,0),(1982,'固始县','0',292,0,'',1,0,'',NULL,0),(1983,'潢川县','0',292,0,'',1,0,'',NULL,0),(1984,'淮滨县','0',292,0,'',1,0,'',NULL,0),(1985,'息县','0',292,0,'',1,0,'',NULL,0),(1986,'川汇区','0',293,0,'',1,0,'',NULL,0),(1987,'扶沟县','0',293,0,'',1,0,'',NULL,0),(1988,'西华县','0',293,0,'',1,0,'',NULL,0),(1989,'商水县','0',293,0,'',1,0,'',NULL,0),(1990,'沈丘县','0',293,0,'',1,0,'',NULL,0),(1991,'郸城县','0',293,0,'',1,0,'',NULL,0),(1992,'淮阳县','0',293,0,'',1,0,'',NULL,0),(1993,'太康县','0',293,0,'',1,0,'',NULL,0),(1994,'鹿邑县','0',293,0,'',1,0,'',NULL,0),(1995,'项城市','0',293,0,'',1,0,'',NULL,0),(1996,'驿城区','0',294,0,'',1,0,'',NULL,0),(1997,'西平县','0',294,0,'',1,0,'',NULL,0),(1998,'上蔡县','0',294,0,'',1,0,'',NULL,0),(1999,'平舆县','0',294,0,'',1,0,'',NULL,0),(2000,'正阳县','0',294,0,'',1,0,'',NULL,0),(2001,'确山县','0',294,0,'',1,0,'',NULL,0),(2002,'泌阳县','0',294,0,'',1,0,'',NULL,0),(2003,'汝南县','0',294,0,'',1,0,'',NULL,0),(2004,'遂平县','0',294,0,'',1,0,'',NULL,0),(2005,'新蔡县','0',294,0,'',1,0,'',NULL,0),(2006,'江岸区','0',295,0,'',1,0,'',NULL,0),(2007,'江汉区','0',295,0,'',1,0,'',NULL,0),(2008,'硚口区','0',295,0,'',1,0,'',NULL,0),(2009,'汉阳区','0',295,0,'',1,0,'',NULL,0),(2010,'武昌区','0',295,0,'',1,0,'',NULL,0),(2011,'青山区','0',295,0,'',1,0,'',NULL,0),(2012,'洪山区','0',295,0,'',1,0,'',NULL,0),(2013,'东西湖区','0',295,0,'',1,0,'',NULL,0),(2014,'汉南区','0',295,0,'',1,0,'',NULL,0),(2015,'蔡甸区','0',295,0,'',1,0,'',NULL,0),(2016,'江夏区','0',295,0,'',1,0,'',NULL,0),(2017,'黄陂区','0',295,0,'',1,0,'',NULL,0),(2018,'新洲区','0',295,0,'',1,0,'',NULL,0),(2019,'黄石港区','0',296,0,'',1,0,'',NULL,0),(2020,'西塞山区','0',296,0,'',1,0,'',NULL,0),(2021,'下陆区','0',296,0,'',1,0,'',NULL,0),(2022,'铁山区','0',296,0,'',1,0,'',NULL,0),(2023,'阳新县','0',296,0,'',1,0,'',NULL,0),(2024,'大冶市','0',296,0,'',1,0,'',NULL,0),(2025,'茅箭区','0',297,0,'',1,0,'',NULL,0),(2026,'张湾区','0',297,0,'',1,0,'',NULL,0),(2027,'郧县','0',297,0,'',1,0,'',NULL,0),(2028,'郧西县','0',297,0,'',1,0,'',NULL,0),(2029,'竹山县','0',297,0,'',1,0,'',NULL,0),(2030,'竹溪县','0',297,0,'',1,0,'',NULL,0),(2031,'房县','0',297,0,'',1,0,'',NULL,0),(2032,'丹江口市','0',297,0,'',1,0,'',NULL,0),(2033,'西陵区','0',298,0,'',1,0,'',NULL,0),(2034,'伍家岗区','0',298,0,'',1,0,'',NULL,0),(2035,'点军区','0',298,0,'',1,0,'',NULL,0),(2036,'猇亭区','0',298,0,'',1,0,'',NULL,0),(2037,'夷陵区','0',298,0,'',1,0,'',NULL,0),(2038,'远安县','0',298,0,'',1,0,'',NULL,0),(2039,'兴山县','0',298,0,'',1,0,'',NULL,0),(2040,'秭归县','0',298,0,'',1,0,'',NULL,0),(2041,'长阳土家族自治县','0',298,0,'',1,0,'',NULL,0),(2042,'五峰土家族自治县','0',298,0,'',1,0,'',NULL,0),(2043,'宜都市','0',298,0,'',1,0,'',NULL,0),(2044,'当阳市','0',298,0,'',1,0,'',NULL,0),(2045,'枝江市','0',298,0,'',1,0,'',NULL,0),(2046,'襄城区','0',299,0,'',1,0,'',NULL,0),(2047,'樊城区','0',299,0,'',1,0,'',NULL,0),(2048,'襄阳区','0',299,0,'',1,0,'',NULL,0),(2049,'南漳县','0',299,0,'',1,0,'',NULL,0),(2050,'谷城县','0',299,0,'',1,0,'',NULL,0),(2051,'保康县','0',299,0,'',1,0,'',NULL,0),(2052,'老河口市','0',299,0,'',1,0,'',NULL,0),(2053,'枣阳市','0',299,0,'',1,0,'',NULL,0),(2054,'宜城市','0',299,0,'',1,0,'',NULL,0),(2055,'梁子湖区','0',300,0,'',1,0,'',NULL,0),(2056,'华容区','0',300,0,'',1,0,'',NULL,0),(2057,'鄂城区','0',300,0,'',1,0,'',NULL,0),(2058,'东宝区','0',301,0,'',1,0,'',NULL,0),(2059,'掇刀区','0',301,0,'',1,0,'',NULL,0),(2060,'京山县','0',301,0,'',1,0,'',NULL,0),(2061,'沙洋县','0',301,0,'',1,0,'',NULL,0),(2062,'钟祥市','0',301,0,'',1,0,'',NULL,0),(2063,'孝南区','0',302,0,'',1,0,'',NULL,0),(2064,'孝昌县','0',302,0,'',1,0,'',NULL,0),(2065,'大悟县','0',302,0,'',1,0,'',NULL,0),(2066,'云梦县','0',302,0,'',1,0,'',NULL,0),(2067,'应城市','0',302,0,'',1,0,'',NULL,0),(2068,'安陆市','0',302,0,'',1,0,'',NULL,0),(2069,'汉川市','0',302,0,'',1,0,'',NULL,0),(2070,'沙市区','0',303,0,'',1,0,'',NULL,0),(2071,'荆州区','0',303,0,'',1,0,'',NULL,0),(2072,'公安县','0',303,0,'',1,0,'',NULL,0),(2073,'监利县','0',303,0,'',1,0,'',NULL,0),(2074,'江陵县','0',303,0,'',1,0,'',NULL,0),(2075,'石首市','0',303,0,'',1,0,'',NULL,0),(2076,'洪湖市','0',303,0,'',1,0,'',NULL,0),(2077,'松滋市','0',303,0,'',1,0,'',NULL,0),(2078,'黄州区','0',304,0,'',1,0,'',NULL,0),(2079,'团风县','0',304,0,'',1,0,'',NULL,0),(2080,'红安县','0',304,0,'',1,0,'',NULL,0),(2081,'罗田县','0',304,0,'',1,0,'',NULL,0),(2082,'英山县','0',304,0,'',1,0,'',NULL,0),(2083,'浠水县','0',304,0,'',1,0,'',NULL,0),(2084,'蕲春县','0',304,0,'',1,0,'',NULL,0),(2085,'黄梅县','0',304,0,'',1,0,'',NULL,0),(2086,'麻城市','0',304,0,'',1,0,'',NULL,0),(2087,'武穴市','0',304,0,'',1,0,'',NULL,0),(2088,'咸安区','0',305,0,'',1,0,'',NULL,0),(2089,'嘉鱼县','0',305,0,'',1,0,'',NULL,0),(2090,'通城县','0',305,0,'',1,0,'',NULL,0),(2091,'崇阳县','0',305,0,'',1,0,'',NULL,0),(2092,'通山县','0',305,0,'',1,0,'',NULL,0),(2093,'赤壁市','0',305,0,'',1,0,'',NULL,0),(2094,'曾都区','0',306,0,'',1,0,'',NULL,0),(2095,'广水市','0',306,0,'',1,0,'',NULL,0),(2096,'恩施市','0',307,0,'',1,0,'',NULL,0),(2097,'利川市','0',307,0,'',1,0,'',NULL,0),(2098,'建始县','0',307,0,'',1,0,'',NULL,0),(2099,'巴东县','0',307,0,'',1,0,'',NULL,0),(2100,'宣恩县','0',307,0,'',1,0,'',NULL,0),(2101,'咸丰县','0',307,0,'',1,0,'',NULL,0),(2102,'来凤县','0',307,0,'',1,0,'',NULL,0),(2103,'鹤峰县','0',307,0,'',1,0,'',NULL,0),(2104,'芙蓉区','0',312,0,'',1,0,'',NULL,0),(2105,'天心区','0',312,0,'',1,0,'',NULL,0),(2106,'岳麓区','0',312,0,'',1,0,'',NULL,0),(2107,'开福区','0',312,0,'',1,0,'',NULL,0),(2108,'雨花区','0',312,0,'',1,0,'',NULL,0),(2109,'长沙县','0',312,0,'',1,0,'',NULL,0),(2110,'望城县','0',312,0,'',1,0,'',NULL,0),(2111,'宁乡县','0',312,0,'',1,0,'',NULL,0),(2112,'浏阳市','0',312,0,'',1,0,'',NULL,0),(2113,'荷塘区','0',313,0,'',1,0,'',NULL,0),(2114,'芦淞区','0',313,0,'',1,0,'',NULL,0),(2115,'石峰区','0',313,0,'',1,0,'',NULL,0),(2116,'天元区','0',313,0,'',1,0,'',NULL,0),(2117,'株洲县','0',313,0,'',1,0,'',NULL,0),(2118,'攸县','0',313,0,'',1,0,'',NULL,0),(2119,'茶陵县','0',313,0,'',1,0,'',NULL,0),(2120,'炎陵县','0',313,0,'',1,0,'',NULL,0),(2121,'醴陵市','0',313,0,'',1,0,'',NULL,0),(2122,'雨湖区','0',314,0,'',1,0,'',NULL,0),(2123,'岳塘区','0',314,0,'',1,0,'',NULL,0),(2124,'湘潭县','0',314,0,'',1,0,'',NULL,0),(2125,'湘乡市','0',314,0,'',1,0,'',NULL,0),(2126,'韶山市','0',314,0,'',1,0,'',NULL,0),(2127,'珠晖区','0',315,0,'',1,0,'',NULL,0),(2128,'雁峰区','0',315,0,'',1,0,'',NULL,0),(2129,'石鼓区','0',315,0,'',1,0,'',NULL,0),(2130,'蒸湘区','0',315,0,'',1,0,'',NULL,0),(2131,'南岳区','0',315,0,'',1,0,'',NULL,0),(2132,'衡阳县','0',315,0,'',1,0,'',NULL,0),(2133,'衡南县','0',315,0,'',1,0,'',NULL,0),(2134,'衡山县','0',315,0,'',1,0,'',NULL,0),(2135,'衡东县','0',315,0,'',1,0,'',NULL,0),(2136,'祁东县','0',315,0,'',1,0,'',NULL,0),(2137,'耒阳市','0',315,0,'',1,0,'',NULL,0),(2138,'常宁市','0',315,0,'',1,0,'',NULL,0),(2139,'双清区','0',316,0,'',1,0,'',NULL,0),(2140,'大祥区','0',316,0,'',1,0,'',NULL,0),(2141,'北塔区','0',316,0,'',1,0,'',NULL,0),(2142,'邵东县','0',316,0,'',1,0,'',NULL,0),(2143,'新邵县','0',316,0,'',1,0,'',NULL,0),(2144,'邵阳县','0',316,0,'',1,0,'',NULL,0),(2145,'隆回县','0',316,0,'',1,0,'',NULL,0),(2146,'洞口县','0',316,0,'',1,0,'',NULL,0),(2147,'绥宁县','0',316,0,'',1,0,'',NULL,0),(2148,'新宁县','0',316,0,'',1,0,'',NULL,0),(2149,'城步苗族自治县','0',316,0,'',1,0,'',NULL,0),(2150,'武冈市','0',316,0,'',1,0,'',NULL,0),(2151,'岳阳楼区','0',317,0,'',1,0,'',NULL,0),(2152,'云溪区','0',317,0,'',1,0,'',NULL,0),(2153,'君山区','0',317,0,'',1,0,'',NULL,0),(2154,'岳阳县','0',317,0,'',1,0,'',NULL,0),(2155,'华容县','0',317,0,'',1,0,'',NULL,0),(2156,'湘阴县','0',317,0,'',1,0,'',NULL,0),(2157,'平江县','0',317,0,'',1,0,'',NULL,0),(2158,'汨罗市','0',317,0,'',1,0,'',NULL,0),(2159,'临湘市','0',317,0,'',1,0,'',NULL,0),(2160,'武陵区','0',318,0,'',1,0,'',NULL,0),(2161,'鼎城区','0',318,0,'',1,0,'',NULL,0),(2162,'安乡县','0',318,0,'',1,0,'',NULL,0),(2163,'汉寿县','0',318,0,'',1,0,'',NULL,0),(2164,'澧县','0',318,0,'',1,0,'',NULL,0),(2165,'临澧县','0',318,0,'',1,0,'',NULL,0),(2166,'桃源县','0',318,0,'',1,0,'',NULL,0),(2167,'石门县','0',318,0,'',1,0,'',NULL,0),(2168,'津市市','0',318,0,'',1,0,'',NULL,0),(2169,'永定区','0',319,0,'',1,0,'',NULL,0),(2170,'武陵源区','0',319,0,'',1,0,'',NULL,0),(2171,'慈利县','0',319,0,'',1,0,'',NULL,0),(2172,'桑植县','0',319,0,'',1,0,'',NULL,0),(2173,'资阳区','0',320,0,'',1,0,'',NULL,0),(2174,'赫山区','0',320,0,'',1,0,'',NULL,0),(2175,'南县','0',320,0,'',1,0,'',NULL,0),(2176,'桃江县','0',320,0,'',1,0,'',NULL,0),(2177,'安化县','0',320,0,'',1,0,'',NULL,0),(2178,'沅江市','0',320,0,'',1,0,'',NULL,0),(2179,'北湖区','0',321,0,'',1,0,'',NULL,0),(2180,'苏仙区','0',321,0,'',1,0,'',NULL,0),(2181,'桂阳县','0',321,0,'',1,0,'',NULL,0),(2182,'宜章县','0',321,0,'',1,0,'',NULL,0),(2183,'永兴县','0',321,0,'',1,0,'',NULL,0),(2184,'嘉禾县','0',321,0,'',1,0,'',NULL,0),(2185,'临武县','0',321,0,'',1,0,'',NULL,0),(2186,'汝城县','0',321,0,'',1,0,'',NULL,0),(2187,'桂东县','0',321,0,'',1,0,'',NULL,0),(2188,'安仁县','0',321,0,'',1,0,'',NULL,0),(2189,'资兴市','0',321,0,'',1,0,'',NULL,0),(2190,'零陵区','0',322,0,'',1,0,'',NULL,0),(2191,'冷水滩区','0',322,0,'',1,0,'',NULL,0),(2192,'祁阳县','0',322,0,'',1,0,'',NULL,0),(2193,'东安县','0',322,0,'',1,0,'',NULL,0),(2194,'双牌县','0',322,0,'',1,0,'',NULL,0),(2195,'道县','0',322,0,'',1,0,'',NULL,0),(2196,'江永县','0',322,0,'',1,0,'',NULL,0),(2197,'宁远县','0',322,0,'',1,0,'',NULL,0),(2198,'蓝山县','0',322,0,'',1,0,'',NULL,0),(2199,'新田县','0',322,0,'',1,0,'',NULL,0),(2200,'江华瑶族自治县','0',322,0,'',1,0,'',NULL,0),(2201,'鹤城区','0',323,0,'',1,0,'',NULL,0),(2202,'中方县','0',323,0,'',1,0,'',NULL,0),(2203,'沅陵县','0',323,0,'',1,0,'',NULL,0),(2204,'辰溪县','0',323,0,'',1,0,'',NULL,0),(2205,'溆浦县','0',323,0,'',1,0,'',NULL,0),(2206,'会同县','0',323,0,'',1,0,'',NULL,0),(2207,'麻阳苗族自治县','0',323,0,'',1,0,'',NULL,0),(2208,'新晃侗族自治县','0',323,0,'',1,0,'',NULL,0),(2209,'芷江侗族自治县','0',323,0,'',1,0,'',NULL,0),(2210,'靖州苗族侗族自治县','0',323,0,'',1,0,'',NULL,0),(2211,'通道侗族自治县','0',323,0,'',1,0,'',NULL,0),(2212,'洪江市','0',323,0,'',1,0,'',NULL,0),(2213,'娄星区','0',324,0,'',1,0,'',NULL,0),(2214,'双峰县','0',324,0,'',1,0,'',NULL,0),(2215,'新化县','0',324,0,'',1,0,'',NULL,0),(2216,'冷水江市','0',324,0,'',1,0,'',NULL,0),(2217,'涟源市','0',324,0,'',1,0,'',NULL,0),(2218,'吉首市','0',325,0,'',1,0,'',NULL,0),(2219,'泸溪县','0',325,0,'',1,0,'',NULL,0),(2220,'凤凰县','0',325,0,'',1,0,'',NULL,0),(2221,'花垣县','0',325,0,'',1,0,'',NULL,0),(2222,'保靖县','0',325,0,'',1,0,'',NULL,0),(2223,'古丈县','0',325,0,'',1,0,'',NULL,0),(2224,'永顺县','0',325,0,'',1,0,'',NULL,0),(2225,'龙山县','0',325,0,'',1,0,'',NULL,0),(2226,'荔湾区','0',326,0,'',1,0,'',NULL,0),(2227,'越秀区','0',326,0,'',1,0,'',NULL,0),(2228,'海珠区','0',326,0,'',1,0,'',NULL,0),(2229,'天河区','0',326,0,'',1,0,'',NULL,0),(2230,'白云区','0',326,0,'',1,0,'',NULL,0),(2231,'黄埔区','0',326,0,'',1,0,'',NULL,0),(2232,'番禺区','0',326,0,'',1,0,'',NULL,0),(2233,'花都区','0',326,0,'',1,0,'',NULL,0),(2234,'南沙区','0',326,0,'',1,0,'',NULL,0),(2235,'萝岗区','0',326,0,'',1,0,'',NULL,0),(2236,'增城市','0',326,0,'',1,0,'',NULL,0),(2237,'从化市','0',326,0,'',1,0,'',NULL,0),(2238,'武江区','0',327,0,'',1,0,'',NULL,0),(2239,'浈江区','0',327,0,'',1,0,'',NULL,0),(2240,'曲江区','0',327,0,'',1,0,'',NULL,0),(2241,'始兴县','0',327,0,'',1,0,'',NULL,0),(2242,'仁化县','0',327,0,'',1,0,'',NULL,0),(2243,'翁源县','0',327,0,'',1,0,'',NULL,0),(2244,'乳源瑶族自治县','0',327,0,'',1,0,'',NULL,0),(2245,'新丰县','0',327,0,'',1,0,'',NULL,0),(2246,'乐昌市','0',327,0,'',1,0,'',NULL,0),(2247,'南雄市','0',327,0,'',1,0,'',NULL,0),(2248,'罗湖区','0',328,0,'',1,0,'',NULL,0),(2249,'福田区','0',328,0,'',1,0,'',NULL,0),(2250,'南山区','0',328,0,'',1,0,'',NULL,0),(2251,'宝安区','0',328,0,'',1,0,'',NULL,0),(2252,'龙岗区','0',328,0,'',1,0,'',NULL,0),(2253,'盐田区','0',328,0,'',1,0,'',NULL,0),(2254,'香洲区','0',329,0,'',1,0,'',NULL,0),(2255,'斗门区','0',329,0,'',1,0,'',NULL,0),(2256,'金湾区','0',329,0,'',1,0,'',NULL,0),(2257,'龙湖区','0',330,0,'',1,0,'',NULL,0),(2258,'金平区','0',330,0,'',1,0,'',NULL,0),(2259,'濠江区','0',330,0,'',1,0,'',NULL,0),(2260,'潮阳区','0',330,0,'',1,0,'',NULL,0),(2261,'潮南区','0',330,0,'',1,0,'',NULL,0),(2262,'澄海区','0',330,0,'',1,0,'',NULL,0),(2263,'南澳县','0',330,0,'',1,0,'',NULL,0),(2264,'禅城区','0',331,0,'',1,0,'',NULL,0),(2265,'南海区','0',331,0,'',1,0,'',NULL,0),(2266,'顺德区','0',331,0,'',1,0,'',NULL,0),(2267,'三水区','0',331,0,'',1,0,'',NULL,0),(2268,'高明区','0',331,0,'',1,0,'',NULL,0),(2269,'蓬江区','0',332,0,'',1,0,'',NULL,0),(2270,'江海区','0',332,0,'',1,0,'',NULL,0),(2271,'新会区','0',332,0,'',1,0,'',NULL,0),(2272,'台山市','0',332,0,'',1,0,'',NULL,0),(2273,'开平市','0',332,0,'',1,0,'',NULL,0),(2274,'鹤山市','0',332,0,'',1,0,'',NULL,0),(2275,'恩平市','0',332,0,'',1,0,'',NULL,0),(2276,'赤坎区','0',333,0,'',1,0,'',NULL,0),(2277,'霞山区','0',333,0,'',1,0,'',NULL,0),(2278,'坡头区','0',333,0,'',1,0,'',NULL,0),(2279,'麻章区','0',333,0,'',1,0,'',NULL,0),(2280,'遂溪县','0',333,0,'',1,0,'',NULL,0),(2281,'徐闻县','0',333,0,'',1,0,'',NULL,0),(2282,'廉江市','0',333,0,'',1,0,'',NULL,0),(2283,'雷州市','0',333,0,'',1,0,'',NULL,0),(2284,'吴川市','0',333,0,'',1,0,'',NULL,0),(2285,'茂南区','0',334,0,'',1,0,'',NULL,0),(2286,'茂港区','0',334,0,'',1,0,'',NULL,0),(2287,'电白县','0',334,0,'',1,0,'',NULL,0),(2288,'高州市','0',334,0,'',1,0,'',NULL,0),(2289,'化州市','0',334,0,'',1,0,'',NULL,0),(2290,'信宜市','0',334,0,'',1,0,'',NULL,0),(2291,'端州区','0',335,0,'',1,0,'',NULL,0),(2292,'鼎湖区','0',335,0,'',1,0,'',NULL,0),(2293,'广宁县','0',335,0,'',1,0,'',NULL,0),(2294,'怀集县','0',335,0,'',1,0,'',NULL,0),(2295,'封开县','0',335,0,'',1,0,'',NULL,0),(2296,'德庆县','0',335,0,'',1,0,'',NULL,0),(2297,'高要市','0',335,0,'',1,0,'',NULL,0),(2298,'四会市','0',335,0,'',1,0,'',NULL,0),(2299,'惠城区','0',336,0,'',1,0,'',NULL,0),(2300,'惠阳区','0',336,0,'',1,0,'',NULL,0),(2301,'博罗县','0',336,0,'',1,0,'',NULL,0),(2302,'惠东县','0',336,0,'',1,0,'',NULL,0),(2303,'龙门县','0',336,0,'',1,0,'',NULL,0),(2304,'梅江区','0',337,0,'',1,0,'',NULL,0),(2305,'梅县','0',337,0,'',1,0,'',NULL,0),(2306,'大埔县','0',337,0,'',1,0,'',NULL,0),(2307,'丰顺县','0',337,0,'',1,0,'',NULL,0),(2308,'五华县','0',337,0,'',1,0,'',NULL,0),(2309,'平远县','0',337,0,'',1,0,'',NULL,0),(2310,'蕉岭县','0',337,0,'',1,0,'',NULL,0),(2311,'兴宁市','0',337,0,'',1,0,'',NULL,0),(2312,'城区','0',338,0,'',1,0,'',NULL,0),(2313,'海丰县','0',338,0,'',1,0,'',NULL,0),(2314,'陆河县','0',338,0,'',1,0,'',NULL,0),(2315,'陆丰市','0',338,0,'',1,0,'',NULL,0),(2316,'源城区','0',339,0,'',1,0,'',NULL,0),(2317,'紫金县','0',339,0,'',1,0,'',NULL,0),(2318,'龙川县','0',339,0,'',1,0,'',NULL,0),(2319,'连平县','0',339,0,'',1,0,'',NULL,0),(2320,'和平县','0',339,0,'',1,0,'',NULL,0),(2321,'东源县','0',339,0,'',1,0,'',NULL,0),(2322,'江城区','0',340,0,'',1,0,'',NULL,0),(2323,'阳西县','0',340,0,'',1,0,'',NULL,0),(2324,'阳东县','0',340,0,'',1,0,'',NULL,0),(2325,'阳春市','0',340,0,'',1,0,'',NULL,0),(2326,'清城区','0',341,0,'',1,0,'',NULL,0),(2327,'佛冈县','0',341,0,'',1,0,'',NULL,0),(2328,'阳山县','0',341,0,'',1,0,'',NULL,0),(2329,'连山壮族瑶族自治县','0',341,0,'',1,0,'',NULL,0),(2330,'连南瑶族自治县','0',341,0,'',1,0,'',NULL,0),(2331,'清新县','0',341,0,'',1,0,'',NULL,0),(2332,'英德市','0',341,0,'',1,0,'',NULL,0),(2333,'连州市','0',341,0,'',1,0,'',NULL,0),(2334,'湘桥区','0',344,0,'',1,0,'',NULL,0),(2335,'潮安县','0',344,0,'',1,0,'',NULL,0),(2336,'饶平县','0',344,0,'',1,0,'',NULL,0),(2337,'榕城区','0',345,0,'',1,0,'',NULL,0),(2338,'揭东县','0',345,0,'',1,0,'',NULL,0),(2339,'揭西县','0',345,0,'',1,0,'',NULL,0),(2340,'惠来县','0',345,0,'',1,0,'',NULL,0),(2341,'普宁市','0',345,0,'',1,0,'',NULL,0),(2342,'云城区','0',346,0,'',1,0,'',NULL,0),(2343,'新兴县','0',346,0,'',1,0,'',NULL,0),(2344,'郁南县','0',346,0,'',1,0,'',NULL,0),(2345,'云安县','0',346,0,'',1,0,'',NULL,0),(2346,'罗定市','0',346,0,'',1,0,'',NULL,0),(2347,'兴宁区','0',347,0,'',1,0,'',NULL,0),(2348,'青秀区','0',347,0,'',1,0,'',NULL,0),(2349,'江南区','0',347,0,'',1,0,'',NULL,0),(2350,'西乡塘区','0',347,0,'',1,0,'',NULL,0),(2351,'良庆区','0',347,0,'',1,0,'',NULL,0),(2352,'邕宁区','0',347,0,'',1,0,'',NULL,0),(2353,'武鸣县','0',347,0,'',1,0,'',NULL,0),(2354,'隆安县','0',347,0,'',1,0,'',NULL,0),(2355,'马山县','0',347,0,'',1,0,'',NULL,0),(2356,'上林县','0',347,0,'',1,0,'',NULL,0),(2357,'宾阳县','0',347,0,'',1,0,'',NULL,0),(2358,'横县','0',347,0,'',1,0,'',NULL,0),(2359,'城中区','0',348,0,'',1,0,'',NULL,0),(2360,'鱼峰区','0',348,0,'',1,0,'',NULL,0),(2361,'柳南区','0',348,0,'',1,0,'',NULL,0),(2362,'柳北区','0',348,0,'',1,0,'',NULL,0),(2363,'柳江县','0',348,0,'',1,0,'',NULL,0),(2364,'柳城县','0',348,0,'',1,0,'',NULL,0),(2365,'鹿寨县','0',348,0,'',1,0,'',NULL,0),(2366,'融安县','0',348,0,'',1,0,'',NULL,0),(2367,'融水苗族自治县','0',348,0,'',1,0,'',NULL,0),(2368,'三江侗族自治县','0',348,0,'',1,0,'',NULL,0),(2369,'秀峰区','0',349,0,'',1,0,'',NULL,0),(2370,'叠彩区','0',349,0,'',1,0,'',NULL,0),(2371,'象山区','0',349,0,'',1,0,'',NULL,0),(2372,'七星区','0',349,0,'',1,0,'',NULL,0),(2373,'雁山区','0',349,0,'',1,0,'',NULL,0),(2374,'阳朔县','0',349,0,'',1,0,'',NULL,0),(2375,'临桂县','0',349,0,'',1,0,'',NULL,0),(2376,'灵川县','0',349,0,'',1,0,'',NULL,0),(2377,'全州县','0',349,0,'',1,0,'',NULL,0),(2378,'兴安县','0',349,0,'',1,0,'',NULL,0),(2379,'永福县','0',349,0,'',1,0,'',NULL,0),(2380,'灌阳县','0',349,0,'',1,0,'',NULL,0),(2381,'龙胜各族自治县','0',349,0,'',1,0,'',NULL,0),(2382,'资源县','0',349,0,'',1,0,'',NULL,0),(2383,'平乐县','0',349,0,'',1,0,'',NULL,0),(2384,'荔蒲县','0',349,0,'',1,0,'',NULL,0),(2385,'恭城瑶族自治县','0',349,0,'',1,0,'',NULL,0),(2386,'万秀区','0',350,0,'',1,0,'',NULL,0),(2387,'蝶山区','0',350,0,'',1,0,'',NULL,0),(2388,'长洲区','0',350,0,'',1,0,'',NULL,0),(2389,'苍梧县','0',350,0,'',1,0,'',NULL,0),(2390,'藤县','0',350,0,'',1,0,'',NULL,0),(2391,'蒙山县','0',350,0,'',1,0,'',NULL,0),(2392,'岑溪市','0',350,0,'',1,0,'',NULL,0),(2393,'海城区','0',351,0,'',1,0,'',NULL,0),(2394,'银海区','0',351,0,'',1,0,'',NULL,0),(2395,'铁山港区','0',351,0,'',1,0,'',NULL,0),(2396,'合浦县','0',351,0,'',1,0,'',NULL,0),(2397,'港口区','0',352,0,'',1,0,'',NULL,0),(2398,'防城区','0',352,0,'',1,0,'',NULL,0),(2399,'上思县','0',352,0,'',1,0,'',NULL,0),(2400,'东兴市','0',352,0,'',1,0,'',NULL,0),(2401,'钦南区','0',353,0,'',1,0,'',NULL,0),(2402,'钦北区','0',353,0,'',1,0,'',NULL,0),(2403,'灵山县','0',353,0,'',1,0,'',NULL,0),(2404,'浦北县','0',353,0,'',1,0,'',NULL,0),(2405,'港北区','0',354,0,'',1,0,'',NULL,0),(2406,'港南区','0',354,0,'',1,0,'',NULL,0),(2407,'覃塘区','0',354,0,'',1,0,'',NULL,0),(2408,'平南县','0',354,0,'',1,0,'',NULL,0),(2409,'桂平市','0',354,0,'',1,0,'',NULL,0),(2410,'玉州区','0',355,0,'',1,0,'',NULL,0),(2411,'容县','0',355,0,'',1,0,'',NULL,0),(2412,'陆川县','0',355,0,'',1,0,'',NULL,0),(2413,'博白县','0',355,0,'',1,0,'',NULL,0),(2414,'兴业县','0',355,0,'',1,0,'',NULL,0),(2415,'北流市','0',355,0,'',1,0,'',NULL,0),(2416,'右江区','0',356,0,'',1,0,'',NULL,0),(2417,'田阳县','0',356,0,'',1,0,'',NULL,0),(2418,'田东县','0',356,0,'',1,0,'',NULL,0),(2419,'平果县','0',356,0,'',1,0,'',NULL,0),(2420,'德保县','0',356,0,'',1,0,'',NULL,0),(2421,'靖西县','0',356,0,'',1,0,'',NULL,0),(2422,'那坡县','0',356,0,'',1,0,'',NULL,0),(2423,'凌云县','0',356,0,'',1,0,'',NULL,0),(2424,'乐业县','0',356,0,'',1,0,'',NULL,0),(2425,'田林县','0',356,0,'',1,0,'',NULL,0),(2426,'西林县','0',356,0,'',1,0,'',NULL,0),(2427,'隆林各族自治县','0',356,0,'',1,0,'',NULL,0),(2428,'八步区','0',357,0,'',1,0,'',NULL,0),(2429,'昭平县','0',357,0,'',1,0,'',NULL,0),(2430,'钟山县','0',357,0,'',1,0,'',NULL,0),(2431,'富川瑶族自治县','0',357,0,'',1,0,'',NULL,0),(2432,'金城江区','0',358,0,'',1,0,'',NULL,0),(2433,'南丹县','0',358,0,'',1,0,'',NULL,0),(2434,'天峨县','0',358,0,'',1,0,'',NULL,0),(2435,'凤山县','0',358,0,'',1,0,'',NULL,0),(2436,'东兰县','0',358,0,'',1,0,'',NULL,0),(2437,'罗城仫佬族自治县','0',358,0,'',1,0,'',NULL,0),(2438,'环江毛南族自治县','0',358,0,'',1,0,'',NULL,0),(2439,'巴马瑶族自治县','0',358,0,'',1,0,'',NULL,0),(2440,'都安瑶族自治县','0',358,0,'',1,0,'',NULL,0),(2441,'大化瑶族自治县','0',358,0,'',1,0,'',NULL,0),(2442,'宜州市','0',358,0,'',1,0,'',NULL,0),(2443,'兴宾区','0',359,0,'',1,0,'',NULL,0),(2444,'忻城县','0',359,0,'',1,0,'',NULL,0),(2445,'象州县','0',359,0,'',1,0,'',NULL,0),(2446,'武宣县','0',359,0,'',1,0,'',NULL,0),(2447,'金秀瑶族自治县','0',359,0,'',1,0,'',NULL,0),(2448,'合山市','0',359,0,'',1,0,'',NULL,0),(2449,'江洲区','0',360,0,'',1,0,'',NULL,0),(2450,'扶绥县','0',360,0,'',1,0,'',NULL,0),(2451,'宁明县','0',360,0,'',1,0,'',NULL,0),(2452,'龙州县','0',360,0,'',1,0,'',NULL,0),(2453,'大新县','0',360,0,'',1,0,'',NULL,0),(2454,'天等县','0',360,0,'',1,0,'',NULL,0),(2455,'凭祥市','0',360,0,'',1,0,'',NULL,0),(2456,'秀英区','0',361,0,'',1,0,'',NULL,0),(2457,'龙华区','0',361,0,'',1,0,'',NULL,0),(2458,'琼山区','0',361,0,'',1,0,'',NULL,0),(2459,'美兰区','0',361,0,'',1,0,'',NULL,0),(2460,'锦江区','0',382,0,'',1,0,'',NULL,0),(2461,'青羊区','0',382,0,'',1,0,'',NULL,0),(2462,'金牛区','0',382,0,'',1,0,'',NULL,0),(2463,'武侯区','0',382,0,'',1,0,'',NULL,0),(2464,'成华区','0',382,0,'',1,0,'',NULL,0),(2465,'龙泉驿区','0',382,0,'',1,0,'',NULL,0),(2466,'青白江区','0',382,0,'',1,0,'',NULL,0),(2467,'新都区','0',382,0,'',1,0,'',NULL,0),(2468,'温江区','0',382,0,'',1,0,'',NULL,0),(2469,'金堂县','0',382,0,'',1,0,'',NULL,0),(2470,'双流县','0',382,0,'',1,0,'',NULL,0),(2471,'郫县','0',382,0,'',1,0,'',NULL,0),(2472,'大邑县','0',382,0,'',1,0,'',NULL,0),(2473,'蒲江县','0',382,0,'',1,0,'',NULL,0),(2474,'新津县','0',382,0,'',1,0,'',NULL,0),(2475,'都江堰市','0',382,0,'',1,0,'',NULL,0),(2476,'彭州市','0',382,0,'',1,0,'',NULL,0),(2477,'邛崃市','0',382,0,'',1,0,'',NULL,0),(2478,'崇州市','0',382,0,'',1,0,'',NULL,0),(2479,'自流井区','0',383,0,'',1,0,'',NULL,0),(2480,'贡井区','0',383,0,'',1,0,'',NULL,0),(2481,'大安区','0',383,0,'',1,0,'',NULL,0),(2482,'沿滩区','0',383,0,'',1,0,'',NULL,0),(2483,'荣县','0',383,0,'',1,0,'',NULL,0),(2484,'富顺县','0',383,0,'',1,0,'',NULL,0),(2485,'东区','0',384,0,'',1,0,'',NULL,0),(2486,'西区','0',384,0,'',1,0,'',NULL,0),(2487,'仁和区','0',384,0,'',1,0,'',NULL,0),(2488,'米易县','0',384,0,'',1,0,'',NULL,0),(2489,'盐边县','0',384,0,'',1,0,'',NULL,0),(2490,'江阳区','0',385,0,'',1,0,'',NULL,0),(2491,'纳溪区','0',385,0,'',1,0,'',NULL,0),(2492,'龙马潭区','0',385,0,'',1,0,'',NULL,0),(2493,'泸县','0',385,0,'',1,0,'',NULL,0),(2494,'合江县','0',385,0,'',1,0,'',NULL,0),(2495,'叙永县','0',385,0,'',1,0,'',NULL,0),(2496,'古蔺县','0',385,0,'',1,0,'',NULL,0),(2497,'旌阳区','0',386,0,'',1,0,'',NULL,0),(2498,'中江县','0',386,0,'',1,0,'',NULL,0),(2499,'罗江县','0',386,0,'',1,0,'',NULL,0),(2500,'广汉市','0',386,0,'',1,0,'',NULL,0),(2501,'什邡市','0',386,0,'',1,0,'',NULL,0),(2502,'绵竹市','0',386,0,'',1,0,'',NULL,0),(2503,'涪城区','0',387,0,'',1,0,'',NULL,0),(2504,'游仙区','0',387,0,'',1,0,'',NULL,0),(2505,'三台县','0',387,0,'',1,0,'',NULL,0),(2506,'盐亭县','0',387,0,'',1,0,'',NULL,0),(2507,'安县','0',387,0,'',1,0,'',NULL,0),(2508,'梓潼县','0',387,0,'',1,0,'',NULL,0),(2509,'北川羌族自治县','0',387,0,'',1,0,'',NULL,0),(2510,'平武县','0',387,0,'',1,0,'',NULL,0),(2511,'江油市','0',387,0,'',1,0,'',NULL,0),(2512,'市中区','0',388,0,'',1,0,'',NULL,0),(2513,'元坝区','0',388,0,'',1,0,'',NULL,0),(2514,'朝天区','0',388,0,'',1,0,'',NULL,0),(2515,'旺苍县','0',388,0,'',1,0,'',NULL,0),(2516,'青川县','0',388,0,'',1,0,'',NULL,0),(2517,'剑阁县','0',388,0,'',1,0,'',NULL,0),(2518,'苍溪县','0',388,0,'',1,0,'',NULL,0),(2519,'船山区','0',389,0,'',1,0,'',NULL,0),(2520,'安居区','0',389,0,'',1,0,'',NULL,0),(2521,'蓬溪县','0',389,0,'',1,0,'',NULL,0),(2522,'射洪县','0',389,0,'',1,0,'',NULL,0),(2523,'大英县','0',389,0,'',1,0,'',NULL,0),(2524,'市中区','0',390,0,'',1,0,'',NULL,0),(2525,'东兴区','0',390,0,'',1,0,'',NULL,0),(2526,'威远县','0',390,0,'',1,0,'',NULL,0),(2527,'资中县','0',390,0,'',1,0,'',NULL,0),(2528,'隆昌县','0',390,0,'',1,0,'',NULL,0),(2529,'市中区','0',391,0,'',1,0,'',NULL,0),(2530,'沙湾区','0',391,0,'',1,0,'',NULL,0),(2531,'五通桥区','0',391,0,'',1,0,'',NULL,0),(2532,'金口河区','0',391,0,'',1,0,'',NULL,0),(2533,'犍为县','0',391,0,'',1,0,'',NULL,0),(2534,'井研县','0',391,0,'',1,0,'',NULL,0),(2535,'夹江县','0',391,0,'',1,0,'',NULL,0),(2536,'沐川县','0',391,0,'',1,0,'',NULL,0),(2537,'峨边彝族自治县','0',391,0,'',1,0,'',NULL,0),(2538,'马边彝族自治县','0',391,0,'',1,0,'',NULL,0),(2539,'峨眉山市','0',391,0,'',1,0,'',NULL,0),(2540,'顺庆区','0',392,0,'',1,0,'',NULL,0),(2541,'高坪区','0',392,0,'',1,0,'',NULL,0),(2542,'嘉陵区','0',392,0,'',1,0,'',NULL,0),(2543,'南部县','0',392,0,'',1,0,'',NULL,0),(2544,'营山县','0',392,0,'',1,0,'',NULL,0),(2545,'蓬安县','0',392,0,'',1,0,'',NULL,0),(2546,'仪陇县','0',392,0,'',1,0,'',NULL,0),(2547,'西充县','0',392,0,'',1,0,'',NULL,0),(2548,'阆中市','0',392,0,'',1,0,'',NULL,0),(2549,'东坡区','0',393,0,'',1,0,'',NULL,0),(2550,'仁寿县','0',393,0,'',1,0,'',NULL,0),(2551,'彭山县','0',393,0,'',1,0,'',NULL,0),(2552,'洪雅县','0',393,0,'',1,0,'',NULL,0),(2553,'丹棱县','0',393,0,'',1,0,'',NULL,0),(2554,'青神县','0',393,0,'',1,0,'',NULL,0),(2555,'翠屏区','0',394,0,'',1,0,'',NULL,0),(2556,'宜宾县','0',394,0,'',1,0,'',NULL,0),(2557,'南溪县','0',394,0,'',1,0,'',NULL,0),(2558,'江安县','0',394,0,'',1,0,'',NULL,0),(2559,'长宁县','0',394,0,'',1,0,'',NULL,0),(2560,'高县','0',394,0,'',1,0,'',NULL,0),(2561,'珙县','0',394,0,'',1,0,'',NULL,0),(2562,'筠连县','0',394,0,'',1,0,'',NULL,0),(2563,'兴文县','0',394,0,'',1,0,'',NULL,0),(2564,'屏山县','0',394,0,'',1,0,'',NULL,0),(2565,'广安区','0',395,0,'',1,0,'',NULL,0),(2566,'岳池县','0',395,0,'',1,0,'',NULL,0),(2567,'武胜县','0',395,0,'',1,0,'',NULL,0),(2568,'邻水县','0',395,0,'',1,0,'',NULL,0),(2569,'华蓥市','0',395,0,'',1,0,'',NULL,0),(2570,'通川区','0',396,0,'',1,0,'',NULL,0),(2571,'达县','0',396,0,'',1,0,'',NULL,0),(2572,'宣汉县','0',396,0,'',1,0,'',NULL,0),(2573,'开江县','0',396,0,'',1,0,'',NULL,0),(2574,'大竹县','0',396,0,'',1,0,'',NULL,0),(2575,'渠县','0',396,0,'',1,0,'',NULL,0),(2576,'万源市','0',396,0,'',1,0,'',NULL,0),(2577,'雨城区','0',397,0,'',1,0,'',NULL,0),(2578,'名山县','0',397,0,'',1,0,'',NULL,0),(2579,'荥经县','0',397,0,'',1,0,'',NULL,0),(2580,'汉源县','0',397,0,'',1,0,'',NULL,0),(2581,'石棉县','0',397,0,'',1,0,'',NULL,0),(2582,'天全县','0',397,0,'',1,0,'',NULL,0),(2583,'芦山县','0',397,0,'',1,0,'',NULL,0),(2584,'宝兴县','0',397,0,'',1,0,'',NULL,0),(2585,'巴州区','0',398,0,'',1,0,'',NULL,0),(2586,'通江县','0',398,0,'',1,0,'',NULL,0),(2587,'南江县','0',398,0,'',1,0,'',NULL,0),(2588,'平昌县','0',398,0,'',1,0,'',NULL,0),(2589,'雁江区','0',399,0,'',1,0,'',NULL,0),(2590,'安岳县','0',399,0,'',1,0,'',NULL,0),(2591,'乐至县','0',399,0,'',1,0,'',NULL,0),(2592,'简阳市','0',399,0,'',1,0,'',NULL,0),(2593,'汶川县','0',400,0,'',1,0,'',NULL,0),(2594,'理县','0',400,0,'',1,0,'',NULL,0),(2595,'茂县','0',400,0,'',1,0,'',NULL,0),(2596,'松潘县','0',400,0,'',1,0,'',NULL,0),(2597,'九寨沟县','0',400,0,'',1,0,'',NULL,0),(2598,'金川县','0',400,0,'',1,0,'',NULL,0),(2599,'小金县','0',400,0,'',1,0,'',NULL,0),(2600,'黑水县','0',400,0,'',1,0,'',NULL,0),(2601,'马尔康县','0',400,0,'',1,0,'',NULL,0),(2602,'壤塘县','0',400,0,'',1,0,'',NULL,0),(2603,'阿坝县','0',400,0,'',1,0,'',NULL,0),(2604,'若尔盖县','0',400,0,'',1,0,'',NULL,0),(2605,'红原县','0',400,0,'',1,0,'',NULL,0),(2606,'康定县','0',401,0,'',1,0,'',NULL,0),(2607,'泸定县','0',401,0,'',1,0,'',NULL,0),(2608,'丹巴县','0',401,0,'',1,0,'',NULL,0),(2609,'九龙县','0',401,0,'',1,0,'',NULL,0),(2610,'雅江县','0',401,0,'',1,0,'',NULL,0),(2611,'道孚县','0',401,0,'',1,0,'',NULL,0),(2612,'炉霍县','0',401,0,'',1,0,'',NULL,0),(2613,'甘孜县','0',401,0,'',1,0,'',NULL,0),(2614,'新龙县','0',401,0,'',1,0,'',NULL,0),(2615,'德格县','0',401,0,'',1,0,'',NULL,0),(2616,'白玉县','0',401,0,'',1,0,'',NULL,0),(2617,'石渠县','0',401,0,'',1,0,'',NULL,0),(2618,'色达县','0',401,0,'',1,0,'',NULL,0),(2619,'理塘县','0',401,0,'',1,0,'',NULL,0),(2620,'巴塘县','0',401,0,'',1,0,'',NULL,0),(2621,'乡城县','0',401,0,'',1,0,'',NULL,0),(2622,'稻城县','0',401,0,'',1,0,'',NULL,0),(2623,'得荣县','0',401,0,'',1,0,'',NULL,0),(2624,'西昌市','0',402,0,'',1,0,'',NULL,0),(2625,'木里藏族自治县','0',402,0,'',1,0,'',NULL,0),(2626,'盐源县','0',402,0,'',1,0,'',NULL,0),(2627,'德昌县','0',402,0,'',1,0,'',NULL,0),(2628,'会理县','0',402,0,'',1,0,'',NULL,0),(2629,'会东县','0',402,0,'',1,0,'',NULL,0),(2630,'宁南县','0',402,0,'',1,0,'',NULL,0),(2631,'普格县','0',402,0,'',1,0,'',NULL,0),(2632,'布拖县','0',402,0,'',1,0,'',NULL,0),(2633,'金阳县','0',402,0,'',1,0,'',NULL,0),(2634,'昭觉县','0',402,0,'',1,0,'',NULL,0),(2635,'喜德县','0',402,0,'',1,0,'',NULL,0),(2636,'冕宁县','0',402,0,'',1,0,'',NULL,0),(2637,'越西县','0',402,0,'',1,0,'',NULL,0),(2638,'甘洛县','0',402,0,'',1,0,'',NULL,0),(2639,'美姑县','0',402,0,'',1,0,'',NULL,0),(2640,'雷波县','0',402,0,'',1,0,'',NULL,0),(2641,'南明区','0',403,0,'',1,0,'',NULL,0),(2642,'云岩区','0',403,0,'',1,0,'',NULL,0),(2643,'花溪区','0',403,0,'',1,0,'',NULL,0),(2644,'乌当区','0',403,0,'',1,0,'',NULL,0),(2645,'白云区','0',403,0,'',1,0,'',NULL,0),(2646,'小河区','0',403,0,'',1,0,'',NULL,0),(2647,'开阳县','0',403,0,'',1,0,'',NULL,0),(2648,'息烽县','0',403,0,'',1,0,'',NULL,0),(2649,'修文县','0',403,0,'',1,0,'',NULL,0),(2650,'清镇市','0',403,0,'',1,0,'',NULL,0),(2651,'钟山区','0',404,0,'',1,0,'',NULL,0),(2652,'六枝特区','0',404,0,'',1,0,'',NULL,0),(2653,'水城县','0',404,0,'',1,0,'',NULL,0),(2654,'盘县','0',404,0,'',1,0,'',NULL,0),(2655,'红花岗区','0',405,0,'',1,0,'',NULL,0),(2656,'汇川区','0',405,0,'',1,0,'',NULL,0),(2657,'遵义县','0',405,0,'',1,0,'',NULL,0),(2658,'桐梓县','0',405,0,'',1,0,'',NULL,0),(2659,'绥阳县','0',405,0,'',1,0,'',NULL,0),(2660,'正安县','0',405,0,'',1,0,'',NULL,0),(2661,'道真仡佬族苗族自治县','0',405,0,'',1,0,'',NULL,0),(2662,'务川仡佬族苗族自治县','0',405,0,'',1,0,'',NULL,0),(2663,'凤冈县','0',405,0,'',1,0,'',NULL,0),(2664,'湄潭县','0',405,0,'',1,0,'',NULL,0),(2665,'余庆县','0',405,0,'',1,0,'',NULL,0),(2666,'习水县','0',405,0,'',1,0,'',NULL,0),(2667,'赤水市','0',405,0,'',1,0,'',NULL,0),(2668,'仁怀市','0',405,0,'',1,0,'',NULL,0),(2669,'西秀区','0',406,0,'',1,0,'',NULL,0),(2670,'平坝县','0',406,0,'',1,0,'',NULL,0),(2671,'普定县','0',406,0,'',1,0,'',NULL,0),(2672,'镇宁布依族苗族自治县','0',406,0,'',1,0,'',NULL,0),(2673,'关岭布依族苗族自治县','0',406,0,'',1,0,'',NULL,0),(2674,'紫云苗族布依族自治县','0',406,0,'',1,0,'',NULL,0),(2675,'铜仁市','0',407,0,'',1,0,'',NULL,0),(2676,'江口县','0',407,0,'',1,0,'',NULL,0),(2677,'玉屏侗族自治县','0',407,0,'',1,0,'',NULL,0),(2678,'石阡县','0',407,0,'',1,0,'',NULL,0),(2679,'思南县','0',407,0,'',1,0,'',NULL,0),(2680,'印江土家族苗族自治县','0',407,0,'',1,0,'',NULL,0),(2681,'德江县','0',407,0,'',1,0,'',NULL,0),(2682,'沿河土家族自治县','0',407,0,'',1,0,'',NULL,0),(2683,'松桃苗族自治县','0',407,0,'',1,0,'',NULL,0),(2684,'万山特区','0',407,0,'',1,0,'',NULL,0),(2685,'兴义市','0',408,0,'',1,0,'',NULL,0),(2686,'兴仁县','0',408,0,'',1,0,'',NULL,0),(2687,'普安县','0',408,0,'',1,0,'',NULL,0),(2688,'晴隆县','0',408,0,'',1,0,'',NULL,0),(2689,'贞丰县','0',408,0,'',1,0,'',NULL,0),(2690,'望谟县','0',408,0,'',1,0,'',NULL,0),(2691,'册亨县','0',408,0,'',1,0,'',NULL,0),(2692,'安龙县','0',408,0,'',1,0,'',NULL,0),(2693,'毕节市','0',409,0,'',1,0,'',NULL,0),(2694,'大方县','0',409,0,'',1,0,'',NULL,0),(2695,'黔西县','0',409,0,'',1,0,'',NULL,0),(2696,'金沙县','0',409,0,'',1,0,'',NULL,0),(2697,'织金县','0',409,0,'',1,0,'',NULL,0),(2698,'纳雍县','0',409,0,'',1,0,'',NULL,0),(2699,'威宁彝族回族苗族自治县','0',409,0,'',1,0,'',NULL,0),(2700,'赫章县','0',409,0,'',1,0,'',NULL,0),(2701,'凯里市','0',410,0,'',1,0,'',NULL,0),(2702,'黄平县','0',410,0,'',1,0,'',NULL,0),(2703,'施秉县','0',410,0,'',1,0,'',NULL,0),(2704,'三穗县','0',410,0,'',1,0,'',NULL,0),(2705,'镇远县','0',410,0,'',1,0,'',NULL,0),(2706,'岑巩县','0',410,0,'',1,0,'',NULL,0),(2707,'天柱县','0',410,0,'',1,0,'',NULL,0),(2708,'锦屏县','0',410,0,'',1,0,'',NULL,0),(2709,'剑河县','0',410,0,'',1,0,'',NULL,0),(2710,'台江县','0',410,0,'',1,0,'',NULL,0),(2711,'黎平县','0',410,0,'',1,0,'',NULL,0),(2712,'榕江县','0',410,0,'',1,0,'',NULL,0),(2713,'从江县','0',410,0,'',1,0,'',NULL,0),(2714,'雷山县','0',410,0,'',1,0,'',NULL,0),(2715,'麻江县','0',410,0,'',1,0,'',NULL,0),(2716,'丹寨县','0',410,0,'',1,0,'',NULL,0),(2717,'都匀市','0',411,0,'',1,0,'',NULL,0),(2718,'福泉市','0',411,0,'',1,0,'',NULL,0),(2719,'荔波县','0',411,0,'',1,0,'',NULL,0),(2720,'贵定县','0',411,0,'',1,0,'',NULL,0),(2721,'瓮安县','0',411,0,'',1,0,'',NULL,0),(2722,'独山县','0',411,0,'',1,0,'',NULL,0),(2723,'平塘县','0',411,0,'',1,0,'',NULL,0),(2724,'罗甸县','0',411,0,'',1,0,'',NULL,0),(2725,'长顺县','0',411,0,'',1,0,'',NULL,0),(2726,'龙里县','0',411,0,'',1,0,'',NULL,0),(2727,'惠水县','0',411,0,'',1,0,'',NULL,0),(2728,'三都水族自治县','0',411,0,'',1,0,'',NULL,0),(2729,'五华区','0',412,0,'',1,0,'',NULL,0),(2730,'盘龙区','0',412,0,'',1,0,'',NULL,0),(2731,'官渡区','0',412,0,'',1,0,'',NULL,0),(2732,'西山区','0',412,0,'',1,0,'',NULL,0),(2733,'东川区','0',412,0,'',1,0,'',NULL,0),(2734,'呈贡县','0',412,0,'',1,0,'',NULL,0),(2735,'晋宁县','0',412,0,'',1,0,'',NULL,0),(2736,'富民县','0',412,0,'',1,0,'',NULL,0),(2737,'宜良县','0',412,0,'',1,0,'',NULL,0),(2738,'石林彝族自治县','0',412,0,'',1,0,'',NULL,0),(2739,'嵩明县','0',412,0,'',1,0,'',NULL,0),(2740,'禄劝彝族苗族自治县','0',412,0,'',1,0,'',NULL,0),(2741,'寻甸回族彝族自治县','0',412,0,'',1,0,'',NULL,0),(2742,'安宁市','0',412,0,'',1,0,'',NULL,0),(2743,'麒麟区','0',413,0,'',1,0,'',NULL,0),(2744,'马龙县','0',413,0,'',1,0,'',NULL,0),(2745,'陆良县','0',413,0,'',1,0,'',NULL,0),(2746,'师宗县','0',413,0,'',1,0,'',NULL,0),(2747,'罗平县','0',413,0,'',1,0,'',NULL,0),(2748,'富源县','0',413,0,'',1,0,'',NULL,0),(2749,'会泽县','0',413,0,'',1,0,'',NULL,0),(2750,'沾益县','0',413,0,'',1,0,'',NULL,0),(2751,'宣威市','0',413,0,'',1,0,'',NULL,0),(2752,'红塔区','0',414,0,'',1,0,'',NULL,0),(2753,'江川县','0',414,0,'',1,0,'',NULL,0),(2754,'澄江县','0',414,0,'',1,0,'',NULL,0),(2755,'通海县','0',414,0,'',1,0,'',NULL,0),(2756,'华宁县','0',414,0,'',1,0,'',NULL,0),(2757,'易门县','0',414,0,'',1,0,'',NULL,0),(2758,'峨山彝族自治县','0',414,0,'',1,0,'',NULL,0),(2759,'新平彝族傣族自治县','0',414,0,'',1,0,'',NULL,0),(2760,'元江哈尼族彝族傣族自治县','0',414,0,'',1,0,'',NULL,0),(2761,'隆阳区','0',415,0,'',1,0,'',NULL,0),(2762,'施甸县','0',415,0,'',1,0,'',NULL,0),(2763,'腾冲县','0',415,0,'',1,0,'',NULL,0),(2764,'龙陵县','0',415,0,'',1,0,'',NULL,0),(2765,'昌宁县','0',415,0,'',1,0,'',NULL,0),(2766,'昭阳区','0',416,0,'',1,0,'',NULL,0),(2767,'鲁甸县','0',416,0,'',1,0,'',NULL,0),(2768,'巧家县','0',416,0,'',1,0,'',NULL,0),(2769,'盐津县','0',416,0,'',1,0,'',NULL,0),(2770,'大关县','0',416,0,'',1,0,'',NULL,0),(2771,'永善县','0',416,0,'',1,0,'',NULL,0),(2772,'绥江县','0',416,0,'',1,0,'',NULL,0),(2773,'镇雄县','0',416,0,'',1,0,'',NULL,0),(2774,'彝良县','0',416,0,'',1,0,'',NULL,0),(2775,'威信县','0',416,0,'',1,0,'',NULL,0),(2776,'水富县','0',416,0,'',1,0,'',NULL,0),(2777,'古城区','0',417,0,'',1,0,'',NULL,0),(2778,'玉龙纳西族自治县','0',417,0,'',1,0,'',NULL,0),(2779,'永胜县','0',417,0,'',1,0,'',NULL,0),(2780,'华坪县','0',417,0,'',1,0,'',NULL,0),(2781,'宁蒗彝族自治县','0',417,0,'',1,0,'',NULL,0),(2782,'翠云区','0',418,0,'',1,0,'',NULL,0),(2783,'普洱哈尼族彝族自治县','0',418,0,'',1,0,'',NULL,0),(2784,'墨江哈尼族自治县','0',418,0,'',1,0,'',NULL,0),(2785,'景东彝族自治县','0',418,0,'',1,0,'',NULL,0),(2786,'景谷傣族彝族自治县','0',418,0,'',1,0,'',NULL,0),(2787,'镇沅彝族哈尼族拉祜族自治县','0',418,0,'',1,0,'',NULL,0),(2788,'江城哈尼族彝族自治县','0',418,0,'',1,0,'',NULL,0),(2789,'孟连傣族拉祜族佤族自治县','0',418,0,'',1,0,'',NULL,0),(2790,'澜沧拉祜族自治县','0',418,0,'',1,0,'',NULL,0),(2791,'西盟佤族自治县','0',418,0,'',1,0,'',NULL,0),(2792,'临翔区','0',419,0,'',1,0,'',NULL,0),(2793,'凤庆县','0',419,0,'',1,0,'',NULL,0),(2794,'云县','0',419,0,'',1,0,'',NULL,0),(2795,'永德县','0',419,0,'',1,0,'',NULL,0),(2796,'镇康县','0',419,0,'',1,0,'',NULL,0),(2797,'双江拉祜族佤族布朗族傣族自治县','0',419,0,'',1,0,'',NULL,0),(2798,'耿马傣族佤族自治县','0',419,0,'',1,0,'',NULL,0),(2799,'沧源佤族自治县','0',420,0,'',1,0,'',NULL,0),(2800,'楚雄市','0',420,0,'',1,0,'',NULL,0),(2801,'双柏县','0',420,0,'',1,0,'',NULL,0),(2802,'牟定县','0',420,0,'',1,0,'',NULL,0),(2803,'南华县','0',420,0,'',1,0,'',NULL,0),(2804,'姚安县','0',420,0,'',1,0,'',NULL,0),(2805,'大姚县','0',420,0,'',1,0,'',NULL,0),(2806,'永仁县','0',420,0,'',1,0,'',NULL,0),(2807,'元谋县','0',420,0,'',1,0,'',NULL,0),(2808,'武定县','0',420,0,'',1,0,'',NULL,0),(2809,'禄丰县','0',420,0,'',1,0,'',NULL,0),(2810,'个旧市','0',421,0,'',1,0,'',NULL,0),(2811,'开远市','0',421,0,'',1,0,'',NULL,0),(2812,'蒙自县','0',421,0,'',1,0,'',NULL,0),(2813,'屏边苗族自治县','0',421,0,'',1,0,'',NULL,0),(2814,'建水县','0',421,0,'',1,0,'',NULL,0),(2815,'石屏县','0',421,0,'',1,0,'',NULL,0),(2816,'弥勒县','0',421,0,'',1,0,'',NULL,0),(2817,'泸西县','0',421,0,'',1,0,'',NULL,0),(2818,'元阳县','0',421,0,'',1,0,'',NULL,0),(2819,'红河县','0',421,0,'',1,0,'',NULL,0),(2820,'金平苗族瑶族傣族自治县','0',421,0,'',1,0,'',NULL,0),(2821,'绿春县','0',421,0,'',1,0,'',NULL,0),(2822,'河口瑶族自治县','0',421,0,'',1,0,'',NULL,0),(2823,'文山县','0',422,0,'',1,0,'',NULL,0),(2824,'砚山县','0',422,0,'',1,0,'',NULL,0),(2825,'西畴县','0',422,0,'',1,0,'',NULL,0),(2826,'麻栗坡县','0',422,0,'',1,0,'',NULL,0),(2827,'马关县','0',422,0,'',1,0,'',NULL,0),(2828,'丘北县','0',422,0,'',1,0,'',NULL,0),(2829,'广南县','0',422,0,'',1,0,'',NULL,0),(2830,'富宁县','0',422,0,'',1,0,'',NULL,0),(2831,'景洪市','0',423,0,'',1,0,'',NULL,0),(2832,'勐海县','0',423,0,'',1,0,'',NULL,0),(2833,'勐腊县','0',423,0,'',1,0,'',NULL,0),(2834,'大理市','0',424,0,'',1,0,'',NULL,0),(2835,'漾濞彝族自治县','0',424,0,'',1,0,'',NULL,0),(2836,'祥云县','0',424,0,'',1,0,'',NULL,0),(2837,'宾川县','0',424,0,'',1,0,'',NULL,0),(2838,'弥渡县','0',424,0,'',1,0,'',NULL,0),(2839,'南涧彝族自治县','0',424,0,'',1,0,'',NULL,0),(2840,'巍山彝族回族自治县','0',424,0,'',1,0,'',NULL,0),(2841,'永平县','0',424,0,'',1,0,'',NULL,0),(2842,'云龙县','0',424,0,'',1,0,'',NULL,0),(2843,'洱源县','0',424,0,'',1,0,'',NULL,0),(2844,'剑川县','0',424,0,'',1,0,'',NULL,0),(2845,'鹤庆县','0',424,0,'',1,0,'',NULL,0),(2846,'瑞丽市','0',425,0,'',1,0,'',NULL,0),(2847,'潞西市','0',425,0,'',1,0,'',NULL,0),(2848,'梁河县','0',425,0,'',1,0,'',NULL,0),(2849,'盈江县','0',425,0,'',1,0,'',NULL,0),(2850,'陇川县','0',425,0,'',1,0,'',NULL,0),(2851,'泸水县','0',426,0,'',1,0,'',NULL,0),(2852,'福贡县','0',426,0,'',1,0,'',NULL,0),(2853,'贡山独龙族怒族自治县','0',426,0,'',1,0,'',NULL,0),(2854,'兰坪白族普米族自治县','0',426,0,'',1,0,'',NULL,0),(2855,'香格里拉县','0',427,0,'',1,0,'',NULL,0),(2856,'德钦县','0',427,0,'',1,0,'',NULL,0),(2857,'维西傈僳族自治县','0',427,0,'',1,0,'',NULL,0),(2858,'城关区','0',428,0,'',1,0,'',NULL,0),(2859,'林周县','0',428,0,'',1,0,'',NULL,0),(2860,'当雄县','0',428,0,'',1,0,'',NULL,0),(2861,'尼木县','0',428,0,'',1,0,'',NULL,0),(2862,'曲水县','0',428,0,'',1,0,'',NULL,0),(2863,'堆龙德庆县','0',428,0,'',1,0,'',NULL,0),(2864,'达孜县','0',428,0,'',1,0,'',NULL,0),(2865,'墨竹工卡县','0',428,0,'',1,0,'',NULL,0),(2866,'昌都县','0',429,0,'',1,0,'',NULL,0),(2867,'江达县','0',429,0,'',1,0,'',NULL,0),(2868,'贡觉县','0',429,0,'',1,0,'',NULL,0),(2869,'类乌齐县','0',429,0,'',1,0,'',NULL,0),(2870,'丁青县','0',429,0,'',1,0,'',NULL,0),(2871,'察雅县','0',429,0,'',1,0,'',NULL,0),(2872,'八宿县','0',429,0,'',1,0,'',NULL,0),(2873,'左贡县','0',429,0,'',1,0,'',NULL,0),(2874,'芒康县','0',429,0,'',1,0,'',NULL,0),(2875,'洛隆县','0',429,0,'',1,0,'',NULL,0),(2876,'边坝县','0',429,0,'',1,0,'',NULL,0),(2877,'乃东县','0',430,0,'',1,0,'',NULL,0),(2878,'扎囊县','0',430,0,'',1,0,'',NULL,0),(2879,'贡嘎县','0',430,0,'',1,0,'',NULL,0),(2880,'桑日县','0',430,0,'',1,0,'',NULL,0),(2881,'琼结县','0',430,0,'',1,0,'',NULL,0),(2882,'曲松县','0',430,0,'',1,0,'',NULL,0),(2883,'措美县','0',430,0,'',1,0,'',NULL,0),(2884,'洛扎县','0',430,0,'',1,0,'',NULL,0),(2885,'加查县','0',430,0,'',1,0,'',NULL,0),(2886,'隆子县','0',430,0,'',1,0,'',NULL,0),(2887,'错那县','0',430,0,'',1,0,'',NULL,0),(2888,'浪卡子县','0',430,0,'',1,0,'',NULL,0),(2889,'日喀则市','0',431,0,'',1,0,'',NULL,0),(2890,'南木林县','0',431,0,'',1,0,'',NULL,0),(2891,'江孜县','0',431,0,'',1,0,'',NULL,0),(2892,'定日县','0',431,0,'',1,0,'',NULL,0),(2893,'萨迦县','0',431,0,'',1,0,'',NULL,0),(2894,'拉孜县','0',431,0,'',1,0,'',NULL,0),(2895,'昂仁县','0',431,0,'',1,0,'',NULL,0),(2896,'谢通门县','0',431,0,'',1,0,'',NULL,0),(2897,'白朗县','0',431,0,'',1,0,'',NULL,0),(2898,'仁布县','0',431,0,'',1,0,'',NULL,0),(2899,'康马县','0',431,0,'',1,0,'',NULL,0),(2900,'定结县','0',431,0,'',1,0,'',NULL,0),(2901,'仲巴县','0',431,0,'',1,0,'',NULL,0),(2902,'亚东县','0',431,0,'',1,0,'',NULL,0),(2903,'吉隆县','0',431,0,'',1,0,'',NULL,0),(2904,'聂拉木县','0',431,0,'',1,0,'',NULL,0),(2905,'萨嘎县','0',431,0,'',1,0,'',NULL,0),(2906,'岗巴县','0',431,0,'',1,0,'',NULL,0),(2907,'那曲县','0',432,0,'',1,0,'',NULL,0),(2908,'嘉黎县','0',432,0,'',1,0,'',NULL,0),(2909,'比如县','0',432,0,'',1,0,'',NULL,0),(2910,'聂荣县','0',432,0,'',1,0,'',NULL,0),(2911,'安多县','0',432,0,'',1,0,'',NULL,0),(2912,'申扎县','0',432,0,'',1,0,'',NULL,0),(2913,'索县','0',432,0,'',1,0,'',NULL,0),(2914,'班戈县','0',432,0,'',1,0,'',NULL,0),(2915,'巴青县','0',432,0,'',1,0,'',NULL,0),(2916,'尼玛县','0',432,0,'',1,0,'',NULL,0),(2917,'普兰县','0',433,0,'',1,0,'',NULL,0),(2918,'札达县','0',433,0,'',1,0,'',NULL,0),(2919,'噶尔县','0',433,0,'',1,0,'',NULL,0),(2920,'日土县','0',433,0,'',1,0,'',NULL,0),(2921,'革吉县','0',433,0,'',1,0,'',NULL,0),(2922,'改则县','0',433,0,'',1,0,'',NULL,0),(2923,'措勤县','0',433,0,'',1,0,'',NULL,0),(2924,'林芝县','0',434,0,'',1,0,'',NULL,0),(2925,'工布江达县','0',434,0,'',1,0,'',NULL,0),(2926,'米林县','0',434,0,'',1,0,'',NULL,0),(2927,'墨脱县','0',434,0,'',1,0,'',NULL,0),(2928,'波密县','0',434,0,'',1,0,'',NULL,0),(2929,'察隅县','0',434,0,'',1,0,'',NULL,0),(2930,'朗县','0',434,0,'',1,0,'',NULL,0),(2931,'新城区','0',435,0,'',1,0,'',NULL,0),(2932,'碑林区','0',435,0,'',1,0,'',NULL,0),(2933,'莲湖区','0',435,0,'',1,0,'',NULL,0),(2934,'灞桥区','0',435,0,'',1,0,'',NULL,0),(2935,'未央区','0',435,0,'',1,0,'',NULL,0),(2936,'雁塔区','0',435,0,'',1,0,'',NULL,0),(2937,'阎良区','0',435,0,'',1,0,'',NULL,0),(2938,'临潼区','0',435,0,'',1,0,'',NULL,0),(2939,'长安区','0',435,0,'',1,0,'',NULL,0),(2940,'蓝田县','0',435,0,'',1,0,'',NULL,0),(2941,'周至县','0',435,0,'',1,0,'',NULL,0),(2942,'户县','0',435,0,'',1,0,'',NULL,0),(2943,'高陵县','0',435,0,'',1,0,'',NULL,0),(2944,'王益区','0',436,0,'',1,0,'',NULL,0),(2945,'印台区','0',436,0,'',1,0,'',NULL,0),(2946,'耀州区','0',436,0,'',1,0,'',NULL,0),(2947,'宜君县','0',436,0,'',1,0,'',NULL,0),(2948,'渭滨区','0',437,0,'',1,0,'',NULL,0),(2949,'金台区','0',437,0,'',1,0,'',NULL,0),(2950,'陈仓区','0',437,0,'',1,0,'',NULL,0),(2951,'凤翔县','0',437,0,'',1,0,'',NULL,0),(2952,'岐山县','0',437,0,'',1,0,'',NULL,0),(2953,'扶风县','0',437,0,'',1,0,'',NULL,0),(2954,'眉县','0',437,0,'',1,0,'',NULL,0),(2955,'陇县','0',437,0,'',1,0,'',NULL,0),(2956,'千阳县','0',437,0,'',1,0,'',NULL,0),(2957,'麟游县','0',437,0,'',1,0,'',NULL,0),(2958,'凤县','0',437,0,'',1,0,'',NULL,0),(2959,'太白县','0',437,0,'',1,0,'',NULL,0),(2960,'秦都区','0',438,0,'',1,0,'',NULL,0),(2961,'杨凌区','0',438,0,'',1,0,'',NULL,0),(2962,'渭城区','0',438,0,'',1,0,'',NULL,0),(2963,'三原县','0',438,0,'',1,0,'',NULL,0),(2964,'泾阳县','0',438,0,'',1,0,'',NULL,0),(2965,'乾县','0',438,0,'',1,0,'',NULL,0),(2966,'礼泉县','0',438,0,'',1,0,'',NULL,0),(2967,'永寿县','0',438,0,'',1,0,'',NULL,0),(2968,'彬县','0',438,0,'',1,0,'',NULL,0),(2969,'长武县','0',438,0,'',1,0,'',NULL,0),(2970,'旬邑县','0',438,0,'',1,0,'',NULL,0),(2971,'淳化县','0',438,0,'',1,0,'',NULL,0),(2972,'武功县','0',438,0,'',1,0,'',NULL,0),(2973,'兴平市','0',438,0,'',1,0,'',NULL,0),(2974,'临渭区','0',439,0,'',1,0,'',NULL,0),(2975,'华县','0',439,0,'',1,0,'',NULL,0),(2976,'潼关县','0',439,0,'',1,0,'',NULL,0),(2977,'大荔县','0',439,0,'',1,0,'',NULL,0),(2978,'合阳县','0',439,0,'',1,0,'',NULL,0),(2979,'澄城县','0',439,0,'',1,0,'',NULL,0),(2980,'蒲城县','0',439,0,'',1,0,'',NULL,0),(2981,'白水县','0',439,0,'',1,0,'',NULL,0),(2982,'富平县','0',439,0,'',1,0,'',NULL,0),(2983,'韩城市','0',439,0,'',1,0,'',NULL,0),(2984,'华阴市','0',439,0,'',1,0,'',NULL,0),(2985,'宝塔区','0',440,0,'',1,0,'',NULL,0),(2986,'延长县','0',440,0,'',1,0,'',NULL,0),(2987,'延川县','0',440,0,'',1,0,'',NULL,0),(2988,'子长县','0',440,0,'',1,0,'',NULL,0),(2989,'安塞县','0',440,0,'',1,0,'',NULL,0),(2990,'志丹县','0',440,0,'',1,0,'',NULL,0),(2991,'吴起县','0',440,0,'',1,0,'',NULL,0),(2992,'甘泉县','0',440,0,'',1,0,'',NULL,0),(2993,'富县','0',440,0,'',1,0,'',NULL,0),(2994,'洛川县','0',440,0,'',1,0,'',NULL,0),(2995,'宜川县','0',440,0,'',1,0,'',NULL,0),(2996,'黄龙县','0',440,0,'',1,0,'',NULL,0),(2997,'黄陵县','0',440,0,'',1,0,'',NULL,0),(2998,'汉台区','0',441,0,'',1,0,'',NULL,0),(2999,'南郑县','0',441,0,'',1,0,'',NULL,0),(3000,'城固县','0',441,0,'',1,0,'',NULL,0),(3001,'洋县','0',441,0,'',1,0,'',NULL,0),(3002,'西乡县','0',441,0,'',1,0,'',NULL,0),(3003,'勉县','0',441,0,'',1,0,'',NULL,0),(3004,'宁强县','0',441,0,'',1,0,'',NULL,0),(3005,'略阳县','0',441,0,'',1,0,'',NULL,0),(3006,'镇巴县','0',441,0,'',1,0,'',NULL,0),(3007,'留坝县','0',441,0,'',1,0,'',NULL,0),(3008,'佛坪县','0',441,0,'',1,0,'',NULL,0),(3009,'榆阳区','0',442,0,'',1,0,'',NULL,0),(3010,'神木县','0',442,0,'',1,0,'',NULL,0),(3011,'府谷县','0',442,0,'',1,0,'',NULL,0),(3012,'横山县','0',442,0,'',1,0,'',NULL,0),(3013,'靖边县','0',442,0,'',1,0,'',NULL,0),(3014,'定边县','0',442,0,'',1,0,'',NULL,0),(3015,'绥德县','0',442,0,'',1,0,'',NULL,0),(3016,'米脂县','0',442,0,'',1,0,'',NULL,0),(3017,'佳县','0',442,0,'',1,0,'',NULL,0),(3018,'吴堡县','0',442,0,'',1,0,'',NULL,0),(3019,'清涧县','0',442,0,'',1,0,'',NULL,0),(3020,'子洲县','0',442,0,'',1,0,'',NULL,0),(3021,'汉滨区','0',443,0,'',1,0,'',NULL,0),(3022,'汉阴县','0',443,0,'',1,0,'',NULL,0),(3023,'石泉县','0',443,0,'',1,0,'',NULL,0),(3024,'宁陕县','0',443,0,'',1,0,'',NULL,0),(3025,'紫阳县','0',443,0,'',1,0,'',NULL,0),(3026,'岚皋县','0',443,0,'',1,0,'',NULL,0),(3027,'平利县','0',443,0,'',1,0,'',NULL,0),(3028,'镇坪县','0',443,0,'',1,0,'',NULL,0),(3029,'旬阳县','0',443,0,'',1,0,'',NULL,0),(3030,'白河县','0',443,0,'',1,0,'',NULL,0),(3031,'商州区','0',444,0,'',1,0,'',NULL,0),(3032,'洛南县','0',444,0,'',1,0,'',NULL,0),(3033,'丹凤县','0',444,0,'',1,0,'',NULL,0),(3034,'商南县','0',444,0,'',1,0,'',NULL,0),(3035,'山阳县','0',444,0,'',1,0,'',NULL,0),(3036,'镇安县','0',444,0,'',1,0,'',NULL,0),(3037,'柞水县','0',444,0,'',1,0,'',NULL,0),(3038,'城关区','0',445,0,'',1,0,'',NULL,0),(3039,'七里河区','0',445,0,'',1,0,'',NULL,0),(3040,'西固区','0',445,0,'',1,0,'',NULL,0),(3041,'安宁区','0',445,0,'',1,0,'',NULL,0),(3042,'红古区','0',445,0,'',1,0,'',NULL,0),(3043,'永登县','0',445,0,'',1,0,'',NULL,0),(3044,'皋兰县','0',445,0,'',1,0,'',NULL,0),(3045,'榆中县','0',445,0,'',1,0,'',NULL,0),(3046,'金川区','0',447,0,'',1,0,'',NULL,0),(3047,'永昌县','0',447,0,'',1,0,'',NULL,0),(3048,'白银区','0',448,0,'',1,0,'',NULL,0),(3049,'平川区','0',448,0,'',1,0,'',NULL,0),(3050,'靖远县','0',448,0,'',1,0,'',NULL,0),(3051,'会宁县','0',448,0,'',1,0,'',NULL,0),(3052,'景泰县','0',448,0,'',1,0,'',NULL,0),(3053,'秦城区','0',449,0,'',1,0,'',NULL,0),(3054,'北道区','0',449,0,'',1,0,'',NULL,0),(3055,'清水县','0',449,0,'',1,0,'',NULL,0),(3056,'秦安县','0',449,0,'',1,0,'',NULL,0),(3057,'甘谷县','0',449,0,'',1,0,'',NULL,0),(3058,'武山县','0',449,0,'',1,0,'',NULL,0),(3059,'张家川回族自治县','0',449,0,'',1,0,'',NULL,0),(3060,'凉州区','0',450,0,'',1,0,'',NULL,0),(3061,'民勤县','0',450,0,'',1,0,'',NULL,0),(3062,'古浪县','0',450,0,'',1,0,'',NULL,0),(3063,'天祝藏族自治县','0',450,0,'',1,0,'',NULL,0),(3064,'甘州区','0',451,0,'',1,0,'',NULL,0),(3065,'肃南裕固族自治县','0',451,0,'',1,0,'',NULL,0),(3066,'民乐县','0',451,0,'',1,0,'',NULL,0),(3067,'临泽县','0',451,0,'',1,0,'',NULL,0),(3068,'高台县','0',451,0,'',1,0,'',NULL,0),(3069,'山丹县','0',451,0,'',1,0,'',NULL,0),(3070,'崆峒区','0',452,0,'',1,0,'',NULL,0),(3071,'泾川县','0',452,0,'',1,0,'',NULL,0),(3072,'灵台县','0',452,0,'',1,0,'',NULL,0),(3073,'崇信县','0',452,0,'',1,0,'',NULL,0),(3074,'华亭县','0',452,0,'',1,0,'',NULL,0),(3075,'庄浪县','0',452,0,'',1,0,'',NULL,0),(3076,'静宁县','0',452,0,'',1,0,'',NULL,0),(3077,'肃州区','0',453,0,'',1,0,'',NULL,0),(3078,'金塔县','0',453,0,'',1,0,'',NULL,0),(3079,'瓜州县','0',453,0,'',1,0,'',NULL,0),(3080,'肃北蒙古族自治县','0',453,0,'',1,0,'',NULL,0),(3081,'阿克塞哈萨克族自治县','0',453,0,'',1,0,'',NULL,0),(3082,'玉门市','0',453,0,'',1,0,'',NULL,0),(3083,'敦煌市','0',453,0,'',1,0,'',NULL,0),(3084,'西峰区','0',454,0,'',1,0,'',NULL,0),(3085,'庆城县','0',454,0,'',1,0,'',NULL,0),(3086,'环县','0',454,0,'',1,0,'',NULL,0),(3087,'华池县','0',454,0,'',1,0,'',NULL,0),(3088,'合水县','0',454,0,'',1,0,'',NULL,0),(3089,'正宁县','0',454,0,'',1,0,'',NULL,0),(3090,'宁县','0',454,0,'',1,0,'',NULL,0),(3091,'镇原县','0',454,0,'',1,0,'',NULL,0),(3092,'安定区','0',455,0,'',1,0,'',NULL,0),(3093,'通渭县','0',455,0,'',1,0,'',NULL,0),(3094,'陇西县','0',455,0,'',1,0,'',NULL,0),(3095,'渭源县','0',455,0,'',1,0,'',NULL,0),(3096,'临洮县','0',455,0,'',1,0,'',NULL,0),(3097,'漳县','0',455,0,'',1,0,'',NULL,0),(3098,'岷县','0',455,0,'',1,0,'',NULL,0),(3099,'武都区','0',456,0,'',1,0,'',NULL,0),(3100,'成县','0',456,0,'',1,0,'',NULL,0),(3101,'文县','0',456,0,'',1,0,'',NULL,0),(3102,'宕昌县','0',456,0,'',1,0,'',NULL,0),(3103,'康县','0',456,0,'',1,0,'',NULL,0),(3104,'西和县','0',456,0,'',1,0,'',NULL,0),(3105,'礼县','0',456,0,'',1,0,'',NULL,0),(3106,'徽县','0',456,0,'',1,0,'',NULL,0),(3107,'两当县','0',456,0,'',1,0,'',NULL,0),(3108,'临夏市','0',457,0,'',1,0,'',NULL,0),(3109,'临夏县','0',457,0,'',1,0,'',NULL,0),(3110,'康乐县','0',457,0,'',1,0,'',NULL,0),(3111,'永靖县','0',457,0,'',1,0,'',NULL,0),(3112,'广河县','0',457,0,'',1,0,'',NULL,0),(3113,'和政县','0',457,0,'',1,0,'',NULL,0),(3114,'东乡族自治县','0',457,0,'',1,0,'',NULL,0),(3115,'积石山保安族东乡族撒拉族自治县','0',457,0,'',1,0,'',NULL,0),(3116,'合作市','0',458,0,'',1,0,'',NULL,0),(3117,'临潭县','0',458,0,'',1,0,'',NULL,0),(3118,'卓尼县','0',458,0,'',1,0,'',NULL,0),(3119,'舟曲县','0',458,0,'',1,0,'',NULL,0),(3120,'迭部县','0',458,0,'',1,0,'',NULL,0),(3121,'玛曲县','0',458,0,'',1,0,'',NULL,0),(3122,'碌曲县','0',458,0,'',1,0,'',NULL,0),(3123,'夏河县','0',458,0,'',1,0,'',NULL,0),(3124,'城东区','0',459,0,'',1,0,'',NULL,0),(3125,'城中区','0',459,0,'',1,0,'',NULL,0),(3126,'城西区','0',459,0,'',1,0,'',NULL,0),(3127,'城北区','0',459,0,'',1,0,'',NULL,0),(3128,'大通回族土族自治县','0',459,0,'',1,0,'',NULL,0),(3129,'湟中县','0',459,0,'',1,0,'',NULL,0),(3130,'湟源县','0',459,0,'',1,0,'',NULL,0),(3131,'平安县','0',460,0,'',1,0,'',NULL,0),(3132,'民和回族土族自治县','0',460,0,'',1,0,'',NULL,0),(3133,'乐都县','0',460,0,'',1,0,'',NULL,0),(3134,'互助土族自治县','0',460,0,'',1,0,'',NULL,0),(3135,'化隆回族自治县','0',460,0,'',1,0,'',NULL,0),(3136,'循化撒拉族自治县','0',460,0,'',1,0,'',NULL,0),(3137,'门源回族自治县','0',461,0,'',1,0,'',NULL,0),(3138,'祁连县','0',461,0,'',1,0,'',NULL,0),(3139,'海晏县','0',461,0,'',1,0,'',NULL,0),(3140,'刚察县','0',461,0,'',1,0,'',NULL,0),(3141,'同仁县','0',462,0,'',1,0,'',NULL,0),(3142,'尖扎县','0',462,0,'',1,0,'',NULL,0),(3143,'泽库县','0',462,0,'',1,0,'',NULL,0),(3144,'河南蒙古族自治县','0',462,0,'',1,0,'',NULL,0),(3145,'共和县','0',463,0,'',1,0,'',NULL,0),(3146,'同德县','0',463,0,'',1,0,'',NULL,0),(3147,'贵德县','0',463,0,'',1,0,'',NULL,0),(3148,'兴海县','0',463,0,'',1,0,'',NULL,0),(3149,'贵南县','0',463,0,'',1,0,'',NULL,0),(3150,'玛沁县','0',464,0,'',1,0,'',NULL,0),(3151,'班玛县','0',464,0,'',1,0,'',NULL,0),(3152,'甘德县','0',464,0,'',1,0,'',NULL,0),(3153,'达日县','0',464,0,'',1,0,'',NULL,0),(3154,'久治县','0',464,0,'',1,0,'',NULL,0),(3155,'玛多县','0',464,0,'',1,0,'',NULL,0),(3156,'玉树县','0',465,0,'',1,0,'',NULL,0),(3157,'杂多县','0',465,0,'',1,0,'',NULL,0),(3158,'称多县','0',465,0,'',1,0,'',NULL,0),(3159,'治多县','0',465,0,'',1,0,'',NULL,0),(3160,'囊谦县','0',465,0,'',1,0,'',NULL,0),(3161,'曲麻莱县','0',465,0,'',1,0,'',NULL,0),(3162,'格尔木市','0',466,0,'',1,0,'',NULL,0),(3163,'德令哈市','0',466,0,'',1,0,'',NULL,0),(3164,'乌兰县','0',466,0,'',1,0,'',NULL,0),(3165,'都兰县','0',466,0,'',1,0,'',NULL,0),(3166,'天峻县','0',466,0,'',1,0,'',NULL,0),(3167,'兴庆区','0',467,0,'',1,0,'',NULL,0),(3168,'西夏区','0',467,0,'',1,0,'',NULL,0),(3169,'金凤区','0',467,0,'',1,0,'',NULL,0),(3170,'永宁县','0',467,0,'',1,0,'',NULL,0),(3171,'贺兰县','0',467,0,'',1,0,'',NULL,0),(3172,'灵武市','0',467,0,'',1,0,'',NULL,0),(3173,'大武口区','0',468,0,'',1,0,'',NULL,0),(3174,'惠农区','0',468,0,'',1,0,'',NULL,0),(3175,'平罗县','0',468,0,'',1,0,'',NULL,0),(3176,'利通区','0',469,0,'',1,0,'',NULL,0),(3177,'盐池县','0',469,0,'',1,0,'',NULL,0),(3178,'同心县','0',469,0,'',1,0,'',NULL,0),(3179,'青铜峡市','0',469,0,'',1,0,'',NULL,0),(3180,'原州区','0',470,0,'',1,0,'',NULL,0),(3181,'西吉县','0',470,0,'',1,0,'',NULL,0),(3182,'隆德县','0',470,0,'',1,0,'',NULL,0),(3183,'泾源县','0',470,0,'',1,0,'',NULL,0),(3184,'彭阳县','0',470,0,'',1,0,'',NULL,0),(3185,'沙坡头区','0',471,0,'',1,0,'',NULL,0),(3186,'中宁县','0',471,0,'',1,0,'',NULL,0),(3187,'海原县','0',471,0,'',1,0,'',NULL,0),(3188,'天山区','0',472,0,'',1,0,'',NULL,0),(3189,'沙依巴克区','0',472,0,'',1,0,'',NULL,0),(3190,'新市区','0',472,0,'',1,0,'',NULL,0),(3191,'水磨沟区','0',472,0,'',1,0,'',NULL,0),(3192,'头屯河区','0',472,0,'',1,0,'',NULL,0),(3193,'达坂城区','0',472,0,'',1,0,'',NULL,0),(3194,'东山区','0',472,0,'',1,0,'',NULL,0),(3195,'乌鲁木齐县','0',472,0,'',1,0,'',NULL,0),(3196,'独山子区','0',473,0,'',1,0,'',NULL,0),(3197,'克拉玛依区','0',473,0,'',1,0,'',NULL,0),(3198,'白碱滩区','0',473,0,'',1,0,'',NULL,0),(3199,'乌尔禾区','0',473,0,'',1,0,'',NULL,0),(3200,'吐鲁番市','0',474,0,'',1,0,'',NULL,0),(3201,'鄯善县','0',474,0,'',1,0,'',NULL,0),(3202,'托克逊县','0',474,0,'',1,0,'',NULL,0),(3203,'哈密市','0',475,0,'',1,0,'',NULL,0),(3204,'巴里坤哈萨克自治县','0',475,0,'',1,0,'',NULL,0),(3205,'伊吾县','0',475,0,'',1,0,'',NULL,0),(3206,'昌吉市','0',476,0,'',1,0,'',NULL,0),(3207,'阜康市','0',476,0,'',1,0,'',NULL,0),(3208,'米泉市','0',476,0,'',1,0,'',NULL,0),(3209,'呼图壁县','0',476,0,'',1,0,'',NULL,0),(3210,'玛纳斯县','0',476,0,'',1,0,'',NULL,0),(3211,'奇台县','0',476,0,'',1,0,'',NULL,0),(3212,'吉木萨尔县','0',476,0,'',1,0,'',NULL,0),(3213,'木垒哈萨克自治县','0',476,0,'',1,0,'',NULL,0),(3214,'博乐市','0',477,0,'',1,0,'',NULL,0),(3215,'精河县','0',477,0,'',1,0,'',NULL,0),(3216,'温泉县','0',477,0,'',1,0,'',NULL,0),(3217,'库尔勒市','0',478,0,'',1,0,'',NULL,0),(3218,'轮台县','0',478,0,'',1,0,'',NULL,0),(3219,'尉犁县','0',478,0,'',1,0,'',NULL,0),(3220,'若羌县','0',478,0,'',1,0,'',NULL,0),(3221,'且末县','0',478,0,'',1,0,'',NULL,0),(3222,'焉耆回族自治县','0',478,0,'',1,0,'',NULL,0),(3223,'和静县','0',478,0,'',1,0,'',NULL,0),(3224,'和硕县','0',478,0,'',1,0,'',NULL,0),(3225,'博湖县','0',478,0,'',1,0,'',NULL,0),(3226,'阿克苏市','0',479,0,'',1,0,'',NULL,0),(3227,'温宿县','0',479,0,'',1,0,'',NULL,0),(3228,'库车县','0',479,0,'',1,0,'',NULL,0),(3229,'沙雅县','0',479,0,'',1,0,'',NULL,0),(3230,'新和县','0',479,0,'',1,0,'',NULL,0),(3231,'拜城县','0',479,0,'',1,0,'',NULL,0),(3232,'乌什县','0',479,0,'',1,0,'',NULL,0),(3233,'阿瓦提县','0',479,0,'',1,0,'',NULL,0),(3234,'柯坪县','0',479,0,'',1,0,'',NULL,0),(3235,'阿图什市','0',480,0,'',1,0,'',NULL,0),(3236,'阿克陶县','0',480,0,'',1,0,'',NULL,0),(3237,'阿合奇县','0',480,0,'',1,0,'',NULL,0),(3238,'乌恰县','0',480,0,'',1,0,'',NULL,0),(3239,'喀什市','0',481,0,'',1,0,'',NULL,0),(3240,'疏附县','0',481,0,'',1,0,'',NULL,0),(3241,'疏勒县','0',481,0,'',1,0,'',NULL,0),(3242,'英吉沙县','0',481,0,'',1,0,'',NULL,0),(3243,'泽普县','0',481,0,'',1,0,'',NULL,0),(3244,'莎车县','0',481,0,'',1,0,'',NULL,0),(3245,'叶城县','0',481,0,'',1,0,'',NULL,0),(3246,'麦盖提县','0',481,0,'',1,0,'',NULL,0),(3247,'岳普湖县','0',481,0,'',1,0,'',NULL,0),(3248,'伽师县','0',481,0,'',1,0,'',NULL,0),(3249,'巴楚县','0',481,0,'',1,0,'',NULL,0),(3250,'塔什库尔干塔吉克自治县','0',481,0,'',1,0,'',NULL,0),(3251,'和田市','0',482,0,'',1,0,'',NULL,0),(3252,'和田县','0',482,0,'',1,0,'',NULL,0),(3253,'墨玉县','0',482,0,'',1,0,'',NULL,0),(3254,'皮山县','0',482,0,'',1,0,'',NULL,0),(3255,'洛浦县','0',482,0,'',1,0,'',NULL,0),(3256,'策勒县','0',482,0,'',1,0,'',NULL,0),(3257,'于田县','0',482,0,'',1,0,'',NULL,0),(3258,'民丰县','0',482,0,'',1,0,'',NULL,0),(3259,'伊宁市','0',483,0,'',1,0,'',NULL,0),(3260,'奎屯市','0',483,0,'',1,0,'',NULL,0),(3261,'伊宁县','0',483,0,'',1,0,'',NULL,0),(3262,'察布查尔锡伯自治县','0',483,0,'',1,0,'',NULL,0),(3263,'霍城县','0',483,0,'',1,0,'',NULL,0),(3264,'巩留县','0',483,0,'',1,0,'',NULL,0),(3265,'新源县','0',483,0,'',1,0,'',NULL,0),(3266,'昭苏县','0',483,0,'',1,0,'',NULL,0),(3267,'特克斯县','0',483,0,'',1,0,'',NULL,0),(3268,'尼勒克县','0',483,0,'',1,0,'',NULL,0),(3269,'塔城市','0',484,0,'',1,0,'',NULL,0),(3270,'乌苏市','0',484,0,'',1,0,'',NULL,0),(3271,'额敏县','0',484,0,'',1,0,'',NULL,0),(3272,'沙湾县','0',484,0,'',1,0,'',NULL,0),(3273,'托里县','0',484,0,'',1,0,'',NULL,0),(3274,'裕民县','0',484,0,'',1,0,'',NULL,0),(3275,'和布克赛尔蒙古自治县','0',484,0,'',1,0,'',NULL,0),(3276,'阿勒泰市','0',485,0,'',1,0,'',NULL,0),(3277,'布尔津县','0',485,0,'',1,0,'',NULL,0),(3278,'富蕴县','0',485,0,'',1,0,'',NULL,0),(3279,'福海县','0',485,0,'',1,0,'',NULL,0),(3280,'哈巴河县','0',485,0,'',1,0,'',NULL,0),(3281,'青河县','0',485,0,'',1,0,'',NULL,0),(3282,'吉木乃县','0',485,0,'',1,0,'',NULL,0),(3358,'钓鱼岛','',0,0,'',1,0,'',NULL,0),(3359,'钓鱼岛','',3358,0,'',1,0,'',NULL,0); /*!40000 ALTER TABLE `dh_linkage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_log` -- DROP TABLE IF EXISTS `dh_log`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_log` ( `logid` int(10) unsigned NOT NULL auto_increment, `field` varchar(15) NOT NULL, `value` int(10) unsigned NOT NULL default '0', `module` varchar(15) NOT NULL, `file` varchar(20) NOT NULL, `action` varchar(20) NOT NULL, `querystring` varchar(255) NOT NULL, `data` mediumtext NOT NULL, `userid` mediumint(8) unsigned NOT NULL default '0', `username` varchar(20) NOT NULL, `ip` varchar(15) NOT NULL, `time` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`logid`), KEY `module` (`module`,`file`,`action`), KEY `username` (`username`,`action`) ) ENGINE=MyISAM AUTO_INCREMENT=11322 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_log` -- LOCK TABLES `dh_log` WRITE; /*!40000 ALTER TABLE `dh_log` DISABLE KEYS */; INSERT INTO `dh_log` VALUES (1,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','127.0.0.1','2014-01-16 09:52:50'),(2,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','127.0.0.1','2014-01-16 09:53:04'),(3,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:37'),(4,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:38'),(5,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:39'),(6,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:40'),(7,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:40'),(8,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:40'),(9,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:41'),(10,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:41'),(11,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:42'),(12,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:43'),(13,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:43'),(14,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:44'),(15,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:45'),(16,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:45'),(17,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:46'),(18,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','127.0.0.1','2014-01-16 09:58:46'),(19,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:42:58'),(20,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:45:38'),(21,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:46:46'),(22,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:47:50'),(23,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:47:54'),(24,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:48:48'),(25,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:48:50'),(26,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:49:29'),(27,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:49:31'),(28,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:50:52'),(29,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:50:54'),(30,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:51:18'),(31,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:51:20'),(32,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:51:42'),(33,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:51:44'),(34,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:52:13'),(35,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:52:15'),(36,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:53:46'),(37,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:54:56'),(38,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:55:08'),(39,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:55:41'),(40,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 10:55:57'),(41,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:58:28'),(42,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:59:04'),(43,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 10:59:10'),(44,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 11:03:00'),(45,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 11:03:01'),(46,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 11:03:49'),(47,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 11:03:51'),(48,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 11:14:25'),(49,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 11:14:52'),(50,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 11:15:23'),(51,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 11:15:49'),(52,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 11:16:17'),(53,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 11:26:55'),(54,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 11:27:02'),(55,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 13:08:28'),(56,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 13:08:40'),(57,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 13:08:45'),(58,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 13:23:15'),(59,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 13:23:23'),(60,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 14:47:30'),(61,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 14:49:34'),(62,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 14:49:41'),(63,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 15:04:52'),(64,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 15:05:08'),(65,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 15:06:14'),(66,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 15:06:29'),(67,'',0,'formguide','','formguide','?m=formguide&c=formguide&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 15:55:42'),(68,'',0,'formguide','','formguide','?m=formguide&c=formguide&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 15:56:49'),(69,'',0,'formguide','','formguide','?m=formguide&c=formguide&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 15:57:49'),(70,'',0,'formguide','','formguide','?m=formguide&c=formguide&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 15:58:22'),(71,'',0,'formguide','','formguide','?m=formguide&c=formguide&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:00:46'),(72,'',0,'formguide','','formguide','?m=formguide&c=formguide&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:00:58'),(73,'',0,'formguide','','formguide','?m=formguide&c=formguide&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:01:03'),(74,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:04:31'),(75,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:05:17'),(76,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:09:10'),(77,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:10:37'),(78,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:10:57'),(79,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:11:01'),(80,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:11:30'),(81,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:11:34'),(82,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:11:59'),(83,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:12:02'),(84,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:12:45'),(85,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:12:54'),(86,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:13:29'),(87,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:13:34'),(88,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:14:10'),(89,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:14:14'),(90,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:14:38'),(91,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:14:41'),(92,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 16:15:23'),(93,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:15:34'),(94,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:15:55'),(95,'',0,'formguide','','formguide_field','?m=formguide&c=formguide_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:16:03'),(96,'',0,'formguide','','formguide','?m=formguide&c=formguide&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:21:36'),(97,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:24:32'),(98,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:24:39'),(99,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:36:09'),(100,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:36:20'),(101,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:36:25'),(102,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','127.0.0.1','2014-01-16 16:37:42'),(103,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','127.0.0.1','2014-01-16 16:37:43'),(104,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','127.0.0.1','2014-01-16 16:37:43'),(105,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','127.0.0.1','2014-01-16 16:37:44'),(106,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:39:43'),(107,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 16:39:50'),(108,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 17:17:24'),(109,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 17:17:31'),(110,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 17:17:34'),(111,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 17:17:36'),(112,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 17:20:48'),(113,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 17:29:40'),(114,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 17:30:03'),(115,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 17:30:06'),(116,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 17:30:13'),(117,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 17:33:34'),(118,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 17:34:43'),(119,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 17:35:21'),(120,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 17:49:45'),(121,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:04:44'),(122,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:12:30'),(123,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:12:57'),(124,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:14:38'),(125,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:19:27'),(126,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:19:35'),(127,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:21:36'),(128,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:21:44'),(129,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:21:52'),(130,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:23:10'),(131,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:23:35'),(132,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:23:38'),(133,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:24:51'),(134,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:25:02'),(135,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:25:04'),(136,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:25:40'),(137,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:25:55'),(138,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:26:17'),(139,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:36:12'),(140,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:36:22'),(141,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:36:30'),(142,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:36:36'),(143,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:36:41'),(144,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:37:05'),(145,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:37:56'),(146,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:37:57'),(147,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:38:21'),(148,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:38:56'),(149,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:38:57'),(150,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:41:59'),(151,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:43:15'),(152,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:48:11'),(153,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:49:40'),(154,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:49:47'),(155,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:49:56'),(156,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 18:50:05'),(157,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:50:46'),(158,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 18:51:19'),(159,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:00:49'),(160,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:00:59'),(161,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:02:09'),(162,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:02:11'),(163,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:03:02'),(164,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:03:29'),(165,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:03:52'),(166,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:03:54'),(167,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:04:36'),(168,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 19:09:47'),(169,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 19:09:54'),(170,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 19:10:07'),(171,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 19:10:14'),(172,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 19:10:21'),(173,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 19:10:26'),(174,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 19:10:32'),(175,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-16 19:10:37'),(176,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:10:48'),(177,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:11:32'),(178,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:11:33'),(179,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:11:36'),(180,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:11:52'),(181,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:11:53'),(182,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:11:56'),(183,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:12:34'),(184,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-16 19:12:36'),(185,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','127.0.0.1','2014-01-17 10:48:58'),(186,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','127.0.0.1','2014-01-17 10:49:10'),(187,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 11:03:44'),(188,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 11:04:19'),(189,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 11:06:41'),(190,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 11:17:37'),(191,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 11:22:29'),(192,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 11:24:37'),(193,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-17 11:24:58'),(194,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:07:48'),(195,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:08:04'),(196,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:08:25'),(197,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:09:15'),(198,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:09:42'),(199,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:10:59'),(200,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','127.0.0.1','2014-01-17 13:11:56'),(201,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:12:01'),(202,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:12:23'),(203,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-17 13:12:33'),(204,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:13:49'),(205,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:14:07'),(206,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:14:30'),(207,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:16:22'),(208,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:17:08'),(209,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:17:58'),(210,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:19:16'),(211,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:19:20'),(212,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:32:14'),(213,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:32:47'),(214,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:34:49'),(215,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:34:58'),(216,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:35:04'),(217,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:35:13'),(218,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:35:23'),(219,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:35:37'),(220,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:35:51'),(221,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','127.0.0.1','2014-01-17 13:36:00'),(222,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:36:05'),(223,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:36:22'),(224,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:36:30'),(225,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:37:35'),(226,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:37:59'),(227,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:38:32'),(228,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:38:36'),(229,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:40:19'),(230,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:40:25'),(231,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:40:34'),(232,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:40:41'),(233,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 13:41:06'),(234,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','127.0.0.1','2014-01-17 13:41:15'),(235,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:41:20'),(236,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:41:37'),(237,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:42:00'),(238,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:42:37'),(239,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:48:01'),(240,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:48:26'),(241,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:52:31'),(242,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:52:51'),(243,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:53:12'),(244,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 13:53:32'),(245,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 15:07:31'),(246,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 15:07:37'),(247,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:19:03'),(248,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:19:41'),(249,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:20:16'),(250,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:42:25'),(251,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:42:50'),(252,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:45:25'),(253,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:45:28'),(254,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:46:17'),(255,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:46:20'),(256,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 15:49:20'),(257,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:49:27'),(258,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:50:04'),(259,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:50:54'),(260,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:51:55'),(261,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:51:59'),(262,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:58:26'),(263,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:58:45'),(264,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:59:00'),(265,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:59:03'),(266,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:59:34'),(267,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 15:59:37'),(268,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:01:03'),(269,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:03:34'),(270,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:04:12'),(271,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:04:44'),(272,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:05:37'),(273,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:05:55'),(274,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-17 16:07:27'),(275,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 16:12:08'),(276,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 16:12:17'),(277,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:12:28'),(278,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:15:43'),(279,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:16:35'),(280,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:18:06'),(281,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:19:24'),(282,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:19:27'),(283,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:22:23'),(284,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:22:26'),(285,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:34:13'),(286,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 16:41:28'),(287,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 16:41:40'),(288,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:41:42'),(289,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:42:37'),(290,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:43:35'),(291,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:44:00'),(292,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:45:56'),(293,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:46:21'),(294,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:46:51'),(295,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:47:05'),(296,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:47:09'),(297,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:47:46'),(298,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-17 16:48:00'),(299,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 16:48:16'),(300,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 16:48:21'),(301,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 16:48:42'),(302,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 16:49:28'),(303,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 16:50:14'),(304,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 16:54:26'),(305,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 16:54:39'),(306,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:24:03'),(307,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:25:42'),(308,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 17:25:49'),(309,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:26:14'),(310,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 17:27:02'),(311,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 17:27:09'),(312,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:27:14'),(313,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:27:59'),(314,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:28:01'),(315,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:28:53'),(316,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:28:54'),(317,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:29:20'),(318,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:29:22'),(319,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:29:45'),(320,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:29:47'),(321,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:30:08'),(322,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:30:09'),(323,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:30:35'),(324,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:40:03'),(325,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:41:59'),(326,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:42:01'),(327,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:43:14'),(328,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:43:16'),(329,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:44:14'),(330,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:46:16'),(331,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:46:44'),(332,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:46:46'),(333,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:48:34'),(334,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:48:36'),(335,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:49:01'),(336,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:49:03'),(337,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:49:39'),(338,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:49:41'),(339,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:49:57'),(340,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:49:59'),(341,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:50:18'),(342,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:50:38'),(343,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:50:39'),(344,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:50:55'),(345,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:50:57'),(346,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:51:13'),(347,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:51:14'),(348,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:51:32'),(349,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:51:34'),(350,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:51:53'),(351,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:51:54'),(352,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:52:10'),(353,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:52:12'),(354,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:52:33'),(355,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:52:35'),(356,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:52:42'),(357,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:52:44'),(358,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:52:52'),(359,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:52:54'),(360,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:53:03'),(361,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:53:05'),(362,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:53:30'),(363,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:53:31'),(364,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:53:39'),(365,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:53:40'),(366,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:53:47'),(367,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:53:48'),(368,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:54:37'),(369,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:54:49'),(370,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:54:50'),(371,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:55:05'),(372,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:55:06'),(373,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:55:23'),(374,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:55:25'),(375,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:55:42'),(376,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:55:44'),(377,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:56:03'),(378,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:56:05'),(379,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:56:26'),(380,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:56:27'),(381,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:56:45'),(382,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:56:47'),(383,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:57:13'),(384,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:57:14'),(385,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:57:28'),(386,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:57:30'),(387,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:57:44'),(388,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:57:45'),(389,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:58:01'),(390,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:58:02'),(391,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:58:15'),(392,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:58:17'),(393,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:58:42'),(394,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:58:44'),(395,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:59:13'),(396,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:59:18'),(397,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:59:36'),(398,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:59:37'),(399,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:59:51'),(400,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 17:59:53'),(401,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:00:16'),(402,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:00:19'),(403,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:00:40'),(404,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:00:41'),(405,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:01:10'),(406,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:01:12'),(407,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:01:28'),(408,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:01:29'),(409,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:01:57'),(410,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:01:58'),(411,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:02:14'),(412,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:02:15'),(413,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:02:51'),(414,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:02:52'),(415,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:03:18'),(416,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:03:19'),(417,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:03:32'),(418,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:03:33'),(419,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:03:50'),(420,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:03:51'),(421,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:04:09'),(422,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:04:10'),(423,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:04:27'),(424,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:04:28'),(425,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:04:41'),(426,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:04:43'),(427,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:04:56'),(428,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:04:57'),(429,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:05:10'),(430,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:05:11'),(431,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:05:29'),(432,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:05:30'),(433,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:05:46'),(434,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:06:10'),(435,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:06:28'),(436,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:06:29'),(437,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:06:46'),(438,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:06:49'),(439,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:07:23'),(440,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:07:24'),(441,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:07:38'),(442,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:07:40'),(443,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:07:53'),(444,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:07:54'),(445,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:08:19'),(446,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:08:20'),(447,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:08:42'),(448,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:08:42'),(449,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:09:13'),(450,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:09:15'),(451,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:09:33'),(452,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:09:35'),(453,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:09:48'),(454,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:09:49'),(455,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:10:19'),(456,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:10:21'),(457,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:10:34'),(458,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:10:58'),(459,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:11:05'),(460,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:11:06'),(461,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:11:29'),(462,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:11:31'),(463,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:11:49'),(464,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:11:50'),(465,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:12:03'),(466,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:12:04'),(467,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:12:17'),(468,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:12:18'),(469,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:12:31'),(470,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:12:32'),(471,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:12:48'),(472,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:12:49'),(473,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:13:03'),(474,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:13:27'),(475,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:13:44'),(476,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:13:46'),(477,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:13:58'),(478,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:13:59'),(479,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:14:12'),(480,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:14:13'),(481,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:14:26'),(482,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:14:27'),(483,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:14:37'),(484,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:14:39'),(485,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:14:49'),(486,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:14:50'),(487,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:15:05'),(488,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:15:08'),(489,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:15:19'),(490,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:15:21'),(491,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-17 18:15:34'),(492,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:16:41'),(493,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:16:47'),(494,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:16:51'),(495,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:17:00'),(496,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:17:05'),(497,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:17:12'),(498,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:17:16'),(499,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:17:21'),(500,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:17:25'),(501,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:17:33'),(502,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:17:41'),(503,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:17:46'),(504,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:24:08'),(505,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:24:18'),(506,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:24:28'),(507,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:25:35'),(508,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 18:25:43'),(509,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-17 19:47:10'),(510,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','127.0.0.1','2014-01-18 11:22:33'),(511,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','127.0.0.1','2014-01-18 11:26:59'),(512,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','127.0.0.1','2014-01-18 11:27:59'),(513,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','127.0.0.1','2014-01-18 11:28:07'),(514,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','127.0.0.1','2014-01-18 11:28:08'),(515,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','127.0.0.1','2014-01-18 11:28:14'),(516,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','127.0.0.1','2014-01-18 11:28:15'),(517,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','127.0.0.1','2014-01-18 11:29:13'),(518,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 11:29:18'),(519,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 11:29:24'),(520,'',0,'attachment','','address','?m=attachment&c=address&a=update','',1,'dhadmin','127.0.0.1','2014-01-18 11:29:54'),(521,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:02'),(522,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:03'),(523,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:03'),(524,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:03'),(525,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:04'),(526,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:04'),(527,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:04'),(528,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:05'),(529,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:05'),(530,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:05'),(531,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:06'),(532,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:06'),(533,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:06'),(534,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:06'),(535,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:07'),(536,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:07'),(537,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:07'),(538,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:08'),(539,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:08'),(540,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:08'),(541,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:09'),(542,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:09'),(543,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:09'),(544,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:10'),(545,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:10'),(546,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:10'),(547,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:10'),(548,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:11'),(549,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:11'),(550,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:11'),(551,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:12'),(552,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:12'),(553,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:12'),(554,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:13'),(555,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:13'),(556,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:13'),(557,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:13'),(558,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:14'),(559,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:14'),(560,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:14'),(561,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:15'),(562,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:15'),(563,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:15'),(564,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:16'),(565,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:16'),(566,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:16'),(567,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:16'),(568,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:17'),(569,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:17'),(570,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:17'),(571,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:18'),(572,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:18'),(573,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:18'),(574,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:19'),(575,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:19'),(576,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:19'),(577,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:20'),(578,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:20'),(579,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:20'),(580,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:20'),(581,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:21'),(582,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:21'),(583,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:21'),(584,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:22'),(585,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:22'),(586,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:22'),(587,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:23'),(588,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:23'),(589,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:23'),(590,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:24'),(591,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:24'),(592,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:24'),(593,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:25'),(594,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:25'),(595,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:25'),(596,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:25'),(597,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:26'),(598,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:26'),(599,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:26'),(600,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:27'),(601,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:27'),(602,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:27'),(603,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:28'),(604,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:28'),(605,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:28'),(606,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:29'),(607,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:29'),(608,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:29'),(609,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:29'),(610,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:30'),(611,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:30'),(612,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:30'),(613,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:31'),(614,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:31'),(615,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:31'),(616,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:32'),(617,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:32'),(618,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:32'),(619,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:32'),(620,'',0,'admin','','category','?m=admin&c=category&a=count_items','',1,'dhadmin','127.0.0.1','2014-01-18 11:30:37'),(621,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 11:32:54'),(622,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 11:33:04'),(623,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','127.0.0.1','2014-01-18 11:33:17'),(624,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 11:33:25'),(625,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 11:33:57'),(626,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 11:34:05'),(627,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 11:35:55'),(628,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=disabled','',1,'dhadmin','127.0.0.1','2014-01-18 11:38:01'),(629,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=delete','',1,'dhadmin','127.0.0.1','2014-01-18 11:38:10'),(630,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 11:38:20'),(631,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 11:38:25'),(632,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 11:38:44'),(633,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-18 11:38:50'),(634,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=delete','',1,'dhadmin','127.0.0.1','2014-01-18 11:38:55'),(635,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 11:41:01'),(636,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 11:41:08'),(637,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 11:41:42'),(638,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 11:50:04'),(639,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 11:50:18'),(640,'',0,'content','','content','?m=content&c=content&a=remove','',1,'dhadmin','127.0.0.1','2014-01-18 11:50:24'),(641,'',0,'content','','content','?m=content&c=content&a=remove','',1,'dhadmin','127.0.0.1','2014-01-18 11:50:51'),(642,'',0,'content','','content','?m=content&c=content&a=remove','',1,'dhadmin','127.0.0.1','2014-01-18 11:50:53'),(643,'',0,'content','','content','?m=content&c=content&a=remove','',1,'dhadmin','127.0.0.1','2014-01-18 11:50:58'),(644,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 11:51:31'),(645,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 11:51:57'),(646,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 11:51:58'),(647,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 13:16:03'),(648,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 13:16:38'),(649,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 13:16:50'),(650,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 13:16:53'),(651,'',0,'admin','','category','?m=admin&c=category&a=count_items','',1,'dhadmin','127.0.0.1','2014-01-18 13:52:04'),(652,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 13:52:34'),(653,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 13:52:56'),(654,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 13:53:08'),(655,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 13:53:17'),(656,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 14:02:49'),(657,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:03:54'),(658,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:03:55'),(659,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 14:03:58'),(660,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 14:03:59'),(661,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:04:38'),(662,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:04:52'),(663,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:04:57'),(664,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:06:04'),(665,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:07:13'),(666,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:07:17'),(667,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:07:19'),(668,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:08:19'),(669,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:08:50'),(670,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 14:11:38'),(671,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 14:12:20'),(672,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-18 14:12:26'),(673,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:12:31'),(674,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:12:47'),(675,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:28:41'),(676,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 14:29:13'),(677,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 14:30:33'),(678,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-18 14:30:38'),(679,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:30:43'),(680,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:31:10'),(681,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:31:28'),(682,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:38:30'),(683,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:38:40'),(684,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:38:55'),(685,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:39:08'),(686,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:39:19'),(687,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:39:27'),(688,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:39:35'),(689,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:39:42'),(690,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:40:01'),(691,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:40:03'),(692,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:40:08'),(693,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:40:12'),(694,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 14:40:44'),(695,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 14:40:46'),(696,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:41:07'),(697,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:41:09'),(698,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:41:15'),(699,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:41:19'),(700,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:41:30'),(701,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:41:33'),(702,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:41:52'),(703,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:41:54'),(704,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:42:01'),(705,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:42:03'),(706,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:42:09'),(707,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:42:11'),(708,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:42:16'),(709,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:42:18'),(710,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:42:25'),(711,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:42:27'),(712,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:42:33'),(713,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:42:36'),(714,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:42:39'),(715,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:42:42'),(716,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-18 14:43:40'),(717,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-18 14:44:29'),(718,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 14:44:40'),(719,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:04:09'),(720,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-18 15:04:27'),(721,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:04:32'),(722,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 15:10:34'),(723,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 15:12:17'),(724,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:13:27'),(725,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:13:34'),(726,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:13:40'),(727,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:14:38'),(728,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:14:50'),(729,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:14:54'),(730,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:15:06'),(731,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:16:20'),(732,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:16:27'),(733,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:23:51'),(734,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:24:33'),(735,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:24:39'),(736,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:24:46'),(737,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:25:47'),(738,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:25:51'),(739,'',0,'admin','','position','?m=admin&c=position&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:37:22'),(740,'',0,'admin','','position','?m=admin&c=position&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 15:37:44'),(741,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 15:51:50'),(742,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 15:52:08'),(743,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 15:56:32'),(744,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:06:08'),(745,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:06:10'),(746,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:06:16'),(747,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:06:18'),(748,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:06:38'),(749,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:07:23'),(750,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:07:26'),(751,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:07:56'),(752,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:07:58'),(753,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:08:00'),(754,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:08:01'),(755,'',0,'formguide','','formguide','?m=formguide&c=formguide&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:12:40'),(756,'',0,'formguide','','formguide','?m=formguide&c=formguide&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:12:46'),(757,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:13:51'),(758,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:13:55'),(759,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:14:24'),(760,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:14:25'),(761,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:14:55'),(762,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:15:12'),(763,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:17:05'),(764,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:19:56'),(765,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:20:00'),(766,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:20:13'),(767,'',0,'admin','','position','?m=admin&c=position&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:21:23'),(768,'',0,'admin','','position','?m=admin&c=position&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:21:37'),(769,'',0,'admin','','position','?m=admin&c=position&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:21:41'),(770,'',0,'admin','','position','?m=admin&c=position&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:21:54'),(771,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:23:32'),(772,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:23:55'),(773,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:25:06'),(774,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:25:07'),(775,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:25:09'),(776,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:25:50'),(777,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:26:03'),(778,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:25'),(779,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:26'),(780,'',0,'comment','','comment_admin','?m=comment&c=comment_admin&a=listinfo','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:27'),(781,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:38'),(782,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:41'),(783,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:42'),(784,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:43'),(785,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:45'),(786,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:46'),(787,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:47'),(788,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:47'),(789,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:48'),(790,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:51'),(791,'',0,'comment','','comment_admin','?m=comment&c=comment_admin&a=listinfo','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:51'),(792,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','192.168.1.51','2014-01-18 16:29:52'),(793,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','192.168.1.51','2014-01-18 16:30:04'),(794,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','192.168.1.51','2014-01-18 16:30:22'),(795,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','192.168.1.51','2014-01-18 16:30:22'),(796,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','192.168.1.51','2014-01-18 16:30:39'),(797,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','192.168.1.51','2014-01-18 16:30:42'),(798,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','192.168.1.51','2014-01-18 16:30:56'),(799,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','192.168.1.51','2014-01-18 16:30:57'),(800,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:31:24'),(801,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','192.168.1.51','2014-01-18 16:31:32'),(802,'',0,'pay','','payment','?m=pay&c=payment&a=pay_list','',1,'dhadmin','192.168.1.51','2014-01-18 16:31:58'),(803,'',0,'pay','','payment','?m=pay&c=payment&a=pay_list','',1,'dhadmin','192.168.1.51','2014-01-18 16:32:09'),(804,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:17'),(805,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:19'),(806,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:21'),(807,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:22'),(808,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:22'),(809,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:23'),(810,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:23'),(811,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:25'),(812,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:26'),(813,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:26'),(814,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:28'),(815,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:29'),(816,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:29'),(817,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:29'),(818,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:29'),(819,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:29'),(820,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:29'),(821,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:35'),(822,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:36'),(823,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:36'),(824,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:39'),(825,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:40'),(826,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:46'),(827,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:47'),(828,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:49'),(829,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:50'),(830,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:32:50'),(831,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:33:13'),(832,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:35:59'),(833,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:37:31'),(834,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:39:58'),(835,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:41:21'),(836,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:41:22'),(837,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:41:55'),(838,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:41:56'),(839,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:41:56'),(840,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:42:06'),(841,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:42:07'),(842,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:42:29'),(843,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:42:31'),(844,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 16:43:39'),(845,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:45:34'),(846,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 16:48:26'),(847,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:50:23'),(848,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:50:25'),(849,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:50:33'),(850,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:50:34'),(851,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:50:39'),(852,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 16:57:59'),(853,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 17:05:06'),(854,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 17:05:16'),(855,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:05:27'),(856,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:05:34'),(857,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:05:39'),(858,'',0,'admin','','category','?m=admin&c=category&a=remove','',1,'dhadmin','127.0.0.1','2014-01-18 17:05:48'),(859,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:06:02'),(860,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:06:07'),(861,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:06:15'),(862,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:06:19'),(863,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:06:25'),(864,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:06:28'),(865,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:06:35'),(866,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:06:39'),(867,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:06:46'),(868,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:06:49'),(869,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:06:58'),(870,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:07:01'),(871,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:07:08'),(872,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:07:13'),(873,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:07:20'),(874,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:07:23'),(875,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:07:32'),(876,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:07:37'),(877,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:07:45'),(878,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:07:49'),(879,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:08:04'),(880,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:08:11'),(881,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:08:42'),(882,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 17:09:05'),(883,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 17:10:17'),(884,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:11:01'),(885,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:11:14'),(886,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:12:29'),(887,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:12:38'),(888,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 17:13:14'),(889,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:15:00'),(890,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:15:10'),(891,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 17:15:20'),(892,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:15:32'),(893,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:15:35'),(894,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:15:52'),(895,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:16:01'),(896,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:17:12'),(897,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:18:32'),(898,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:18:58'),(899,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:19:01'),(900,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:19:09'),(901,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:19:12'),(902,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:19:18'),(903,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:19:22'),(904,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:19:28'),(905,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:19:32'),(906,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:19:39'),(907,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:19:42'),(908,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:19:49'),(909,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:19:52'),(910,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:20:03'),(911,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:20:06'),(912,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:20:13'),(913,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:20:16'),(914,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:20:20'),(915,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:20:23'),(916,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-18 17:21:49'),(917,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 17:22:24'),(918,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 17:22:59'),(919,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-18 17:23:07'),(920,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:23:14'),(921,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:23:31'),(922,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 17:24:16'),(923,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 17:24:33'),(924,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-18 17:24:39'),(925,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:24:45'),(926,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:25:34'),(927,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:25:43'),(928,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:25:59'),(929,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:26:52'),(930,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-18 17:26:55'),(931,'',0,'block','','block_admin','?m=block&c=block_admin&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 17:37:25'),(932,'',0,'block','','block_admin','?m=block&c=block_admin&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 17:37:57'),(933,'',0,'block','','block_admin','?m=block&c=block_admin&a=add','',1,'dhadmin','127.0.0.1','2014-01-18 17:38:06'),(934,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','127.0.0.1','2014-01-18 17:38:07'),(935,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','127.0.0.1','2014-01-18 17:38:21'),(936,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:46:07'),(937,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:51:55'),(938,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:53:55'),(939,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:53:55'),(940,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:53:56'),(941,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:53:56'),(942,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:53:56'),(943,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:53:56'),(944,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:53:56'),(945,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:53:57'),(946,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:53:57'),(947,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:53:58'),(948,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:54:03'),(949,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:58:33'),(950,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:58:47'),(951,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:58:48'),(952,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:59:03'),(953,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 17:59:09'),(954,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 18:37:30'),(955,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','192.168.1.51','2014-01-18 18:37:37'),(956,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 13:04:10'),(957,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 13:04:10'),(958,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 13:04:22'),(959,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 13:04:28'),(960,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 13:04:40'),(961,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:04:57'),(962,'',0,'attachment','','address','?m=attachment&c=address&a=update','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:12'),(963,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:14'),(964,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:15'),(965,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:15'),(966,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:16'),(967,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:16'),(968,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:16'),(969,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:17'),(970,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:17'),(971,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:17'),(972,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:18'),(973,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:18'),(974,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:18'),(975,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:19'),(976,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:19'),(977,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:19'),(978,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:20'),(979,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:20'),(980,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:20'),(981,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:20'),(982,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:21'),(983,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:21'),(984,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:21'),(985,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:22'),(986,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:22'),(987,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:22'),(988,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:23'),(989,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:23'),(990,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:23'),(991,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:24'),(992,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:24'),(993,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:24'),(994,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:24'),(995,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:25'),(996,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:25'),(997,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:25'),(998,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:26'),(999,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:26'),(1000,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:26'),(1001,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:27'),(1002,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:27'),(1003,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:27'),(1004,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:28'),(1005,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:28'),(1006,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:28'),(1007,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:29'),(1008,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:29'),(1009,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:29'),(1010,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:30'),(1011,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:30'),(1012,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:30'),(1013,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:30'),(1014,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:31'),(1015,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:31'),(1016,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:31'),(1017,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:32'),(1018,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:32'),(1019,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:32'),(1020,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:33'),(1021,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:33'),(1022,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:33'),(1023,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:34'),(1024,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:34'),(1025,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:34'),(1026,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:34'),(1027,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:35'),(1028,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:35'),(1029,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:35'),(1030,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:36'),(1031,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:36'),(1032,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:36'),(1033,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:37'),(1034,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:37'),(1035,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:37'),(1036,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:37'),(1037,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:38'),(1038,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:38'),(1039,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:38'),(1040,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:39'),(1041,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:39'),(1042,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:39'),(1043,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:40'),(1044,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:40'),(1045,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:40'),(1046,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:41'),(1047,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:41'),(1048,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:41'),(1049,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:42'),(1050,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:42'),(1051,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:42'),(1052,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:43'),(1053,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:43'),(1054,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:43'),(1055,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:44'),(1056,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:44'),(1057,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:44'),(1058,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:44'),(1059,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:45'),(1060,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:45'),(1061,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:45'),(1062,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:46'),(1063,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:46'),(1064,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:46'),(1065,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:48'),(1066,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:48'),(1067,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:48'),(1068,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:49'),(1069,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:49'),(1070,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:49'),(1071,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:50'),(1072,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:50'),(1073,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:50'),(1074,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:50'),(1075,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:51'),(1076,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:51'),(1077,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:51'),(1078,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:52'),(1079,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-20 13:05:52'),(1080,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 13:14:56'),(1081,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 13:14:56'),(1082,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 13:15:07'),(1083,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 13:15:08'),(1084,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 13:15:18'),(1085,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 13:15:20'),(1086,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 13:15:28'),(1087,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:15:37'),(1088,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:15:52'),(1089,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:15:54'),(1090,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:16:00'),(1091,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:16:35'),(1092,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:16:41'),(1093,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:16:43'),(1094,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:16:46'),(1095,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:16:51'),(1096,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:16:52'),(1097,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:16:53'),(1098,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:17:06'),(1099,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:17:24'),(1100,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:17:29'),(1101,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:17:58'),(1102,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 13:17:59'),(1103,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 13:18:30'),(1104,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.206.26','2014-01-20 13:44:56'),(1105,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.206.22','2014-01-20 13:45:07'),(1106,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 14:02:10'),(1107,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 14:02:22'),(1108,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 14:02:34'),(1109,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 14:02:40'),(1110,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 14:02:52'),(1111,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 14:02:59'),(1112,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 14:03:04'),(1113,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 14:03:06'),(1114,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 14:03:08'),(1115,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 14:11:14'),(1116,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 14:12:55'),(1117,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 14:13:44'),(1118,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 14:15:54'),(1119,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 14:16:01'),(1120,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 14:16:03'),(1121,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','140.206.189.190','2014-01-20 14:16:27'),(1122,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-01-20 14:17:12'),(1123,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-01-20 14:17:38'),(1124,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 14:20:19'),(1125,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 14:20:34'),(1126,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 14:20:47'),(1127,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 14:21:02'),(1128,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 14:21:15'),(1129,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 14:21:28'),(1130,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 15:57:04'),(1131,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-20 15:57:21'),(1132,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 15:57:50'),(1133,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 15:58:13'),(1134,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 15:58:40'),(1135,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 15:58:54'),(1136,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 15:59:01'),(1137,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 16:00:00'),(1138,'',0,'content','','content','?m=content&c=content&a=remove','',1,'dhadmin','140.206.189.190','2014-01-20 16:00:08'),(1139,'',0,'content','','content','?m=content&c=content&a=remove','',1,'dhadmin','140.206.189.190','2014-01-20 16:00:12'),(1140,'',0,'content','','content','?m=content&c=content&a=remove','',1,'dhadmin','140.206.189.190','2014-01-20 16:00:14'),(1141,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 16:00:41'),(1142,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 16:00:54'),(1143,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 16:24:00'),(1144,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 16:38:46'),(1145,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 16:38:48'),(1146,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 16:40:29'),(1147,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 16:40:31'),(1148,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 16:41:18'),(1149,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 16:44:26'),(1150,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 16:44:27'),(1151,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 16:46:04'),(1152,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 16:46:06'),(1153,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-20 16:50:03'),(1154,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 16:51:35'),(1155,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 16:51:44'),(1156,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 16:52:01'),(1157,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 16:52:06'),(1158,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-20 16:52:08'),(1159,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-21 10:31:38'),(1160,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-21 10:32:36'),(1161,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-21 10:32:59'),(1162,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','140.206.189.190','2014-01-21 11:38:03'),(1163,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','140.206.189.190','2014-01-21 11:38:36'),(1164,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-21 11:38:36'),(1165,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','140.206.189.190','2014-01-21 11:38:37'),(1166,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-01-21 11:38:38'),(1167,'',0,'pay','','payment','?m=pay&c=payment&a=pay_list','',1,'dhadmin','140.206.189.190','2014-01-21 11:38:42'),(1168,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-21 13:11:21'),(1169,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-21 13:11:28'),(1170,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-21 13:12:06'),(1171,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 13:12:36'),(1172,'',0,'pay','','payment','?m=pay&c=payment&a=pay_list','',1,'dhadmin','140.206.189.190','2014-01-21 13:20:09'),(1173,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-01-21 13:20:45'),(1174,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','140.206.189.190','2014-01-21 13:20:58'),(1175,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','140.206.189.190','2014-01-21 13:21:02'),(1176,'',0,'member','','member','?m=member&c=member&a=manage','',1,'dhadmin','140.206.189.190','2014-01-21 13:21:52'),(1177,'',0,'member','','member','?m=member&c=member&a=manage','',1,'dhadmin','140.206.189.190','2014-01-21 13:21:53'),(1178,'',0,'member','','member_verify','?m=member&c=member_verify&a=manage','',1,'dhadmin','140.206.189.190','2014-01-21 13:21:54'),(1179,'',0,'member','','member_setting','?m=member&c=member_setting&a=manage','',1,'dhadmin','140.206.189.190','2014-01-21 13:21:55'),(1180,'',0,'member','','member_setting','?m=member&c=member_setting&a=manage','',1,'dhadmin','140.206.189.190','2014-01-21 13:21:55'),(1181,'',0,'member','','member_group','?m=member&c=member_group&a=manage','',1,'dhadmin','140.206.189.190','2014-01-21 13:21:58'),(1182,'',0,'member','','member_model','?m=member&c=member_model&a=manage','',1,'dhadmin','140.206.189.190','2014-01-21 13:21:59'),(1183,'',0,'member','','member_verify','?m=member&c=member_verify&a=manage','',1,'dhadmin','140.206.189.190','2014-01-21 13:22:11'),(1184,'',0,'member','','member','?m=member&c=member&a=manage','',1,'dhadmin','140.206.189.190','2014-01-21 13:22:12'),(1185,'',0,'member','','member_group','?m=member&c=member_group&a=manage','',1,'dhadmin','140.206.189.190','2014-01-21 13:22:14'),(1186,'',0,'member','','member_model','?m=member&c=member_model&a=manage','',1,'dhadmin','140.206.189.190','2014-01-21 13:22:16'),(1187,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-01-21 13:22:25'),(1188,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','140.206.189.190','2014-01-21 13:22:30'),(1189,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','140.206.189.190','2014-01-21 13:22:32'),(1190,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','140.206.189.190','2014-01-21 13:22:35'),(1191,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-01-21 13:22:40'),(1192,'',0,'member','','member_menu','?m=member&c=member_menu&a=manage','',1,'dhadmin','140.206.189.190','2014-01-21 13:23:50'),(1193,'',0,'admin','','release_point','?m=admin&c=release_point&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 13:26:53'),(1194,'',0,'pay','','payment','?m=pay&c=payment&a=pay_list','',1,'dhadmin','140.206.189.190','2014-01-21 13:27:14'),(1195,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','140.206.189.190','2014-01-21 13:29:11'),(1196,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 13:29:23'),(1197,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 13:32:15'),(1198,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 13:32:17'),(1199,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 13:33:45'),(1200,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 13:34:25'),(1201,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 13:49:30'),(1202,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 13:49:58'),(1203,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 13:50:23'),(1204,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 13:50:29'),(1205,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 13:50:52'),(1206,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 13:50:59'),(1207,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 13:51:06'),(1208,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 13:55:41'),(1209,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 13:55:43'),(1210,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 13:56:04'),(1211,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-21 13:58:37'),(1212,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-21 13:59:18'),(1213,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-21 13:59:54'),(1214,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-21 14:00:12'),(1215,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 14:03:27'),(1216,'',0,'template','','file','?m=template&c=file&a=edit_pc_tag','',1,'dhadmin','140.206.189.190','2014-01-21 14:04:40'),(1217,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 14:04:55'),(1218,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 14:05:14'),(1219,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 14:05:16'),(1220,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 14:11:55'),(1221,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 14:18:33'),(1222,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 15:49:15'),(1223,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 15:49:16'),(1224,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 15:50:49'),(1225,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 15:50:51'),(1226,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 16:49:46'),(1227,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 16:50:20'),(1228,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-21 16:50:21'),(1229,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 16:50:52'),(1230,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 16:56:09'),(1231,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 16:56:29'),(1232,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 16:57:15'),(1233,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 16:57:38'),(1234,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 16:57:44'),(1235,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 16:57:49'),(1236,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 16:58:11'),(1237,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 16:58:37'),(1238,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 16:59:02'),(1239,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:00:46'),(1240,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:01:03'),(1241,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:01:17'),(1242,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:01:31'),(1243,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:01:39'),(1244,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:02:36'),(1245,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:02:43'),(1246,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:03:12'),(1247,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:03:18'),(1248,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:03:28'),(1249,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:03:36'),(1250,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:03:54'),(1251,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:04:09'),(1252,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:05:17'),(1253,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:05:29'),(1254,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:06:20'),(1255,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:06:54'),(1256,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:07:13'),(1257,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:07:31'),(1258,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:09:23'),(1259,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:09:37'),(1260,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-21 17:10:03'),(1261,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-22 09:10:37'),(1262,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-22 09:10:43'),(1263,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 09:11:04'),(1264,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 09:11:17'),(1265,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 09:43:16'),(1266,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 09:43:26'),(1267,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 09:52:14'),(1268,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 09:54:08'),(1269,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 09:56:23'),(1270,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 09:57:44'),(1271,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:00:34'),(1272,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:02:45'),(1273,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:02:47'),(1274,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:07:03'),(1275,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:07:08'),(1276,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:07:51'),(1277,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:08:19'),(1278,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:14:29'),(1279,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:14:31'),(1280,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:17:50'),(1281,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:17:51'),(1282,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:17:55'),(1283,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:18:25'),(1284,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:18:26'),(1285,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:18:27'),(1286,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:30:09'),(1287,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:31:48'),(1288,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:32:40'),(1289,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:33:07'),(1290,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:34:29'),(1291,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:34:49'),(1292,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:35:27'),(1293,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:35:40'),(1294,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:35:54'),(1295,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:36:06'),(1296,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:36:36'),(1297,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:37:05'),(1298,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:37:15'),(1299,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:37:31'),(1300,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:37:42'),(1301,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:38:07'),(1302,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:38:30'),(1303,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:44:19'),(1304,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:51:30'),(1305,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:52:05'),(1306,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:53:22'),(1307,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 10:54:42'),(1308,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:54:59'),(1309,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 10:55:13'),(1310,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 11:03:22'),(1311,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-22 11:04:18'),(1312,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-22 11:04:27'),(1313,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 11:04:50'),(1314,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 11:05:04'),(1315,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 11:05:07'),(1316,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 11:05:50'),(1317,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 11:05:55'),(1318,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 11:06:54'),(1319,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 11:08:51'),(1320,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 11:09:10'),(1321,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 11:09:25'),(1322,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 11:13:50'),(1323,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 11:14:07'),(1324,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 11:19:10'),(1325,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 11:19:33'),(1326,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 11:23:18'),(1327,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 11:23:34'),(1328,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 11:25:56'),(1329,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 11:26:08'),(1330,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 11:28:43'),(1331,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 11:28:55'),(1332,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 11:32:23'),(1333,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-22 12:34:25'),(1334,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-22 12:34:25'),(1335,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-22 12:34:34'),(1336,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 12:34:40'),(1337,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 12:34:45'),(1338,'',0,'attachment','','address','?m=attachment&c=address&a=update','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:14'),(1339,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:37'),(1340,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:46'),(1341,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:48'),(1342,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:48'),(1343,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:48'),(1344,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:49'),(1345,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:49'),(1346,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:49'),(1347,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:50'),(1348,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:50'),(1349,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:50'),(1350,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:51'),(1351,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:51'),(1352,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:51'),(1353,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:52'),(1354,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:52'),(1355,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:52'),(1356,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:52'),(1357,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:53'),(1358,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:53'),(1359,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:53'),(1360,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:54'),(1361,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:54'),(1362,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:54'),(1363,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:55'),(1364,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:55'),(1365,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:56'),(1366,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:56'),(1367,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:56'),(1368,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:57'),(1369,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:57'),(1370,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:57'),(1371,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:58'),(1372,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:58'),(1373,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:58'),(1374,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:59'),(1375,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:59'),(1376,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:35:59'),(1377,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:00'),(1378,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:00'),(1379,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:00'),(1380,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:01'),(1381,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:01'),(1382,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:01'),(1383,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:02'),(1384,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:02'),(1385,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:02'),(1386,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:02'),(1387,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:03'),(1388,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:03'),(1389,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:03'),(1390,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:04'),(1391,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:04'),(1392,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:04'),(1393,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:05'),(1394,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:05'),(1395,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:05'),(1396,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:06'),(1397,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:06'),(1398,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:06'),(1399,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:07'),(1400,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:07'),(1401,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:07'),(1402,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:08'),(1403,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:08'),(1404,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:08'),(1405,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:09'),(1406,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:09'),(1407,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:09'),(1408,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:10'),(1409,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:10'),(1410,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:10'),(1411,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:11'),(1412,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:11'),(1413,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:11'),(1414,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:12'),(1415,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:12'),(1416,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:12'),(1417,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:13'),(1418,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:32'),(1419,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:32'),(1420,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:33'),(1421,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:33'),(1422,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:33'),(1423,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:34'),(1424,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:34'),(1425,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:34'),(1426,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:35'),(1427,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:35'),(1428,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:35'),(1429,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:35'),(1430,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:36'),(1431,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:36'),(1432,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:36'),(1433,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:37'),(1434,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:37'),(1435,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:37'),(1436,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:38'),(1437,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:38'),(1438,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:38'),(1439,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:39'),(1440,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:39'),(1441,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:39'),(1442,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:40'),(1443,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:40'),(1444,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:40'),(1445,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:41'),(1446,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:41'),(1447,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:41'),(1448,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:42'),(1449,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:42'),(1450,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:43'),(1451,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:44'),(1452,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:44'),(1453,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:44'),(1454,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:45'),(1455,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:45'),(1456,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:45'),(1457,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-01-22 12:36:45'),(1458,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-22 14:57:23'),(1459,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-22 14:57:45'),(1460,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 14:58:01'),(1461,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 14:58:14'),(1462,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 14:58:31'),(1463,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 14:59:04'),(1464,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 14:59:13'),(1465,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 14:59:20'),(1466,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 14:59:30'),(1467,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 14:59:37'),(1468,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 14:59:46'),(1469,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 14:59:53'),(1470,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:00:07'),(1471,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:00:13'),(1472,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:00:24'),(1473,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:00:31'),(1474,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:00:44'),(1475,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:00:51'),(1476,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:01:14'),(1477,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:01:26'),(1478,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:01:39'),(1479,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:01:52'),(1480,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:02:07'),(1481,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:02:15'),(1482,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:02:30'),(1483,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:03:02'),(1484,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:03:13'),(1485,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:03:50'),(1486,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:04:05'),(1487,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:04:21'),(1488,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:04:35'),(1489,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:04:45'),(1490,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:04:57'),(1491,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:05:25'),(1492,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:05:38'),(1493,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:05:58'),(1494,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:06:12'),(1495,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:06:38'),(1496,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:06:47'),(1497,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:07:01'),(1498,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:07:11'),(1499,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:07:21'),(1500,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:07:27'),(1501,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:07:42'),(1502,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:08:08'),(1503,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:08:22'),(1504,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:08:32'),(1505,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:08:44'),(1506,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:09:08'),(1507,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:09:22'),(1508,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:09:42'),(1509,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:09:58'),(1510,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:10:14'),(1511,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:10:26'),(1512,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:10:49'),(1513,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:11:03'),(1514,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:11:15'),(1515,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:11:25'),(1516,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:11:38'),(1517,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:11:40'),(1518,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:11:47'),(1519,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:12:01'),(1520,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:12:14'),(1521,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:12:29'),(1522,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:12:54'),(1523,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:13:06'),(1524,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:13:22'),(1525,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:13:38'),(1526,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:14:02'),(1527,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:14:20'),(1528,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:14:35'),(1529,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:14:42'),(1530,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:14:47'),(1531,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:14:59'),(1532,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:15:25'),(1533,'',0,'block','','block_admin','?m=block&c=block_admin&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:15:38'),(1534,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-22 15:15:55'),(1535,'',0,'block','','block_admin','?m=block&c=block_admin&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:16:01'),(1536,'',0,'block','','block_admin','?m=block&c=block_admin&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:16:26'),(1537,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:30:49'),(1538,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:31:12'),(1539,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 15:31:36'),(1540,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 15:31:40'),(1541,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 15:32:17'),(1542,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 15:32:18'),(1543,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 15:32:24'),(1544,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 15:32:28'),(1545,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 15:32:32'),(1546,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:33:19'),(1547,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:45:22'),(1548,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:47:44'),(1549,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:54:43'),(1550,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 15:57:53'),(1551,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 16:11:54'),(1552,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 16:16:10'),(1553,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:18:47'),(1554,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:19:47'),(1555,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:19:49'),(1556,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 16:20:16'),(1557,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 16:20:49'),(1558,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 16:28:56'),(1559,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 16:30:50'),(1560,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:45:19'),(1561,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:45:35'),(1562,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:45:37'),(1563,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:45:45'),(1564,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:46:59'),(1565,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:47:01'),(1566,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:47:05'),(1567,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:47:10'),(1568,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:47:22'),(1569,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:47:51'),(1570,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-22 16:47:52'),(1571,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 16:48:01'),(1572,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 16:51:00'),(1573,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 16:51:26'),(1574,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 16:52:21'),(1575,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 16:52:49'),(1576,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-22 17:07:46'),(1577,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 09:32:35'),(1578,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 09:32:42'),(1579,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 09:59:28'),(1580,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 09:59:40'),(1581,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 09:59:43'),(1582,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 09:59:57'),(1583,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 10:00:01'),(1584,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 10:01:42'),(1585,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:08:32'),(1586,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:09:29'),(1587,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:09:57'),(1588,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:10:21'),(1589,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:11:00'),(1590,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 10:21:28'),(1591,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:21:38'),(1592,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:42:58'),(1593,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:49:37'),(1594,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:50:10'),(1595,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:50:21'),(1596,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:50:55'),(1597,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:51:09'),(1598,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:52:08'),(1599,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:52:43'),(1600,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:53:13'),(1601,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:53:25'),(1602,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:53:58'),(1603,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:54:07'),(1604,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:55:14'),(1605,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:55:24'),(1606,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:55:46'),(1607,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 10:56:24'),(1608,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:01:12'),(1609,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:01:25'),(1610,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:02:04'),(1611,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:02:13'),(1612,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:02:24'),(1613,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:02:33'),(1614,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:02:43'),(1615,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 11:03:54'),(1616,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 11:04:27'),(1617,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:06:02'),(1618,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:06:28'),(1619,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:07:37'),(1620,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 11:09:23'),(1621,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 11:10:12'),(1622,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:11:10'),(1623,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:12:21'),(1624,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:12:40'),(1625,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:13:15'),(1626,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:13:28'),(1627,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:13:41'),(1628,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:13:54'),(1629,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:14:08'),(1630,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','140.206.189.190','2014-01-23 11:14:34'),(1631,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','140.206.189.190','2014-01-23 11:14:37'),(1632,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','140.206.189.190','2014-01-23 11:14:48'),(1633,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:15:00'),(1634,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:15:05'),(1635,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:15:12'),(1636,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:15:37'),(1637,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:16:04'),(1638,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:16:12'),(1639,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:16:21'),(1640,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:16:39'),(1641,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:19:08'),(1642,'',0,'block','','block_admin','?m=block&c=block_admin&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 11:25:39'),(1643,'',0,'block','','block_admin','?m=block&c=block_admin&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 11:26:02'),(1644,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 11:26:03'),(1645,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:26:28'),(1646,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:26:39'),(1647,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:27:00'),(1648,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:27:04'),(1649,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:27:09'),(1650,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:28:05'),(1651,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 11:28:57'),(1652,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:29:02'),(1653,'',0,'block','','block_admin','?m=block&c=block_admin&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 11:30:25'),(1654,'',0,'block','','block_admin','?m=block&c=block_admin&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 11:30:32'),(1655,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 11:30:33'),(1656,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 11:30:39'),(1657,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:32:18'),(1658,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:32:31'),(1659,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:32:46'),(1660,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:33:04'),(1661,'',0,'block','','block_admin','?m=block&c=block_admin&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 11:33:09'),(1662,'',0,'block','','block_admin','?m=block&c=block_admin&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 11:33:27'),(1663,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 11:33:28'),(1664,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:34:48'),(1665,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:35:22'),(1666,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 11:36:16'),(1667,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 11:37:02'),(1668,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:37:36'),(1669,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:37:55'),(1670,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 11:38:09'),(1671,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:39:05'),(1672,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:39:25'),(1673,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:39:42'),(1674,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:39:50'),(1675,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 11:40:18'),(1676,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 11:40:43'),(1677,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:41:04'),(1678,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:41:07'),(1679,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:41:10'),(1680,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 11:42:36'),(1681,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 12:20:45'),(1682,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 12:21:15'),(1683,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-01-23 12:21:29'),(1684,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 12:21:43'),(1685,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 12:22:05'),(1686,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 12:24:08'),(1687,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 12:24:18'),(1688,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 12:24:23'),(1689,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 12:24:26'),(1690,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-01-23 12:26:25'),(1691,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-01-23 12:26:28'),(1692,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-01-23 12:26:30'),(1693,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-01-23 12:28:25'),(1694,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 12:29:33'),(1695,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 12:29:45'),(1696,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 12:31:57'),(1697,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 12:43:04'),(1698,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 12:43:11'),(1699,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 12:52:46'),(1700,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 12:53:55'),(1701,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:01:20'),(1702,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:04:27'),(1703,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:06:44'),(1704,'',0,'block','','block_admin','?m=block&c=block_admin&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:07:23'),(1705,'',0,'block','','block_admin','?m=block&c=block_admin&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:07:30'),(1706,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 13:07:40'),(1707,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 13:10:07'),(1708,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 13:10:25'),(1709,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 13:10:45'),(1710,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 13:12:06'),(1711,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-01-23 13:12:34'),(1712,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-01-23 13:12:55'),(1713,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-01-23 13:13:58'),(1714,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:14:19'),(1715,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:14:32'),(1716,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:14:41'),(1717,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:16:57'),(1718,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:48:10'),(1719,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:48:33'),(1720,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:48:44'),(1721,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:49:15'),(1722,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 13:49:49'),(1723,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 14:00:34'),(1724,'',0,'block','','block_admin','?m=block&c=block_admin&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 14:09:13'),(1725,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 14:09:16'),(1726,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 14:11:22'),(1727,'',0,'member','','member','?m=member&c=member&a=manage','',1,'dhadmin','140.206.189.190','2014-01-23 14:13:28'),(1728,'',0,'member','','member','?m=member&c=member&a=manage','',1,'dhadmin','140.206.189.190','2014-01-23 14:13:44'),(1729,'',0,'member','','member','?m=member&c=member&a=manage','',1,'dhadmin','140.206.189.190','2014-01-23 14:13:46'),(1730,'',0,'member','','member_group','?m=member&c=member_group&a=manage','',1,'dhadmin','140.206.189.190','2014-01-23 14:13:47'),(1731,'',0,'member','','member_model','?m=member&c=member_model&a=manage','',1,'dhadmin','140.206.189.190','2014-01-23 14:13:53'),(1732,'',0,'member','','member','?m=member&c=member&a=manage','',1,'dhadmin','140.206.189.190','2014-01-23 14:13:57'),(1733,'',0,'member','','member_setting','?m=member&c=member_setting&a=manage','',1,'dhadmin','140.206.189.190','2014-01-23 14:14:09'),(1734,'',0,'member','','member_group','?m=member&c=member_group&a=manage','',1,'dhadmin','140.206.189.190','2014-01-23 14:14:12'),(1735,'',0,'admin','','admin_manage','?m=admin&c=admin_manage&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:14:37'),(1736,'',0,'admin','','role','?m=admin&c=role&a=priv_setting','',1,'dhadmin','140.206.189.190','2014-01-23 14:15:29'),(1737,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:15:29'),(1738,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:15:36'),(1739,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:15:36'),(1740,'',0,'admin','','role','?m=admin&c=role&a=priv_setting','',1,'dhadmin','140.206.189.190','2014-01-23 14:15:42'),(1741,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:15:42'),(1742,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:15:44'),(1743,'',0,'admin','','role','?m=admin&c=role&a=priv_setting','',1,'dhadmin','140.206.189.190','2014-01-23 14:17:03'),(1744,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:17:05'),(1745,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:17:10'),(1746,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:19:21'),(1747,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:19:23'),(1748,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:19:30'),(1749,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:19:30'),(1750,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:19:32'),(1751,'',0,'admin','','admin_manage','?m=admin&c=admin_manage&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:20:31'),(1752,'',0,'admin','','admin_manage','?m=admin&c=admin_manage&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:21:24'),(1753,'',0,'admin','','admin_manage','?m=admin&c=admin_manage&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 14:21:39'),(1754,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 14:22:11'),(1755,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 14:22:22'),(1756,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:23:06'),(1757,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:23:06'),(1758,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:23:22'),(1759,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:29:42'),(1760,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:29:42'),(1761,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:29:45'),(1762,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:31:40'),(1763,'',0,'admin','','role','?m=admin&c=role&a=priv_setting','',1,'dhadmin','140.206.189.190','2014-01-23 14:32:32'),(1764,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:32:33'),(1765,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:32:35'),(1766,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:32:43'),(1767,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:32:45'),(1768,'',0,'admin','','role','?m=admin&c=role&a=priv_setting','',1,'dhadmin','140.206.189.190','2014-01-23 14:33:30'),(1769,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:33:31'),(1770,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:33:35'),(1771,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:33:49'),(1772,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:33:50'),(1773,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:33:58'),(1774,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:33:58'),(1775,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:34:00'),(1776,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:36:30'),(1777,'',0,'admin','','admin_manage','?m=admin&c=admin_manage&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:36:39'),(1778,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 14:37:25'),(1779,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 14:37:42'),(1780,'',0,'admin','','admin_manage','?m=admin&c=admin_manage&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:37:58'),(1781,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','140.206.189.190','2014-01-23 14:39:18'),(1782,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','140.206.189.190','2014-01-23 14:39:32'),(1783,'',0,'content','','content','?m=content&c=content&a=edit','',3,'pubadmin','140.206.189.190','2014-01-23 14:40:24'),(1784,'',0,'block','','block_admin','?m=block&c=block_admin&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 14:42:35'),(1785,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 14:42:39'),(1786,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 14:43:04'),(1787,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 14:43:08'),(1788,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 14:43:23'),(1789,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:47:19'),(1790,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:47:24'),(1791,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 14:49:00'),(1792,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 14:49:27'),(1793,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 14:49:30'),(1794,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 14:52:04'),(1795,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 14:52:07'),(1796,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 14:52:10'),(1797,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 14:52:21'),(1798,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 14:52:24'),(1799,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 14:52:34'),(1800,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 14:52:37'),(1801,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 14:52:47'),(1802,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 14:52:54'),(1803,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 14:53:33'),(1804,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 14:53:40'),(1805,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'superadmin','140.206.189.190','2014-01-23 14:53:50'),(1806,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 14:53:56'),(1807,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:54:45'),(1808,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:54:50'),(1809,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 14:55:04'),(1810,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 14:55:16'),(1811,'',0,'member','','member_model','?m=member&c=member_model&a=manage','',1,'dhadmin','140.206.189.190','2014-01-23 14:55:42'),(1812,'',0,'admin','','role','?m=admin&c=role&a=priv_setting','',1,'dhadmin','140.206.189.190','2014-01-23 14:55:52'),(1813,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:55:53'),(1814,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:55:55'),(1815,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:55:57'),(1816,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:55:58'),(1817,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:56:26'),(1818,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:56:28'),(1819,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:56:33'),(1820,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:56:35'),(1821,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:56:37'),(1822,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:56:52'),(1823,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:56:54'),(1824,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:57:03'),(1825,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:57:04'),(1826,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:57:12'),(1827,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:57:21'),(1828,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:57:25'),(1829,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:57:45'),(1830,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:57:47'),(1831,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:57:49'),(1832,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:57:53'),(1833,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:57:54'),(1834,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 14:58:05'),(1835,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:58:11'),(1836,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:58:12'),(1837,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 14:58:14'),(1838,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:58:43'),(1839,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:58:49'),(1840,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:59:01'),(1841,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:59:07'),(1842,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:59:17'),(1843,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:59:27'),(1844,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 14:59:34'),(1845,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:00:06'),(1846,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:00:12'),(1847,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:00:38'),(1848,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:00:42'),(1849,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:00:45'),(1850,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:05:46'),(1851,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 15:06:39'),(1852,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','140.206.189.190','2014-01-23 15:06:39'),(1853,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 15:06:41'),(1854,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','140.206.189.190','2014-01-23 15:06:58'),(1855,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'pubadmin','140.206.189.190','2014-01-23 15:07:15'),(1856,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'pubadmin','140.206.189.190','2014-01-23 15:07:31'),(1857,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:08:18'),(1858,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:08:25'),(1859,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:08:27'),(1860,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:08:29'),(1861,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:08:29'),(1862,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:08:33'),(1863,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:08:57'),(1864,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:18:14'),(1865,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.33.226','2014-01-23 15:19:27'),(1866,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.66.175','2014-01-23 15:19:30'),(1867,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.205.253','2014-01-23 15:22:07'),(1868,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','112.65.193.13','2014-01-23 15:22:24'),(1869,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.163.191','2014-01-23 15:22:37'),(1870,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.33.240','2014-01-23 15:23:40'),(1871,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:29:23'),(1872,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:29:41'),(1873,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:31:42'),(1874,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:32:07'),(1875,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:32:16'),(1876,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:32:29'),(1877,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:32:29'),(1878,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:32:33'),(1879,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:32:34'),(1880,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:32:38'),(1881,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:33:21'),(1882,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:33:46'),(1883,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:33:58'),(1884,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:34:06'),(1885,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:34:17'),(1886,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:34:22'),(1887,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:41:31'),(1888,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 15:44:03'),(1889,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 15:44:06'),(1890,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','140.206.189.190','2014-01-23 15:44:16'),(1891,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','140.206.189.190','2014-01-23 15:44:27'),(1892,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 15:44:28'),(1893,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 15:44:57'),(1894,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 15:45:00'),(1895,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 15:45:41'),(1896,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 15:45:49'),(1897,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','140.206.189.190','2014-01-23 15:46:07'),(1898,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','140.206.189.190','2014-01-23 15:46:19'),(1899,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','140.206.189.190','2014-01-23 15:46:38'),(1900,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 15:46:46'),(1901,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','140.206.189.190','2014-01-23 15:46:54'),(1902,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 15:47:00'),(1903,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:47:33'),(1904,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:47:35'),(1905,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:47:35'),(1906,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:47:38'),(1907,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:47:39'),(1908,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:47:40'),(1909,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:47:40'),(1910,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:47:42'),(1911,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:47:42'),(1912,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:47:44'),(1913,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:47:44'),(1914,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:48:01'),(1915,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:48:03'),(1916,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 15:48:08'),(1917,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'dhadmin','140.206.189.190','2014-01-23 15:48:50'),(1918,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:51:14'),(1919,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 15:51:51'),(1920,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 15:52:03'),(1921,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 15:52:06'),(1922,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 15:52:11'),(1923,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 15:52:13'),(1924,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:52:14'),(1925,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:52:15'),(1926,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:52:25'),(1927,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 15:52:27'),(1928,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:52:29'),(1929,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 15:52:39'),(1930,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 15:52:40'),(1931,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 15:52:41'),(1932,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:52:45'),(1933,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 15:52:48'),(1934,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 15:52:52'),(1935,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 15:52:53'),(1936,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 15:52:53'),(1937,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:52:54'),(1938,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:52:55'),(1939,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 15:52:57'),(1940,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:53:01'),(1941,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 15:53:07'),(1942,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 15:53:10'),(1943,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 15:53:14'),(1944,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 15:53:35'),(1945,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-01-23 15:53:45'),(1946,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 15:53:45'),(1947,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 15:53:46'),(1948,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 15:53:55'),(1949,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-01-23 15:53:57'),(1950,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:54:07'),(1951,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:54:08'),(1952,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','140.206.189.190','2014-01-23 15:54:10'),(1953,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 15:55:08'),(1954,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 15:55:13'),(1955,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 15:55:16'),(1956,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:55:37'),(1957,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 15:55:45'),(1958,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 15:55:59'),(1959,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:56:00'),(1960,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:56:11'),(1961,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:57:19'),(1962,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 15:57:21'),(1963,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 15:57:54'),(1964,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-23 15:58:17'),(1965,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 15:58:32'),(1966,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 15:58:32'),(1967,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-23 15:58:53'),(1968,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 15:59:23'),(1969,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:00:51'),(1970,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 16:01:21'),(1971,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:01:35'),(1972,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 16:01:47'),(1973,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 16:01:59'),(1974,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 16:02:02'),(1975,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:02:03'),(1976,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:02:08'),(1977,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:02:23'),(1978,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:02:25'),(1979,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:02:53'),(1980,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:02:55'),(1981,'',0,'admin','','index','?m=admin&c=index&a=login','',3,'dhadmin','140.206.189.190','2014-01-23 16:04:31'),(1982,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:05:52'),(1983,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:05:54'),(1984,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:08:04'),(1985,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.42.186','2014-01-23 16:08:06'),(1986,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.42.186','2014-01-23 16:08:38'),(1987,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.42.186','2014-01-23 16:08:56'),(1988,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:09:32'),(1989,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:09:34'),(1990,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.42.186','2014-01-23 16:09:59'),(1991,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.42.186','2014-01-23 16:10:38'),(1992,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.33.205','2014-01-23 16:14:06'),(1993,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:14:12'),(1994,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:14:14'),(1995,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.33.226','2014-01-23 16:15:00'),(1996,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:15:24'),(1997,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:15:26'),(1998,'',0,'content','','content','?m=content&c=content&a=edit','',3,'pubadmin','140.206.189.190','2014-01-23 16:17:56'),(1999,'',0,'content','','content','?m=content&c=content&a=edit','',3,'pubadmin','140.206.189.190','2014-01-23 16:18:12'),(2000,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.42.186','2014-01-23 16:19:14'),(2001,'',0,'content','','content','?m=content&c=content&a=add_othors','',2,'superadmin','116.226.42.186','2014-01-23 16:19:17'),(2002,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.42.186','2014-01-23 16:20:35'),(2003,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.163.187','2014-01-23 16:21:51'),(2004,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.33.226','2014-01-23 16:22:06'),(2005,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.33.227','2014-01-23 16:25:16'),(2006,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:30:54'),(2007,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:32:20'),(2008,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:34:41'),(2009,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:35:05'),(2010,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:35:28'),(2011,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:35:58'),(2012,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:36:28'),(2013,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:36:52'),(2014,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:37:37'),(2015,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:38:14'),(2016,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:38:59'),(2017,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:39:30'),(2018,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:40:13'),(2019,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:40:45'),(2020,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:40:59'),(2021,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:41:02'),(2022,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:41:18'),(2023,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:41:39'),(2024,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:42:08'),(2025,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:42:25'),(2026,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:42:31'),(2027,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:43:27'),(2028,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:49:47'),(2029,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:50:20'),(2030,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 16:54:05'),(2031,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:55:48'),(2032,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:56:08'),(2033,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:56:09'),(2034,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:56:21'),(2035,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:56:23'),(2036,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:56:26'),(2037,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:56:32'),(2038,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:56:34'),(2039,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:57:18'),(2040,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:59:24'),(2041,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 16:59:57'),(2042,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 17:00:53'),(2043,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 17:01:55'),(2044,'',0,'block','','block_admin','?m=block&c=block_admin&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 17:02:44'),(2045,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 17:02:46'),(2046,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 17:04:00'),(2047,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:05:14'),(2048,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 17:05:19'),(2049,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 17:05:23'),(2050,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:05:50'),(2051,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:06:06'),(2052,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','140.206.189.190','2014-01-23 17:07:04'),(2053,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','140.206.189.190','2014-01-23 17:07:05'),(2054,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 17:07:08'),(2055,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:07:38'),(2056,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-01-23 17:07:44'),(2057,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:08:32'),(2058,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:09:08'),(2059,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:09:10'),(2060,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:09:33'),(2061,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:09:35'),(2062,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:09:40'),(2063,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:10:05'),(2064,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:10:37'),(2065,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:10:46'),(2066,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:11:08'),(2067,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:11:12'),(2068,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-01-23 17:11:13'),(2069,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:11:19'),(2070,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:11:24'),(2071,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 17:11:27'),(2072,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 17:11:54'),(2073,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:12:15'),(2074,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:12:17'),(2075,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 17:14:10'),(2076,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 17:14:19'),(2077,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 17:16:50'),(2078,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 17:17:09'),(2079,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:18:08'),(2080,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:18:44'),(2081,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:20:21'),(2082,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:20:53'),(2083,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:26:24'),(2084,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:27:47'),(2085,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:37:00'),(2086,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:37:28'),(2087,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:40:37'),(2088,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:41:26'),(2089,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:43:13'),(2090,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:43:46'),(2091,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:47:43'),(2092,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:48:04'),(2093,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:50:37'),(2094,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 17:50:51'),(2095,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:06:15'),(2096,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:06:35'),(2097,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:07:34'),(2098,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:07:51'),(2099,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:08:33'),(2100,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:14:36'),(2101,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:15:43'),(2102,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:18:14'),(2103,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:18:35'),(2104,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:18:39'),(2105,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:20:33'),(2106,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:21:40'),(2107,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:27:08'),(2108,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:27:14'),(2109,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:28:15'),(2110,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:28:33'),(2111,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:28:56'),(2112,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:29:15'),(2113,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:29:24'),(2114,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:29:58'),(2115,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:30:07'),(2116,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-01-23 18:31:13'),(2117,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:32:52'),(2118,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 18:33:08'),(2119,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 18:33:25'),(2120,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 18:33:47'),(2121,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:33:58'),(2122,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:42:24'),(2123,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:42:42'),(2124,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:45:54'),(2125,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:46:09'),(2126,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:46:49'),(2127,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 18:48:46'),(2128,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 18:49:31'),(2129,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-23 18:49:51'),(2130,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:50:12'),(2131,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:51:47'),(2132,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:51:51'),(2133,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:53:48'),(2134,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:53:51'),(2135,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:54:37'),(2136,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:54:40'),(2137,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:56:24'),(2138,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:56:26'),(2139,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:57:31'),(2140,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:57:54'),(2141,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:58:48'),(2142,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:58:50'),(2143,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:59:33'),(2144,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 18:59:35'),(2145,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 19:00:22'),(2146,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 19:00:24'),(2147,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 19:01:19'),(2148,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 19:01:21'),(2149,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 19:02:04'),(2150,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 19:02:06'),(2151,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 19:02:44'),(2152,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 19:02:45'),(2153,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 19:10:13'),(2154,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 19:10:19'),(2155,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 19:11:44'),(2156,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 19:11:48'),(2157,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-01-23 19:12:29'),(2158,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','140.206.189.190','2014-01-23 20:07:44'),(2159,'',0,'admin','','database','?m=admin&c=database&a=import','',1,'dhadmin','140.206.189.190','2014-01-23 20:07:52'),(2160,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','140.206.189.190','2014-01-23 20:08:07'),(2161,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-24 09:30:18'),(2162,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-24 09:30:18'),(2163,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-24 09:30:41'),(2164,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:33:35'),(2165,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:33:49'),(2166,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:36:20'),(2167,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:36:29'),(2168,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:36:51'),(2169,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:36:56'),(2170,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:37:13'),(2171,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:37:19'),(2172,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-24 09:37:35'),(2173,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-24 09:37:57'),(2174,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:38:23'),(2175,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:38:28'),(2176,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:38:58'),(2177,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:39:04'),(2178,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:40:55'),(2179,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:41:20'),(2180,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:42:35'),(2181,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:42:48'),(2182,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-24 09:42:55'),(2183,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-01-24 09:43:23'),(2184,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:43:42'),(2185,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:45:19'),(2186,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:45:25'),(2187,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:45:51'),(2188,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:46:02'),(2189,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 09:56:38'),(2190,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-01-24 10:04:52'),(2191,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-24 10:05:07'),(2192,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-24 10:05:19'),(2193,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-24 10:05:21'),(2194,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-01-24 10:07:06'),(2195,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','127.0.0.1','2014-01-24 10:34:57'),(2196,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','127.0.0.1','2014-01-24 10:35:10'),(2197,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','127.0.0.1','2014-01-24 10:35:13'),(2198,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','127.0.0.1','2014-01-24 10:35:22'),(2199,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','127.0.0.1','2014-01-24 10:35:25'),(2200,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','127.0.0.1','2014-01-24 10:35:36'),(2201,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:46'),(2202,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:47'),(2203,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:48'),(2204,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:48'),(2205,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:48'),(2206,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:48'),(2207,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:49'),(2208,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:49'),(2209,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:49'),(2210,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:50'),(2211,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:50'),(2212,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:50'),(2213,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:50'),(2214,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:51'),(2215,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:51'),(2216,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:51'),(2217,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:52'),(2218,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:52'),(2219,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:52'),(2220,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:52'),(2221,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:53'),(2222,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:53'),(2223,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:53'),(2224,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:54'),(2225,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:54'),(2226,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:54'),(2227,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:54'),(2228,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:55'),(2229,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:55'),(2230,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:55'),(2231,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:56'),(2232,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:56'),(2233,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:56'),(2234,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:56'),(2235,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:57'),(2236,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:57'),(2237,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:57'),(2238,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:58'),(2239,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:58'),(2240,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:58'),(2241,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:58'),(2242,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:59'),(2243,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:59'),(2244,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:35:59'),(2245,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:00'),(2246,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:00'),(2247,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:00'),(2248,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:00'),(2249,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:01'),(2250,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:01'),(2251,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:01'),(2252,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:02'),(2253,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:02'),(2254,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:02'),(2255,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:02'),(2256,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:03'),(2257,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:03'),(2258,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:03'),(2259,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:04'),(2260,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:04'),(2261,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:04'),(2262,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:04'),(2263,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:05'),(2264,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:05'),(2265,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:05'),(2266,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:06'),(2267,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:06'),(2268,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:06'),(2269,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:06'),(2270,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:07'),(2271,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:07'),(2272,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:07'),(2273,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:08'),(2274,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:08'),(2275,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:08'),(2276,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:08'),(2277,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:09'),(2278,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:09'),(2279,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:09'),(2280,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:09'),(2281,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:10'),(2282,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:10'),(2283,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:10'),(2284,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:11'),(2285,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:11'),(2286,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:11'),(2287,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:11'),(2288,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:12'),(2289,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:12'),(2290,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:12'),(2291,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:13'),(2292,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:13'),(2293,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:13'),(2294,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:13'),(2295,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:14'),(2296,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:14'),(2297,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:14'),(2298,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:15'),(2299,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:15'),(2300,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:15'),(2301,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:15'),(2302,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:16'),(2303,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:16'),(2304,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:16'),(2305,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:17'),(2306,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:17'),(2307,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:17'),(2308,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:17'),(2309,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:18'),(2310,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:18'),(2311,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:18'),(2312,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:19'),(2313,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:19'),(2314,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:19'),(2315,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:19'),(2316,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:20'),(2317,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:20'),(2318,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:20'),(2319,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:21'),(2320,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:21'),(2321,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:21'),(2322,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:21'),(2323,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:22'),(2324,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:22'),(2325,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:22'),(2326,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:23'),(2327,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:23'),(2328,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:23'),(2329,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:23'),(2330,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:24'),(2331,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:24'),(2332,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:24'),(2333,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:25'),(2334,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:25'),(2335,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:25'),(2336,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:25'),(2337,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:26'),(2338,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:26'),(2339,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:26'),(2340,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:27'),(2341,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:27'),(2342,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:27'),(2343,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:27'),(2344,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:28'),(2345,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:28'),(2346,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:28'),(2347,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:29'),(2348,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:29'),(2349,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:29'),(2350,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:29'),(2351,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:30'),(2352,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:30'),(2353,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:30'),(2354,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:30'),(2355,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:31'),(2356,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:31'),(2357,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:31'),(2358,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:32'),(2359,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:32'),(2360,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:32'),(2361,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:32'),(2362,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:33'),(2363,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:33'),(2364,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:33'),(2365,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:34'),(2366,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:34'),(2367,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:34'),(2368,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:34'),(2369,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:35'),(2370,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:35'),(2371,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:35'),(2372,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:36'),(2373,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:36'),(2374,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:36'),(2375,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:36'),(2376,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:37'),(2377,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:37'),(2378,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:37'),(2379,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:38'),(2380,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:38'),(2381,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:38'),(2382,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:39'),(2383,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:39'),(2384,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:39'),(2385,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:39'),(2386,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:40'),(2387,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:40'),(2388,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:40'),(2389,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:41'),(2390,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:41'),(2391,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:41'),(2392,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:41'),(2393,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:42'),(2394,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:42'),(2395,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:42'),(2396,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:43'),(2397,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:45'),(2398,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:46'),(2399,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:47'),(2400,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','127.0.0.1','2014-01-24 10:36:48'),(2401,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-24 11:19:35'),(2402,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-24 11:23:16'),(2403,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:49'),(2404,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:51'),(2405,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:51'),(2406,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:51'),(2407,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:52'),(2408,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:52'),(2409,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:52'),(2410,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:52'),(2411,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:53'),(2412,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:53'),(2413,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:53'),(2414,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:54'),(2415,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:54'),(2416,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:54'),(2417,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:54'),(2418,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:55'),(2419,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:55'),(2420,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:55'),(2421,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:56'),(2422,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:56'),(2423,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:56'),(2424,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:56'),(2425,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:57'),(2426,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:57'),(2427,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:57'),(2428,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:58'),(2429,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:58'),(2430,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:58'),(2431,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:58'),(2432,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:59'),(2433,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:59'),(2434,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:11:59'),(2435,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:00'),(2436,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:00'),(2437,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:00'),(2438,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:00'),(2439,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:01'),(2440,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:01'),(2441,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:01'),(2442,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:02'),(2443,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:02'),(2444,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:02'),(2445,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:02'),(2446,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:03'),(2447,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:03'),(2448,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:03'),(2449,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:03'),(2450,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:04'),(2451,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:05'),(2452,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:06'),(2453,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:07'),(2454,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:08'),(2455,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:09'),(2456,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:10'),(2457,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:10'),(2458,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:11'),(2459,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:11'),(2460,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:11'),(2461,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:11'),(2462,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:12'),(2463,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:12'),(2464,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:12'),(2465,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:13'),(2466,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:13'),(2467,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:13'),(2468,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:13'),(2469,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:14'),(2470,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:14'),(2471,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:14'),(2472,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:15'),(2473,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:15'),(2474,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:15'),(2475,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:15'),(2476,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:16'),(2477,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:16'),(2478,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:16'),(2479,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:17'),(2480,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:17'),(2481,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:17'),(2482,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:17'),(2483,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:18'),(2484,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:18'),(2485,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:18'),(2486,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:19'),(2487,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:19'),(2488,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:19'),(2489,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:19'),(2490,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:20'),(2491,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:20'),(2492,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:20'),(2493,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:21'),(2494,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:21'),(2495,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:21'),(2496,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:21'),(2497,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:22'),(2498,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:22'),(2499,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:22'),(2500,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:23'),(2501,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:23'),(2502,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:23'),(2503,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:23'),(2504,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:24'),(2505,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:24'),(2506,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:24'),(2507,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:25'),(2508,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:26'),(2509,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:27'),(2510,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:28'),(2511,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:29'),(2512,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:30'),(2513,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:31'),(2514,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:32'),(2515,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:33'),(2516,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:34'),(2517,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:35'),(2518,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:36'),(2519,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:37'),(2520,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:38'),(2521,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:39'),(2522,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:40'),(2523,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:41'),(2524,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:42'),(2525,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:43'),(2526,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:44'),(2527,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:45'),(2528,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:46'),(2529,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:47'),(2530,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:48'),(2531,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:49'),(2532,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:50'),(2533,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:51'),(2534,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:52'),(2535,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:53'),(2536,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:54'),(2537,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:55'),(2538,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:56'),(2539,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:57'),(2540,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:58'),(2541,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:12:59'),(2542,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:00'),(2543,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:01'),(2544,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:02'),(2545,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:03'),(2546,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:04'),(2547,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:05'),(2548,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:06'),(2549,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:07'),(2550,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:08'),(2551,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:09'),(2552,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:10'),(2553,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:11'),(2554,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:12'),(2555,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:13'),(2556,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:14'),(2557,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:14'),(2558,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:14'),(2559,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:14'),(2560,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:15'),(2561,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:15'),(2562,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:15'),(2563,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:16'),(2564,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:16'),(2565,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:16'),(2566,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:16'),(2567,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:17'),(2568,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:17'),(2569,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:17'),(2570,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:18'),(2571,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:18'),(2572,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:18'),(2573,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:18'),(2574,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:19'),(2575,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:19'),(2576,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:19'),(2577,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:20'),(2578,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:20'),(2579,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:20'),(2580,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:20'),(2581,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:21'),(2582,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:21'),(2583,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:21'),(2584,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:22'),(2585,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:22'),(2586,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:22'),(2587,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:22'),(2588,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:23'),(2589,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:23'),(2590,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:23'),(2591,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:24'),(2592,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:24'),(2593,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:24'),(2594,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:24'),(2595,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:25'),(2596,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:25'),(2597,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:25'),(2598,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:13:26'),(2599,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:17:02'),(2600,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:17:09'),(2601,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:17:09'),(2602,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:17:09'),(2603,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:17:10'),(2604,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:17:10'),(2605,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 13:17:10'),(2606,'',0,'admin','','category','?m=admin&c=category&a=remove','',1,'dhadmin','127.0.0.1','2014-01-24 13:26:00'),(2607,'',0,'admin','','category','?m=admin&c=category&a=remove','',1,'dhadmin','127.0.0.1','2014-01-24 13:26:19'),(2608,'',0,'admin','','category','?m=admin&c=category&a=remove','',1,'dhadmin','127.0.0.1','2014-01-24 13:26:47'),(2609,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 14:25:19'),(2610,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 14:25:31'),(2611,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 14:25:42'),(2612,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 14:25:43'),(2613,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 14:25:43'),(2614,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-24 14:25:43'),(2615,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','127.0.0.1','2014-01-25 10:04:55'),(2616,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','127.0.0.1','2014-01-25 10:04:55'),(2617,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','127.0.0.1','2014-01-25 10:05:01'),(2618,'',0,'content','','content','?m=content&c=content&a=remove','',1,'dhadmin','127.0.0.1','2014-01-25 10:05:34'),(2619,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 10:05:42'),(2620,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 10:05:47'),(2621,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-25 10:12:33'),(2622,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-25 10:31:50'),(2623,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-25 10:31:55'),(2624,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-25 10:32:56'),(2625,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 10:38:54'),(2626,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 10:39:14'),(2627,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 10:39:19'),(2628,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 10:39:56'),(2629,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 10:40:05'),(2630,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 10:40:12'),(2631,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:12'),(2632,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:18'),(2633,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:33'),(2634,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:36'),(2635,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:51'),(2636,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:51'),(2637,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:52'),(2638,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:52'),(2639,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:52'),(2640,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:53'),(2641,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:53'),(2642,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:53'),(2643,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:54'),(2644,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:54'),(2645,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:54'),(2646,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:55'),(2647,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:55'),(2648,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:55'),(2649,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:56'),(2650,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:56'),(2651,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:56'),(2652,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:57'),(2653,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:57'),(2654,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:57'),(2655,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:57'),(2656,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:58'),(2657,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:58'),(2658,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:58'),(2659,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:59'),(2660,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:59'),(2661,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:45:59'),(2662,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:46:00'),(2663,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:46:00'),(2664,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:46:00'),(2665,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:46:01'),(2666,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:46:01'),(2667,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 10:46:01'),(2668,'',0,'content','','content','?m=content&c=content&a=remove','',1,'dhadmin','127.0.0.1','2014-01-25 10:46:22'),(2669,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-25 11:02:03'),(2670,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','127.0.0.1','2014-01-25 11:02:08'),(2671,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:53'),(2672,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:55'),(2673,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:55'),(2674,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:56'),(2675,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:56'),(2676,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:56'),(2677,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:57'),(2678,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:57'),(2679,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:57'),(2680,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:58'),(2681,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:58'),(2682,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:58'),(2683,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:59'),(2684,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:59'),(2685,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:59'),(2686,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:09:59'),(2687,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:00'),(2688,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:00'),(2689,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:00'),(2690,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:01'),(2691,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:01'),(2692,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:01'),(2693,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:02'),(2694,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:02'),(2695,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:02'),(2696,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:03'),(2697,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:03'),(2698,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:03'),(2699,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:04'),(2700,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:04'),(2701,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:04'),(2702,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:04'),(2703,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:05'),(2704,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:05'),(2705,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:05'),(2706,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:06'),(2707,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:06'),(2708,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:06'),(2709,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:06'),(2710,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:07'),(2711,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:07'),(2712,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:07'),(2713,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:08'),(2714,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:08'),(2715,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:08'),(2716,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:09'),(2717,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:09'),(2718,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:09'),(2719,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:10'),(2720,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:10'),(2721,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:10'),(2722,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:11'),(2723,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:11'),(2724,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:11'),(2725,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:11'),(2726,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:12'),(2727,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:12'),(2728,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:12'),(2729,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:13'),(2730,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:13'),(2731,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:13'),(2732,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:14'),(2733,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:14'),(2734,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:14'),(2735,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:15'),(2736,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:15'),(2737,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:15'),(2738,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:16'),(2739,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:16'),(2740,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:16'),(2741,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:17'),(2742,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:17'),(2743,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:17'),(2744,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:17'),(2745,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:18'),(2746,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:18'),(2747,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:18'),(2748,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:19'),(2749,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:19'),(2750,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:19'),(2751,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:20'),(2752,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:20'),(2753,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:20'),(2754,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:21'),(2755,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:21'),(2756,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:21'),(2757,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:21'),(2758,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:22'),(2759,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:22'),(2760,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:22'),(2761,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:23'),(2762,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:23'),(2763,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:23'),(2764,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:24'),(2765,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:24'),(2766,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:24'),(2767,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:25'),(2768,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:25'),(2769,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:25'),(2770,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:26'),(2771,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:26'),(2772,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:26'),(2773,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:27'),(2774,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:27'),(2775,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:27'),(2776,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:27'),(2777,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:28'),(2778,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:28'),(2779,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:28'),(2780,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:29'),(2781,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:29'),(2782,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:29'),(2783,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:30'),(2784,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:30'),(2785,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:30'),(2786,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:31'),(2787,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:31'),(2788,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:31'),(2789,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:31'),(2790,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:32'),(2791,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:32'),(2792,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:32'),(2793,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:33'),(2794,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:33'),(2795,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:33'),(2796,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:34'),(2797,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:34'),(2798,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:34'),(2799,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:35'),(2800,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:35'),(2801,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:35'),(2802,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:35'),(2803,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:36'),(2804,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:36'),(2805,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:36'),(2806,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:37'),(2807,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:37'),(2808,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:37'),(2809,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:38'),(2810,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:38'),(2811,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:38'),(2812,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:39'),(2813,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:39'),(2814,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:39'),(2815,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:40'),(2816,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:40'),(2817,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:40'),(2818,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:40'),(2819,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:41'),(2820,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:41'),(2821,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:41'),(2822,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:42'),(2823,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:42'),(2824,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:42'),(2825,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:43'),(2826,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:43'),(2827,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:43'),(2828,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:44'),(2829,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:44'),(2830,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:44'),(2831,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:45'),(2832,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:45'),(2833,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:45'),(2834,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:46'),(2835,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:46'),(2836,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:46'),(2837,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:47'),(2838,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:47'),(2839,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:47'),(2840,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:47'),(2841,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:48'),(2842,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:48'),(2843,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:48'),(2844,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:49'),(2845,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:49'),(2846,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:49'),(2847,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:50'),(2848,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:50'),(2849,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:50'),(2850,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:51'),(2851,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:51'),(2852,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:51'),(2853,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:52'),(2854,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:52'),(2855,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:52'),(2856,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:53'),(2857,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:53'),(2858,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:53'),(2859,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:54'),(2860,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:54'),(2861,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:54'),(2862,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:54'),(2863,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:55'),(2864,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:55'),(2865,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:55'),(2866,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:56'),(2867,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 11:10:56'),(2868,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:11:43'),(2869,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:11:45'),(2870,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:11:53'),(2871,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:11:56'),(2872,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:12:13'),(2873,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:12:16'),(2874,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:12:22'),(2875,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:12:25'),(2876,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:12:31'),(2877,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:12:34'),(2878,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:12:39'),(2879,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:12:42'),(2880,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:12:47'),(2881,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:12:50'),(2882,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:12:54'),(2883,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 11:12:57'),(2884,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-25 11:13:13'),(2885,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-25 11:13:35'),(2886,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-25 12:34:13'),(2887,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:34:26'),(2888,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:35:02'),(2889,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-25 12:35:29'),(2890,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:37:20'),(2891,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-25 12:37:34'),(2892,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','127.0.0.1','2014-01-25 12:38:18'),(2893,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:08'),(2894,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:09'),(2895,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:10'),(2896,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:10'),(2897,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:10'),(2898,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:11'),(2899,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:11'),(2900,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:11'),(2901,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:12'),(2902,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:12'),(2903,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:12'),(2904,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:13'),(2905,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:13'),(2906,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:13'),(2907,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:14'),(2908,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:14'),(2909,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:14'),(2910,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:14'),(2911,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:15'),(2912,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:15'),(2913,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:15'),(2914,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:16'),(2915,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:16'),(2916,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:16'),(2917,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:17'),(2918,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:17'),(2919,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:17'),(2920,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:18'),(2921,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:18'),(2922,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:18'),(2923,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:18'),(2924,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:19'),(2925,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:19'),(2926,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:20'),(2927,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:20'),(2928,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:20'),(2929,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:21'),(2930,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:21'),(2931,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:21'),(2932,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:22'),(2933,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:22'),(2934,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:22'),(2935,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:22'),(2936,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:23'),(2937,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:23'),(2938,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:23'),(2939,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:24'),(2940,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:24'),(2941,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:24'),(2942,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:25'),(2943,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:25'),(2944,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:25'),(2945,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:25'),(2946,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:26'),(2947,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:26'),(2948,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:26'),(2949,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:27'),(2950,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:27'),(2951,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:27'),(2952,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:28'),(2953,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:28'),(2954,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:28'),(2955,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:28'),(2956,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:29'),(2957,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:29'),(2958,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:29'),(2959,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:30'),(2960,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:30'),(2961,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:30'),(2962,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:31'),(2963,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:31'),(2964,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:31'),(2965,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:32'),(2966,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:32'),(2967,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:32'),(2968,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:32'),(2969,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:33'),(2970,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:33'),(2971,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:33'),(2972,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:34'),(2973,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:34'),(2974,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:34'),(2975,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:35'),(2976,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:35'),(2977,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:35'),(2978,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:36'),(2979,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:36'),(2980,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:36'),(2981,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:36'),(2982,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:37'),(2983,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:37'),(2984,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:37'),(2985,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:38'),(2986,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:38'),(2987,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:38'),(2988,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:39'),(2989,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:39'),(2990,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:39'),(2991,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:40'),(2992,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:40'),(2993,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:40'),(2994,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:40'),(2995,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:41'),(2996,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:41'),(2997,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:41'),(2998,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:42'),(2999,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:42'),(3000,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:42'),(3001,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:43'),(3002,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:43'),(3003,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:43'),(3004,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:44'),(3005,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:44'),(3006,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:44'),(3007,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:44'),(3008,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:45'),(3009,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:45'),(3010,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:45'),(3011,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:46'),(3012,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:46'),(3013,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:46'),(3014,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:47'),(3015,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:47'),(3016,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:47'),(3017,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:47'),(3018,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:48'),(3019,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:48'),(3020,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:48'),(3021,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:49'),(3022,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:49'),(3023,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:49'),(3024,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:50'),(3025,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:50'),(3026,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:50'),(3027,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:51'),(3028,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:51'),(3029,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:51'),(3030,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:52'),(3031,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:52'),(3032,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:52'),(3033,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:52'),(3034,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:53'),(3035,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:53'),(3036,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:53'),(3037,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:54'),(3038,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:54'),(3039,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:54'),(3040,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:55'),(3041,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:55'),(3042,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:55'),(3043,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:56'),(3044,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:56'),(3045,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:56'),(3046,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:56'),(3047,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:57'),(3048,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:57'),(3049,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:57'),(3050,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:58'),(3051,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:58'),(3052,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:58'),(3053,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:59'),(3054,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:59'),(3055,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:44:59'),(3056,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:00'),(3057,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:00'),(3058,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:00'),(3059,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:00'),(3060,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:01'),(3061,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:01'),(3062,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:01'),(3063,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:02'),(3064,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:02'),(3065,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:02'),(3066,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:03'),(3067,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:03'),(3068,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:03'),(3069,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:04'),(3070,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:04'),(3071,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:04'),(3072,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:05'),(3073,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:05'),(3074,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:05'),(3075,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:06'),(3076,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:06'),(3077,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:06'),(3078,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:07'),(3079,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:07'),(3080,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:07'),(3081,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:08'),(3082,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:08'),(3083,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:08'),(3084,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:08'),(3085,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:09'),(3086,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:09'),(3087,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:09'),(3088,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:10'),(3089,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','127.0.0.1','2014-01-25 12:45:10'),(3090,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','127.0.0.1','2014-01-25 12:53:06'),(3091,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','127.0.0.1','2014-01-25 12:53:09'),(3092,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','127.0.0.1','2014-01-25 12:53:17'),(3093,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:57:00'),(3094,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:57:03'),(3095,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:57:09'),(3096,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:57:11'),(3097,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:57:28'),(3098,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:57:31'),(3099,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-25 12:57:43'),(3100,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:57:47'),(3101,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:57:51'),(3102,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:57:54'),(3103,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:57:56'),(3104,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:57:59'),(3105,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:58:02'),(3106,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:58:05'),(3107,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:58:08'),(3108,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:58:11'),(3109,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:58:13'),(3110,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','127.0.0.1','2014-01-25 12:58:31'),(3111,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','127.0.0.1','2014-01-25 12:58:37'),(3112,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-25 13:15:11'),(3113,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-01-25 13:15:17'),(3114,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','116.226.46.24','2014-01-27 09:21:09'),(3115,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','116.226.46.24','2014-01-27 09:25:53'),(3116,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.65.106','2014-01-27 09:51:09'),(3117,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.46.24','2014-01-27 17:51:49'),(3118,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.46.24','2014-01-27 17:52:08'),(3119,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 17:52:46'),(3120,'',0,'content','','content','?m=content&c=content&a=edit','',2,'superadmin','116.226.46.24','2014-01-27 17:53:17'),(3121,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 17:54:39'),(3122,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 17:56:45'),(3123,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.46.24','2014-01-27 18:08:07'),(3124,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.46.24','2014-01-27 18:08:07'),(3125,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.46.24','2014-01-27 18:08:32'),(3126,'',0,'content','','content','?m=content&c=content&a=edit','',2,'superadmin','116.226.46.24','2014-01-27 18:08:54'),(3127,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','116.226.46.24','2014-01-27 20:27:50'),(3128,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','116.226.46.24','2014-01-27 20:27:50'),(3129,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'superadmin','116.226.46.24','2014-01-27 20:27:50'),(3130,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 20:29:49'),(3131,'',0,'content','','content','?m=content&c=content&a=edit','',2,'superadmin','116.226.46.24','2014-01-27 20:30:08'),(3132,'',0,'content','','content','?m=content&c=content&a=edit','',2,'superadmin','116.226.46.24','2014-01-27 20:32:33'),(3133,'',0,'content','','content','?m=content&c=content&a=edit','',2,'superadmin','116.226.46.24','2014-01-27 20:32:36'),(3134,'',0,'content','','content','?m=content&c=content&a=edit','',2,'superadmin','116.226.46.24','2014-01-27 20:34:23'),(3135,'',0,'content','','content','?m=content&c=content&a=edit','',2,'superadmin','116.226.46.24','2014-01-27 20:34:25'),(3136,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 20:35:19'),(3137,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 20:36:32'),(3138,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 20:36:39'),(3139,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 20:37:18'),(3140,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 20:37:43'),(3141,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 20:38:01'),(3142,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 20:38:03'),(3143,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 20:40:24'),(3144,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 20:40:26'),(3145,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 20:40:37'),(3146,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 20:43:10'),(3147,'',0,'content','','content','?m=content&c=content&a=add','',2,'superadmin','116.226.46.24','2014-01-27 20:44:13'),(3148,'',0,'content','','content','?m=content&c=content&a=edit','',2,'superadmin','116.226.46.24','2014-01-27 20:44:23'),(3149,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','14.17.34.182','2014-02-12 09:51:35'),(3150,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','112.64.189.72','2014-02-12 09:51:39'),(3151,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.48.6','2014-02-12 11:31:47'),(3152,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-13 14:38:16'),(3153,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-13 14:38:39'),(3154,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','116.226.72.188','2014-02-13 14:39:35'),(3155,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','116.226.72.188','2014-02-13 14:39:35'),(3156,'',0,'admin','','role','?m=admin&c=role&a=setting_cat_priv','',1,'dhadmin','116.226.72.188','2014-02-13 14:39:36'),(3157,'',0,'admin','','role','?m=admin&c=role&a=priv_setting','',1,'dhadmin','116.226.72.188','2014-02-13 14:43:14'),(3158,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','116.226.72.188','2014-02-13 14:43:14'),(3159,'',0,'admin','','role','?m=admin&c=role&a=role_priv','',1,'dhadmin','116.226.72.188','2014-02-13 14:43:16'),(3160,'',0,'pay','','payment','?m=pay&c=payment&a=pay_list','',1,'dhadmin','116.226.72.188','2014-02-13 14:43:29'),(3161,'',0,'mood','','mood_admin','?m=mood&c=mood_admin&a=setting','',1,'dhadmin','116.226.72.188','2014-02-13 14:53:59'),(3162,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-13 15:17:57'),(3163,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-13 15:17:59'),(3164,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-13 15:18:09'),(3165,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-13 15:18:17'),(3166,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-13 15:19:02'),(3167,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-13 15:19:18'),(3168,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-13 15:19:36'),(3169,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-13 15:19:52'),(3170,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-13 15:21:11'),(3171,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-13 15:21:31'),(3172,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-13 15:22:12'),(3173,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-13 15:22:43'),(3174,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-13 15:22:44'),(3175,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-13 15:22:52'),(3176,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-13 15:31:47'),(3177,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-13 15:31:58'),(3178,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-13 15:32:26'),(3179,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','140.206.189.190','2014-02-13 15:32:42'),(3180,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-13 15:32:44'),(3181,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-13 15:32:52'),(3182,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-13 15:33:32'),(3183,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-13 15:33:44'),(3184,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-13 15:33:49'),(3185,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-13 15:38:29'),(3186,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-13 15:38:41'),(3187,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-14 09:10:35'),(3188,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-14 09:11:04'),(3189,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.72.188','2014-02-14 09:11:16'),(3190,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','116.226.72.188','2014-02-14 09:11:26'),(3191,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:11:59'),(3192,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:12:10'),(3193,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:12:26'),(3194,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:12:33'),(3195,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:12:42'),(3196,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:12:51'),(3197,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:12:56'),(3198,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:13:02'),(3199,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:13:07'),(3200,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:13:13'),(3201,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:13:20'),(3202,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:13:25'),(3203,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:14:02'),(3204,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:14:14'),(3205,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:14:20'),(3206,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:14:27'),(3207,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:14:56'),(3208,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:15:06'),(3209,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:15:13'),(3210,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:15:24'),(3211,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:15:31'),(3212,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:15:41'),(3213,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:16:56'),(3214,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:17:05'),(3215,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:17:18'),(3216,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:17:33'),(3217,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:17:44'),(3218,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:17:51'),(3219,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:17:58'),(3220,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:18:06'),(3221,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:18:14'),(3222,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:18:21'),(3223,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:18:29'),(3224,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:18:38'),(3225,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:18:47'),(3226,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:18:57'),(3227,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:19:08'),(3228,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:19:14'),(3229,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:19:24'),(3230,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:19:35'),(3231,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:19:42'),(3232,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:19:47'),(3233,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:19:54'),(3234,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:20:00'),(3235,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:20:09'),(3236,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:20:13'),(3237,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:20:21'),(3238,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:20:26'),(3239,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:20:38'),(3240,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:20:44'),(3241,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:20:55'),(3242,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:21:00'),(3243,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:21:10'),(3244,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:21:20'),(3245,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:21:30'),(3246,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:21:35'),(3247,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:21:53'),(3248,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:21:59'),(3249,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:22:07'),(3250,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:22:22'),(3251,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:22:33'),(3252,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:22:40'),(3253,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:23:02'),(3254,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:23:59'),(3255,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:24:05'),(3256,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:24:41'),(3257,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:24:45'),(3258,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:24:55'),(3259,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:25:00'),(3260,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:25:10'),(3261,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:25:15'),(3262,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:25:26'),(3263,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:25:30'),(3264,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:25:41'),(3265,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:25:45'),(3266,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:25:56'),(3267,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:26:01'),(3268,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:26:14'),(3269,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:26:19'),(3270,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:26:30'),(3271,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:26:38'),(3272,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:26:49'),(3273,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:26:54'),(3274,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:27:02'),(3275,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:27:06'),(3276,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:27:14'),(3277,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:27:19'),(3278,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:27:26'),(3279,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:27:33'),(3280,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:27:42'),(3281,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:27:47'),(3282,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:28:01'),(3283,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:28:06'),(3284,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:28:16'),(3285,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:28:21'),(3286,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:28:42'),(3287,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:28:53'),(3288,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:29:02'),(3289,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:29:10'),(3290,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:29:20'),(3291,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:29:27'),(3292,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:29:39'),(3293,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:29:47'),(3294,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:30:01'),(3295,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:30:12'),(3296,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:30:24'),(3297,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:30:40'),(3298,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:30:48'),(3299,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:30:55'),(3300,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:31:03'),(3301,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:31:11'),(3302,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:31:28'),(3303,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:31:34'),(3304,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:31:55'),(3305,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:32:03'),(3306,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:32:11'),(3307,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:32:17'),(3308,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:32:35'),(3309,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:32:41'),(3310,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:33:26'),(3311,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:33:33'),(3312,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:35:16'),(3313,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:35:24'),(3314,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:35:35'),(3315,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:35:40'),(3316,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:36:01'),(3317,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:36:05'),(3318,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:40:28'),(3319,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:40:32'),(3320,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:40:42'),(3321,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:40:47'),(3322,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:41:05'),(3323,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:41:10'),(3324,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:41:24'),(3325,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:41:28'),(3326,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:41:45'),(3327,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:41:49'),(3328,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:42:01'),(3329,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:42:06'),(3330,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:42:17'),(3331,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:42:23'),(3332,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:42:35'),(3333,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:42:40'),(3334,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:42:49'),(3335,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:42:55'),(3336,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:43:23'),(3337,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:43:32'),(3338,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-14 09:46:09'),(3339,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:46:18'),(3340,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-14 09:46:18'),(3341,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:46:25'),(3342,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:46:33'),(3343,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:46:41'),(3344,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-14 09:46:51'),(3345,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-14 09:46:51'),(3346,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:46:54'),(3347,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-14 09:46:59'),(3348,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:47:00'),(3349,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:47:11'),(3350,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:47:15'),(3351,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:47:27'),(3352,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:47:32'),(3353,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:47:49'),(3354,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:47:55'),(3355,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:48:25'),(3356,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:48:30'),(3357,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-14 09:48:30'),(3358,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:48:46'),(3359,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:48:55'),(3360,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:49:07'),(3361,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:49:11'),(3362,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:49:22'),(3363,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:49:35'),(3364,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:49:40'),(3365,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 09:49:54'),(3366,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:50:23'),(3367,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:50:30'),(3368,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:50:44'),(3369,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:50:48'),(3370,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:52:08'),(3371,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-14 09:52:10'),(3372,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:52:15'),(3373,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-14 09:52:27'),(3374,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:52:34'),(3375,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:52:39'),(3376,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:52:55'),(3377,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:53:00'),(3378,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:53:27'),(3379,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:53:32'),(3380,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:53:46'),(3381,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:53:51'),(3382,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:53:57'),(3383,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-14 09:54:12'),(3384,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-14 09:54:14'),(3385,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:54:54'),(3386,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:55:16'),(3387,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:55:36'),(3388,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:55:43'),(3389,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:55:45'),(3390,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:56:01'),(3391,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:56:07'),(3392,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:56:23'),(3393,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:56:29'),(3394,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:57:12'),(3395,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:57:18'),(3396,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:57:29'),(3397,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.72.188','2014-02-14 09:57:43'),(3398,'',0,'admin','','category','?m=admin&c=category&a=remove','',1,'dhadmin','116.226.72.188','2014-02-14 09:59:22'),(3399,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 09:59:32'),(3400,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:01:53'),(3401,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:02:07'),(3402,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 10:02:24'),(3403,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:02:30'),(3404,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:02:46'),(3405,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:02:52'),(3406,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:03:08'),(3407,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:03:17'),(3408,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:04:25'),(3409,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:05:18'),(3410,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:05:43'),(3411,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:05:52'),(3412,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:06:06'),(3413,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:06:12'),(3414,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:06:26'),(3415,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:06:42'),(3416,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:06:56'),(3417,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:07:04'),(3418,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:07:46'),(3419,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:08:03'),(3420,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:08:10'),(3421,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:08:24'),(3422,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:08:32'),(3423,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:09:29'),(3424,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:09:38'),(3425,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:10:09'),(3426,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:10:30'),(3427,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:11:48'),(3428,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:12:22'),(3429,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:12:38'),(3430,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:13:16'),(3431,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:13:29'),(3432,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:13:46'),(3433,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:13:57'),(3434,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:14:15'),(3435,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:14:24'),(3436,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:14:51'),(3437,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:15:05'),(3438,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:15:30'),(3439,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:15:44'),(3440,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:16:26'),(3441,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:17:21'),(3442,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:17:52'),(3443,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:18:31'),(3444,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:19:00'),(3445,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:19:26'),(3446,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:19:42'),(3447,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:20:02'),(3448,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:20:17'),(3449,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:21:00'),(3450,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:21:14'),(3451,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:21:32'),(3452,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:21:45'),(3453,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:22:30'),(3454,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:22:43'),(3455,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:23:05'),(3456,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:23:22'),(3457,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:23:38'),(3458,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:24:00'),(3459,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:24:17'),(3460,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:24:30'),(3461,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:25:26'),(3462,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:25:57'),(3463,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.72.188','2014-02-14 10:49:18'),(3464,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.72.188','2014-02-14 10:49:23'),(3465,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.72.188','2014-02-14 10:49:34'),(3466,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.72.188','2014-02-14 10:49:36'),(3467,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.72.188','2014-02-14 10:49:39'),(3468,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.72.188','2014-02-14 10:49:41'),(3469,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','116.226.72.188','2014-02-14 10:49:43'),(3470,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.72.188','2014-02-14 10:49:47'),(3471,'',0,'comment','','comment_admin','?m=comment&c=comment_admin&a=listinfo','',1,'dhadmin','116.226.72.188','2014-02-14 10:49:49'),(3472,'',0,'member','','member_verify','?m=member&c=member_verify&a=manage','',1,'dhadmin','116.226.72.188','2014-02-14 10:49:52'),(3473,'',0,'member','','member_setting','?m=member&c=member_setting&a=manage','',1,'dhadmin','116.226.72.188','2014-02-14 10:49:53'),(3474,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 10:50:19'),(3475,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 10:54:31'),(3476,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:12:56'),(3477,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:09'),(3478,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:09'),(3479,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:10'),(3480,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:11'),(3481,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:12'),(3482,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:12'),(3483,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:13'),(3484,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:14'),(3485,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:14'),(3486,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:15'),(3487,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:16'),(3488,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:17'),(3489,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:18'),(3490,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:19'),(3491,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:19'),(3492,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:20'),(3493,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:21'),(3494,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:21'),(3495,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:22'),(3496,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:23'),(3497,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:24'),(3498,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:24'),(3499,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:25'),(3500,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:26'),(3501,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:27'),(3502,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:27'),(3503,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:28'),(3504,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:29'),(3505,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:30'),(3506,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:30'),(3507,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:31'),(3508,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:32'),(3509,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:33'),(3510,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:33'),(3511,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:34'),(3512,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:35'),(3513,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:35'),(3514,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:36'),(3515,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:37'),(3516,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:38'),(3517,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:38'),(3518,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:39'),(3519,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:39'),(3520,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:40'),(3521,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:41'),(3522,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:42'),(3523,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:42'),(3524,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:43'),(3525,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:44'),(3526,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:44'),(3527,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:45'),(3528,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:46'),(3529,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:46'),(3530,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:47'),(3531,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:48'),(3532,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:48'),(3533,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:49'),(3534,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:50'),(3535,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:51'),(3536,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:51'),(3537,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:52'),(3538,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:53'),(3539,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:53'),(3540,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:55'),(3541,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:55'),(3542,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:57'),(3543,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:58'),(3544,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:58'),(3545,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:13:59'),(3546,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:14:00'),(3547,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:14:00'),(3548,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:14:01'),(3549,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:14:09'),(3550,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:15:03'),(3551,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:15:17'),(3552,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:15:18'),(3553,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:15:20'),(3554,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:15:21'),(3555,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-14 11:16:46'),(3556,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','140.206.189.190','2014-02-14 11:16:58'),(3557,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:16:59'),(3558,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','140.206.189.190','2014-02-14 11:17:01'),(3559,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:17:01'),(3560,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','140.206.189.190','2014-02-14 11:26:36'),(3561,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','140.206.189.190','2014-02-14 11:26:42'),(3562,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:26:43'),(3563,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','140.206.189.190','2014-02-14 11:26:45'),(3564,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-14 11:26:50'),(3565,'',0,'sms','','sms','?m=sms&c=sms&a=sms_setting','',1,'dhadmin','116.226.72.188','2014-02-14 11:30:08'),(3566,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:34:32'),(3567,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:34:48'),(3568,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:35:00'),(3569,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:35:08'),(3570,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:35:17'),(3571,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-14 11:35:49'),(3572,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-14 11:35:51'),(3573,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-14 11:35:52'),(3574,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-14 11:35:53'),(3575,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:35:57'),(3576,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:10'),(3577,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:12'),(3578,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:12'),(3579,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:14'),(3580,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:15'),(3581,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:15'),(3582,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:16'),(3583,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:17'),(3584,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:18'),(3585,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:18'),(3586,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:19'),(3587,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:20'),(3588,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:21'),(3589,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:21'),(3590,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:22'),(3591,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:23'),(3592,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:24'),(3593,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:24'),(3594,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:25'),(3595,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:26'),(3596,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:26'),(3597,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:27'),(3598,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:28'),(3599,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:28'),(3600,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:29'),(3601,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:30'),(3602,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:30'),(3603,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:31'),(3604,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:31'),(3605,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:32'),(3606,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:33'),(3607,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:34'),(3608,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:35'),(3609,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:35'),(3610,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:36'),(3611,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:37'),(3612,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:38'),(3613,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:38'),(3614,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:39'),(3615,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:39'),(3616,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:40'),(3617,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:41'),(3618,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:41'),(3619,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:42'),(3620,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:43'),(3621,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:43'),(3622,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:44'),(3623,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:45'),(3624,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:46'),(3625,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:46'),(3626,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:47'),(3627,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:47'),(3628,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:48'),(3629,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:49'),(3630,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:49'),(3631,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:50'),(3632,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:50'),(3633,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:51'),(3634,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:52'),(3635,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:36:52'),(3636,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:52'),(3637,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:53'),(3638,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:54'),(3639,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:55'),(3640,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:55'),(3641,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:56'),(3642,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:57'),(3643,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:57'),(3644,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:58'),(3645,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:59'),(3646,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:36:59'),(3647,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:00'),(3648,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:01'),(3649,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:02'),(3650,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:02'),(3651,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:03'),(3652,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:04'),(3653,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:04'),(3654,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:05'),(3655,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:06'),(3656,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:07'),(3657,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:07'),(3658,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:08'),(3659,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:08'),(3660,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:09'),(3661,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:10'),(3662,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:10'),(3663,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:11'),(3664,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:12'),(3665,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:12'),(3666,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:13'),(3667,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:13'),(3668,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:14'),(3669,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:15'),(3670,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:16'),(3671,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:16'),(3672,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:17'),(3673,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:18'),(3674,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:18'),(3675,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:19'),(3676,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:20'),(3677,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:37:20'),(3678,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:21'),(3679,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:21'),(3680,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:22'),(3681,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:22'),(3682,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:23'),(3683,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:24'),(3684,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:24'),(3685,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:25'),(3686,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:26'),(3687,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:26'),(3688,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:27'),(3689,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:28'),(3690,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:28'),(3691,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:29'),(3692,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:30'),(3693,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:31'),(3694,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:31'),(3695,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:32'),(3696,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:32'),(3697,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:33'),(3698,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:34'),(3699,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:35'),(3700,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:35'),(3701,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:36'),(3702,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:37'),(3703,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:37'),(3704,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:38'),(3705,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:39'),(3706,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:40'),(3707,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:40'),(3708,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:41'),(3709,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:41'),(3710,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:42'),(3711,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:43'),(3712,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:43'),(3713,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:44'),(3714,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:45'),(3715,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:46'),(3716,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:47'),(3717,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:47'),(3718,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:48'),(3719,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:49'),(3720,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:49'),(3721,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:50'),(3722,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:51'),(3723,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:51'),(3724,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:52'),(3725,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:53'),(3726,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:54'),(3727,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-14 11:37:54'),(3728,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','140.206.189.190','2014-02-14 11:38:24'),(3729,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:41:00'),(3730,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:41:24'),(3731,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:41:32'),(3732,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:41:45'),(3733,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:42:09'),(3734,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:43:16'),(3735,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:43:32'),(3736,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:43:41'),(3737,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:44:09'),(3738,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:44:21'),(3739,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:44:32'),(3740,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:44:56'),(3741,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:45:01'),(3742,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:45:22'),(3743,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:45:52'),(3744,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:45:57'),(3745,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:46:04'),(3746,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:46:19'),(3747,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:46:24'),(3748,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:46:36'),(3749,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:46:52'),(3750,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:46:57'),(3751,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:47:10'),(3752,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-14 11:47:20'),(3753,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 12:00:27'),(3754,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 13:11:11'),(3755,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.72.188','2014-02-14 13:26:24'),(3756,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.72.188','2014-02-14 13:26:33'),(3757,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.72.188','2014-02-14 13:36:56'),(3758,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.72.188','2014-02-14 13:37:06'),(3759,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-14 13:40:47'),(3760,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-14 13:41:25'),(3761,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-14 13:41:26'),(3762,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-14 13:41:50'),(3763,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-14 13:41:56'),(3764,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.72.188','2014-02-14 13:42:05'),(3765,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.72.188','2014-02-14 13:42:08'),(3766,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.72.188','2014-02-14 13:42:08'),(3767,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.72.188','2014-02-14 13:42:09'),(3768,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.72.188','2014-02-14 13:42:10'),(3769,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.72.188','2014-02-14 13:42:11'),(3770,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.72.188','2014-02-14 13:42:12'),(3771,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.72.188','2014-02-14 13:42:13'),(3772,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.72.188','2014-02-14 13:42:14'),(3773,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-14 13:42:19'),(3774,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.72.188','2014-02-14 13:42:20'),(3775,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.72.188','2014-02-14 13:42:23'),(3776,'',0,'member','','member_model','?m=member&c=member_model&a=manage','',1,'dhadmin','140.206.189.190','2014-02-14 13:50:16'),(3777,'',0,'member','','member_group','?m=member&c=member_group&a=manage','',1,'dhadmin','140.206.189.190','2014-02-14 13:50:21'),(3778,'',0,'member','','member_model','?m=member&c=member_model&a=manage','',1,'dhadmin','140.206.189.190','2014-02-14 13:50:24'),(3779,'',0,'member','','member_setting','?m=member&c=member_setting&a=manage','',1,'dhadmin','140.206.189.190','2014-02-14 13:50:29'),(3780,'',0,'member','','member','?m=member&c=member&a=manage','',1,'dhadmin','140.206.189.190','2014-02-14 13:50:30'),(3781,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-14 13:51:41'),(3782,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-14 13:51:56'),(3783,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 13:55:31'),(3784,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:00:24'),(3785,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:00:48'),(3786,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:01:38'),(3787,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:02:00'),(3788,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:02:44'),(3789,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:03:23'),(3790,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:03:41'),(3791,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:04:48'),(3792,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:05:33'),(3793,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:05:58'),(3794,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:06:10'),(3795,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:06:28'),(3796,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:06:42'),(3797,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:07:00'),(3798,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:07:30'),(3799,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:08:29'),(3800,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:09:11'),(3801,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:09:50'),(3802,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:10:07'),(3803,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:10:26'),(3804,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:10:40'),(3805,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:10:58'),(3806,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:11:15'),(3807,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:11:59'),(3808,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:12:27'),(3809,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:13:51'),(3810,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:14:39'),(3811,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:15:24'),(3812,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:16:02'),(3813,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:16:34'),(3814,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:16:57'),(3815,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 14:17:40'),(3816,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','140.206.189.190','2014-02-14 14:18:30'),(3817,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','140.206.189.190','2014-02-14 14:18:46'),(3818,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','140.206.189.190','2014-02-14 14:19:10'),(3819,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','140.206.189.190','2014-02-14 14:19:50'),(3820,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','140.206.189.190','2014-02-14 14:20:17'),(3821,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 14:22:49'),(3822,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.72.188','2014-02-14 16:43:31'),(3823,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-14 16:43:38'),(3824,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-14 16:44:55'),(3825,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-14 16:44:57'),(3826,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-14 16:45:58'),(3827,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-14 16:46:46'),(3828,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-14 16:46:48'),(3829,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-14 16:47:30'),(3830,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 16:48:11'),(3831,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 16:51:21'),(3832,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 16:51:32'),(3833,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 16:51:50'),(3834,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 16:51:56'),(3835,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 16:52:10'),(3836,'',0,'admin','','position','?m=admin&c=position&a=edit','',1,'dhadmin','140.206.189.190','2014-02-14 16:58:37'),(3837,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 17:04:11'),(3838,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 17:04:28'),(3839,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 17:04:37'),(3840,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-14 17:04:48'),(3841,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-16 03:23:24'),(3842,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.33.220','2014-02-16 03:53:24'),(3843,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.227.90.230','2014-02-16 14:59:50'),(3844,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.227.90.230','2014-02-16 15:00:05'),(3845,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.227.90.230','2014-02-16 15:00:06'),(3846,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.227.90.230','2014-02-16 15:00:18'),(3847,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:00:38'),(3848,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:01:04'),(3849,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:01:26'),(3850,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:01:48'),(3851,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:01:55'),(3852,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:02:14'),(3853,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:02:22'),(3854,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:02:37'),(3855,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:02:49'),(3856,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:03:03'),(3857,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:04:31'),(3858,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:04:53'),(3859,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:05:01'),(3860,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:05:12'),(3861,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:05:19'),(3862,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:05:31'),(3863,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:05:57'),(3864,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:06:12'),(3865,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:07:20'),(3866,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:07:34'),(3867,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:07:52'),(3868,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:08:09'),(3869,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:08:16'),(3870,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:08:30'),(3871,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:08:39'),(3872,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:08:54'),(3873,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:09:28'),(3874,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:09:46'),(3875,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:12:49'),(3876,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:13:01'),(3877,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:22:24'),(3878,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:22:37'),(3879,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:22:43'),(3880,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:22:56'),(3881,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:23:09'),(3882,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:23:19'),(3883,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:24:03'),(3884,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:25:06'),(3885,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:25:20'),(3886,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.227.90.230','2014-02-16 15:25:33'),(3887,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.227.90.230','2014-02-16 15:25:37'),(3888,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.227.90.230','2014-02-16 15:25:39'),(3889,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.227.90.230','2014-02-16 15:25:43'),(3890,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:26:00'),(3891,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:26:13'),(3892,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:26:23'),(3893,'',0,'content','','content','?m=content&c=content&a=remove','',1,'dhadmin','116.227.90.230','2014-02-16 15:26:31'),(3894,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:26:42'),(3895,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:26:56'),(3896,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:27:03'),(3897,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:27:23'),(3898,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:27:28'),(3899,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:27:38'),(3900,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:27:52'),(3901,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:28:08'),(3902,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:28:15'),(3903,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:28:30'),(3904,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:28:37'),(3905,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:28:48'),(3906,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:28:54'),(3907,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:29:05'),(3908,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:29:17'),(3909,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:29:28'),(3910,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:29:42'),(3911,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:29:51'),(3912,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:29:57'),(3913,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:30:07'),(3914,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:30:13'),(3915,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:30:30'),(3916,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:30:40'),(3917,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:30:49'),(3918,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:31:00'),(3919,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.227.90.230','2014-02-16 15:31:14'),(3920,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:31:26'),(3921,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:31:46'),(3922,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:31:52'),(3923,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:32:02'),(3924,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:32:10'),(3925,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:32:31'),(3926,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:32:42'),(3927,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:32:54'),(3928,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:33:09'),(3929,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:33:22'),(3930,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:33:28'),(3931,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:33:42'),(3932,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:33:48'),(3933,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:33:57'),(3934,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:34:19'),(3935,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:34:36'),(3936,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:34:43'),(3937,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:34:57'),(3938,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:35:17'),(3939,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:35:34'),(3940,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:35:40'),(3941,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:35:52'),(3942,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:36:05'),(3943,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:36:17'),(3944,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:36:25'),(3945,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:36:36'),(3946,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:36:42'),(3947,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:36:52'),(3948,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:37:10'),(3949,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:37:22'),(3950,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:37:33'),(3951,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:37:43'),(3952,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:37:50'),(3953,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:37:59'),(3954,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:38:07'),(3955,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:38:17'),(3956,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:38:34'),(3957,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:38:43'),(3958,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:38:50'),(3959,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:39:00'),(3960,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:39:06'),(3961,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:39:19'),(3962,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:40:34'),(3963,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:40:46'),(3964,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:41:21'),(3965,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 15:41:34'),(3966,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.90.230','2014-02-16 16:20:36'),(3967,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-17 03:19:11'),(3968,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-17 09:26:21'),(3969,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-17 09:26:33'),(3970,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:35:24'),(3971,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:35:47'),(3972,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:37:50'),(3973,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:38:14'),(3974,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:39:19'),(3975,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:39:39'),(3976,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 09:39:49'),(3977,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 09:42:15'),(3978,'',0,'admin','','category','?m=admin&c=category&a=remove','',1,'dhadmin','116.226.72.188','2014-02-17 09:43:06'),(3979,'',0,'admin','','category','?m=admin&c=category&a=remove','',1,'dhadmin','116.226.72.188','2014-02-17 09:43:39'),(3980,'',0,'admin','','category','?m=admin&c=category&a=remove','',1,'dhadmin','116.226.72.188','2014-02-17 09:43:44'),(3981,'',0,'admin','','category','?m=admin&c=category&a=remove','',1,'dhadmin','116.226.72.188','2014-02-17 09:43:45'),(3982,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:45:06'),(3983,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:47:35'),(3984,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:48:15'),(3985,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:48:20'),(3986,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:48:42'),(3987,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:49:06'),(3988,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:49:13'),(3989,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 09:49:36'),(3990,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:50:28'),(3991,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:51:32'),(3992,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:51:43'),(3993,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 09:52:19'),(3994,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 09:52:40'),(3995,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 09:53:55'),(3996,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.163.191','2014-02-17 09:56:33'),(3997,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-17 09:57:50'),(3998,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-17 09:57:59'),(3999,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:06:03'),(4000,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 10:06:28'),(4001,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 10:06:43'),(4002,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 10:06:58'),(4003,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 10:07:11'),(4004,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 10:07:15'),(4005,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 10:07:25'),(4006,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 10:08:18'),(4007,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 10:08:51'),(4008,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 10:09:01'),(4009,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 10:09:23'),(4010,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 10:09:41'),(4011,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 10:09:45'),(4012,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:12:43'),(4013,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:15:18'),(4014,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:18:11'),(4015,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:18:15'),(4016,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:18:34'),(4017,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:19:04'),(4018,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:20:19'),(4019,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:20:36'),(4020,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:20:55'),(4021,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:21:24'),(4022,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:21:35'),(4023,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:21:40'),(4024,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:22:01'),(4025,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:22:30'),(4026,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:22:38'),(4027,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 10:23:01'),(4028,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:23:05'),(4029,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:23:09'),(4030,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:23:20'),(4031,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:23:30'),(4032,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:23:43'),(4033,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:23:44'),(4034,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:23:55'),(4035,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:23:59'),(4036,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:24:15'),(4037,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:24:21'),(4038,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:24:29'),(4039,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:24:45'),(4040,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 10:24:52'),(4041,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:24:55'),(4042,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:25:19'),(4043,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:25:28'),(4044,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:26:37'),(4045,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:26:48'),(4046,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-17 10:27:35'),(4047,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:49:59'),(4048,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:50:06'),(4049,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:50:11'),(4050,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:50:22'),(4051,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:55:16'),(4052,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 10:57:35'),(4053,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:01:11'),(4054,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:01:26'),(4055,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:01:58'),(4056,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:02:04'),(4057,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:02:47'),(4058,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:02:58'),(4059,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:03:27'),(4060,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:03:34'),(4061,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:04:05'),(4062,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:04:42'),(4063,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:04:50'),(4064,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:05:45'),(4065,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:06:33'),(4066,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:07:00'),(4067,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:07:05'),(4068,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:07:10'),(4069,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:07:22'),(4070,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:07:42'),(4071,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:08:08'),(4072,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:09:41'),(4073,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:09:56'),(4074,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:10:07'),(4075,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 11:10:18'),(4076,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-17 11:21:19'),(4077,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-17 11:21:27'),(4078,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','140.206.189.190','2014-02-17 11:25:20'),(4079,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','140.206.189.190','2014-02-17 11:25:56'),(4080,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','140.206.189.190','2014-02-17 11:26:08'),(4081,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','140.206.189.190','2014-02-17 11:26:15'),(4082,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','140.206.189.190','2014-02-17 11:26:22'),(4083,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','140.206.189.190','2014-02-17 11:27:00'),(4084,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.89.120','2014-02-17 11:51:19'),(4085,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-17 12:49:06'),(4086,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-17 12:49:55'),(4087,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-17 12:49:57'),(4088,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-17 12:50:15'),(4089,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.72.188','2014-02-17 12:50:28'),(4090,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.72.188','2014-02-17 12:52:31'),(4091,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.72.188','2014-02-17 12:52:34'),(4092,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.72.188','2014-02-17 12:52:34'),(4093,'',0,'member','','member_group','?m=member&c=member_group&a=manage','',1,'dhadmin','116.226.72.188','2014-02-17 12:52:38'),(4094,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','116.226.72.188','2014-02-17 12:53:39'),(4095,'',0,'admin','','googlesitemap','?m=admin&c=googlesitemap&a=set','',1,'dhadmin','116.226.72.188','2014-02-17 12:53:43'),(4096,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 12:55:08'),(4097,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','116.226.72.188','2014-02-17 12:56:43'),(4098,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 12:56:44'),(4099,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.72.188','2014-02-17 12:56:48'),(4100,'',0,'member','','member_verify','?m=member&c=member_verify&a=manage','',1,'dhadmin','116.226.72.188','2014-02-17 12:57:01'),(4101,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 12:58:14'),(4102,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.72.188','2014-02-17 12:58:37'),(4103,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:04'),(4104,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:05'),(4105,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:09'),(4106,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:10'),(4107,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:10'),(4108,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:10'),(4109,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:11'),(4110,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:11'),(4111,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:11'),(4112,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:12'),(4113,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:12'),(4114,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:12'),(4115,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:13'),(4116,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:13'),(4117,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:13'),(4118,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:14'),(4119,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:14'),(4120,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:14'),(4121,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:15'),(4122,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:15'),(4123,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:15'),(4124,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:16'),(4125,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:16'),(4126,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:16'),(4127,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:17'),(4128,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:17'),(4129,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:18'),(4130,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:18'),(4131,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:18'),(4132,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:19'),(4133,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:19'),(4134,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:19'),(4135,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:19'),(4136,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:20'),(4137,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:20'),(4138,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:21'),(4139,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:21'),(4140,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:21'),(4141,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:22'),(4142,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:22'),(4143,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:22'),(4144,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:23'),(4145,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:26'),(4146,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:26'),(4147,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:27'),(4148,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:27'),(4149,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:27'),(4150,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:28'),(4151,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:28'),(4152,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:28'),(4153,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:29'),(4154,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:29'),(4155,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:30'),(4156,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:30'),(4157,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:30'),(4158,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:31'),(4159,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:31'),(4160,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:31'),(4161,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:32'),(4162,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:32'),(4163,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:32'),(4164,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:33'),(4165,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:33'),(4166,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:34'),(4167,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:34'),(4168,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:34'),(4169,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:35'),(4170,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:35'),(4171,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:35'),(4172,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:36'),(4173,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:36'),(4174,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:36'),(4175,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:37'),(4176,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:37'),(4177,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:37'),(4178,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:38'),(4179,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:38'),(4180,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:38'),(4181,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:39'),(4182,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:39'),(4183,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:40'),(4184,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:40'),(4185,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:40'),(4186,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:41'),(4187,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:41'),(4188,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:41'),(4189,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:42'),(4190,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:42'),(4191,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:42'),(4192,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:43'),(4193,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:43'),(4194,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:43'),(4195,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:44'),(4196,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:44'),(4197,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:44'),(4198,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:45'),(4199,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:45'),(4200,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:45'),(4201,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:46'),(4202,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:46'),(4203,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:46'),(4204,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:47'),(4205,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:47'),(4206,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:47'),(4207,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:48'),(4208,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:48'),(4209,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:48'),(4210,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:49'),(4211,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:49'),(4212,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:49'),(4213,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:50'),(4214,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:50'),(4215,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:50'),(4216,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:51'),(4217,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:51'),(4218,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:51'),(4219,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:52'),(4220,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:52'),(4221,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:52'),(4222,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:53'),(4223,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:53'),(4224,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:53'),(4225,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:57'),(4226,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:57'),(4227,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:57'),(4228,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:58'),(4229,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:58'),(4230,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:58'),(4231,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:04:59'),(4232,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:02'),(4233,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:05'),(4234,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:06'),(4235,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:06'),(4236,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:06'),(4237,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:07'),(4238,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:07'),(4239,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:07'),(4240,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:08'),(4241,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:11'),(4242,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:11'),(4243,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:12'),(4244,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:12'),(4245,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:12'),(4246,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:13'),(4247,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:13'),(4248,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:13'),(4249,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:14'),(4250,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:14'),(4251,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:14'),(4252,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:15'),(4253,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:15'),(4254,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:15'),(4255,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:16'),(4256,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:16'),(4257,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:16'),(4258,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:17'),(4259,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:20'),(4260,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:20'),(4261,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:24'),(4262,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:24'),(4263,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:24'),(4264,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:25'),(4265,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:25'),(4266,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:26'),(4267,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:26'),(4268,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:26'),(4269,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:27'),(4270,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:27'),(4271,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:27'),(4272,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:28'),(4273,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:28'),(4274,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:28'),(4275,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:29'),(4276,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:29'),(4277,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:29'),(4278,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:30'),(4279,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:30'),(4280,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:30'),(4281,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:31'),(4282,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:31'),(4283,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:31'),(4284,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:32'),(4285,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:32'),(4286,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:32'),(4287,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:33'),(4288,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:33'),(4289,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:33'),(4290,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:34'),(4291,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:34'),(4292,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:34'),(4293,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:35'),(4294,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:35'),(4295,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:35'),(4296,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.72.188','2014-02-17 13:05:36'),(4297,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:06:12'),(4298,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 13:16:33'),(4299,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 13:17:26'),(4300,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 13:17:46'),(4301,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 13:17:59'),(4302,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 13:18:04'),(4303,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 13:24:26'),(4304,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 13:25:29'),(4305,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 13:26:24'),(4306,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-17 13:30:28'),(4307,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-17 13:31:16'),(4308,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-17 13:31:35'),(4309,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 13:31:42'),(4310,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:38:42'),(4311,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 13:41:43'),(4312,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-17 13:43:38'),(4313,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:47:57'),(4314,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:48:09'),(4315,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:48:41'),(4316,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:48:51'),(4317,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:49:38'),(4318,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:49:43'),(4319,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:50:20'),(4320,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:51:12'),(4321,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:51:25'),(4322,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:51:30'),(4323,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:51:44'),(4324,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:53:24'),(4325,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 13:53:39'),(4326,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 14:13:19'),(4327,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 14:13:34'),(4328,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 14:13:43'),(4329,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 14:15:35'),(4330,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 14:15:41'),(4331,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 14:15:51'),(4332,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 14:16:13'),(4333,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 14:16:52'),(4334,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 14:16:59'),(4335,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 14:17:10'),(4336,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 14:19:59'),(4337,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 14:20:29'),(4338,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 14:20:38'),(4339,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 14:21:49'),(4340,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 14:21:59'),(4341,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-17 14:33:22'),(4342,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 15:07:51'),(4343,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 15:10:22'),(4344,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 15:10:29'),(4345,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 15:10:36'),(4346,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-17 15:10:39'),(4347,'',0,'member','','member_model','?m=member&c=member_model&a=manage','',1,'dhadmin','116.226.72.188','2014-02-17 15:11:23'),(4348,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','116.226.72.188','2014-02-17 15:12:05'),(4349,'',0,'comment','','comment_admin','?m=comment&c=comment_admin&a=listinfo','',1,'dhadmin','116.226.72.188','2014-02-17 15:12:06'),(4350,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','116.226.72.188','2014-02-17 15:12:08'),(4351,'',0,'attachment','','manage','?m=attachment&c=manage&a=delete','',1,'dhadmin','116.226.72.188','2014-02-17 15:12:20'),(4352,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-17 17:27:23'),(4353,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-17 17:27:41'),(4354,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-17 17:27:44'),(4355,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-17 17:27:52'),(4356,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:28:12'),(4357,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:28:17'),(4358,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:28:25'),(4359,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:29:18'),(4360,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:29:23'),(4361,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:33:05'),(4362,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:35:06'),(4363,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:35:30'),(4364,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:36:31'),(4365,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:37:53'),(4366,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:46:49'),(4367,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:49:30'),(4368,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:49:39'),(4369,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:50:24'),(4370,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:50:49'),(4371,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:51:16'),(4372,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:51:28'),(4373,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-17 17:53:52'),(4374,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-18 09:14:29'),(4375,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-18 09:14:47'),(4376,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 09:16:17'),(4377,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-18 09:51:08'),(4378,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-18 09:51:16'),(4379,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 10:19:08'),(4380,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 10:56:49'),(4381,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 10:56:58'),(4382,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:20:31'),(4383,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:21:14'),(4384,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 11:21:56'),(4385,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 11:22:19'),(4386,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 11:24:10'),(4387,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 11:24:38'),(4388,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 11:25:00'),(4389,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 11:25:05'),(4390,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:25:31'),(4391,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:26:01'),(4392,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:26:21'),(4393,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 11:27:12'),(4394,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 11:27:33'),(4395,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 11:28:35'),(4396,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=delete','',1,'dhadmin','140.206.189.190','2014-02-18 11:29:03'),(4397,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:29:07'),(4398,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:29:35'),(4399,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 11:29:40'),(4400,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:29:55'),(4401,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:30:36'),(4402,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:30:42'),(4403,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:31:11'),(4404,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:31:20'),(4405,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:32:08'),(4406,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:32:13'),(4407,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:32:36'),(4408,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:32:43'),(4409,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:33:02'),(4410,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:33:07'),(4411,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 11:34:01'),(4412,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-18 11:34:21'),(4413,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:09:14'),(4414,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:10:52'),(4415,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:11:45'),(4416,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:12:14'),(4417,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:13:03'),(4418,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:13:48'),(4419,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:13:58'),(4420,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:14:13'),(4421,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:14:25'),(4422,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:14:42'),(4423,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:14:55'),(4424,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 13:18:44'),(4425,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 13:22:17'),(4426,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:22:38'),(4427,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:22:46'),(4428,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:23:03'),(4429,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','140.206.189.190','2014-02-18 13:23:10'),(4430,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 13:23:59'),(4431,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:24:13'),(4432,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:24:17'),(4433,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:24:24'),(4434,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:24:27'),(4435,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:24:34'),(4436,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:24:39'),(4437,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 13:25:09'),(4438,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 13:25:29'),(4439,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 13:26:43'),(4440,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:31:03'),(4441,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=delete','',1,'dhadmin','140.206.189.190','2014-02-18 13:31:31'),(4442,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 13:31:37'),(4443,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 13:32:04'),(4444,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-18 13:32:13'),(4445,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:33:47'),(4446,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','140.206.189.190','2014-02-18 13:33:52'),(4447,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 13:35:31'),(4448,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 13:36:44'),(4449,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:36:58'),(4450,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:37:11'),(4451,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-18 13:38:41'),(4452,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:38:54'),(4453,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 13:38:58'),(4454,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','140.206.189.190','2014-02-18 14:01:31'),(4455,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','140.206.189.190','2014-02-18 14:01:31'),(4456,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','140.206.189.190','2014-02-18 14:01:32'),(4457,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','140.206.189.190','2014-02-18 14:01:32'),(4458,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','140.206.189.190','2014-02-18 14:01:41'),(4459,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:03:11'),(4460,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:04:03'),(4461,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:04:18'),(4462,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:04:31'),(4463,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:04:39'),(4464,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:04:53'),(4465,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:05:00'),(4466,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:05:05'),(4467,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-18 14:05:23'),(4468,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:05:28'),(4469,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:05:48'),(4470,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:05:53'),(4471,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:06:23'),(4472,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:06:46'),(4473,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:07:00'),(4474,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:07:07'),(4475,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:07:35'),(4476,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:07:40'),(4477,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:08:00'),(4478,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:08:05'),(4479,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:08:18'),(4480,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:08:54'),(4481,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:08:58'),(4482,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-18 14:09:10'),(4483,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-18 14:09:22'),(4484,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-18 14:09:23'),(4485,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-18 14:09:31'),(4486,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:09:42'),(4487,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:10:17'),(4488,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:10:32'),(4489,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-18 14:10:45'),(4490,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:11:08'),(4491,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:11:22'),(4492,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:13:19'),(4493,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:15:49'),(4494,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:15:59'),(4495,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:46:52'),(4496,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:46:58'),(4497,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:47:35'),(4498,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:47:39'),(4499,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:47:43'),(4500,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:47:49'),(4501,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:48:07'),(4502,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 14:48:13'),(4503,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-18 14:50:55'),(4504,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','140.206.189.190','2014-02-18 15:22:09'),(4505,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','140.206.189.190','2014-02-18 15:22:18'),(4506,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 15:22:39'),(4507,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 15:41:42'),(4508,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 15:43:14'),(4509,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 15:52:36'),(4510,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 15:56:40'),(4511,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-18 16:01:04'),(4512,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-18 16:01:28'),(4513,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 16:03:18'),(4514,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 16:06:25'),(4515,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.114.199','2014-02-18 16:31:03'),(4516,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:35:28'),(4517,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:36:16'),(4518,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:36:18'),(4519,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:38:14'),(4520,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:38:49'),(4521,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 16:39:05'),(4522,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 16:43:10'),(4523,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:45:26'),(4524,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:45:41'),(4525,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:45:43'),(4526,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:45:53'),(4527,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:46:04'),(4528,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:46:06'),(4529,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:46:13'),(4530,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:46:23'),(4531,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:46:25'),(4532,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:46:32'),(4533,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:46:44'),(4534,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:46:46'),(4535,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:46:52'),(4536,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:47:04'),(4537,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:47:33'),(4538,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:47:35'),(4539,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:47:43'),(4540,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:48:07'),(4541,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:48:09'),(4542,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:48:38'),(4543,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:49:01'),(4544,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 16:49:03'),(4545,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-18 16:51:53'),(4546,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 16:53:11'),(4547,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 16:54:19'),(4548,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 16:55:02'),(4549,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 16:56:52'),(4550,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 16:59:19'),(4551,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 17:04:56'),(4552,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 17:05:59'),(4553,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 17:09:18'),(4554,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 17:09:32'),(4555,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 17:09:37'),(4556,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 17:09:44'),(4557,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 17:09:51'),(4558,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 17:20:56'),(4559,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 17:22:17'),(4560,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 17:22:51'),(4561,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 17:23:41'),(4562,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 17:26:19'),(4563,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 17:26:34'),(4564,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:27:14'),(4565,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 17:27:20'),(4566,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:27:25'),(4567,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:27:26'),(4568,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:27:27'),(4569,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:27:27'),(4570,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:27:47'),(4571,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-18 17:27:53'),(4572,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-18 17:27:56'),(4573,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:04'),(4574,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:05'),(4575,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:06'),(4576,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:09'),(4577,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:11'),(4578,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:12'),(4579,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:12'),(4580,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:13'),(4581,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:15'),(4582,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:15'),(4583,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:16'),(4584,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:17'),(4585,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:17'),(4586,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:18'),(4587,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:19'),(4588,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:20'),(4589,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:20'),(4590,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:21'),(4591,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:22'),(4592,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:23'),(4593,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:23'),(4594,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:24'),(4595,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:25'),(4596,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:26'),(4597,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:26'),(4598,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:27'),(4599,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:28'),(4600,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:29'),(4601,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:28:29'),(4602,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-18 17:29:02'),(4603,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-18 17:30:41'),(4604,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-18 17:30:45'),(4605,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-18 17:31:15'),(4606,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 17:34:15'),(4607,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 17:35:17'),(4608,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-18 17:35:37'),(4609,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','140.206.189.190','2014-02-18 17:43:26'),(4610,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-19 09:59:13'),(4611,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-19 09:59:20'),(4612,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 10:01:10'),(4613,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 10:01:39'),(4614,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 10:01:55'),(4615,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 10:02:20'),(4616,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 10:02:52'),(4617,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 10:03:09'),(4618,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 10:03:25'),(4619,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 10:03:42'),(4620,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','112.64.235.246','2014-02-19 10:29:13'),(4621,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-19 10:55:40'),(4622,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-19 10:55:42'),(4623,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-19 10:55:50'),(4624,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-19 15:16:42'),(4625,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-19 15:16:51'),(4626,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','140.206.189.190','2014-02-19 15:36:25'),(4627,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','140.206.189.190','2014-02-19 15:36:38'),(4628,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 15:38:48'),(4629,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 15:39:01'),(4630,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:09:56'),(4631,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:10:06'),(4632,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:18:46'),(4633,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:18:52'),(4634,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:19:01'),(4635,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:19:08'),(4636,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:19:32'),(4637,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:19:38'),(4638,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:20:03'),(4639,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:20:08'),(4640,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:20:16'),(4641,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:20:21'),(4642,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:20:28'),(4643,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:20:36'),(4644,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:20:55'),(4645,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-19 16:21:01'),(4646,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-20 17:16:40'),(4647,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-20 17:17:29'),(4648,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-20 17:17:33'),(4649,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-20 17:17:45'),(4650,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-20 17:17:49'),(4651,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-20 17:17:51'),(4652,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-20 17:23:46'),(4653,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-20 17:23:59'),(4654,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','140.206.189.190','2014-02-20 17:24:25'),(4655,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-20 17:42:52'),(4656,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-20 17:45:56'),(4657,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','112.65.193.16','2014-02-20 17:46:40'),(4658,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-20 17:55:01'),(4659,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-20 17:58:24'),(4660,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-20 18:00:05'),(4661,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.66.175','2014-02-20 18:30:05'),(4662,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 10:24:17'),(4663,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 10:28:47'),(4664,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 10:28:47'),(4665,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 10:28:47'),(4666,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 10:28:48'),(4667,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 10:36:24'),(4668,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 10:36:25'),(4669,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 11:08:53'),(4670,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 11:08:59'),(4671,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 11:09:36'),(4672,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 11:12:14'),(4673,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 11:13:10'),(4674,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 11:13:16'),(4675,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 11:13:50'),(4676,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 11:16:18'),(4677,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 11:16:29'),(4678,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 11:16:50'),(4679,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 11:16:52'),(4680,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 11:16:56'),(4681,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-02-21 11:17:07'),(4682,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-02-21 11:30:34'),(4683,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-02-21 11:30:47'),(4684,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-02-21 11:31:02'),(4685,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-02-21 11:31:36'),(4686,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-02-21 11:31:54'),(4687,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-02-21 11:32:48'),(4688,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-02-21 11:33:10'),(4689,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-02-21 11:34:14'),(4690,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-02-21 11:34:41'),(4691,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-21 13:12:24'),(4692,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-21 13:12:53'),(4693,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-21 13:13:22'),(4694,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-21 13:13:34'),(4695,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-21 13:13:51'),(4696,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-21 13:13:57'),(4697,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-21 13:14:06'),(4698,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-21 13:14:15'),(4699,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-21 16:24:54'),(4700,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-21 16:25:43'),(4701,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-21 16:26:30'),(4702,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 13:04:22'),(4703,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 13:59:56'),(4704,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','116.226.72.188','2014-02-24 13:59:59'),(4705,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','116.226.72.188','2014-02-24 14:00:42'),(4706,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:04:39'),(4707,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:04:40'),(4708,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:15:47'),(4709,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:15:50'),(4710,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:15:50'),(4711,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:16:09'),(4712,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:16:11'),(4713,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:16:12'),(4714,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:16:25'),(4715,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:16:26'),(4716,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:16:38'),(4717,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:17:12'),(4718,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:17:38'),(4719,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:17:41'),(4720,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:17:46'),(4721,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:17:54'),(4722,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:17:57'),(4723,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:20:11'),(4724,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:21:14'),(4725,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:21:17'),(4726,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:22:15'),(4727,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:22:55'),(4728,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:27:01'),(4729,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:27:24'),(4730,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:27:26'),(4731,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:27:31'),(4732,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:27:53'),(4733,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-24 15:29:42'),(4734,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:29:53'),(4735,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-24 15:29:56'),(4736,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:29:59'),(4737,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.72.188','2014-02-24 15:30:09'),(4738,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:30:28'),(4739,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:33:41'),(4740,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:33:45'),(4741,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:34:07'),(4742,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:34:09'),(4743,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-24 15:34:47'),(4744,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-24 15:35:00'),(4745,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:35:04'),(4746,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:35:05'),(4747,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:35:07'),(4748,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:36:46'),(4749,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:37:07'),(4750,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:48:28'),(4751,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:48:57'),(4752,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:49:00'),(4753,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:49:44'),(4754,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:50:38'),(4755,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:52:04'),(4756,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:52:07'),(4757,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:53:01'),(4758,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:53:38'),(4759,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:53:41'),(4760,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:54:27'),(4761,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:54:34'),(4762,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:54:34'),(4763,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-24 15:54:47'),(4764,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:55:02'),(4765,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:55:24'),(4766,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-24 15:55:26'),(4767,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.66.193','2014-02-24 15:59:42'),(4768,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-24 16:29:43'),(4769,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.227.90.230','2014-02-24 21:05:12'),(4770,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.227.90.230','2014-02-24 21:05:28'),(4771,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.227.90.230','2014-02-24 21:05:43'),(4772,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.227.90.230','2014-02-24 21:07:56'),(4773,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.227.90.230','2014-02-24 21:09:27'),(4774,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.227.90.230','2014-02-24 21:09:42'),(4775,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.227.90.230','2014-02-24 21:11:18'),(4776,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.227.90.230','2014-02-24 21:12:04'),(4777,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.227.90.230','2014-02-24 21:22:29'),(4778,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.227.90.230','2014-02-24 21:22:29'),(4779,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.227.90.230','2014-02-24 21:29:33'),(4780,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-25 14:00:53'),(4781,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-25 14:01:01'),(4782,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 14:01:33'),(4783,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 14:16:33'),(4784,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 14:16:37'),(4785,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 14:16:40'),(4786,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 14:16:40'),(4787,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 14:25:21'),(4788,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 14:26:36'),(4789,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 14:26:45'),(4790,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 14:26:50'),(4791,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 14:27:07'),(4792,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 14:28:46'),(4793,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.163.191','2014-02-25 14:31:01'),(4794,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-25 14:56:18'),(4795,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-25 14:56:30'),(4796,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 14:58:28'),(4797,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 14:58:55'),(4798,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:05:17'),(4799,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:05:39'),(4800,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:08:08'),(4801,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:08:33'),(4802,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:12:29'),(4803,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:12:47'),(4804,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:14:20'),(4805,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:14:46'),(4806,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:20:19'),(4807,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:20:34'),(4808,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:34:56'),(4809,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:35:18'),(4810,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:41:56'),(4811,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:42:34'),(4812,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:43:56'),(4813,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:46:43'),(4814,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:47:12'),(4815,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:47:29'),(4816,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:47:40'),(4817,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:47:58'),(4818,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:48:12'),(4819,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:48:18'),(4820,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:48:24'),(4821,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:49:09'),(4822,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:49:45'),(4823,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:49:57'),(4824,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-25 15:50:09'),(4825,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-25 15:50:41'),(4826,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-25 15:51:48'),(4827,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-25 15:54:21'),(4828,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-25 15:56:02'),(4829,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-25 15:57:28'),(4830,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:59:14'),(4831,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:59:25'),(4832,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:59:37'),(4833,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 15:59:43'),(4834,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 16:00:15'),(4835,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-25 16:01:34'),(4836,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-25 17:04:44'),(4837,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','140.206.189.190','2014-02-25 17:04:45'),(4838,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-25 17:19:29'),(4839,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-25 17:19:38'),(4840,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-25 18:33:06'),(4841,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.72.188','2014-02-25 18:33:14'),(4842,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:33:26'),(4843,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:34:29'),(4844,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:34:31'),(4845,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:34:39'),(4846,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:36:07'),(4847,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:36:23'),(4848,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:36:25'),(4849,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.72.188','2014-02-25 18:36:57'),(4850,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:37:51'),(4851,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:43:38'),(4852,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:44:41'),(4853,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:47:19'),(4854,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:48:16'),(4855,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:48:28'),(4856,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:50:48'),(4857,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:51:09'),(4858,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:54:28'),(4859,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:54:45'),(4860,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:54:58'),(4861,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.72.188','2014-02-25 18:55:21'),(4862,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:55:53'),(4863,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:56:18'),(4864,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:56:30'),(4865,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:56:46'),(4866,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:56:51'),(4867,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:57:04'),(4868,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-25 18:57:29'),(4869,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-25 18:57:35'),(4870,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-25 18:57:51'),(4871,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-25 18:57:58'),(4872,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-25 18:58:20'),(4873,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-25 18:58:27'),(4874,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-25 18:58:36'),(4875,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:58:50'),(4876,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:59:02'),(4877,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:59:09'),(4878,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:59:20'),(4879,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:59:25'),(4880,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:59:39'),(4881,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:59:44'),(4882,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 18:59:56'),(4883,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 19:00:02'),(4884,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-25 19:00:28'),(4885,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 19:00:35'),(4886,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 19:00:57'),(4887,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 19:01:05'),(4888,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 19:01:17'),(4889,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 19:01:24'),(4890,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 19:01:36'),(4891,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 19:01:42'),(4892,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-25 19:01:53'),(4893,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-26 09:31:38'),(4894,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-26 09:35:08'),(4895,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.73.77.54','2014-02-26 09:35:08'),(4896,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 09:40:41'),(4897,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-26 09:42:45'),(4898,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-26 09:42:53'),(4899,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-26 09:44:05'),(4900,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 09:53:14'),(4901,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 09:53:17'),(4902,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:12'),(4903,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:13'),(4904,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:15'),(4905,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:16'),(4906,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:20'),(4907,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 09:56:20'),(4908,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:21'),(4909,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 09:56:22'),(4910,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:23'),(4911,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:23'),(4912,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:24'),(4913,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:25'),(4914,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:25'),(4915,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:26'),(4916,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:28'),(4917,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:28'),(4918,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:29'),(4919,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:30'),(4920,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:30'),(4921,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:31'),(4922,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:31'),(4923,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:32'),(4924,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:33'),(4925,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:33'),(4926,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:34'),(4927,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:35'),(4928,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:35'),(4929,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:36'),(4930,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:36'),(4931,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:37'),(4932,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:38'),(4933,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:38'),(4934,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:39'),(4935,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:40'),(4936,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:45'),(4937,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:46'),(4938,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:46'),(4939,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:47'),(4940,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:48'),(4941,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:49'),(4942,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:50'),(4943,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:50'),(4944,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:51'),(4945,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:51'),(4946,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:52'),(4947,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:53'),(4948,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:54'),(4949,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:54'),(4950,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:55'),(4951,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:56'),(4952,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:56'),(4953,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:56:57'),(4954,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:18'),(4955,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:19'),(4956,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:20'),(4957,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:21'),(4958,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:21'),(4959,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:22'),(4960,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:23'),(4961,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:24'),(4962,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:24'),(4963,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:25'),(4964,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:26'),(4965,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:26'),(4966,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:57'),(4967,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:57'),(4968,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:58'),(4969,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:59'),(4970,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:57:59'),(4971,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:00'),(4972,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:01'),(4973,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:01'),(4974,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:02'),(4975,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:03'),(4976,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:03'),(4977,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:04'),(4978,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:05'),(4979,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:05'),(4980,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:06'),(4981,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:07'),(4982,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:07'),(4983,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:08'),(4984,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:09'),(4985,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:09'),(4986,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:10'),(4987,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:11'),(4988,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:11'),(4989,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:12'),(4990,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:13'),(4991,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:14'),(4992,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:14'),(4993,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:15'),(4994,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:16'),(4995,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:17'),(4996,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:23'),(4997,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:23'),(4998,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:24'),(4999,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:25'),(5000,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:25'),(5001,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:26'),(5002,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:27'),(5003,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:27'),(5004,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:28'),(5005,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:29'),(5006,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:30'),(5007,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:31'),(5008,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:31'),(5009,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:32'),(5010,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:33'),(5011,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:33'),(5012,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:34'),(5013,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:35'),(5014,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:35'),(5015,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:36'),(5016,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:37'),(5017,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:37'),(5018,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:38'),(5019,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 09:58:38'),(5020,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:38'),(5021,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:39'),(5022,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:50'),(5023,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:51'),(5024,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:52'),(5025,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:52'),(5026,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:53'),(5027,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:54'),(5028,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:54'),(5029,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:55'),(5030,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:56'),(5031,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:57'),(5032,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:57'),(5033,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:58'),(5034,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:59'),(5035,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:58:59'),(5036,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:00'),(5037,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:01'),(5038,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 09:59:01'),(5039,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:02'),(5040,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:02'),(5041,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:03'),(5042,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:03'),(5043,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:04'),(5044,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:05'),(5045,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:05'),(5046,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:06'),(5047,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:07'),(5048,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:07'),(5049,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:08'),(5050,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:09'),(5051,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:09'),(5052,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:10'),(5053,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:11'),(5054,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:11'),(5055,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:12'),(5056,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:13'),(5057,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:13'),(5058,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:14'),(5059,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:15'),(5060,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:15'),(5061,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:16'),(5062,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:17'),(5063,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:17'),(5064,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:18'),(5065,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:19'),(5066,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:19'),(5067,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:20'),(5068,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:20'),(5069,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:21'),(5070,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:22'),(5071,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:22'),(5072,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:23'),(5073,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:24'),(5074,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:25'),(5075,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:25'),(5076,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 09:59:25'),(5077,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:26'),(5078,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:26'),(5079,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:27'),(5080,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 09:59:27'),(5081,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:28'),(5082,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:28'),(5083,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:29'),(5084,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:30'),(5085,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:31'),(5086,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:31'),(5087,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:32'),(5088,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:32'),(5089,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:33'),(5090,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:34'),(5091,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:35'),(5092,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:35'),(5093,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:36'),(5094,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:37'),(5095,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 09:59:38'),(5096,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','140.206.189.190','2014-02-26 10:00:20'),(5097,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:00:33'),(5098,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:00:52'),(5099,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:00:54'),(5100,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:00:56'),(5101,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','140.206.189.190','2014-02-26 10:01:04'),(5102,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:01:14'),(5103,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:01:31'),(5104,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:01:33'),(5105,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.214.198','2014-02-26 10:01:38'),(5106,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:02:12'),(5107,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:02:23'),(5108,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:02:30'),(5109,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:02:30'),(5110,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:02:31'),(5111,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:02:32'),(5112,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:02:34'),(5113,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:02:35'),(5114,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:02:36'),(5115,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:02:36'),(5116,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:02:37'),(5117,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:02:38'),(5118,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:08'),(5119,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:09'),(5120,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:10'),(5121,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:10'),(5122,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:11'),(5123,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:12'),(5124,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:12'),(5125,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:13'),(5126,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:14'),(5127,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:15'),(5128,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:16'),(5129,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:17'),(5130,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:17'),(5131,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:18'),(5132,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:18'),(5133,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:19'),(5134,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:20'),(5135,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:50'),(5136,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:51'),(5137,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','140.206.189.190','2014-02-26 10:03:52'),(5138,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:03:54'),(5139,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:03:56'),(5140,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:04:53'),(5141,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:05:43'),(5142,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:05:55'),(5143,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:05:57'),(5144,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-26 10:06:02'),(5145,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-26 10:06:08'),(5146,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-26 10:06:10'),(5147,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-26 10:06:10'),(5148,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-26 10:06:11'),(5149,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-26 10:06:15'),(5150,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-26 10:06:17'),(5151,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-26 10:06:18'),(5152,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','140.206.189.190','2014-02-26 10:06:18'),(5153,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-26 10:06:53'),(5154,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:07:10'),(5155,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:07:33'),(5156,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:07:35'),(5157,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:07:49'),(5158,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:07:51'),(5159,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:17:36'),(5160,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:17:38'),(5161,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:17:54'),(5162,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:18:13'),(5163,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:18:15'),(5164,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:18:29'),(5165,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:18:30'),(5166,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:18:47'),(5167,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:19:02'),(5168,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:19:04'),(5169,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:20:32'),(5170,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:20:47'),(5171,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:21:01'),(5172,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:21:10'),(5173,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:21:24'),(5174,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:21:32'),(5175,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:21:41'),(5176,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:22:01'),(5177,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:22:11'),(5178,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:22:20'),(5179,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:22:38'),(5180,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:22:56'),(5181,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:24:32'),(5182,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:24:41'),(5183,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-26 10:25:14'),(5184,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:25:20'),(5185,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:25:38'),(5186,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-26 10:25:40'),(5187,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:25:47'),(5188,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:26:04'),(5189,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:26:15'),(5190,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:26:15'),(5191,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:26:31'),(5192,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:26:59'),(5193,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:27:09'),(5194,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:27:17'),(5195,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:27:53'),(5196,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:28:01'),(5197,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:28:09'),(5198,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:28:18'),(5199,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:28:38'),(5200,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:28:46'),(5201,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:28:53'),(5202,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:29:01'),(5203,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:29:13'),(5204,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-26 10:29:15'),(5205,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:29:24'),(5206,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:29:41'),(5207,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:29:52'),(5208,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:30:08'),(5209,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:30:28'),(5210,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:30:37'),(5211,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:30:45'),(5212,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:31:01'),(5213,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:31:10'),(5214,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:31:18'),(5215,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:31:27'),(5216,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:31:38'),(5217,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:31:49'),(5218,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:32:01'),(5219,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:32:13'),(5220,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-26 10:32:29'),(5221,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:32:40'),(5222,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-26 10:32:49'),(5223,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-26 10:33:22'),(5224,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-26 10:35:05'),(5225,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:40:48'),(5226,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:41:17'),(5227,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:41:19'),(5228,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:41:24'),(5229,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:41:31'),(5230,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:41:45'),(5231,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:42:03'),(5232,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:42:39'),(5233,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:42:47'),(5234,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:43:09'),(5235,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:43:12'),(5236,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:43:16'),(5237,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:43:18'),(5238,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:43:21'),(5239,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:43:58'),(5240,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:44:08'),(5241,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:44:12'),(5242,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:44:16'),(5243,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:44:50'),(5244,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:46:40'),(5245,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:47:49'),(5246,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 10:48:12'),(5247,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-26 10:48:37'),(5248,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:49:14'),(5249,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:49:23'),(5250,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:49:32'),(5251,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:49:40'),(5252,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:49:55'),(5253,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:50:05'),(5254,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:50:12'),(5255,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:50:20'),(5256,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:50:29'),(5257,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:50:43'),(5258,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:50:50'),(5259,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:50:59'),(5260,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.72.188','2014-02-26 10:53:54'),(5261,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-26 10:55:05'),(5262,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-26 10:55:44'),(5263,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-26 10:56:06'),(5264,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-26 10:56:10'),(5265,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.72.188','2014-02-26 10:56:21'),(5266,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.72.188','2014-02-26 10:57:48'),(5267,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:01:33'),(5268,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:01:53'),(5269,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:01:57'),(5270,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:02:08'),(5271,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:36:04'),(5272,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:36:17'),(5273,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:36:21'),(5274,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:36:47'),(5275,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:36:58'),(5276,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:37:00'),(5277,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:37:02'),(5278,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:37:07'),(5279,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:37:15'),(5280,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:37:17'),(5281,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:37:18'),(5282,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:37:22'),(5283,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:39:15'),(5284,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:39:17'),(5285,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:39:19'),(5286,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 11:41:18'),(5287,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-26 12:38:30'),(5288,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:53:00'),(5289,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:53:05'),(5290,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:53:09'),(5291,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:53:13'),(5292,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:53:27'),(5293,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:53:29'),(5294,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:53:30'),(5295,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:53:39'),(5296,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:53:53'),(5297,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:53:55'),(5298,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:53:56'),(5299,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:54:06'),(5300,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:54:15'),(5301,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:54:17'),(5302,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:54:19'),(5303,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:54:23'),(5304,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:54:34'),(5305,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:54:35'),(5306,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:54:37'),(5307,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:54:46'),(5308,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:54:57'),(5309,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:54:59'),(5310,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:55:00'),(5311,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:55:04'),(5312,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:55:13'),(5313,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:55:15'),(5314,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:55:16'),(5315,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:55:24'),(5316,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:55:36'),(5317,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:55:37'),(5318,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:55:40'),(5319,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:55:47'),(5320,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:55:57'),(5321,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:55:59'),(5322,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:56:00'),(5323,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:56:05'),(5324,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:56:15'),(5325,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:56:17'),(5326,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:56:18'),(5327,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:56:23'),(5328,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:56:32'),(5329,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:56:34'),(5330,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:56:35'),(5331,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:56:45'),(5332,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:56:53'),(5333,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:56:54'),(5334,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:56:57'),(5335,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:57:01'),(5336,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:57:12'),(5337,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:57:14'),(5338,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:57:16'),(5339,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:57:26'),(5340,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:57:35'),(5341,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:57:37'),(5342,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:57:40'),(5343,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:57:48'),(5344,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:57:57'),(5345,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:57:59'),(5346,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:58:01'),(5347,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:58:11'),(5348,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:58:19'),(5349,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:58:19'),(5350,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:58:23'),(5351,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:58:37'),(5352,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:58:41'),(5353,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:58:51'),(5354,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:58:53'),(5355,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:58:55'),(5356,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:58:58'),(5357,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:59:07'),(5358,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:59:09'),(5359,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:59:10'),(5360,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:59:20'),(5361,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:59:30'),(5362,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:59:32'),(5363,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:59:33'),(5364,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:59:41'),(5365,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:59:48'),(5366,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:59:50'),(5367,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:59:51'),(5368,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 12:59:56'),(5369,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:00:04'),(5370,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:00:06'),(5371,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:00:09'),(5372,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:00:12'),(5373,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:00:22'),(5374,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:00:24'),(5375,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:00:26'),(5376,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:00:35'),(5377,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:00:43'),(5378,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:00:45'),(5379,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:00:47'),(5380,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:00:51'),(5381,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:00:59'),(5382,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:01:01'),(5383,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:02:04'),(5384,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:02:06'),(5385,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:02:08'),(5386,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:02:17'),(5387,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:02:29'),(5388,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:02:34'),(5389,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:02:42'),(5390,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:02:47'),(5391,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:02:58'),(5392,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:03:01'),(5393,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:03:09'),(5394,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:03:11'),(5395,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:03:12'),(5396,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:03:16'),(5397,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:03:23'),(5398,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:03:27'),(5399,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:03:29'),(5400,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:03:37'),(5401,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:03:41'),(5402,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:03:51'),(5403,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:03:59'),(5404,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:04:06'),(5405,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:04:10'),(5406,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:04:16'),(5407,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:04:22'),(5408,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:04:32'),(5409,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:04:40'),(5410,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:04:49'),(5411,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:04:53'),(5412,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:05:00'),(5413,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:05:04'),(5414,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:05:09'),(5415,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-26 13:06:12'),(5416,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:08:12'),(5417,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.73.77.55','2014-02-26 13:08:31'),(5418,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:09:25'),(5419,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-26 13:09:50'),(5420,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-26 13:10:16'),(5421,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:11:18'),(5422,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:11:44'),(5423,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:14:12'),(5424,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:14:16'),(5425,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:14:27'),(5426,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:14:36'),(5427,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:14:44'),(5428,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:14:48'),(5429,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:14:56'),(5430,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:15:00'),(5431,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:15:07'),(5432,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:15:14'),(5433,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:15:23'),(5434,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:15:31'),(5435,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:15:39'),(5436,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:15:43'),(5437,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:15:50'),(5438,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:15:54'),(5439,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:16:01'),(5440,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:16:05'),(5441,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:16:36'),(5442,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:16:45'),(5443,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:17:05'),(5444,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:17:10'),(5445,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:17:19'),(5446,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:17:23'),(5447,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:18:01'),(5448,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:18:06'),(5449,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:18:14'),(5450,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:18:18'),(5451,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:18:23'),(5452,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:18:37'),(5453,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:31:20'),(5454,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:31:34'),(5455,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:31:40'),(5456,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:32:19'),(5457,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:34:56'),(5458,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:35:13'),(5459,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:35:27'),(5460,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:35:51'),(5461,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:35:58'),(5462,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:36:21'),(5463,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:36:29'),(5464,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:36:47'),(5465,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:36:54'),(5466,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:37:11'),(5467,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:37:25'),(5468,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:37:30'),(5469,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:37:51'),(5470,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','140.206.189.190','2014-02-26 13:37:57'),(5471,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:37:59'),(5472,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:38:10'),(5473,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:38:14'),(5474,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:38:23'),(5475,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:38:25'),(5476,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:38:26'),(5477,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','140.206.189.190','2014-02-26 13:38:35'),(5478,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-26 13:39:14'),(5479,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-26 13:39:41'),(5480,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-02-26 13:40:18'),(5481,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:40:24'),(5482,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:41:51'),(5483,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:42:40'),(5484,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:45:37'),(5485,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:45:40'),(5486,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:46:32'),(5487,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:46:43'),(5488,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:47:38'),(5489,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:47:40'),(5490,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:48:32'),(5491,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:48:45'),(5492,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:50:32'),(5493,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:50:37'),(5494,'',0,'content','','content','?m=content&c=content&a=add_othors','',1,'dhadmin','140.206.189.190','2014-02-26 13:50:48'),(5495,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:51:22'),(5496,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:51:33'),(5497,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:52:36'),(5498,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:52:38'),(5499,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:53:29'),(5500,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:53:32'),(5501,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:54:15'),(5502,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:54:18'),(5503,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:57:00'),(5504,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:57:11'),(5505,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:57:20'),(5506,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:57:28'),(5507,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:57:30'),(5508,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:57:32'),(5509,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:57:48'),(5510,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:57:56'),(5511,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:57:58'),(5512,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:58:00'),(5513,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:58:04'),(5514,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:58:10'),(5515,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:58:12'),(5516,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:58:14'),(5517,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:58:16'),(5518,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:58:17'),(5519,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:58:26'),(5520,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:58:37'),(5521,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:58:39'),(5522,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:58:42'),(5523,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:58:47'),(5524,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:58:55'),(5525,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:58:57'),(5526,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 13:58:58'),(5527,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:59:02'),(5528,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:59:04'),(5529,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:59:41'),(5530,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 13:59:43'),(5531,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 14:00:25'),(5532,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 14:00:27'),(5533,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 14:01:07'),(5534,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 14:01:09'),(5535,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-02-26 14:01:44'),(5536,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-26 14:01:56'),(5537,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-02-26 14:02:01'),(5538,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 14:36:08'),(5539,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 14:44:10'),(5540,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 14:44:12'),(5541,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 14:44:20'),(5542,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 14:44:27'),(5543,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 14:44:29'),(5544,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 14:44:31'),(5545,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 14:44:44'),(5546,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 14:44:52'),(5547,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 14:44:54'),(5548,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:32:14'),(5549,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:32:24'),(5550,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:32:38'),(5551,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:32:42'),(5552,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:33:40'),(5553,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:33:41'),(5554,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:33:57'),(5555,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:34:06'),(5556,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:34:08'),(5557,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:34:10'),(5558,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:34:23'),(5559,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:34:37'),(5560,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:34:39'),(5561,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:34:44'),(5562,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:34:54'),(5563,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:35:03'),(5564,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:35:05'),(5565,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:35:06'),(5566,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:35:16'),(5567,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:35:24'),(5568,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:35:26'),(5569,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:35:28'),(5570,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:35:42'),(5571,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-26 15:35:48'),(5572,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-28 09:21:53'),(5573,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.72.188','2014-02-28 09:22:12'),(5574,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:22:53'),(5575,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:23:03'),(5576,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:23:05'),(5577,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:23:07'),(5578,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:23:37'),(5579,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:23:42'),(5580,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:23:44'),(5581,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:23:46'),(5582,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:25:27'),(5583,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:25:31'),(5584,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:25:33'),(5585,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:26:13'),(5586,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:27:44'),(5587,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:27:49'),(5588,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:27:51'),(5589,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:27:52'),(5590,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:28:05'),(5591,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:28:11'),(5592,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:28:16'),(5593,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:28:18'),(5594,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 09:28:20'),(5595,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-28 09:54:51'),(5596,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-02-28 09:54:59'),(5597,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:57:03'),(5598,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:57:25'),(5599,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:57:27'),(5600,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:57:29'),(5601,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:57:40'),(5602,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:57:58'),(5603,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:58:00'),(5604,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:58:01'),(5605,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:58:08'),(5606,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:58:18'),(5607,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:58:20'),(5608,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:58:22'),(5609,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:58:28'),(5610,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:58:42'),(5611,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:58:44'),(5612,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 10:58:47'),(5613,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 11:04:18'),(5614,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 11:06:03'),(5615,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 11:06:05'),(5616,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.72.188','2014-02-28 11:06:18'),(5617,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.190','2014-03-04 13:21:16'),(5618,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.190','2014-03-04 13:21:16'),(5619,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.189','2014-03-04 13:21:23'),(5620,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.189','2014-03-04 13:21:23'),(5621,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.188','2014-03-04 13:21:30'),(5622,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.185','2014-03-04 13:21:44'),(5623,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.184','2014-03-04 13:21:50'),(5624,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.183','2014-03-04 13:21:56'),(5625,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.182','2014-03-04 13:22:01'),(5626,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.216.252','2014-03-04 13:22:11'),(5627,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.179','2014-03-04 13:22:15'),(5628,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.175','2014-03-04 13:22:31'),(5629,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.173','2014-03-04 13:22:38'),(5630,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.216.253','2014-03-04 13:22:55'),(5631,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.158','2014-03-04 13:23:48'),(5632,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.147','2014-03-04 13:24:34'),(5633,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.145','2014-03-04 13:24:47'),(5634,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.139','2014-03-04 13:25:18'),(5635,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.136','2014-03-04 13:25:29'),(5636,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.132','2014-03-04 13:25:48'),(5637,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.130','2014-03-04 13:25:56'),(5638,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.130','2014-03-04 13:25:57'),(5639,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.129','2014-03-04 13:26:02'),(5640,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.126','2014-03-04 13:26:13'),(5641,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.126','2014-03-04 13:26:14'),(5642,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.126','2014-03-04 13:26:14'),(5643,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.126','2014-03-04 13:26:15'),(5644,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.126','2014-03-04 13:26:17'),(5645,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.125','2014-03-04 13:26:17'),(5646,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.125','2014-03-04 13:26:17'),(5647,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.125','2014-03-04 13:26:19'),(5648,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.216.254','2014-03-04 13:26:21'),(5649,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.124','2014-03-04 13:26:21'),(5650,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.123','2014-03-04 13:26:29'),(5651,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.122','2014-03-04 13:26:30'),(5652,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.120','2014-03-04 13:26:40'),(5653,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.119','2014-03-04 13:26:43'),(5654,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.119','2014-03-04 13:26:46'),(5655,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.118','2014-03-04 13:26:49'),(5656,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.118','2014-03-04 13:26:50'),(5657,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.117','2014-03-04 13:26:51'),(5658,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.116','2014-03-04 13:26:56'),(5659,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.116','2014-03-04 13:26:57'),(5660,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.116','2014-03-04 13:26:57'),(5661,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.216.253','2014-03-04 13:26:58'),(5662,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.113','2014-03-04 13:27:10'),(5663,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.112','2014-03-04 13:27:14'),(5664,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.111','2014-03-04 13:27:19'),(5665,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.216.253','2014-03-04 13:27:19'),(5666,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.110','2014-03-04 13:27:22'),(5667,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.216.254','2014-03-04 13:27:24'),(5668,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.109','2014-03-04 13:27:28'),(5669,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.108','2014-03-04 13:27:34'),(5670,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.105','2014-03-04 13:27:45'),(5671,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.104','2014-03-04 13:27:52'),(5672,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.104','2014-03-04 13:27:53'),(5673,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.104','2014-03-04 13:27:53'),(5674,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.103','2014-03-04 13:27:55'),(5675,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.102','2014-03-04 13:27:59'),(5676,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.102','2014-03-04 13:28:00'),(5677,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.102','2014-03-04 13:28:01'),(5678,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.99','2014-03-04 13:28:11'),(5679,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.98','2014-03-04 13:28:20'),(5680,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.98','2014-03-04 13:28:20'),(5681,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.97','2014-03-04 13:28:24'),(5682,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.96','2014-03-04 13:28:26'),(5683,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.91','2014-03-04 13:28:49'),(5684,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.89','2014-03-04 13:28:59'),(5685,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.89','2014-03-04 13:29:00'),(5686,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.89','2014-03-04 13:29:01'),(5687,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.88','2014-03-04 13:29:04'),(5688,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.88','2014-03-04 13:29:06'),(5689,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.87','2014-03-04 13:29:06'),(5690,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.82','2014-03-04 13:29:30'),(5691,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.79','2014-03-04 13:29:47'),(5692,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.77','2014-03-04 13:29:55'),(5693,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.44','2014-03-04 13:32:07'),(5694,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.190','2014-03-04 13:39:56'),(5695,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.129','2014-03-04 13:44:24'),(5696,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.75','2014-03-04 13:48:22'),(5697,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.15','2014-03-04 13:52:16'),(5698,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.7','2014-03-04 13:52:49'),(5699,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','110.75.105.50','2014-03-04 14:09:30'),(5700,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.41.200','2014-03-10 09:50:03'),(5701,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','119.84.41.5','2014-03-10 09:50:04'),(5702,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.41.200','2014-03-10 09:50:15'),(5703,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.41.200','2014-03-10 09:50:17'),(5704,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','119.84.41.5','2014-03-10 09:50:17'),(5705,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.41.200','2014-03-10 09:50:28'),(5706,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.41.200','2014-03-10 09:50:29'),(5707,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.41.200','2014-03-10 09:50:39'),(5708,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.41.200','2014-03-10 10:03:33'),(5709,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','119.84.41.5','2014-03-10 10:03:33'),(5710,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.40.255','2014-03-12 15:51:01'),(5711,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.40.255','2014-03-12 15:51:08'),(5712,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.40.255','2014-03-12 15:51:10'),(5713,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.40.255','2014-03-12 15:51:18'),(5714,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 15:52:04'),(5715,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:16:26'),(5716,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:16:28'),(5717,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:16:29'),(5718,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:16:36'),(5719,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:16:57'),(5720,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:16:59'),(5721,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:17:00'),(5722,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:17:07'),(5723,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:17:15'),(5724,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:17:17'),(5725,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:23:51'),(5726,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:23:53'),(5727,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:23:54'),(5728,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:23:58'),(5729,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:05'),(5730,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:07'),(5731,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:09'),(5732,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:13'),(5733,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:20'),(5734,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:22'),(5735,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:23'),(5736,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:28'),(5737,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:41'),(5738,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:43'),(5739,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:44'),(5740,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:48'),(5741,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:54'),(5742,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:56'),(5743,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:24:57'),(5744,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:25:03'),(5745,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:25:12'),(5746,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:25:13'),(5747,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:25:15'),(5748,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:25:23'),(5749,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:26:52'),(5750,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:26:54'),(5751,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:26:56'),(5752,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:27:00'),(5753,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:27:06'),(5754,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:27:08'),(5755,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:27:10'),(5756,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:27:14'),(5757,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:27:24'),(5758,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:27:26'),(5759,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:27:27'),(5760,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:28:20'),(5761,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:28:26'),(5762,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:28:28'),(5763,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:28:30'),(5764,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:28:34'),(5765,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:28:40'),(5766,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:28:42'),(5767,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:28:44'),(5768,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:28:49'),(5769,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:28:55'),(5770,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:28:57'),(5771,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:28:58'),(5772,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:29:02'),(5773,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:29:09'),(5774,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:29:10'),(5775,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:29:12'),(5776,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:29:21'),(5777,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:29:33'),(5778,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:29:35'),(5779,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:29:36'),(5780,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:29:43'),(5781,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:29:49'),(5782,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:29:51'),(5783,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:29:52'),(5784,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:29:56'),(5785,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:02'),(5786,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:04'),(5787,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:05'),(5788,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:08'),(5789,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:12'),(5790,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:18'),(5791,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:19'),(5792,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:21'),(5793,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:26'),(5794,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:31'),(5795,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:33'),(5796,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:35'),(5797,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:41'),(5798,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:30:59'),(5799,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:31:01'),(5800,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:31:02'),(5801,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:31:07'),(5802,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:33:04'),(5803,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:33:06'),(5804,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:33:07'),(5805,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:33:14'),(5806,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:33:19'),(5807,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:33:21'),(5808,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:33:22'),(5809,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:33:27'),(5810,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:33:33'),(5811,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:33:35'),(5812,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.255','2014-03-12 16:33:36'),(5813,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','119.84.41.5','2014-03-12 22:07:16'),(5814,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','119.84.41.5','2014-03-12 22:07:16'),(5815,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','119.84.41.5','2014-03-12 22:07:16'),(5816,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.39.154','2014-03-13 13:30:51'),(5817,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.39.154','2014-03-13 13:30:58'),(5818,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:31:25'),(5819,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:31:44'),(5820,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:31:46'),(5821,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:31:48'),(5822,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:31:52'),(5823,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:00'),(5824,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:02'),(5825,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:03'),(5826,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:05'),(5827,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:12'),(5828,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:14'),(5829,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:16'),(5830,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:19'),(5831,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:25'),(5832,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:27'),(5833,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:29'),(5834,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:32'),(5835,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:38'),(5836,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:40'),(5837,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:41'),(5838,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:45'),(5839,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:32:50'),(5840,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:33:07'),(5841,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:33:25'),(5842,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:33:27'),(5843,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:33:28'),(5844,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:33:42'),(5845,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:34:06'),(5846,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:34:08'),(5847,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:34:10'),(5848,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:34:24'),(5849,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:34:42'),(5850,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:34:44'),(5851,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:34:46'),(5852,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:34:49'),(5853,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:34:55'),(5854,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:34:57'),(5855,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:34:59'),(5856,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:35:02'),(5857,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:35:08'),(5858,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:35:10'),(5859,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:35:11'),(5860,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:35:15'),(5861,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:35:20'),(5862,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:35:22'),(5863,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:35:24'),(5864,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:35:30'),(5865,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:35:36'),(5866,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:35:38'),(5867,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:35:40'),(5868,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:35:48'),(5869,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:02'),(5870,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:04'),(5871,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:14'),(5872,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:28'),(5873,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:30'),(5874,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:30'),(5875,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:36'),(5876,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:38'),(5877,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:39'),(5878,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:44'),(5879,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:47'),(5880,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:52'),(5881,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:54'),(5882,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:36:59'),(5883,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:39:53'),(5884,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:01'),(5885,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:13'),(5886,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:15'),(5887,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:18'),(5888,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:24'),(5889,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:26'),(5890,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:28'),(5891,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:31'),(5892,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:39'),(5893,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:41'),(5894,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:44'),(5895,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:50'),(5896,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:52'),(5897,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:54'),(5898,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:40:57'),(5899,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:03'),(5900,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:05'),(5901,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:06'),(5902,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:09'),(5903,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:15'),(5904,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:17'),(5905,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:19'),(5906,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:23'),(5907,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:29'),(5908,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:31'),(5909,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:32'),(5910,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:40'),(5911,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:46'),(5912,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:48'),(5913,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:41:54'),(5914,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:03'),(5915,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:17'),(5916,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:19'),(5917,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:21'),(5918,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:26'),(5919,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:32'),(5920,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:34'),(5921,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:38'),(5922,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:43'),(5923,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:46'),(5924,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:48'),(5925,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:51'),(5926,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:57'),(5927,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:42:59'),(5928,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:04'),(5929,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:06'),(5930,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:13'),(5931,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:15'),(5932,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:16'),(5933,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:19'),(5934,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:23'),(5935,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:29'),(5936,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:31'),(5937,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:32'),(5938,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:35'),(5939,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:41'),(5940,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:43'),(5941,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:44'),(5942,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:49'),(5943,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:55'),(5944,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:56'),(5945,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:43:58'),(5946,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:07'),(5947,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:14'),(5948,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:16'),(5949,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:17'),(5950,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:20'),(5951,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:27'),(5952,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:29'),(5953,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:31'),(5954,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:33'),(5955,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:38'),(5956,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:40'),(5957,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:46'),(5958,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:50'),(5959,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:44:55'),(5960,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:45:01'),(5961,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:45:04'),(5962,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:45:08'),(5963,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:45:17'),(5964,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:47:30'),(5965,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:47:31'),(5966,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:47:33'),(5967,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:47:36'),(5968,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:47:47'),(5969,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:47:49'),(5970,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:47:56'),(5971,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:03'),(5972,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:05'),(5973,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:07'),(5974,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:11'),(5975,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:17'),(5976,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:19'),(5977,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:21'),(5978,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:23'),(5979,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:31'),(5980,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:33'),(5981,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:38'),(5982,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:43'),(5983,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:50'),(5984,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:52'),(5985,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:48:58'),(5986,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:03'),(5987,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:05'),(5988,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:08'),(5989,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:13'),(5990,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:15'),(5991,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:17'),(5992,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:21'),(5993,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:28'),(5994,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:30'),(5995,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:33'),(5996,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:39'),(5997,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:45'),(5998,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:47'),(5999,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:48'),(6000,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:49:53'),(6001,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:00'),(6002,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:02'),(6003,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:03'),(6004,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:06'),(6005,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:14'),(6006,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:16'),(6007,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:19'),(6008,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:24'),(6009,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:26'),(6010,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:28'),(6011,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:32'),(6012,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:37'),(6013,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:43'),(6014,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:47'),(6015,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:50:54'),(6016,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:51:19'),(6017,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:51:21'),(6018,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:51:24'),(6019,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:51:30'),(6020,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:51:32'),(6021,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:51:34'),(6022,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:51:37'),(6023,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:51:42'),(6024,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:51:44'),(6025,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:51:46'),(6026,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:51:52'),(6027,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:51:58'),(6028,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:52:00'),(6029,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:52:02'),(6030,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:52:06'),(6031,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:52:12'),(6032,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:52:14'),(6033,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:52:16'),(6034,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:52:20'),(6035,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:52:26'),(6036,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:52:28'),(6037,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:52:29'),(6038,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:52:32'),(6039,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:53:22'),(6040,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:53:26'),(6041,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:53:32'),(6042,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:53:34'),(6043,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:53:37'),(6044,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:53:42'),(6045,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:53:44'),(6046,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:53:46'),(6047,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:53:50'),(6048,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:53:56'),(6049,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:53:58'),(6050,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:05'),(6051,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:11'),(6052,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:13'),(6053,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:17'),(6054,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:23'),(6055,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:25'),(6056,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:28'),(6057,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:33'),(6058,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:35'),(6059,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:37'),(6060,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:41'),(6061,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:47'),(6062,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:49'),(6063,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:54:51'),(6064,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:55:12'),(6065,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:56:16'),(6066,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:56:53'),(6067,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:06'),(6068,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:08'),(6069,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:09'),(6070,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:11'),(6071,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:16'),(6072,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:18'),(6073,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:22'),(6074,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:29'),(6075,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:31'),(6076,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:32'),(6077,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:34'),(6078,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:39'),(6079,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:41'),(6080,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:43'),(6081,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:57:51'),(6082,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:58:18'),(6083,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:58:32'),(6084,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:58:34'),(6085,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:58:37'),(6086,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:58:43'),(6087,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:58:45'),(6088,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:58:47'),(6089,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:58:48'),(6090,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:58:57'),(6091,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:58:59'),(6092,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:01'),(6093,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:04'),(6094,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:11'),(6095,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:13'),(6096,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:14'),(6097,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:17'),(6098,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:20'),(6099,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:26'),(6100,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:28'),(6101,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:30'),(6102,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:33'),(6103,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:46'),(6104,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:48'),(6105,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 13:59:50'),(6106,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:00:00'),(6107,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:00:42'),(6108,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:01:20'),(6109,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:02:32'),(6110,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:03:10'),(6111,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:03:21'),(6112,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:03:23'),(6113,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:03:25'),(6114,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:03:27'),(6115,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:03:34'),(6116,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:03:36'),(6117,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:03:37'),(6118,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:03:45'),(6119,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:03:49'),(6120,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:04:08'),(6121,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:04:10'),(6122,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:04:12'),(6123,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:04:14'),(6124,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:04:17'),(6125,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:04:23'),(6126,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:04:25'),(6127,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:04:27'),(6128,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:05:12'),(6129,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:06:46'),(6130,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:06:47'),(6131,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:06:49'),(6132,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:07:00'),(6133,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:07:04'),(6134,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:07:08'),(6135,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:07:18'),(6136,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:07:25'),(6137,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:07:29'),(6138,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:08:38'),(6139,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:08:49'),(6140,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:08:51'),(6141,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:08:53'),(6142,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:09:03'),(6143,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:10:13'),(6144,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:10:32'),(6145,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:10:33'),(6146,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:10:35'),(6147,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:10:42'),(6148,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:10:51'),(6149,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:10:53'),(6150,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:10:55'),(6151,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:11:04'),(6152,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:11:16'),(6153,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:11:18'),(6154,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:11:21'),(6155,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:11:31'),(6156,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:11:41'),(6157,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:11:43'),(6158,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:11:44'),(6159,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:16:23'),(6160,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:16:31'),(6161,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:16:41'),(6162,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:16:43'),(6163,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:16:44'),(6164,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:16:52'),(6165,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:17:04'),(6166,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:17:06'),(6167,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:17:07'),(6168,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:17:16'),(6169,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:17:25'),(6170,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:17:27'),(6171,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:17:28'),(6172,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:17:34'),(6173,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:17:45'),(6174,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:17:47'),(6175,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:17:48'),(6176,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:17:56'),(6177,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:18:06'),(6178,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:18:08'),(6179,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:18:09'),(6180,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:18:21'),(6181,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:18:30'),(6182,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:18:32'),(6183,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:18:33'),(6184,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:18:39'),(6185,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:18:51'),(6186,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:18:53'),(6187,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:18:54'),(6188,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:19:05'),(6189,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:19:15'),(6190,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:19:17'),(6191,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:19:18'),(6192,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:19:23'),(6193,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:19:34'),(6194,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:19:36'),(6195,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:19:37'),(6196,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:36:37'),(6197,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:36:39'),(6198,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.154','2014-03-13 14:36:40'),(6199,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-13 15:56:21'),(6200,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-13 15:56:25'),(6201,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-13 15:58:40'),(6202,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-13 15:58:52'),(6203,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-13 15:59:11'),(6204,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-13 15:59:35'),(6205,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-13 15:59:42'),(6206,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-13 15:59:52'),(6207,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-13 16:00:02'),(6208,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-03-13 16:15:19'),(6209,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-03-13 16:15:26'),(6210,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.39.154','2014-03-13 16:17:30'),(6211,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.39.154','2014-03-13 16:17:34'),(6212,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','119.84.41.5','2014-03-13 16:17:38'),(6213,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','140.206.189.190','2014-03-13 16:20:56'),(6214,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','112.64.235.251','2014-03-13 16:26:21'),(6215,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','218.82.32.28','2014-03-13 22:34:25'),(6216,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','218.82.32.28','2014-03-13 22:34:26'),(6217,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','218.82.32.28','2014-03-13 22:34:49'),(6218,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','218.82.32.28','2014-03-13 22:35:41'),(6219,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','218.82.32.28','2014-03-13 22:36:15'),(6220,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','218.82.32.28','2014-03-13 22:36:34'),(6221,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','218.82.32.28','2014-03-13 22:36:51'),(6222,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','218.82.32.28','2014-03-13 22:36:54'),(6223,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','218.82.32.28','2014-03-13 22:36:58'),(6224,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.41.164','2014-03-14 10:03:18'),(6225,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','119.84.41.5','2014-03-14 10:03:19'),(6226,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.41.164','2014-03-14 10:03:28'),(6227,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.41.164','2014-03-14 10:03:29'),(6228,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.41.164','2014-03-14 10:03:30'),(6229,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','119.84.41.5','2014-03-14 10:03:30'),(6230,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.41.164','2014-03-14 10:03:47'),(6231,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:41:51'),(6232,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:42:05'),(6233,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-14 10:42:32'),(6234,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:42:39'),(6235,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-14 10:42:40'),(6236,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:42:44'),(6237,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:42:48'),(6238,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:42:49'),(6239,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:43:02'),(6240,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:44:06'),(6241,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:44:53'),(6242,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:44:55'),(6243,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:45:01'),(6244,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:45:03'),(6245,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:45:06'),(6246,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:50:53'),(6247,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:51:20'),(6248,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:51:23'),(6249,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:51:25'),(6250,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:51:31'),(6251,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:51:42'),(6252,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:51:44'),(6253,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:51:47'),(6254,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:51:54'),(6255,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:52:25'),(6256,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:52:36'),(6257,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:52:39'),(6258,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:52:42'),(6259,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:52:44'),(6260,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.41.164','2014-03-14 10:52:47'),(6261,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-14 11:30:12'),(6262,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-14 11:30:22'),(6263,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','218.82.32.28','2014-03-14 21:01:21'),(6264,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','218.82.32.28','2014-03-14 21:03:10'),(6265,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-17 09:43:53'),(6266,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-17 09:43:59'),(6267,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-17 09:45:39'),(6268,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-17 09:45:49'),(6269,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.41.21','2014-03-17 11:52:22'),(6270,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','119.84.41.5','2014-03-17 11:52:25'),(6271,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-17 14:54:22'),(6272,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-17 14:54:33'),(6273,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-17 14:54:37'),(6274,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-17 14:54:46'),(6275,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-03-17 14:55:29'),(6276,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-03-17 14:57:29'),(6277,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','140.206.189.190','2014-03-17 14:58:26'),(6278,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.65.105','2014-03-17 15:24:22'),(6279,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','218.82.32.28','2014-03-17 22:49:03'),(6280,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','218.82.32.28','2014-03-17 22:49:25'),(6281,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','218.82.32.28','2014-03-17 22:51:46'),(6282,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','218.82.32.28','2014-03-17 22:52:26'),(6283,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','218.82.32.28','2014-03-17 22:52:29'),(6284,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','218.82.32.28','2014-03-17 22:52:31'),(6285,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','218.82.32.28','2014-03-17 22:52:34'),(6286,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','218.82.32.28','2014-03-17 22:52:38'),(6287,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','218.82.32.28','2014-03-17 22:52:41'),(6288,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','218.82.32.28','2014-03-17 22:52:44'),(6289,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','218.82.32.28','2014-03-17 22:53:26'),(6290,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','218.82.32.28','2014-03-17 22:55:03'),(6291,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','218.82.32.28','2014-03-17 22:55:08'),(6292,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','218.82.32.28','2014-03-17 22:55:21'),(6293,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','218.82.32.28','2014-03-17 22:56:38'),(6294,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.33.235','2014-03-19 09:23:48'),(6295,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.33.235','2014-03-19 09:24:50'),(6296,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','119.84.41.5','2014-03-19 09:25:06'),(6297,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.33.235','2014-03-19 09:31:25'),(6298,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.33.235','2014-03-19 09:32:18'),(6299,'',0,'pay','','payment','?m=pay&c=payment&a=pay_list','',1,'dhadmin','116.226.33.235','2014-03-19 09:40:02'),(6300,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','116.226.33.235','2014-03-19 10:20:20'),(6301,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','119.84.41.5','2014-03-19 10:20:37'),(6302,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-19 10:56:09'),(6303,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','140.206.189.190','2014-03-19 10:56:16'),(6304,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-19 10:56:33'),(6305,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-19 10:57:02'),(6306,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-19 10:57:15'),(6307,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-19 10:58:43'),(6308,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-19 10:58:56'),(6309,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-19 10:59:05'),(6310,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.33.217','2014-03-19 11:26:09'),(6311,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.33.235','2014-03-19 13:43:52'),(6312,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.33.235','2014-03-19 13:44:02'),(6313,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.33.235','2014-03-19 13:44:04'),(6314,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.33.235','2014-03-19 13:44:07'),(6315,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.33.235','2014-03-19 13:44:15'),(6316,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.33.235','2014-03-19 13:45:07'),(6317,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.33.235','2014-03-19 13:45:18'),(6318,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.33.235','2014-03-19 13:50:35'),(6319,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.33.235','2014-03-19 13:50:48'),(6320,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.235','2014-03-19 13:51:11'),(6321,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','116.226.33.235','2014-03-19 13:51:59'),(6322,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-03-19 14:06:52'),(6323,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-03-19 14:07:31'),(6324,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.189.190','2014-03-19 14:08:33'),(6325,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.33.235','2014-03-19 15:20:53'),(6326,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.33.235','2014-03-19 15:21:03'),(6327,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.33.235','2014-03-19 15:21:28'),(6328,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.33.235','2014-03-19 15:21:49'),(6329,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.33.235','2014-03-19 15:21:55'),(6330,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','101.87.91.137','2014-03-24 16:08:58'),(6331,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','101.87.91.137','2014-03-24 16:10:43'),(6332,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','101.87.91.137','2014-03-24 16:10:54'),(6333,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-03-24 16:20:15'),(6334,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.189.190','2014-03-24 16:20:29'),(6335,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-24 16:20:43'),(6336,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','140.206.189.190','2014-03-24 16:20:57'),(6337,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.65.172.213','2014-03-25 21:19:57'),(6338,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.65.172.213','2014-03-25 21:20:41'),(6339,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.65.172.213','2014-03-25 21:20:42'),(6340,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.65.172.213','2014-03-25 21:20:58'),(6341,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:22:14'),(6342,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:23:53'),(6343,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.65.172.213','2014-03-25 21:24:13'),(6344,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:26:12'),(6345,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:30:07'),(6346,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:30:10'),(6347,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:30:13'),(6348,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:30:22'),(6349,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:30:27'),(6350,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:30:56'),(6351,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:30:59'),(6352,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:31:04'),(6353,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:31:40'),(6354,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:32:07'),(6355,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:32:10'),(6356,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:32:26'),(6357,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:32:48'),(6358,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:33:13'),(6359,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:33:16'),(6360,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:33:18'),(6361,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:33:27'),(6362,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:33:50'),(6363,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:33:52'),(6364,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:33:55'),(6365,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:34:05'),(6366,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:34:19'),(6367,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:34:23'),(6368,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:34:24'),(6369,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:34:38'),(6370,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:35:08'),(6371,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:35:12'),(6372,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:35:29'),(6373,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:36:13'),(6374,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:36:16'),(6375,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:36:18'),(6376,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:36:31'),(6377,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:36:49'),(6378,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:36:52'),(6379,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:37:05'),(6380,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:37:30'),(6381,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:37:53'),(6382,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:37:55'),(6383,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:37:59'),(6384,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:38:14'),(6385,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:38:35'),(6386,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:38:53'),(6387,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:38:57'),(6388,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:38:59'),(6389,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:39:00'),(6390,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:39:08'),(6391,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:39:19'),(6392,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:39:24'),(6393,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:39:27'),(6394,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:39:38'),(6395,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:40:15'),(6396,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:40:17'),(6397,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:40:22'),(6398,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:40:40'),(6399,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:41:10'),(6400,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:41:12'),(6401,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:41:15'),(6402,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:41:33'),(6403,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:42:14'),(6404,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:42:17'),(6405,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:42:37'),(6406,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:42:51'),(6407,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:43:16'),(6408,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:43:22'),(6409,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:43:24'),(6410,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:50:39'),(6411,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:51:43'),(6412,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:51:46'),(6413,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:52:15'),(6414,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:52:36'),(6415,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:52:40'),(6416,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:52:46'),(6417,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:52:52'),(6418,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:53:08'),(6419,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:53:10'),(6420,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:53:14'),(6421,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:53:20'),(6422,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:53:38'),(6423,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:53:41'),(6424,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:53:49'),(6425,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:53:59'),(6426,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:54:10'),(6427,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:54:33'),(6428,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:54:48'),(6429,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:54:54'),(6430,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:55:13'),(6431,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:55:18'),(6432,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:55:20'),(6433,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:55:44'),(6434,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:56:00'),(6435,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:56:03'),(6436,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:56:11'),(6437,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:56:21'),(6438,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:56:32'),(6439,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:56:38'),(6440,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:56:42'),(6441,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:56:48'),(6442,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:56:59'),(6443,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:57:02'),(6444,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:57:08'),(6445,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:57:12'),(6446,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:57:14'),(6447,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:57:25'),(6448,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:57:29'),(6449,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:57:45'),(6450,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:57:47'),(6451,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:57:52'),(6452,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:57:58'),(6453,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:58:15'),(6454,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:58:17'),(6455,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:58:25'),(6456,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:58:33'),(6457,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:58:49'),(6458,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:58:51'),(6459,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:58:55'),(6460,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:59:05'),(6461,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:59:28'),(6462,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:59:30'),(6463,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:59:32'),(6464,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 21:59:42'),(6465,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:00:15'),(6466,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:00:21'),(6467,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:00:37'),(6468,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:01:01'),(6469,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:01:26'),(6470,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:01:29'),(6471,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:01:31'),(6472,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:01:42'),(6473,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:02:15'),(6474,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:02:17'),(6475,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:02:28'),(6476,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:02:39'),(6477,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:02:57'),(6478,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:02:59'),(6479,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:03:21'),(6480,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:03:52'),(6481,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:04:23'),(6482,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:04:26'),(6483,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:04:28'),(6484,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:04:36'),(6485,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:04:48'),(6486,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:04:50'),(6487,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:04:53'),(6488,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:05:09'),(6489,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:05:35'),(6490,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:05:37'),(6491,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:05:41'),(6492,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:05:58'),(6493,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:06:15'),(6494,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:06:18'),(6495,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:06:21'),(6496,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:06:32'),(6497,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:06:47'),(6498,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:06:50'),(6499,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:06:52'),(6500,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:07:07'),(6501,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:07:21'),(6502,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:07:23'),(6503,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:07:29'),(6504,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:08:08'),(6505,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:08:33'),(6506,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:08:37'),(6507,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:08:47'),(6508,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:08:56'),(6509,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:09:36'),(6510,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:09:41'),(6511,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:09:43'),(6512,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:10:09'),(6513,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:10:51'),(6514,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:10:54'),(6515,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:11:10'),(6516,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:11:21'),(6517,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:11:27'),(6518,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:11:53'),(6519,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:12:17'),(6520,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:12:19'),(6521,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:12:23'),(6522,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:12:54'),(6523,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:13:40'),(6524,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:13:43'),(6525,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:13:48'),(6526,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:13:50'),(6527,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:14:22'),(6528,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:14:27'),(6529,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:14:31'),(6530,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:14:37'),(6531,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:15:05'),(6532,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:15:15'),(6533,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:15:17'),(6534,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:15:27'),(6535,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:15:29'),(6536,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:15:31'),(6537,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:16:03'),(6538,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:16:22'),(6539,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:16:25'),(6540,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:16:30'),(6541,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:16:45'),(6542,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:16:58'),(6543,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:17:01'),(6544,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:17:05'),(6545,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:17:22'),(6546,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:17:38'),(6547,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:17:41'),(6548,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:17:47'),(6549,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:18:06'),(6550,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:18:23'),(6551,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:18:26'),(6552,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:18:37'),(6553,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:19:51'),(6554,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:20:31'),(6555,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:20:33'),(6556,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:20:52'),(6557,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:20:52'),(6558,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:22:08'),(6559,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:22:12'),(6560,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:22:21'),(6561,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:22:27'),(6562,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:22:33'),(6563,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:22:51'),(6564,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:23:18'),(6565,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:23:21'),(6566,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:23:24'),(6567,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:23:46'),(6568,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:24:09'),(6569,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:24:12'),(6570,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:24:16'),(6571,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:24:36'),(6572,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:24:53'),(6573,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:24:56'),(6574,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:25:00'),(6575,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:28:27'),(6576,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:28:48'),(6577,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:28:51'),(6578,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:29:07'),(6579,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:29:28'),(6580,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:29:31'),(6581,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:29:35'),(6582,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:29:52'),(6583,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:30:08'),(6584,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:30:11'),(6585,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.65.172.213','2014-03-25 22:30:14'),(6586,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','101.87.94.240','2014-03-26 09:57:20'),(6587,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','101.87.94.240','2014-03-26 09:57:31'),(6588,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.87.94.240','2014-03-26 09:58:13'),(6589,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','101.87.94.240','2014-03-26 10:04:38'),(6590,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','112.64.235.247','2014-03-26 10:27:21'),(6591,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','101.87.94.240','2014-03-26 13:31:24'),(6592,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','101.87.94.240','2014-03-26 13:32:18'),(6593,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','101.87.94.240','2014-03-26 13:32:31'),(6594,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','101.87.94.240','2014-03-26 13:40:49'),(6595,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','101.87.94.240','2014-03-26 13:41:30'),(6596,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','101.87.94.240','2014-03-26 13:42:14'),(6597,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','101.87.94.240','2014-03-26 13:42:57'),(6598,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','101.87.94.240','2014-03-26 13:43:27'),(6599,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','101.87.94.240','2014-03-26 13:44:29'),(6600,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.43.166','2014-03-31 10:10:23'),(6601,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.43.166','2014-03-31 10:10:24'),(6602,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.43.166','2014-03-31 10:10:36'),(6603,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.43.166','2014-03-31 10:10:38'),(6604,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.43.166','2014-03-31 10:10:49'),(6605,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.43.166','2014-03-31 10:11:36'),(6606,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.65.172.213','2014-04-07 21:18:54'),(6607,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.65.172.213','2014-04-07 21:20:01'),(6608,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.34.182','2014-04-08 10:22:52'),(6609,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.34.182','2014-04-08 13:27:42'),(6610,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:29:02'),(6611,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:29:32'),(6612,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.34.182','2014-04-08 13:31:52'),(6613,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.34.182','2014-04-08 13:31:53'),(6614,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.34.182','2014-04-08 13:32:20'),(6615,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:33:35'),(6616,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:45:12'),(6617,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:45:19'),(6618,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:45:21'),(6619,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:45:23'),(6620,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:45:33'),(6621,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:48:29'),(6622,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:48:31'),(6623,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:48:35'),(6624,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:48:44'),(6625,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:49:58'),(6626,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:50:01'),(6627,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:50:04'),(6628,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:50:13'),(6629,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:50:22'),(6630,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:50:25'),(6631,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:50:27'),(6632,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:50:33'),(6633,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:50:42'),(6634,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:54:13'),(6635,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:54:20'),(6636,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:54:31'),(6637,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.182','2014-04-08 13:55:56'),(6638,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.33.87','2014-04-28 10:22:48'),(6639,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.33.87','2014-04-28 10:22:48'),(6640,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.33.87','2014-04-28 10:23:01'),(6641,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.87','2014-04-28 10:45:44'),(6642,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.40.200','2014-05-08 11:02:36'),(6643,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.40.200','2014-05-08 11:02:50'),(6644,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.40.200','2014-05-08 11:02:54'),(6645,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.40.200','2014-05-08 11:03:05'),(6646,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.200','2014-05-08 11:03:26'),(6647,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.200','2014-05-08 11:03:44'),(6648,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.200','2014-05-08 11:03:47'),(6649,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.200','2014-05-08 11:03:50'),(6650,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.200','2014-05-08 11:04:27'),(6651,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.200','2014-05-08 11:04:39'),(6652,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.200','2014-05-08 11:04:41'),(6653,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.200','2014-05-08 11:04:43'),(6654,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.200','2014-05-08 11:06:56'),(6655,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.200','2014-05-08 11:07:13'),(6656,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.200','2014-05-08 11:07:16'),(6657,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.40.200','2014-05-08 11:07:17'),(6658,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.39.253','2014-06-16 13:58:03'),(6659,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.39.253','2014-06-16 13:58:30'),(6660,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.39.253','2014-06-16 13:58:31'),(6661,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.39.253','2014-06-16 13:58:44'),(6662,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.39.253','2014-06-16 15:43:17'),(6663,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.39.253','2014-06-16 15:44:00'),(6664,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.39.253','2014-06-16 15:49:40'),(6665,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.39.253','2014-06-16 15:49:54'),(6666,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.39.253','2014-06-16 15:50:18'),(6667,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.39.253','2014-06-16 15:51:08'),(6668,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.39.253','2014-06-16 15:51:52'),(6669,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 15:53:54'),(6670,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 15:55:47'),(6671,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 15:55:49'),(6672,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 15:55:51'),(6673,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 15:55:54'),(6674,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 15:56:07'),(6675,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 15:57:35'),(6676,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 15:57:38'),(6677,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 15:58:23'),(6678,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 15:58:26'),(6679,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 15:58:34'),(6680,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:01:26'),(6681,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:01:43'),(6682,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:01:46'),(6683,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:01:54'),(6684,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.39.253','2014-06-16 16:06:02'),(6685,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:06:49'),(6686,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:08:20'),(6687,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:08:22'),(6688,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:08:29'),(6689,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:08:53'),(6690,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:09:12'),(6691,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:09:16'),(6692,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:09:17'),(6693,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:09:35'),(6694,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:09:45'),(6695,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:09:47'),(6696,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:09:50'),(6697,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:09:56'),(6698,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:10:06'),(6699,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:10:08'),(6700,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:10:10'),(6701,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:10:15'),(6702,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:10:24'),(6703,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:10:27'),(6704,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:10:34'),(6705,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:10:37'),(6706,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:10:46'),(6707,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:10:48'),(6708,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:10:50'),(6709,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:12:10'),(6710,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:12:59'),(6711,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:13:01'),(6712,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:13:05'),(6713,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:13:09'),(6714,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:13:16'),(6715,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:13:18'),(6716,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:13:20'),(6717,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:13:43'),(6718,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:13:48'),(6719,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:13:50'),(6720,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:13:52'),(6721,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:13:58'),(6722,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:14:03'),(6723,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:14:06'),(6724,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:14:07'),(6725,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:14:12'),(6726,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:14:17'),(6727,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:14:19'),(6728,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:14:20'),(6729,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:14:24'),(6730,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:14:30'),(6731,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:14:33'),(6732,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:14:36'),(6733,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:16:12'),(6734,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:17:22'),(6735,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:17:24'),(6736,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:17:45'),(6737,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:17:51'),(6738,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:18:08'),(6739,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:18:10'),(6740,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:18:13'),(6741,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:18:20'),(6742,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:18:39'),(6743,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:18:41'),(6744,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:18:46'),(6745,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:18:54'),(6746,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:19:17'),(6747,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:19:19'),(6748,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:19:21'),(6749,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:19:24'),(6750,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:19:42'),(6751,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:19:44'),(6752,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:19:48'),(6753,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:20:03'),(6754,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:20:23'),(6755,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:20:26'),(6756,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:20:33'),(6757,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:20:47'),(6758,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:20:52'),(6759,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:20:54'),(6760,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:20:56'),(6761,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:21:20'),(6762,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:22:38'),(6763,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:22:40'),(6764,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:22:43'),(6765,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:22:49'),(6766,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:23:09'),(6767,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:23:11'),(6768,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:23:40'),(6769,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:23:42'),(6770,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:23:44'),(6771,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:23:50'),(6772,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:24:36'),(6773,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:24:38'),(6774,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:24:41'),(6775,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:24:48'),(6776,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:53:05'),(6777,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:53:12'),(6778,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:53:14'),(6779,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:53:16'),(6780,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:53:29'),(6781,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:53:44'),(6782,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:53:46'),(6783,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:53:49'),(6784,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 16:53:58'),(6785,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:00:09'),(6786,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:00:26'),(6787,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:00:29'),(6788,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:00:34'),(6789,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:00:38'),(6790,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:00:55'),(6791,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:00:57'),(6792,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:00:59'),(6793,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:01:02'),(6794,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:01:19'),(6795,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:01:22'),(6796,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:01:38'),(6797,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:01:50'),(6798,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:01:58'),(6799,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:02:04'),(6800,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:02:12'),(6801,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:02:14'),(6802,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:02:19'),(6803,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:02:23'),(6804,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:02:27'),(6805,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:02:29'),(6806,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:02:35'),(6807,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:02:41'),(6808,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:02:48'),(6809,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:02:51'),(6810,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:02:57'),(6811,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:03:01'),(6812,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:03:06'),(6813,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:03:08'),(6814,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:03:16'),(6815,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:05:15'),(6816,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:05:43'),(6817,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:05:49'),(6818,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:05:51'),(6819,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:05:56'),(6820,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:06:13'),(6821,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:06:15'),(6822,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:06:18'),(6823,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:06:24'),(6824,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:06:47'),(6825,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:06:50'),(6826,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:06:52'),(6827,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:06:59'),(6828,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:07:20'),(6829,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:07:22'),(6830,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:07:24'),(6831,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:07:30'),(6832,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:07:45'),(6833,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:07:47'),(6834,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:07:53'),(6835,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:07:57'),(6836,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:08:16'),(6837,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:08:18'),(6838,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:08:20'),(6839,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:08:35'),(6840,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:09:14'),(6841,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:09:14'),(6842,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:09:35'),(6843,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:09:39'),(6844,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:09:47'),(6845,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:09:53'),(6846,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:09:58'),(6847,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:10:01'),(6848,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:10:10'),(6849,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:10:19'),(6850,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:10:21'),(6851,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:10:23'),(6852,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:10:24'),(6853,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:10:30'),(6854,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:10:35'),(6855,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:10:37'),(6856,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:10:40'),(6857,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:10:44'),(6858,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:10:52'),(6859,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:10:54'),(6860,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:11:04'),(6861,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:11:49'),(6862,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:11:56'),(6863,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:11:59'),(6864,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:12:02'),(6865,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:18:15'),(6866,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:18:34'),(6867,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:18:36'),(6868,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:18:43'),(6869,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:18:48'),(6870,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:19:00'),(6871,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:19:04'),(6872,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:19:07'),(6873,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:19:13'),(6874,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:19:33'),(6875,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:19:36'),(6876,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:19:38'),(6877,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:19:43'),(6878,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:20:03'),(6879,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:20:05'),(6880,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:20:07'),(6881,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:20:27'),(6882,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:20:46'),(6883,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:20:48'),(6884,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:20:52'),(6885,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:21:01'),(6886,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:21:19'),(6887,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:21:21'),(6888,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:21:23'),(6889,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:21:30'),(6890,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:21:45'),(6891,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:21:47'),(6892,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:21:49'),(6893,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:21:58'),(6894,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:22:13'),(6895,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:22:15'),(6896,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:22:29'),(6897,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:22:37'),(6898,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:22:56'),(6899,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:22:58'),(6900,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:23:00'),(6901,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:23:09'),(6902,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:23:28'),(6903,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:23:30'),(6904,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:23:31'),(6905,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:23:37'),(6906,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:23:52'),(6907,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:23:54'),(6908,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:23:55'),(6909,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:24:02'),(6910,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:24:13'),(6911,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:24:15'),(6912,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:24:17'),(6913,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:24:25'),(6914,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:24:39'),(6915,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:24:41'),(6916,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:24:44'),(6917,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:24:54'),(6918,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:25:09'),(6919,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:25:11'),(6920,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:25:13'),(6921,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:25:22'),(6922,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:25:43'),(6923,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:25:45'),(6924,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:25:47'),(6925,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:25:57'),(6926,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:26:17'),(6927,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:26:26'),(6928,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:26:28'),(6929,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:26:32'),(6930,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:26:39'),(6931,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:26:56'),(6932,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:26:58'),(6933,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:27:01'),(6934,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:27:07'),(6935,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:27:22'),(6936,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:27:25'),(6937,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:27:27'),(6938,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:27:48'),(6939,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:28:13'),(6940,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:28:15'),(6941,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:28:17'),(6942,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:28:21'),(6943,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:28:35'),(6944,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:28:37'),(6945,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:28:40'),(6946,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:28:43'),(6947,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:28:55'),(6948,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:28:57'),(6949,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:28:59'),(6950,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:29:04'),(6951,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:29:16'),(6952,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:29:18'),(6953,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:29:20'),(6954,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:29:29'),(6955,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:29:39'),(6956,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:29:41'),(6957,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:29:44'),(6958,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:29:55'),(6959,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:30:04'),(6960,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:30:06'),(6961,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:30:08'),(6962,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:30:15'),(6963,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:30:42'),(6964,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:30:57'),(6965,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.253','2014-06-16 17:31:00'),(6966,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.39.161','2014-07-03 11:05:50'),(6967,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.39.161','2014-07-03 11:06:00'),(6968,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 11:11:03'),(6969,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 11:11:17'),(6970,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 11:17:29'),(6971,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 11:17:32'),(6972,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.163.208','2014-07-03 11:19:22'),(6973,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','112.65.193.15','2014-07-03 11:19:24'),(6974,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:14:36'),(6975,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:15:09'),(6976,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:15:12'),(6977,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:16:12'),(6978,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:16:16'),(6979,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:16:20'),(6980,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:17:40'),(6981,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:17:42'),(6982,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:17:46'),(6983,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:18:02'),(6984,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:18:09'),(6985,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:18:16'),(6986,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:18:31'),(6987,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:18:33'),(6988,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:18:37'),(6989,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:18:39'),(6990,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:18:46'),(6991,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:19:28'),(6992,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:19:31'),(6993,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:19:34'),(6994,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:19:42'),(6995,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:31:52'),(6996,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:31:55'),(6997,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:31:59'),(6998,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:32:06'),(6999,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:32:35'),(7000,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:32:38'),(7001,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:32:39'),(7002,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:32:49'),(7003,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:33:16'),(7004,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:33:18'),(7005,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:33:30'),(7006,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:33:32'),(7007,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:33:34'),(7008,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:33:37'),(7009,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:34:07'),(7010,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:34:09'),(7011,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:34:15'),(7012,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:34:27'),(7013,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:35:02'),(7014,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:35:04'),(7015,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:35:07'),(7016,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:35:11'),(7017,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:36:04'),(7018,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:36:07'),(7019,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:36:13'),(7020,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:36:23'),(7021,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:36:58'),(7022,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:37:00'),(7023,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:37:04'),(7024,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:37:14'),(7025,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:37:39'),(7026,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:37:43'),(7027,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:37:46'),(7028,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:37:58'),(7029,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:38:37'),(7030,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:38:39'),(7031,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:38:45'),(7032,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:38:55'),(7033,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:39:32'),(7034,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 12:39:34'),(7035,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.161','2014-07-03 15:43:29'),(7036,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.172.75.117','2014-07-13 23:10:43'),(7037,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.172.75.117','2014-07-13 23:10:43'),(7038,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.172.75.117','2014-07-13 23:11:02'),(7039,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:11:40'),(7040,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:13:01'),(7041,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:13:04'),(7042,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:13:09'),(7043,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:13:45'),(7044,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:13:47'),(7045,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:13:58'),(7046,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:14:22'),(7047,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:14:27'),(7048,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:14:49'),(7049,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:14:56'),(7050,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:15:15'),(7051,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:15:23'),(7052,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:15:27'),(7053,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:15:33'),(7054,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:15:57'),(7055,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:16:03'),(7056,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:16:22'),(7057,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:16:31'),(7058,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:17:05'),(7059,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:17:14'),(7060,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:17:45'),(7061,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:17:52'),(7062,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:18:00'),(7063,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:18:22'),(7064,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:18:28'),(7065,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:18:47'),(7066,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:19:01'),(7067,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:19:37'),(7068,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:19:58'),(7069,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:20:09'),(7070,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:20:31'),(7071,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:20:43'),(7072,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:21:02'),(7073,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:21:09'),(7074,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:21:17'),(7075,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:21:30'),(7076,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:21:52'),(7077,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:21:58'),(7078,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:22:08'),(7079,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:22:16'),(7080,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:22:41'),(7081,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:23:33'),(7082,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:24:00'),(7083,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:24:06'),(7084,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:24:47'),(7085,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:28:42'),(7086,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:28:52'),(7087,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:29:18'),(7088,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:29:24'),(7089,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:29:48'),(7090,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:31:36'),(7091,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:32:00'),(7092,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:32:07'),(7093,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:32:38'),(7094,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:32:44'),(7095,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:33:03'),(7096,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:33:08'),(7097,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:33:26'),(7098,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:33:43'),(7099,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:34:03'),(7100,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:34:11'),(7101,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:34:28'),(7102,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:34:34'),(7103,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:34:50'),(7104,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:35:00'),(7105,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:35:14'),(7106,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:35:22'),(7107,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:35:49'),(7108,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:36:07'),(7109,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:36:28'),(7110,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:36:35'),(7111,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:37:01'),(7112,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:37:13'),(7113,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:37:37'),(7114,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:37:55'),(7115,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:38:14'),(7116,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:38:19'),(7117,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:38:35'),(7118,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:38:40'),(7119,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:38:56'),(7120,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:39:10'),(7121,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:39:15'),(7122,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:39:35'),(7123,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:39:51'),(7124,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:40:06'),(7125,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:40:12'),(7126,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:40:28'),(7127,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:40:35'),(7128,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:41:17'),(7129,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:41:25'),(7130,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:41:51'),(7131,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:41:58'),(7132,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:42:17'),(7133,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:42:26'),(7134,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:42:54'),(7135,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:43:03'),(7136,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:43:36'),(7137,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:43:45'),(7138,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:44:19'),(7139,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:44:29'),(7140,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:44:41'),(7141,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:45:07'),(7142,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:45:19'),(7143,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:45:34'),(7144,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:45:40'),(7145,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:46:10'),(7146,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:46:18'),(7147,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:46:42'),(7148,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:46:53'),(7149,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:47:38'),(7150,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:48:13'),(7151,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:48:23'),(7152,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:48:29'),(7153,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:48:36'),(7154,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:48:54'),(7155,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:49:02'),(7156,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:49:25'),(7157,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:49:38'),(7158,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:50:00'),(7159,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:50:15'),(7160,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:50:38'),(7161,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:50:52'),(7162,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:51:09'),(7163,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:51:15'),(7164,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:51:35'),(7165,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:51:42'),(7166,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:52:03'),(7167,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:52:10'),(7168,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:52:33'),(7169,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:52:52'),(7170,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:53:13'),(7171,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:53:23'),(7172,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:53:49'),(7173,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:53:55'),(7174,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:53:59'),(7175,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:54:43'),(7176,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:55:22'),(7177,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:56:13'),(7178,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:56:29'),(7179,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-13 23:57:21'),(7180,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.172.75.117','2014-07-14 22:05:58'),(7181,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.172.75.117','2014-07-14 22:06:13'),(7182,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:07:21'),(7183,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:07:51'),(7184,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:08:22'),(7185,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:08:29'),(7186,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:09:00'),(7187,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:09:11'),(7188,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:09:37'),(7189,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:09:45'),(7190,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:10:28'),(7191,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:10:48'),(7192,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:11:18'),(7193,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:11:27'),(7194,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:11:46'),(7195,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:11:58'),(7196,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:12:27'),(7197,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:12:38'),(7198,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:13:14'),(7199,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:13:24'),(7200,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:13:46'),(7201,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:13:56'),(7202,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:14:05'),(7203,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:14:06'),(7204,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:14:14'),(7205,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:14:20'),(7206,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:14:29'),(7207,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:14:57'),(7208,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:15:06'),(7209,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:15:37'),(7210,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:15:50'),(7211,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:16:14'),(7212,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:16:27'),(7213,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:17:01'),(7214,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:17:12'),(7215,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:17:55'),(7216,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:18:42'),(7217,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:19:20'),(7218,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:19:28'),(7219,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:20:12'),(7220,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:20:20'),(7221,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:20:29'),(7222,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:20:43'),(7223,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:21:17'),(7224,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:21:30'),(7225,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:21:58'),(7226,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:22:08'),(7227,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:23:10'),(7228,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:23:19'),(7229,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:23:51'),(7230,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:24:17'),(7231,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:24:46'),(7232,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:24:55'),(7233,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:25:28'),(7234,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:25:55'),(7235,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:26:19'),(7236,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:26:29'),(7237,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:26:48'),(7238,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:27:26'),(7239,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:27:51'),(7240,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:28:51'),(7241,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:29:11'),(7242,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:29:29'),(7243,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:29:51'),(7244,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:29:57'),(7245,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:30:15'),(7246,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.172.75.117','2014-07-14 22:43:27'),(7247,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.172.75.117','2014-07-14 22:43:28'),(7248,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.172.75.117','2014-07-14 22:43:37'),(7249,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:44:18'),(7250,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:44:40'),(7251,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:44:46'),(7252,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:45:09'),(7253,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:45:19'),(7254,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:45:43'),(7255,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:45:52'),(7256,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:46:11'),(7257,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:46:16'),(7258,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:46:39'),(7259,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:46:50'),(7260,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:47:13'),(7261,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:47:22'),(7262,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:47:56'),(7263,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:48:21'),(7264,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:48:50'),(7265,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:49:17'),(7266,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:49:36'),(7267,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:49:53'),(7268,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:50:08'),(7269,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:50:14'),(7270,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:50:34'),(7271,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:50:42'),(7272,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:51:08'),(7273,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:51:17'),(7274,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:51:42'),(7275,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:51:47'),(7276,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:52:12'),(7277,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:52:33'),(7278,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:53:07'),(7279,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:53:15'),(7280,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:53:32'),(7281,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:54:31'),(7282,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','180.172.75.117','2014-07-14 22:54:47'),(7283,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:54:59'),(7284,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:55:24'),(7285,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:55:31'),(7286,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:56:02'),(7287,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:56:14'),(7288,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:56:46'),(7289,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:56:53'),(7290,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:57:23'),(7291,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:57:28'),(7292,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:57:46'),(7293,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:57:52'),(7294,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:58:22'),(7295,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:58:33'),(7296,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:59:26'),(7297,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 22:59:53'),(7298,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:00:14'),(7299,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:01:22'),(7300,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:02:00'),(7301,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:03:10'),(7302,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:03:54'),(7303,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:05:09'),(7304,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:05:53'),(7305,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:06:27'),(7306,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:06:36'),(7307,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:07:16'),(7308,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:07:27'),(7309,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:07:51'),(7310,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:09:18'),(7311,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:09:51'),(7312,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:09:59'),(7313,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:10:24'),(7314,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:10:30'),(7315,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:10:54'),(7316,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:10:59'),(7317,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:11:17'),(7318,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:11:41'),(7319,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:11:49'),(7320,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:12:18'),(7321,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:12:24'),(7322,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:13:17'),(7323,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:13:42'),(7324,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:13:48'),(7325,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:14:10'),(7326,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:14:19'),(7327,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:14:43'),(7328,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:14:52'),(7329,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:15:19'),(7330,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:15:30'),(7331,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:15:51'),(7332,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:16:04'),(7333,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:16:34'),(7334,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:17:09'),(7335,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:17:42'),(7336,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:17:49'),(7337,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:18:09'),(7338,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:18:17'),(7339,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:18:52'),(7340,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:19:09'),(7341,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:19:18'),(7342,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:19:38'),(7343,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:19:48'),(7344,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:20:16'),(7345,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:20:49'),(7346,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:21:16'),(7347,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:21:23'),(7348,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:21:48'),(7349,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:21:58'),(7350,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:22:20'),(7351,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:22:29'),(7352,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:22:48'),(7353,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:22:54'),(7354,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:23:22'),(7355,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:23:40'),(7356,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:24:00'),(7357,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:24:09'),(7358,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:24:27'),(7359,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:24:35'),(7360,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:24:53'),(7361,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:24:59'),(7362,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:25:23'),(7363,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:25:29'),(7364,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:25:55'),(7365,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:26:02'),(7366,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:26:27'),(7367,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:26:34'),(7368,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:26:52'),(7369,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:27:02'),(7370,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:27:27'),(7371,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:28:03'),(7372,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:28:22'),(7373,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:28:30'),(7374,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:28:48'),(7375,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:28:54'),(7376,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:29:35'),(7377,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-14 23:29:47'),(7378,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.37.92','2014-07-15 10:12:05'),(7379,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.211.190','2014-07-15 10:12:06'),(7380,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.37.92','2014-07-15 10:12:13'),(7381,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','117.78.13.110','2014-07-15 10:12:13'),(7382,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.37.92','2014-07-15 10:12:30'),(7383,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','112.64.235.89','2014-07-15 10:12:30'),(7384,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:13:01'),(7385,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:13:52'),(7386,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:13:56'),(7387,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:14:17'),(7388,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:14:22'),(7389,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:14:42'),(7390,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:14:50'),(7391,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:15:07'),(7392,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:15:12'),(7393,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:15:30'),(7394,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:15:36'),(7395,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:15:52'),(7396,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:15:56'),(7397,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:16:11'),(7398,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:16:20'),(7399,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:16:34'),(7400,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:16:42'),(7401,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:16:57'),(7402,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:17:01'),(7403,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:17:19'),(7404,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:17:24'),(7405,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:17:43'),(7406,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:17:54'),(7407,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:18:17'),(7408,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:18:22'),(7409,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:18:37'),(7410,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:18:44'),(7411,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:19:00'),(7412,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:19:04'),(7413,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:19:21'),(7414,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:27:01'),(7415,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.37.92','2014-07-15 10:27:25'),(7416,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:27:31'),(7417,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:27:52'),(7418,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:31:36'),(7419,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:31:56'),(7420,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:32:16'),(7421,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:32:35'),(7422,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:32:40'),(7423,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:33:00'),(7424,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:33:07'),(7425,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:33:27'),(7426,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:33:39'),(7427,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:34:01'),(7428,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:34:06'),(7429,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:34:27'),(7430,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:34:34'),(7431,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:34:56'),(7432,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:35:03'),(7433,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:35:18'),(7434,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:35:26'),(7435,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:35:44'),(7436,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:35:53'),(7437,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:36:11'),(7438,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:36:19'),(7439,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:36:48'),(7440,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:37:03'),(7441,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:37:45'),(7442,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:37:52'),(7443,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:38:22'),(7444,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:38:48'),(7445,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:39:24'),(7446,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:39:31'),(7447,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:40:14'),(7448,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:40:21'),(7449,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:41:10'),(7450,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:41:24'),(7451,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:42:22'),(7452,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:45:43'),(7453,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:47:05'),(7454,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:47:12'),(7455,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:47:31'),(7456,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:47:40'),(7457,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:48:00'),(7458,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:48:08'),(7459,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:48:26'),(7460,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:48:35'),(7461,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:53:24'),(7462,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:53:37'),(7463,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:53:57'),(7464,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:54:03'),(7465,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:54:24'),(7466,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:54:33'),(7467,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:55:21'),(7468,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:55:28'),(7469,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:55:52'),(7470,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:56:02'),(7471,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:56:23'),(7472,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:56:29'),(7473,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:56:51'),(7474,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:56:57'),(7475,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:57:20'),(7476,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:57:28'),(7477,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:58:03'),(7478,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:58:12'),(7479,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:58:38'),(7480,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:58:44'),(7481,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:59:13'),(7482,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:59:19'),(7483,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:59:36'),(7484,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 10:59:42'),(7485,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:00:06'),(7486,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:00:11'),(7487,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:00:34'),(7488,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:00:40'),(7489,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:01:08'),(7490,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:01:14'),(7491,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:01:48'),(7492,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:01:53'),(7493,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:02:43'),(7494,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:03:12'),(7495,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:03:19'),(7496,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:03:46'),(7497,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:03:52'),(7498,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:04:25'),(7499,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:04:36'),(7500,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:04:57'),(7501,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:05:04'),(7502,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:05:10'),(7503,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:05:15'),(7504,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:05:38'),(7505,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:05:45'),(7506,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:06:07'),(7507,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:06:15'),(7508,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:06:35'),(7509,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:06:47'),(7510,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:07:13'),(7511,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:07:17'),(7512,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:07:47'),(7513,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:07:52'),(7514,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:08:14'),(7515,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:08:20'),(7516,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:08:44'),(7517,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:08:54'),(7518,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:09:12'),(7519,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:09:22'),(7520,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:14:59'),(7521,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 11:42:02'),(7522,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:19:40'),(7523,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:19:51'),(7524,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:20:11'),(7525,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:20:23'),(7526,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:20:43'),(7527,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:20:45'),(7528,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:20:48'),(7529,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:20:53'),(7530,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:21:13'),(7531,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:21:22'),(7532,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:22:05'),(7533,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:22:17'),(7534,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:22:39'),(7535,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:22:44'),(7536,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.37.92','2014-07-15 12:23:14'),(7537,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:23:22'),(7538,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:23:43'),(7539,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:23:48'),(7540,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:24:03'),(7541,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:24:12'),(7542,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:24:34'),(7543,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:24:39'),(7544,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:24:59'),(7545,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:25:05'),(7546,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:25:22'),(7547,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:25:27'),(7548,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:25:42'),(7549,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:25:49'),(7550,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:26:10'),(7551,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:26:17'),(7552,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:26:33'),(7553,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:26:40'),(7554,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:27:00'),(7555,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:27:07'),(7556,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:27:25'),(7557,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:27:38'),(7558,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:29:55'),(7559,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.92','2014-07-15 12:30:27'),(7560,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.92','2014-07-15 12:30:39'),(7561,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','117.78.13.110','2014-07-15 12:30:39'),(7562,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:31:12'),(7563,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:31:42'),(7564,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:31:46'),(7565,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:32:07'),(7566,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:32:14'),(7567,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:32:35'),(7568,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:32:40'),(7569,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:33:00'),(7570,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:33:07'),(7571,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:33:38'),(7572,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:33:45'),(7573,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:34:26'),(7574,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:34:33'),(7575,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:35:08'),(7576,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:35:21'),(7577,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:37:23'),(7578,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:39:49'),(7579,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:39:54'),(7580,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:40:00'),(7581,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:40:09'),(7582,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.37.92','2014-07-15 12:41:20'),(7583,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:41:24'),(7584,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:42:06'),(7585,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:42:13'),(7586,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:42:35'),(7587,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:42:41'),(7588,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:43:03'),(7589,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:43:14'),(7590,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:44:42'),(7591,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:44:49'),(7592,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:45:11'),(7593,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:56:57'),(7594,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:57:25'),(7595,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:57:36'),(7596,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:57:38'),(7597,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:58:02'),(7598,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:59:26'),(7599,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:59:36'),(7600,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 12:59:53'),(7601,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:00:20'),(7602,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:00:36'),(7603,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:00:42'),(7604,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:01:04'),(7605,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:01:05'),(7606,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:01:09'),(7607,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:01:33'),(7608,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:02:52'),(7609,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:04:01'),(7610,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:04:12'),(7611,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:04:34'),(7612,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:04:40'),(7613,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:05:09'),(7614,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:05:19'),(7615,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:05:39'),(7616,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:05:44'),(7617,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:06:01'),(7618,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:06:17'),(7619,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:06:44'),(7620,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:07:38'),(7621,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:08:18'),(7622,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:09:01'),(7623,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:09:25'),(7624,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:09:34'),(7625,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:09:52'),(7626,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:11:37'),(7627,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:12:04'),(7628,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:12:09'),(7629,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:12:41'),(7630,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:12:45'),(7631,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:13:02'),(7632,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:13:10'),(7633,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:13:13'),(7634,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:13:40'),(7635,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:13:49'),(7636,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:14:06'),(7637,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:14:13'),(7638,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:14:29'),(7639,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:14:43'),(7640,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:15:11'),(7641,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:15:20'),(7642,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:15:37'),(7643,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:15:43'),(7644,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:16:04'),(7645,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:16:24'),(7646,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:16:55'),(7647,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:17:03'),(7648,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:17:39'),(7649,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:17:48'),(7650,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:18:41'),(7651,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:20:36'),(7652,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:20:56'),(7653,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:21:03'),(7654,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:21:21'),(7655,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:21:27'),(7656,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:21:44'),(7657,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:21:53'),(7658,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:22:08'),(7659,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:22:17'),(7660,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:22:32'),(7661,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:22:36'),(7662,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:22:57'),(7663,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:23:02'),(7664,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:23:17'),(7665,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:23:29'),(7666,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:23:50'),(7667,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:24:32'),(7668,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:24:51'),(7669,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:25:01'),(7670,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:25:21'),(7671,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:25:30'),(7672,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 13:25:49'),(7673,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:47:20'),(7674,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:48:43'),(7675,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:48:52'),(7676,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:49:15'),(7677,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:49:26'),(7678,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:49:32'),(7679,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:49:34'),(7680,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:49:34'),(7681,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:49:40'),(7682,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:49:58'),(7683,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:50:06'),(7684,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:50:29'),(7685,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:50:35'),(7686,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:50:51'),(7687,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:50:56'),(7688,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:51:13'),(7689,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:51:16'),(7690,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:51:39'),(7691,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:51:48'),(7692,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:52:05'),(7693,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:52:16'),(7694,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:52:33'),(7695,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:52:39'),(7696,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:53:14'),(7697,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:53:21'),(7698,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:53:56'),(7699,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:54:11'),(7700,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:54:35'),(7701,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:54:53'),(7702,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:55:20'),(7703,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:55:26'),(7704,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:55:45'),(7705,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:55:51'),(7706,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:56:05'),(7707,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:56:37'),(7708,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:56:46'),(7709,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:57:14'),(7710,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 15:57:29'),(7711,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:02:57'),(7712,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:03:07'),(7713,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:03:44'),(7714,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:03:52'),(7715,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:04:31'),(7716,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:04:37'),(7717,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:04:58'),(7718,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:08:31'),(7719,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.92','2014-07-15 16:10:00'),(7720,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.92','2014-07-15 16:10:23'),(7721,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.92','2014-07-15 16:10:25'),(7722,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.92','2014-07-15 16:10:25'),(7723,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.92','2014-07-15 16:10:37'),(7724,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:11:08'),(7725,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:11:28'),(7726,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:11:33'),(7727,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:12:35'),(7728,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:12:50'),(7729,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:13:07'),(7730,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:13:13'),(7731,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:13:28'),(7732,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:13:35'),(7733,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:13:58'),(7734,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:14:04'),(7735,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:14:26'),(7736,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:14:35'),(7737,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:14:50'),(7738,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:15:09'),(7739,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:15:15'),(7740,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:15:39'),(7741,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:15:46'),(7742,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:16:04'),(7743,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:16:09'),(7744,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:16:24'),(7745,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:16:29'),(7746,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:16:45'),(7747,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:16:57'),(7748,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:17:23'),(7749,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:17:34'),(7750,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:17:59'),(7751,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:18:05'),(7752,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:18:23'),(7753,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:18:28'),(7754,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:18:48'),(7755,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:18:55'),(7756,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:19:13'),(7757,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:19:18'),(7758,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:19:34'),(7759,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:19:42'),(7760,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:20:01'),(7761,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:20:08'),(7762,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:20:26'),(7763,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:20:32'),(7764,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:20:51'),(7765,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:20:56'),(7766,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:21:14'),(7767,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:21:19'),(7768,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:23:23'),(7769,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:23:49'),(7770,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:24:05'),(7771,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:24:13'),(7772,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:24:32'),(7773,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:24:43'),(7774,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:25:01'),(7775,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:25:10'),(7776,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:25:32'),(7777,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:25:39'),(7778,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:26:13'),(7779,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:26:21'),(7780,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:26:27'),(7781,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:26:38'),(7782,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:27:00'),(7783,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:27:08'),(7784,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:27:25'),(7785,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:27:31'),(7786,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:27:49'),(7787,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:27:55'),(7788,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:28:10'),(7789,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:28:25'),(7790,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:29:02'),(7791,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:29:15'),(7792,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:29:30'),(7793,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:30:08'),(7794,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:30:15'),(7795,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:30:51'),(7796,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:31:05'),(7797,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:31:36'),(7798,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:31:48'),(7799,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:32:26'),(7800,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:32:34'),(7801,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:32:59'),(7802,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:33:00'),(7803,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:33:06'),(7804,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:33:30'),(7805,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:33:37'),(7806,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:34:04'),(7807,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:34:11'),(7808,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:34:35'),(7809,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:34:40'),(7810,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:35:07'),(7811,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:35:14'),(7812,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:36:04'),(7813,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:36:12'),(7814,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:36:35'),(7815,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:36:43'),(7816,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:37:06'),(7817,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:37:53'),(7818,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:38:24'),(7819,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:38:28'),(7820,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:39:13'),(7821,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:39:20'),(7822,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:39:39'),(7823,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:39:45'),(7824,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:40:02'),(7825,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:40:13'),(7826,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:40:36'),(7827,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:40:43'),(7828,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:41:01'),(7829,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:41:08'),(7830,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:41:33'),(7831,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:41:37'),(7832,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:42:01'),(7833,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:42:09'),(7834,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:42:54'),(7835,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:43:04'),(7836,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:43:29'),(7837,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:43:50'),(7838,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:44:29'),(7839,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:44:34'),(7840,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:44:58'),(7841,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:45:08'),(7842,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:46:16'),(7843,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:47:16'),(7844,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:48:57'),(7845,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.37.92','2014-07-15 16:49:17'),(7846,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:50:19'),(7847,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:50:59'),(7848,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:51:07'),(7849,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:51:45'),(7850,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:51:53'),(7851,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:52:09'),(7852,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:52:14'),(7853,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:52:35'),(7854,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:52:40'),(7855,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:52:57'),(7856,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:53:02'),(7857,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:53:23'),(7858,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:53:30'),(7859,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:54:13'),(7860,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:54:18'),(7861,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:54:35'),(7862,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:54:41'),(7863,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:55:02'),(7864,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:55:09'),(7865,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:55:34'),(7866,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:55:41'),(7867,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:56:08'),(7868,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:56:13'),(7869,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:56:27'),(7870,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:56:51'),(7871,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:57:01'),(7872,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:57:24'),(7873,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:57:34'),(7874,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:58:01'),(7875,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:58:15'),(7876,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:58:40'),(7877,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:58:46'),(7878,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:59:07'),(7879,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 16:59:13'),(7880,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:00:17'),(7881,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:00:27'),(7882,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:00:50'),(7883,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:02:10'),(7884,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:03:33'),(7885,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:04:06'),(7886,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:04:11'),(7887,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:04:37'),(7888,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.37.92','2014-07-15 17:06:17'),(7889,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.37.92','2014-07-15 17:07:16'),(7890,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:07:43'),(7891,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:08:43'),(7892,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:08:49'),(7893,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:09:48'),(7894,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:10:16'),(7895,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:11:06'),(7896,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:11:15'),(7897,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:11:46'),(7898,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:11:52'),(7899,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:12:43'),(7900,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:13:02'),(7901,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:14:13'),(7902,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:14:55'),(7903,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:17:21'),(7904,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:17:32'),(7905,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:20:15'),(7906,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:20:55'),(7907,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:21:16'),(7908,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:21:38'),(7909,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:21:48'),(7910,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:22:44'),(7911,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:23:23'),(7912,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:23:41'),(7913,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:24:06'),(7914,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:24:48'),(7915,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.37.92','2014-07-15 17:25:51'),(7916,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:26:43'),(7917,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:28:05'),(7918,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:28:10'),(7919,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:28:47'),(7920,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:28:52'),(7921,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:29:28'),(7922,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:29:32'),(7923,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:29:56'),(7924,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:30:01'),(7925,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:30:34'),(7926,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:30:39'),(7927,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:31:16'),(7928,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:31:26'),(7929,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:31:53'),(7930,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:32:02'),(7931,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.92','2014-07-15 17:32:22'),(7932,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.172.75.117','2014-07-15 23:00:57'),(7933,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.172.75.117','2014-07-15 23:00:58'),(7934,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.172.75.117','2014-07-15 23:01:15'),(7935,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:01:44'),(7936,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:02:06'),(7937,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:02:41'),(7938,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:02:49'),(7939,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:03:05'),(7940,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:03:12'),(7941,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:03:28'),(7942,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:03:34'),(7943,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:03:50'),(7944,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:04:03'),(7945,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:04:27'),(7946,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:04:32'),(7947,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:04:38'),(7948,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:04:41'),(7949,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:04:45'),(7950,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:04:51'),(7951,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:04:59'),(7952,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:05:03'),(7953,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:05:10'),(7954,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:05:14'),(7955,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:05:21'),(7956,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:05:26'),(7957,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:06:53'),(7958,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:06:56'),(7959,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:07:29'),(7960,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:07:35'),(7961,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:07:38'),(7962,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.172.75.117','2014-07-15 23:19:55'),(7963,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.172.75.117','2014-07-15 23:19:57'),(7964,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.172.75.117','2014-07-15 23:20:07'),(7965,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:20:31'),(7966,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:20:44'),(7967,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:20:49'),(7968,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:20:52'),(7969,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:20:59'),(7970,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:21:22'),(7971,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:21:29'),(7972,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:21:43'),(7973,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:21:51'),(7974,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:22:06'),(7975,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:22:14'),(7976,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:22:33'),(7977,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:22:41'),(7978,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:22:57'),(7979,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:23:32'),(7980,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:23:44'),(7981,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:23:50'),(7982,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:24:01'),(7983,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:24:09'),(7984,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:24:23'),(7985,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:24:28'),(7986,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:24:40'),(7987,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:24:46'),(7988,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:24:59'),(7989,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:25:06'),(7990,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:25:22'),(7991,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:25:31'),(7992,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:25:44'),(7993,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:25:52'),(7994,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:26:07'),(7995,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:26:12'),(7996,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:26:42'),(7997,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:27:10'),(7998,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:27:34'),(7999,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:27:39'),(8000,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:28:01'),(8001,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:28:13'),(8002,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:28:27'),(8003,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:28:33'),(8004,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:28:55'),(8005,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:29:03'),(8006,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:29:19'),(8007,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:29:25'),(8008,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:29:45'),(8009,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:30:03'),(8010,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:30:20'),(8011,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:30:26'),(8012,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:30:52'),(8013,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:30:59'),(8014,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:31:17'),(8015,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:31:22'),(8016,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:31:31'),(8017,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:31:59'),(8018,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:32:03'),(8019,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:32:12'),(8020,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:32:31'),(8021,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:32:43'),(8022,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:32:46'),(8023,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:32:52'),(8024,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:33:18'),(8025,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:33:25'),(8026,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:33:42'),(8027,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:33:47'),(8028,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:34:30'),(8029,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:34:41'),(8030,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:34:50'),(8031,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:34:58'),(8032,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:35:17'),(8033,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:35:28'),(8034,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:35:46'),(8035,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:35:53'),(8036,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:36:10'),(8037,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:36:17'),(8038,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:36:41'),(8039,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:36:47'),(8040,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:37:04'),(8041,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:37:09'),(8042,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:37:28'),(8043,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:37:36'),(8044,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:37:54'),(8045,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:37:59'),(8046,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:38:19'),(8047,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:38:27'),(8048,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:38:38'),(8049,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:38:43'),(8050,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:39:01'),(8051,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:39:07'),(8052,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:39:25'),(8053,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:39:31'),(8054,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:39:49'),(8055,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:39:59'),(8056,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:40:10'),(8057,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:40:15'),(8058,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:40:32'),(8059,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:40:38'),(8060,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:40:53'),(8061,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:40:58'),(8062,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:41:14'),(8063,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:41:21'),(8064,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:41:39'),(8065,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:41:45'),(8066,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:42:03'),(8067,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:42:08'),(8068,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:42:30'),(8069,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:42:36'),(8070,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:42:52'),(8071,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:42:57'),(8072,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:43:12'),(8073,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:43:19'),(8074,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:43:42'),(8075,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:43:49'),(8076,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:44:07'),(8077,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:44:40'),(8078,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:44:53'),(8079,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:44:58'),(8080,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:45:02'),(8081,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:45:09'),(8082,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:45:24'),(8083,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:45:30'),(8084,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:45:37'),(8085,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:45:54'),(8086,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:46:06'),(8087,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:46:14'),(8088,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:46:27'),(8089,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:46:36'),(8090,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:46:52'),(8091,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:48:22'),(8092,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','180.172.75.117','2014-07-15 23:48:32'),(8093,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:48:36'),(8094,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:48:50'),(8095,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:49:03'),(8096,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:49:10'),(8097,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:49:20'),(8098,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:49:44'),(8099,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:50:59'),(8100,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:51:17'),(8101,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:51:25'),(8102,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:51:48'),(8103,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:51:55'),(8104,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:52:15'),(8105,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:52:23'),(8106,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:52:43'),(8107,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:52:53'),(8108,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:55:11'),(8109,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:55:31'),(8110,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:55:44'),(8111,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:55:58'),(8112,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:56:03'),(8113,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:56:22'),(8114,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:56:28'),(8115,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:56:44'),(8116,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:56:51'),(8117,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:57:06'),(8118,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:57:18'),(8119,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:57:33'),(8120,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:57:42'),(8121,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:57:56'),(8122,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:58:02'),(8123,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:58:22'),(8124,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:58:29'),(8125,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:58:44'),(8126,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:58:49'),(8127,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:59:06'),(8128,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:59:12'),(8129,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:59:31'),(8130,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:59:38'),(8131,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-15 23:59:57'),(8132,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:00:03'),(8133,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:00:19'),(8134,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:00:27'),(8135,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:00:42'),(8136,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:00:50'),(8137,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:01:05'),(8138,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:01:10'),(8139,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:01:29'),(8140,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:01:36'),(8141,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:01:52'),(8142,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:01:57'),(8143,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:02:16'),(8144,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:02:24'),(8145,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:02:40'),(8146,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:02:44'),(8147,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:03:04'),(8148,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:03:14'),(8149,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:03:33'),(8150,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:03:40'),(8151,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:03:56'),(8152,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.75.117','2014-07-16 00:05:12'),(8153,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.34.187','2014-07-16 09:06:25'),(8154,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.34.187','2014-07-16 09:06:40'),(8155,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.34.187','2014-07-16 09:06:41'),(8156,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.34.187','2014-07-16 09:06:54'),(8157,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:07:22'),(8158,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:08:02'),(8159,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:08:30'),(8160,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:09:15'),(8161,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:09:24'),(8162,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:09:51'),(8163,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:09:59'),(8164,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:10:19'),(8165,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:10:25'),(8166,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:10:45'),(8167,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:10:50'),(8168,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:12:23'),(8169,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:12:29'),(8170,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:12:52'),(8171,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:13:05'),(8172,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:13:24'),(8173,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:13:28'),(8174,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:13:48'),(8175,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:13:53'),(8176,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:14:11'),(8177,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:14:18'),(8178,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:14:37'),(8179,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:14:51'),(8180,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:14:56'),(8181,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:15:16'),(8182,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:15:27'),(8183,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:22:08'),(8184,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:22:14'),(8185,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:23:09'),(8186,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:23:15'),(8187,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:24:00'),(8188,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:24:10'),(8189,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:28:14'),(8190,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:28:20'),(8191,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:28:59'),(8192,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:29:20'),(8193,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:29:51'),(8194,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:29:58'),(8195,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:31:18'),(8196,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:31:37'),(8197,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:33:23'),(8198,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:37:30'),(8199,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:37:37'),(8200,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:37:58'),(8201,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:38:03'),(8202,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:38:22'),(8203,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:38:27'),(8204,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:38:47'),(8205,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:38:52'),(8206,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:39:07'),(8207,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:39:14'),(8208,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:39:40'),(8209,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:41:07'),(8210,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:42:34'),(8211,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:42:40'),(8212,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:43:23'),(8213,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:43:32'),(8214,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:46:23'),(8215,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:46:36'),(8216,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:46:54'),(8217,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:47:01'),(8218,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:47:16'),(8219,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:47:47'),(8220,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:48:10'),(8221,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:48:15'),(8222,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:49:30'),(8223,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:49:39'),(8224,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:49:50'),(8225,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:50:10'),(8226,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:50:16'),(8227,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:50:33'),(8228,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:50:38'),(8229,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:50:53'),(8230,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:50:58'),(8231,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:56:09'),(8232,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:56:14'),(8233,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:56:41'),(8234,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:56:47'),(8235,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:57:04'),(8236,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:57:13'),(8237,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:57:31'),(8238,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:57:36'),(8239,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:58:05'),(8240,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:58:28'),(8241,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:58:54'),(8242,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:59:00'),(8243,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:59:16'),(8244,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:59:29'),(8245,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 09:59:49'),(8246,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:01:24'),(8247,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:01:44'),(8248,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:02:15'),(8249,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:02:29'),(8250,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:02:34'),(8251,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:02:53'),(8252,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:03:04'),(8253,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:03:22'),(8254,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:03:26'),(8255,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:03:42'),(8256,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:03:47'),(8257,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:04:01'),(8258,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:05:00'),(8259,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:05:20'),(8260,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:05:26'),(8261,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:05:45'),(8262,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:05:55'),(8263,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:06:11'),(8264,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:06:15'),(8265,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:06:31'),(8266,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:06:41'),(8267,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:06:54'),(8268,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:07:11'),(8269,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:07:26'),(8270,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:07:33'),(8271,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:07:47'),(8272,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:08:20'),(8273,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:13:16'),(8274,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:14:09'),(8275,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:19:39'),(8276,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:19:46'),(8277,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:19:48'),(8278,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:19:50'),(8279,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:25:08'),(8280,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:26:10'),(8281,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:26:12'),(8282,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:26:14'),(8283,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:26:28'),(8284,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:26:44'),(8285,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:26:46'),(8286,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:26:48'),(8287,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:26:54'),(8288,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:27:09'),(8289,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:27:11'),(8290,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:27:13'),(8291,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:27:19'),(8292,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:27:38'),(8293,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:27:41'),(8294,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:30:31'),(8295,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:30:33'),(8296,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:30:35'),(8297,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:30:41'),(8298,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:31:09'),(8299,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:31:13'),(8300,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:32:14'),(8301,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:42:06'),(8302,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:42:30'),(8303,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:42:36'),(8304,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:42:39'),(8305,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:43:04'),(8306,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:43:09'),(8307,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.34.187','2014-07-16 10:43:31'),(8308,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.38.147','2014-07-17 10:19:23'),(8309,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.38.147','2014-07-17 10:19:37'),(8310,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.38.147','2014-07-17 10:19:41'),(8311,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.38.147','2014-07-17 10:19:48'),(8312,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.38.147','2014-07-17 10:20:45'),(8313,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.172.75.117','2014-07-23 22:11:49'),(8314,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.87.88.68','2014-08-11 15:22:47'),(8315,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.87.88.68','2014-08-11 15:23:16'),(8316,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.87.88.68','2014-08-11 15:23:54'),(8317,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.87.88.68','2014-08-11 15:24:44'),(8318,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.87.88.68','2014-08-11 15:27:42'),(8319,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','101.87.88.68','2014-08-11 15:38:49'),(8320,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','101.87.88.68','2014-08-11 15:39:04'),(8321,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','101.87.88.68','2014-08-11 15:39:15'),(8322,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','101.87.88.68','2014-08-11 15:39:22'),(8323,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','101.87.88.68','2014-08-11 15:39:33'),(8324,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','101.87.88.68','2014-08-11 15:44:35'),(8325,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','101.87.88.68','2014-08-11 15:44:39'),(8326,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.36.174','2014-08-12 15:40:23'),(8327,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.36.174','2014-08-12 15:41:51'),(8328,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.100.119','2014-08-12 16:49:27'),(8329,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.100.119','2014-08-12 16:49:28'),(8330,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.100.119','2014-08-12 16:49:43'),(8331,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.153.100.119','2014-08-12 16:49:55'),(8332,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.153.100.119','2014-08-12 16:49:58'),(8333,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.153.100.119','2014-08-12 16:50:13'),(8334,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.153.100.119','2014-08-12 16:55:14'),(8335,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.153.100.119','2014-08-12 16:59:02'),(8336,'',0,'admin','','database','?m=admin&c=database&a=import','',1,'dhadmin','180.153.100.119','2014-08-12 16:59:04'),(8337,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','180.153.100.119','2014-08-12 17:08:54'),(8338,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','180.153.100.119','2014-08-12 17:09:35'),(8339,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','180.153.100.119','2014-08-12 17:10:06'),(8340,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','180.153.100.119','2014-08-12 17:10:26'),(8341,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','180.153.100.119','2014-08-12 17:10:50'),(8342,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','180.153.100.119','2014-08-12 17:11:02'),(8343,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','180.153.100.119','2014-08-12 17:11:50'),(8344,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.153.100.119','2014-08-12 17:16:37'),(8345,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.153.100.119','2014-08-12 17:16:40'),(8346,'',0,'admin','','database','?m=admin&c=database&a=import','',1,'dhadmin','180.153.100.119','2014-08-12 17:16:47'),(8347,'',0,'admin','','database','?m=admin&c=database&a=import','',1,'dhadmin','180.153.100.119','2014-08-12 17:16:54'),(8348,'',0,'admin','','database','?m=admin&c=database&a=import','',1,'dhadmin','180.153.100.119','2014-08-12 17:16:55'),(8349,'',0,'admin','','database','?m=admin&c=database&a=import','',1,'dhadmin','180.153.100.119','2014-08-12 17:16:56'),(8350,'',0,'admin','','database','?m=admin&c=database&a=import','',1,'dhadmin','180.153.100.119','2014-08-12 17:16:57'),(8351,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','180.153.100.119','2014-08-12 17:21:23'),(8352,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','180.153.100.119','2014-08-12 17:21:34'),(8353,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','180.153.100.119','2014-08-12 17:22:57'),(8354,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.153.100.119','2014-08-12 17:28:26'),(8355,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.87.88.68','2014-08-20 15:16:30'),(8356,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.87.88.68','2014-08-20 15:17:19'),(8357,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.87.88.68','2014-08-20 15:17:36'),(8358,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','101.87.88.68','2014-08-20 15:19:40'),(8359,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','101.87.88.68','2014-08-20 15:20:52'),(8360,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 15:55:36'),(8361,'',0,'template','','file','?m=template&c=file&a=add_file','',1,'dhadmin','222.71.62.170','2014-08-20 16:10:51'),(8362,'',0,'template','','file','?m=template&c=file&a=add_file','',1,'dhadmin','222.71.62.170','2014-08-20 16:13:14'),(8363,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 16:21:59'),(8364,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.71.62.170','2014-08-20 16:23:41'),(8365,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.71.62.170','2014-08-20 16:24:01'),(8366,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 16:24:57'),(8367,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 16:28:26'),(8368,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 16:31:42'),(8369,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-20 16:33:41'),(8370,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-20 16:35:32'),(8371,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 16:37:44'),(8372,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 16:41:22'),(8373,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','222.71.62.170','2014-08-20 16:46:05'),(8374,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','222.71.62.170','2014-08-20 16:46:29'),(8375,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','222.71.62.170','2014-08-20 16:47:18'),(8376,'',0,'admin','','position','?m=admin&c=position&a=delete','',1,'dhadmin','222.71.62.170','2014-08-20 16:50:19'),(8377,'',0,'admin','','position','?m=admin&c=position&a=delete','',1,'dhadmin','222.71.62.170','2014-08-20 16:51:04'),(8378,'',0,'admin','','position','?m=admin&c=position&a=delete','',1,'dhadmin','222.71.62.170','2014-08-20 16:52:01'),(8379,'',0,'admin','','position','?m=admin&c=position&a=delete','',1,'dhadmin','222.71.62.170','2014-08-20 16:53:17'),(8380,'',0,'admin','','position','?m=admin&c=position&a=delete','',1,'dhadmin','222.71.62.170','2014-08-20 16:54:20'),(8381,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 16:55:07'),(8382,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 16:55:21'),(8383,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 16:55:35'),(8384,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 16:55:39'),(8385,'',0,'admin','','position','?m=admin&c=position&a=delete','',1,'dhadmin','222.71.62.170','2014-08-20 16:55:45'),(8386,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 16:56:30'),(8387,'',0,'admin','','position','?m=admin&c=position&a=delete','',1,'dhadmin','222.71.62.170','2014-08-20 16:56:38'),(8388,'',0,'admin','','position','?m=admin&c=position&a=delete','',1,'dhadmin','222.71.62.170','2014-08-20 16:57:48'),(8389,'',0,'admin','','position','?m=admin&c=position&a=delete','',1,'dhadmin','222.71.62.170','2014-08-20 16:58:29'),(8390,'',0,'admin','','position','?m=admin&c=position&a=delete','',1,'dhadmin','222.71.62.170','2014-08-20 16:59:56'),(8391,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 17:01:45'),(8392,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 17:01:47'),(8393,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','222.71.62.170','2014-08-20 17:02:01'),(8394,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 17:02:19'),(8395,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 17:03:08'),(8396,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-20 17:03:15'),(8397,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-20 17:03:20'),(8398,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 17:03:41'),(8399,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 17:04:28'),(8400,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 17:04:57'),(8401,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 17:05:20'),(8402,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-20 17:05:22'),(8403,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-20 17:05:32'),(8404,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 17:05:42'),(8405,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 17:06:16'),(8406,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','222.71.62.170','2014-08-20 17:06:31'),(8407,'',0,'admin','','position','?m=admin&c=position&a=listorder','',1,'dhadmin','222.71.62.170','2014-08-20 17:08:03'),(8408,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 17:08:30'),(8409,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 17:09:09'),(8410,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 17:14:39'),(8411,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 17:15:05'),(8412,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 17:15:33'),(8413,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 17:16:09'),(8414,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 17:16:58'),(8415,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 17:17:52'),(8416,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 17:18:50'),(8417,'',0,'block','','block_admin','?m=block&c=block_admin&a=block_update','',1,'dhadmin','222.71.62.170','2014-08-20 17:20:06'),(8418,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-21 17:12:57'),(8419,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-21 17:13:11'),(8420,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-21 17:13:25'),(8421,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-21 17:13:31'),(8422,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-21 17:13:51'),(8423,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-21 17:13:56'),(8424,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','222.71.62.170','2014-08-21 17:15:30'),(8425,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-21 18:14:36'),(8426,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-21 18:15:04'),(8427,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.32.17','2014-08-22 09:22:10'),(8428,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.32.17','2014-08-22 09:22:24'),(8429,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:22:58'),(8430,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:23:22'),(8431,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:25:08'),(8432,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:25:16'),(8433,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:25:19'),(8434,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:25:25'),(8435,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:25:29'),(8436,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:25:43'),(8437,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:25:48'),(8438,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:27:56'),(8439,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:29:57'),(8440,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:31:36'),(8441,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:31:52'),(8442,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:32:02'),(8443,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:32:29'),(8444,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:33:03'),(8445,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:33:31'),(8446,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:34:07'),(8447,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:36:12'),(8448,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:36:28'),(8449,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:36:33'),(8450,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:38:22'),(8451,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:38:39'),(8452,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:39:29'),(8453,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:40:49'),(8454,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:41:02'),(8455,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:41:12'),(8456,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:42:48'),(8457,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:43:33'),(8458,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:43:54'),(8459,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:45:31'),(8460,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:46:32'),(8461,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:47:29'),(8462,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:48:36'),(8463,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 09:49:34'),(8464,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:55:49'),(8465,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:56:03'),(8466,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:56:28'),(8467,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:56:49'),(8468,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:57:12'),(8469,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:57:33'),(8470,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:57:50'),(8471,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:58:00'),(8472,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:58:26'),(8473,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 09:58:38'),(8474,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 10:08:40'),(8475,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 10:08:44'),(8476,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 10:08:50'),(8477,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 10:08:58'),(8478,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:15:14'),(8479,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:16:07'),(8480,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:17:57'),(8481,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:18:11'),(8482,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:18:33'),(8483,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:18:44'),(8484,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:19:04'),(8485,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:19:14'),(8486,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:19:39'),(8487,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:19:48'),(8488,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:20:01'),(8489,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:20:32'),(8490,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:20:42'),(8491,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:20:53'),(8492,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:21:09'),(8493,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:21:19'),(8494,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.32.17','2014-08-22 11:22:11'),(8495,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:22:19'),(8496,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:22:36'),(8497,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:22:45'),(8498,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:22:57'),(8499,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:28:09'),(8500,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:28:34'),(8501,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:29:39'),(8502,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:29:49'),(8503,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:30:15'),(8504,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:30:22'),(8505,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:30:36'),(8506,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:30:45'),(8507,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:31:00'),(8508,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.17','2014-08-22 11:31:07'),(8509,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 13:21:07'),(8510,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 13:22:05'),(8511,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 13:22:21'),(8512,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 16:23:18'),(8513,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.17','2014-08-22 16:33:50'),(8514,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.32.187','2014-08-25 11:44:24'),(8515,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.32.187','2014-08-25 11:46:00'),(8516,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.32.187','2014-08-25 11:46:02'),(8517,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.32.187','2014-08-25 11:46:15'),(8518,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 11:51:24'),(8519,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 11:51:35'),(8520,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:01:02'),(8521,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:01:16'),(8522,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:01:33'),(8523,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:01:49'),(8524,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:02:14'),(8525,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:02:26'),(8526,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:02:36'),(8527,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:02:48'),(8528,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:03:27'),(8529,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:03:54'),(8530,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:06:58'),(8531,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:07:17'),(8532,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:07:27'),(8533,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:07:38'),(8534,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:07:50'),(8535,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:08:18'),(8536,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:14:01'),(8537,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:15:57'),(8538,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.32.187','2014-08-25 13:16:11'),(8539,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.187','2014-08-25 13:33:00'),(8540,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.32.187','2014-08-25 14:25:07'),(8541,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.32.187','2014-08-25 15:01:57'),(8542,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.32.187','2014-08-25 15:02:12'),(8543,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.32.187','2014-08-25 15:02:14'),(8544,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.32.187','2014-08-25 15:02:28'),(8545,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.71.62.170','2014-08-25 15:40:04'),(8546,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.71.62.170','2014-08-25 15:40:15'),(8547,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-26 09:27:37'),(8548,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-26 09:27:51'),(8549,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.176','2014-08-26 10:45:44'),(8550,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.176','2014-08-26 10:46:58'),(8551,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','116.226.37.176','2014-08-26 10:49:23'),(8552,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','116.226.37.176','2014-08-26 10:49:32'),(8553,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','116.226.37.176','2014-08-26 10:49:39'),(8554,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','116.226.37.176','2014-08-26 10:49:50'),(8555,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 10:51:36'),(8556,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 11:45:34'),(8557,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 11:45:47'),(8558,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 11:45:55'),(8559,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','65.49.68.193','2014-08-26 11:57:55'),(8560,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','65.49.68.181','2014-08-26 11:58:07'),(8561,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','65.49.68.183','2014-08-26 11:59:59'),(8562,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','65.49.68.183','2014-08-26 12:00:19'),(8563,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','65.49.68.189','2014-08-26 12:01:38'),(8564,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.183','2014-08-26 12:01:46'),(8565,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.183','2014-08-26 12:02:21'),(8566,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.183','2014-08-26 12:02:25'),(8567,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.155','2014-08-26 12:42:48'),(8568,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.155','2014-08-26 12:45:54'); INSERT INTO `dh_log` VALUES (8569,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.179','2014-08-26 12:45:59'),(8570,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.179','2014-08-26 12:46:53'),(8571,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 12:46:57'),(8572,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 12:47:02'),(8573,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.179','2014-08-26 12:47:28'),(8574,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 12:47:45'),(8575,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 12:47:47'),(8576,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 12:47:51'),(8577,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.179','2014-08-26 12:48:06'),(8578,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 12:48:14'),(8579,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.155','2014-08-26 12:48:17'),(8580,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.179','2014-08-26 12:48:34'),(8581,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 12:49:18'),(8582,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 12:51:12'),(8583,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.179','2014-08-26 12:51:16'),(8584,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.179','2014-08-26 12:51:32'),(8585,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.179','2014-08-26 12:51:35'),(8586,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.155','2014-08-26 12:51:59'),(8587,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.155','2014-08-26 12:52:20'),(8588,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.155','2014-08-26 12:53:44'),(8589,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 12:54:06'),(8590,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.155','2014-08-26 12:54:10'),(8591,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 12:54:51'),(8592,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.37.176','2014-08-26 14:50:24'),(8593,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 14:51:41'),(8594,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 14:53:34'),(8595,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.147','2014-08-26 14:53:38'),(8596,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 14:53:41'),(8597,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 14:53:44'),(8598,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 14:53:47'),(8599,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 14:53:49'),(8600,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 14:53:54'),(8601,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.193','2014-08-26 14:53:58'),(8602,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-26 16:46:06'),(8603,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-26 16:46:42'),(8604,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-26 16:46:58'),(8605,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.176','2014-08-26 17:36:40'),(8606,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.176','2014-08-26 17:37:26'),(8607,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:39:21'),(8608,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:39:51'),(8609,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:40:07'),(8610,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.37.176','2014-08-26 17:42:21'),(8611,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.37.176','2014-08-26 17:42:34'),(8612,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:43:46'),(8613,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.37.176','2014-08-26 17:45:32'),(8614,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.89.116','2014-08-26 17:45:33'),(8615,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.37.176','2014-08-26 17:45:50'),(8616,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:46:19'),(8617,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:46:38'),(8618,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','65.49.68.186','2014-08-26 17:47:23'),(8619,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','65.49.2.177','2014-08-26 17:47:25'),(8620,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','65.49.2.177','2014-08-26 17:47:40'),(8621,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:47:49'),(8622,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:48:20'),(8623,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:49:11'),(8624,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:49:25'),(8625,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:49:40'),(8626,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:49:54'),(8627,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:49:57'),(8628,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:50:18'),(8629,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:50:21'),(8630,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:50:27'),(8631,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:50:35'),(8632,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:50:43'),(8633,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:50:56'),(8634,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:51:02'),(8635,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:51:10'),(8636,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:51:12'),(8637,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:51:22'),(8638,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:51:32'),(8639,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:51:46'),(8640,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:52:00'),(8641,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:53:06'),(8642,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:53:35'),(8643,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:53:59'),(8644,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:54:34'),(8645,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:54:53'),(8646,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:55:02'),(8647,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:55:17'),(8648,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:55:26'),(8649,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:55:42'),(8650,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:55:55'),(8651,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:56:10'),(8652,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:56:20'),(8653,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:56:38'),(8654,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:56:45'),(8655,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:57:54'),(8656,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:58:02'),(8657,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:58:14'),(8658,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:58:20'),(8659,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:58:41'),(8660,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:58:47'),(8661,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:59:00'),(8662,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:59:08'),(8663,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 17:59:23'),(8664,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.186','2014-08-26 17:59:37'),(8665,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 17:59:54'),(8666,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.175','2014-08-26 18:00:09'),(8667,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 18:00:12'),(8668,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.175','2014-08-26 18:00:15'),(8669,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 18:00:16'),(8670,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 18:00:36'),(8671,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 18:00:49'),(8672,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 18:01:08'),(8673,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 18:01:17'),(8674,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 18:01:19'),(8675,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 18:01:20'),(8676,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 18:01:23'),(8677,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 18:01:25'),(8678,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 18:01:33'),(8679,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.175','2014-08-26 18:01:35'),(8680,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 18:01:47'),(8681,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 18:02:14'),(8682,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 18:02:29'),(8683,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 18:02:46'),(8684,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 18:02:47'),(8685,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 18:03:04'),(8686,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.186','2014-08-26 18:03:04'),(8687,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.186','2014-08-26 18:03:08'),(8688,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 18:03:17'),(8689,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 18:03:27'),(8690,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.171','2014-08-26 18:03:37'),(8691,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.175','2014-08-26 18:03:40'),(8692,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.175','2014-08-26 18:03:44'),(8693,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.175','2014-08-26 18:04:10'),(8694,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.175','2014-08-26 18:04:32'),(8695,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.171','2014-08-26 18:04:34'),(8696,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.171','2014-08-26 18:04:37'),(8697,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 18:04:58'),(8698,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','65.49.68.189','2014-08-26 18:05:45'),(8699,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 18:12:23'),(8700,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 18:31:20'),(8701,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 18:31:43'),(8702,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.182','2014-08-26 18:34:02'),(8703,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.176','2014-08-26 18:34:33'),(8704,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','65.49.68.182','2014-08-26 18:36:26'),(8705,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 18:36:38'),(8706,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.182','2014-08-26 18:38:06'),(8707,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.182','2014-08-26 18:38:42'),(8708,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 18:39:09'),(8709,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.182','2014-08-26 18:39:22'),(8710,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','65.49.68.189','2014-08-26 18:41:01'),(8711,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.182','2014-08-26 18:41:44'),(8712,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.182','2014-08-26 18:44:02'),(8713,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.182','2014-08-26 18:45:37'),(8714,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.182','2014-08-26 18:49:05'),(8715,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:06:52'),(8716,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:09:42'),(8717,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=delete','',1,'dhadmin','222.71.62.170','2014-08-26 19:10:01'),(8718,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:10:04'),(8719,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:10:18'),(8720,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:12:22'),(8721,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:13:53'),(8722,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:14:15'),(8723,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:15:50'),(8724,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:16:18'),(8725,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:18:52'),(8726,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:19:29'),(8727,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:20:05'),(8728,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:20:15'),(8729,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:20:37'),(8730,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:20:55'),(8731,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.176','2014-08-26 19:21:36'),(8732,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:21:37'),(8733,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.176','2014-08-26 19:21:45'),(8734,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:21:59'),(8735,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:22:12'),(8736,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:22:25'),(8737,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:22:29'),(8738,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:22:46'),(8739,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:23:10'),(8740,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:23:19'),(8741,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-26 19:23:26'),(8742,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:23:27'),(8743,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:23:34'),(8744,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:23:42'),(8745,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:23:43'),(8746,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:23:49'),(8747,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:24:01'),(8748,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:24:19'),(8749,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:24:20'),(8750,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:24:26'),(8751,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:24:32'),(8752,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:25:01'),(8753,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:25:06'),(8754,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:25:10'),(8755,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:25:16'),(8756,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','222.71.62.170','2014-08-26 19:25:20'),(8757,'',0,'content','','content','?m=content&c=content&a=listorder','',1,'dhadmin','116.226.37.176','2014-08-26 19:25:46'),(8758,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.37.176','2014-08-26 19:27:39'),(8759,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.37.176','2014-08-26 19:28:12'),(8760,'',0,'content','','content','?m=content&c=content&a=listorder','',1,'dhadmin','116.226.37.176','2014-08-26 19:28:48'),(8761,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:31:37'),(8762,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:31:45'),(8763,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:32:02'),(8764,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:32:08'),(8765,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:32:17'),(8766,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:32:36'),(8767,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:32:48'),(8768,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:35:41'),(8769,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:36:22'),(8770,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:36:27'),(8771,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:36:38'),(8772,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:36:46'),(8773,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:36:55'),(8774,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:36:57'),(8775,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:37:18'),(8776,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:37:18'),(8777,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:37:27'),(8778,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:37:35'),(8779,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:37:39'),(8780,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:37:41'),(8781,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:37:48'),(8782,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:37:57'),(8783,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:38:02'),(8784,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:38:28'),(8785,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:38:55'),(8786,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:38:56'),(8787,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:39:28'),(8788,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:39:35'),(8789,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:39:47'),(8790,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:39:50'),(8791,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:40:01'),(8792,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:40:08'),(8793,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:40:09'),(8794,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:40:14'),(8795,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:40:31'),(8796,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:40:35'),(8797,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:40:35'),(8798,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:41:47'),(8799,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:41:52'),(8800,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:41:54'),(8801,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:41:59'),(8802,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:42:20'),(8803,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:42:25'),(8804,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:42:47'),(8805,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:43:12'),(8806,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:43:39'),(8807,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:44:06'),(8808,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:44:30'),(8809,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.176','2014-08-26 19:45:14'),(8810,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.176','2014-08-26 19:45:24'),(8811,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:45:44'),(8812,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.176','2014-08-26 19:45:59'),(8813,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:46:09'),(8814,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:46:54'),(8815,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:47:04'),(8816,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.37.176','2014-08-26 19:47:06'),(8817,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:47:18'),(8818,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.37.176','2014-08-26 19:47:21'),(8819,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:47:26'),(8820,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:47:35'),(8821,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:47:41'),(8822,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:47:48'),(8823,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:48:24'),(8824,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.188','2014-08-26 19:49:05'),(8825,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:49:18'),(8826,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 19:49:25'),(8827,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.188','2014-08-26 19:49:29'),(8828,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.188','2014-08-26 19:49:40'),(8829,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.188','2014-08-26 19:49:48'),(8830,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 19:49:55'),(8831,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 19:50:02'),(8832,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.189','2014-08-26 19:50:07'),(8833,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.188','2014-08-26 19:50:13'),(8834,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.188','2014-08-26 19:50:15'),(8835,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:50:15'),(8836,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.188','2014-08-26 19:50:17'),(8837,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.188','2014-08-26 19:50:19'),(8838,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.188','2014-08-26 19:50:25'),(8839,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.188','2014-08-26 19:50:28'),(8840,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.188','2014-08-26 19:50:32'),(8841,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:50:34'),(8842,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.188','2014-08-26 19:50:35'),(8843,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.37.176','2014-08-26 19:52:12'),(8844,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:52:17'),(8845,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.37.176','2014-08-26 19:53:10'),(8846,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:53:18'),(8847,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:54:59'),(8848,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.37.176','2014-08-26 19:55:24'),(8849,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:55:24'),(8850,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','116.226.37.176','2014-08-26 19:55:59'),(8851,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:56:39'),(8852,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:56:44'),(8853,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:56:54'),(8854,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:56:54'),(8855,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:56:59'),(8856,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:57:17'),(8857,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:57:23'),(8858,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 19:57:27'),(8859,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:00:41'),(8860,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:00:54'),(8861,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.37.176','2014-08-26 20:09:48'),(8862,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:11:12'),(8863,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:12:53'),(8864,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:13:11'),(8865,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:14:50'),(8866,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:15:57'),(8867,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:16:49'),(8868,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:17:21'),(8869,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:17:23'),(8870,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:18:15'),(8871,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:18:25'),(8872,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:18:28'),(8873,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:18:45'),(8874,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:19:38'),(8875,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:19:56'),(8876,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:20:15'),(8877,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:20:57'),(8878,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:21:14'),(8879,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:22:07'),(8880,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:22:10'),(8881,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:23:56'),(8882,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:24:05'),(8883,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.176','2014-08-26 20:25:12'),(8884,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.181.19','2014-08-26 22:14:44'),(8885,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','222.71.62.170','2014-08-26 23:08:48'),(8886,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','222.71.62.170','2014-08-26 23:09:10'),(8887,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','222.71.62.170','2014-08-26 23:12:04'),(8888,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','222.71.62.170','2014-08-26 23:13:02'),(8889,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','222.71.62.170','2014-08-26 23:15:46'),(8890,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','222.71.62.170','2014-08-26 23:16:09'),(8891,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','222.71.62.170','2014-08-26 23:16:20'),(8892,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','222.71.62.170','2014-08-26 23:16:59'),(8893,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-26 23:52:09'),(8894,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-26 23:54:53'),(8895,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-26 23:57:03'),(8896,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','222.71.62.170','2014-08-26 23:57:47'),(8897,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','222.71.62.170','2014-08-26 23:57:51'),(8898,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','222.71.62.170','2014-08-26 23:57:53'),(8899,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','222.71.62.170','2014-08-26 23:57:55'),(8900,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 00:00:14'),(8901,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 00:00:25'),(8902,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 00:00:48'),(8903,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.172.26.187','2014-08-27 00:28:20'),(8904,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.172.26.187','2014-08-27 00:28:44'),(8905,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.172.26.187','2014-08-27 00:28:46'),(8906,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.172.26.187','2014-08-27 00:29:28'),(8907,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:30:15'),(8908,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:30:31'),(8909,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:31:18'),(8910,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:31:18'),(8911,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:31:29'),(8912,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:31:55'),(8913,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:32:04'),(8914,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:32:33'),(8915,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:32:43'),(8916,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:33:49'),(8917,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:34:00'),(8918,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:34:30'),(8919,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:34:40'),(8920,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:34:50'),(8921,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:34:58'),(8922,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:35:10'),(8923,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:35:16'),(8924,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:35:30'),(8925,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:35:36'),(8926,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:35:38'),(8927,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:35:46'),(8928,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:35:58'),(8929,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:36:04'),(8930,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:37:16'),(8931,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:37:22'),(8932,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:37:23'),(8933,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:37:31'),(8934,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:37:46'),(8935,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:37:55'),(8936,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:38:02'),(8937,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:38:03'),(8938,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:38:17'),(8939,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:38:23'),(8940,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:52:54'),(8941,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:53:00'),(8942,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:53:13'),(8943,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:53:18'),(8944,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:53:30'),(8945,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:53:37'),(8946,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:53:52'),(8947,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:53:58'),(8948,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:53:59'),(8949,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:54:06'),(8950,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:54:08'),(8951,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:54:54'),(8952,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:54:56'),(8953,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 00:55:21'),(8954,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:00:12'),(8955,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:00:22'),(8956,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:00:29'),(8957,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:00:39'),(8958,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:00:45'),(8959,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:00:54'),(8960,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:01:01'),(8961,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:01:09'),(8962,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:01:17'),(8963,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:01:23'),(8964,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:01:33'),(8965,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:01:43'),(8966,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:01:50'),(8967,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:01:57'),(8968,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:02:06'),(8969,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:02:12'),(8970,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:02:20'),(8971,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:02:27'),(8972,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:02:34'),(8973,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:02:42'),(8974,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:03:02'),(8975,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:03:10'),(8976,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:03:21'),(8977,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:03:35'),(8978,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:03:44'),(8979,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:03:50'),(8980,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:04:04'),(8981,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:04:08'),(8982,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:04:10'),(8983,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:04:12'),(8984,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:04:14'),(8985,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:04:17'),(8986,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:04:22'),(8987,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:04:32'),(8988,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:04:39'),(8989,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:04:47'),(8990,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:04:54'),(8991,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:05:00'),(8992,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:05:06'),(8993,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:05:13'),(8994,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:05:48'),(8995,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:05:50'),(8996,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:05:52'),(8997,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:06:02'),(8998,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:06:04'),(8999,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:06:06'),(9000,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:06:20'),(9001,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:06:27'),(9002,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:06:34'),(9003,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:06:41'),(9004,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:06:48'),(9005,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:06:55'),(9006,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:07:21'),(9007,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:07:23'),(9008,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:07:26'),(9009,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:07:33'),(9010,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:08:31'),(9011,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:08:37'),(9012,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:09:37'),(9013,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:09:45'),(9014,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:09:46'),(9015,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:10:20'),(9016,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:10:40'),(9017,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:10:44'),(9018,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:10:47'),(9019,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:10:49'),(9020,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:10:59'),(9021,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:11:08'),(9022,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:11:17'),(9023,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:11:23'),(9024,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:13:19'),(9025,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:13:29'),(9026,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:14:10'),(9027,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:14:15'),(9028,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:14:43'),(9029,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:14:48'),(9030,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:14:57'),(9031,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:15:03'),(9032,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:15:19'),(9033,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:15:25'),(9034,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:16:35'),(9035,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:17:09'),(9036,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:17:22'),(9037,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:17:41'),(9038,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:18:01'),(9039,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.172.26.187','2014-08-27 01:18:12'),(9040,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.36.13','2014-08-27 09:12:25'),(9041,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.36.13','2014-08-27 09:12:26'),(9042,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.36.13','2014-08-27 09:12:38'),(9043,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.36.13','2014-08-27 09:12:39'),(9044,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.36.13','2014-08-27 09:12:42'),(9045,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.36.13','2014-08-27 09:12:51'),(9046,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.36.13','2014-08-27 09:13:06'),(9047,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:20:31'),(9048,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 09:20:55'),(9049,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 09:22:07'),(9050,'',0,'admin','','position','?m=admin&c=position&a=delete','',1,'dhadmin','116.226.36.13','2014-08-27 09:22:39'),(9051,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 09:24:53'),(9052,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 09:28:39'),(9053,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:33:02'),(9054,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:33:11'),(9055,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:33:19'),(9056,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:33:36'),(9057,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:33:43'),(9058,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:33:52'),(9059,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:33:58'),(9060,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:35:10'),(9061,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:35:20'),(9062,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:35:23'),(9063,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:35:36'),(9064,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:35:42'),(9065,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:35:50'),(9066,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:35:57'),(9067,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:41:29'),(9068,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:42:12'),(9069,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:42:52'),(9070,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 09:42:57'),(9071,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 09:54:57'),(9072,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 09:55:22'),(9073,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 09:55:56'),(9074,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 09:57:05'),(9075,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.71.62.170','2014-08-27 10:41:17'),(9076,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','222.71.62.170','2014-08-27 10:41:30'),(9077,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 10:45:56'),(9078,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 10:46:55'),(9079,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 10:47:07'),(9080,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 10:47:19'),(9081,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 11:08:49'),(9082,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:22:16'),(9083,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:22:43'),(9084,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:23:41'),(9085,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:25:25'),(9086,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:26:08'),(9087,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:26:36'),(9088,'',0,'content','','content','?m=content&c=content&a=listorder','',1,'dhadmin','116.226.36.13','2014-08-27 11:27:14'),(9089,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:28:18'),(9090,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:29:14'),(9091,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:29:37'),(9092,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:30:04'),(9093,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:30:26'),(9094,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:30:50'),(9095,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:31:10'),(9096,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:31:44'),(9097,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:32:06'),(9098,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:32:36'),(9099,'',0,'content','','content','?m=content&c=content&a=listorder','',1,'dhadmin','116.226.36.13','2014-08-27 11:33:09'),(9100,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 11:33:40'),(9101,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.36.13','2014-08-27 11:33:52'),(9102,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:34:19'),(9103,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:34:46'),(9104,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:35:06'),(9105,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:35:27'),(9106,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:35:41'),(9107,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:35:59'),(9108,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:36:23'),(9109,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:36:47'),(9110,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 11:37:17'),(9111,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:38:56'),(9112,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:39:15'),(9113,'',0,'content','','content','?m=content&c=content&a=listorder','',1,'dhadmin','116.226.36.13','2014-08-27 11:39:47'),(9114,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 11:40:10'),(9115,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 11:40:17'),(9116,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.36.13','2014-08-27 11:40:23'),(9117,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:40:27'),(9118,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:40:46'),(9119,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.36.13','2014-08-27 11:41:06'),(9120,'',0,'content','','content','?m=content&c=content&a=listorder','',1,'dhadmin','116.226.36.13','2014-08-27 11:41:21'),(9121,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 11:41:45'),(9122,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 11:41:54'),(9123,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 11:48:35'),(9124,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 11:49:00'),(9125,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 11:49:20'),(9126,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 11:50:06'),(9127,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.36.13','2014-08-27 11:50:43'),(9128,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-27 13:39:00'),(9129,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-27 13:39:08'),(9130,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-27 13:39:10'),(9131,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-27 13:41:19'),(9132,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 13:51:12'),(9133,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-27 14:05:59'),(9134,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-27 14:06:12'),(9135,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:06:35'),(9136,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:08:17'),(9137,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:09:09'),(9138,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:09:36'),(9139,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:10:11'),(9140,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:11:07'),(9141,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:11:09'),(9142,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:11:48'),(9143,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:12:26'),(9144,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:12:29'),(9145,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:12:42'),(9146,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:13:25'),(9147,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:14:13'),(9148,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:14:41'),(9149,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:14:45'),(9150,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:19:17'),(9151,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:22:52'),(9152,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:23:30'),(9153,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','222.71.62.170','2014-08-27 14:24:26'),(9154,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=delete','',1,'dhadmin','222.71.62.170','2014-08-27 14:25:39'),(9155,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-27 14:25:48'),(9156,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=add','',1,'dhadmin','222.71.62.170','2014-08-27 14:27:06'),(9157,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=listorder','',1,'dhadmin','222.71.62.170','2014-08-27 14:27:47'),(9158,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.251','2014-08-28 09:36:36'),(9159,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.251','2014-08-28 09:36:42'),(9160,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:48:53'),(9161,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:49:10'),(9162,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:49:42'),(9163,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:50:05'),(9164,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:50:10'),(9165,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:50:18'),(9166,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:50:38'),(9167,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:50:54'),(9168,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:50:58'),(9169,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:51:12'),(9170,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:51:22'),(9171,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:51:51'),(9172,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:51:58'),(9173,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.177','2014-08-28 09:54:04'),(9174,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:54:44'),(9175,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:54:48'),(9176,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:55:06'),(9177,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:55:10'),(9178,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:55:26'),(9179,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:55:29'),(9180,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:55:48'),(9181,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:55:54'),(9182,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:56:19'),(9183,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:56:24'),(9184,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:56:27'),(9185,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:56:29'),(9186,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:56:32'),(9187,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:56:37'),(9188,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:56:40'),(9189,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:56:42'),(9190,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:57:10'),(9191,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:57:38'),(9192,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:58:05'),(9193,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:58:29'),(9194,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:59:02'),(9195,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:59:25'),(9196,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 09:59:50'),(9197,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:00:57'),(9198,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:01:00'),(9199,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:01:03'),(9200,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:01:07'),(9201,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:01:09'),(9202,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:01:12'),(9203,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:01:14'),(9204,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:01:15'),(9205,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:01:17'),(9206,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:01:22'),(9207,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:01:24'),(9208,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:01:25'),(9209,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:02:03'),(9210,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:02:39'),(9211,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:03:07'),(9212,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:03:30'),(9213,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:03:50'),(9214,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:04:07'),(9215,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:04:22'),(9216,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:04:40'),(9217,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:05:05'),(9218,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:05:26'),(9219,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:05:43'),(9220,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:06:00'),(9221,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:06:11'),(9222,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:06:16'),(9223,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:06:18'),(9224,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:06:19'),(9225,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:06:21'),(9226,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:06:22'),(9227,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:06:37'),(9228,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:06:54'),(9229,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:07:15'),(9230,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:07:37'),(9231,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:07:59'),(9232,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:08:16'),(9233,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:08:23'),(9234,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:08:24'),(9235,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:08:26'),(9236,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:08:39'),(9237,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:08:56'),(9238,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:09:14'),(9239,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:09:22'),(9240,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:09:23'),(9241,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:09:25'),(9242,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:09:27'),(9243,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:09:28'),(9244,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:09:29'),(9245,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:09:31'),(9246,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:09:32'),(9247,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:09:57'),(9248,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:10:18'),(9249,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:10:37'),(9250,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:10:55'),(9251,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:11:18'),(9252,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:11:34'),(9253,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:11:58'),(9254,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:12:14'),(9255,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:12:23'),(9256,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:12:26'),(9257,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:12:27'),(9258,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:12:28'),(9259,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:12:29'),(9260,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:12:30'),(9261,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:12:31'),(9262,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:12:33'),(9263,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:14:27'),(9264,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:14:48'),(9265,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:15:04'),(9266,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:15:34'),(9267,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:16:10'),(9268,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:16:30'),(9269,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:17:05'),(9270,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:17:33'),(9271,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:18:02'),(9272,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:18:12'),(9273,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:18:14'),(9274,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:18:16'),(9275,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:18:34'),(9276,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:18:58'),(9277,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:19:25'),(9278,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:19:34'),(9279,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:19:35'),(9280,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:19:36'),(9281,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:19:37'),(9282,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:19:38'),(9283,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:19:40'),(9284,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:20:14'),(9285,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:20:33'),(9286,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:20:51'),(9287,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:21:36'),(9288,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:21:38'),(9289,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:21:39'),(9290,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:22:00'),(9291,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:22:23'),(9292,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:22:54'),(9293,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:23:02'),(9294,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:23:03'),(9295,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:23:04'),(9296,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:23:05'),(9297,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:23:07'),(9298,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:23:09'),(9299,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:23:40'),(9300,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:24:06'),(9301,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:24:35'),(9302,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:24:57'),(9303,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:25:14'),(9304,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:25:41'),(9305,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:25:53'),(9306,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:25:55'),(9307,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:25:56'),(9308,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:26:25'),(9309,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:26:53'),(9310,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:27:22'),(9311,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:27:31'),(9312,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:27:32'),(9313,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:27:33'),(9314,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:27:35'),(9315,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:27:36'),(9316,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:27:38'),(9317,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:28:13'),(9318,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:28:32'),(9319,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:28:52'),(9320,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:29:17'),(9321,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:29:39'),(9322,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:30:08'),(9323,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:30:17'),(9324,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:30:18'),(9325,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:30:20'),(9326,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:30:40'),(9327,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:31:10'),(9328,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:31:35'),(9329,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:31:44'),(9330,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:31:45'),(9331,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:31:47'),(9332,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:32:12'),(9333,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:32:39'),(9334,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:33:00'),(9335,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:33:15'),(9336,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:33:17'),(9337,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:33:19'),(9338,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 10:36:04'),(9339,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 11:10:23'),(9340,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.37.251','2014-08-28 11:10:58'),(9341,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.37.251','2014-08-28 11:12:07'),(9342,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 11:12:51'),(9343,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.37.251','2014-08-28 11:13:03'),(9344,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 11:13:24'),(9345,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 11:14:21'),(9346,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.37.251','2014-08-28 11:14:54'),(9347,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.37.251','2014-08-28 11:20:07'),(9348,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 11:20:21'),(9349,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 12:49:47'),(9350,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:05:19'),(9351,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:05:24'),(9352,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:05:29'),(9353,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:07:34'),(9354,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:07:39'),(9355,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:13:17'),(9356,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:14:18'),(9357,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:14:57'),(9358,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:15:39'),(9359,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:16:14'),(9360,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:16:33'),(9361,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:17:56'),(9362,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:18:29'),(9363,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:18:51'),(9364,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.196','2014-08-28 13:23:24'),(9365,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.196','2014-08-28 13:23:45'),(9366,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.179','2014-08-28 13:23:53'),(9367,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.179','2014-08-28 13:24:56'),(9368,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.179','2014-08-28 13:26:27'),(9369,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.179','2014-08-28 13:27:25'),(9370,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.2.179','2014-08-28 13:28:20'),(9371,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:29:24'),(9372,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:29:40'),(9373,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:29:44'),(9374,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:29:57'),(9375,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:30:19'),(9376,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:30:37'),(9377,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:31:34'),(9378,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:31:53'),(9379,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:32:21'),(9380,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:32:39'),(9381,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:34:34'),(9382,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-28 13:34:46'),(9383,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-28 13:34:53'),(9384,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:34:54'),(9385,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:35:27'),(9386,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 13:35:29'),(9387,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:35:44'),(9388,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:36:17'),(9389,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:36:37'),(9390,'',0,'content','','content','?m=content&c=content&a=listorder','',1,'dhadmin','116.226.37.251','2014-08-28 13:38:30'),(9391,'',0,'content','','content','?m=content&c=content&a=listorder','',1,'dhadmin','116.226.37.251','2014-08-28 13:40:09'),(9392,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:40:35'),(9393,'',0,'content','','sitemodel_field','?m=content&c=sitemodel_field&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 13:46:23'),(9394,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 13:46:25'),(9395,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 13:46:58'),(9396,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 13:47:06'),(9397,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 13:47:18'),(9398,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.37.251','2014-08-28 13:48:06'),(9399,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 13:49:16'),(9400,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 13:50:00'),(9401,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 13:52:05'),(9402,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 13:52:15'),(9403,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.251','2014-08-28 16:28:01'),(9404,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.251','2014-08-28 16:28:47'),(9405,'',0,'admin','','position','?m=admin&c=position&a=add','',1,'dhadmin','116.226.37.251','2014-08-28 16:29:05'),(9406,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:29:25'),(9407,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:30:28'),(9408,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:30:46'),(9409,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:31:10'),(9410,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:32:04'),(9411,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:32:33'),(9412,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:33:02'),(9413,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:36:49'),(9414,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:37:12'),(9415,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:38:11'),(9416,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:38:20'),(9417,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:41:51'),(9418,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:41:58'),(9419,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:42:47'),(9420,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 16:42:57'),(9421,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:20:36'),(9422,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:20:40'),(9423,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:22:29'),(9424,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:23:00'),(9425,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:23:02'),(9426,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.251','2014-08-28 17:23:50'),(9427,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.251','2014-08-28 17:23:56'),(9428,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:24:44'),(9429,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:24:49'),(9430,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:24:50'),(9431,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:24:51'),(9432,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:24:52'),(9433,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:24:54'),(9434,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:24:55'),(9435,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:24:56'),(9436,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:24:57'),(9437,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:24:59'),(9438,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:25:00'),(9439,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:25:01'),(9440,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:25:02'),(9441,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:25:04'),(9442,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:25:05'),(9443,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:25:06'),(9444,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.37.251','2014-08-28 17:27:42'),(9445,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.37.251','2014-08-28 17:29:26'),(9446,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.37.251','2014-08-28 17:29:36'),(9447,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:30:08'),(9448,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:30:11'),(9449,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:30:39'),(9450,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:30:43'),(9451,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:31:10'),(9452,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.37.251','2014-08-28 17:31:13'),(9453,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-28 18:07:09'),(9454,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-08-28 18:07:16'),(9455,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 18:07:31'),(9456,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 18:36:42'),(9457,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 18:36:50'),(9458,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 18:40:40'),(9459,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 18:40:50'),(9460,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','222.71.62.170','2014-08-28 18:40:57'),(9461,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.35.133','2014-09-01 10:19:26'),(9462,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.35.133','2014-09-01 10:19:36'),(9463,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:19:59'),(9464,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:20:15'),(9465,'',0,'admin','','category','?m=admin&c=category&a=listorder','',1,'dhadmin','116.226.35.133','2014-09-01 10:20:47'),(9466,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:22:39'),(9467,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:24:12'),(9468,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:24:18'),(9469,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:25:17'),(9470,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:25:22'),(9471,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:30:42'),(9472,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:30:47'),(9473,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:31:44'),(9474,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:32:08'),(9475,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:32:54'),(9476,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:32:57'),(9477,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:44:49'),(9478,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:45:02'),(9479,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:59:41'),(9480,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 10:59:47'),(9481,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 11:00:34'),(9482,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 11:00:45'),(9483,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 11:01:31'),(9484,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 11:01:34'),(9485,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 11:12:52'),(9486,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 11:13:01'),(9487,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 11:13:48'),(9488,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 11:13:53'),(9489,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','116.226.35.133','2014-09-01 11:14:32'),(9490,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:14:38'),(9491,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:15:00'),(9492,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:16:26'),(9493,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:16:32'),(9494,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:19:39'),(9495,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:19:44'),(9496,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:23:27'),(9497,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:23:31'),(9498,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:25:25'),(9499,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:25:33'),(9500,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:26:05'),(9501,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:26:13'),(9502,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:27:13'),(9503,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:27:49'),(9504,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:28:18'),(9505,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:28:26'),(9506,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:28:27'),(9507,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:34:16'),(9508,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:34:42'),(9509,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.133','2014-09-01 11:34:58'),(9510,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-09-02 00:53:49'),(9511,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.51.227','2014-09-02 00:53:50'),(9512,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','117.78.13.110','2014-09-02 00:53:52'),(9513,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','222.71.62.170','2014-09-02 00:54:28'),(9514,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','117.78.13.110','2014-09-02 00:54:29'),(9515,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.149','2014-09-03 09:24:01'),(9516,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.37.149','2014-09-03 09:35:02'),(9517,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.38.237','2014-10-08 10:20:19'),(9518,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.38.237','2014-10-08 10:20:19'),(9519,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','117.78.13.110','2014-10-08 10:20:20'),(9520,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.38.237','2014-10-08 10:20:32'),(9521,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.38.237','2014-10-08 10:21:02'),(9522,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','116.226.38.237','2014-10-08 10:21:07'),(9523,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.38.237','2014-10-08 10:21:09'),(9524,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','116.226.38.237','2014-10-08 10:21:11'),(9525,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.38.237','2014-10-08 10:21:15'),(9526,'',0,'comment','','comment_admin','?m=comment&c=comment_admin&a=listinfo','',1,'dhadmin','116.226.38.237','2014-10-08 10:21:18'),(9527,'',0,'member','','member_menu','?m=member&c=member_menu&a=manage','',1,'dhadmin','116.226.38.237','2014-10-08 13:09:45'),(9528,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','116.226.38.237','2014-10-08 13:10:09'),(9529,'',0,'admin','','googlesitemap','?m=admin&c=googlesitemap&a=set','',1,'dhadmin','116.226.38.237','2014-10-08 13:10:18'),(9530,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.39.151','2014-11-10 09:15:42'),(9531,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.39.151','2014-11-10 09:15:42'),(9532,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.39.151','2014-11-10 09:15:59'),(9533,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:16:48'),(9534,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:17:08'),(9535,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:17:28'),(9536,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:17:36'),(9537,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:17:43'),(9538,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:17:51'),(9539,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:17:59'),(9540,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:18:04'),(9541,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:18:22'),(9542,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:18:31'),(9543,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:18:37'),(9544,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:18:51'),(9545,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:18:56'),(9546,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:19:02'),(9547,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:19:13'),(9548,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:19:19'),(9549,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:19:25'),(9550,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:19:32'),(9551,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:19:41'),(9552,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:19:51'),(9553,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:19:59'),(9554,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:20:07'),(9555,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:20:18'),(9556,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:20:23'),(9557,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:20:29'),(9558,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:20:39'),(9559,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:20:47'),(9560,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:21:09'),(9561,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:21:14'),(9562,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:21:20'),(9563,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:21:26'),(9564,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:21:32'),(9565,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:21:41'),(9566,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:21:51'),(9567,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:21:57'),(9568,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.51.226','2014-11-10 09:22:06'),(9569,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:22:43'),(9570,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:22:49'),(9571,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:22:53'),(9572,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:23:05'),(9573,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:23:13'),(9574,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:24:26'),(9575,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:25:37'),(9576,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:26:10'),(9577,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:30:26'),(9578,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:31:46'),(9579,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:32:20'),(9580,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:32:37'),(9581,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:33:01'),(9582,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:33:24'),(9583,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:33:59'),(9584,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.206.17','2014-11-10 09:34:14'),(9585,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:34:23'),(9586,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:34:49'),(9587,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:35:12'),(9588,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:35:44'),(9589,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:36:08'),(9590,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:36:23'),(9591,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:37:08'),(9592,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:37:34'),(9593,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:38:00'),(9594,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:38:23'),(9595,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:38:44'),(9596,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:39:01'),(9597,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:39:16'),(9598,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:39:36'),(9599,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:39:56'),(9600,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:40:16'),(9601,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:40:45'),(9602,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:41:10'),(9603,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:41:28'),(9604,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.39.151','2014-11-10 09:44:11'),(9605,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.39.151','2014-11-10 09:44:23'),(9606,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:44:54'),(9607,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:45:11'),(9608,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:45:22'),(9609,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:45:31'),(9610,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:45:42'),(9611,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:45:54'),(9612,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:46:07'),(9613,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:46:20'),(9614,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:46:35'),(9615,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:46:50'),(9616,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.39.151','2014-11-10 09:47:49'),(9617,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.39.151','2014-11-10 09:48:03'),(9618,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:48:30'),(9619,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:48:56'),(9620,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:49:23'),(9621,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:52:52'),(9622,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:53:27'),(9623,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:53:59'),(9624,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:54:30'),(9625,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:54:54'),(9626,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:55:20'),(9627,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:55:49'),(9628,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:56:13'),(9629,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:56:35'),(9630,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 09:59:50'),(9631,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:00:28'),(9632,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:06:53'),(9633,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:07:05'),(9634,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:07:41'),(9635,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:08:20'),(9636,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:11:39'),(9637,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:12:06'),(9638,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:12:24'),(9639,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:13:00'),(9640,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:13:55'),(9641,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:14:08'),(9642,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:14:19'),(9643,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:14:32'),(9644,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:14:44'),(9645,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:15:01'),(9646,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:15:15'),(9647,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:15:29'),(9648,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:15:42'),(9649,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:16:01'),(9650,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:16:18'),(9651,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:16:28'),(9652,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:16:44'),(9653,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:17:11'),(9654,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:17:28'),(9655,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:17:42'),(9656,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:17:53'),(9657,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:18:02'),(9658,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:18:23'),(9659,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:18:37'),(9660,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:19:48'),(9661,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:20:02'),(9662,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:20:16'),(9663,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:20:39'),(9664,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:21:22'),(9665,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:21:44'),(9666,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:21:55'),(9667,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:38:41'),(9668,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:42:17'),(9669,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:42:33'),(9670,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:43:28'),(9671,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:43:47'),(9672,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:43:58'),(9673,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:44:08'),(9674,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:44:21'),(9675,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:44:41'),(9676,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:44:52'),(9677,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:45:03'),(9678,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:45:24'),(9679,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:45:39'),(9680,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:45:59'),(9681,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:46:19'),(9682,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:46:34'),(9683,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:46:59'),(9684,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:47:16'),(9685,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:48:29'),(9686,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:48:45'),(9687,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:48:58'),(9688,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:49:18'),(9689,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:50:17'),(9690,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:50:29'),(9691,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:50:39'),(9692,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:50:55'),(9693,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:51:08'),(9694,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:51:19'),(9695,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:51:29'),(9696,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:51:47'),(9697,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:52:01'),(9698,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:52:33'),(9699,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:52:56'),(9700,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:53:21'),(9701,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:53:34'),(9702,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:54:00'),(9703,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 10:54:11'),(9704,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 11:05:09'),(9705,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 11:05:25'),(9706,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.39.151','2014-11-10 11:06:06'),(9707,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.33.32','2014-11-17 09:54:52'),(9708,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','117.78.13.110','2014-11-17 09:54:54'),(9709,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.33.32','2014-11-17 09:55:07'),(9710,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','117.78.13.110','2014-11-17 09:55:08'),(9711,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 09:57:30'),(9712,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 09:58:29'),(9713,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 09:58:34'),(9714,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 09:58:37'),(9715,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 09:58:45'),(9716,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 09:59:14'),(9717,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 09:59:16'),(9718,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 09:59:50'),(9719,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:00:33'),(9720,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:00:36'),(9721,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:00:38'),(9722,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.89.123','2014-11-17 10:03:01'),(9723,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:20:21'),(9724,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:20:49'),(9725,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:20:52'),(9726,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:20:54'),(9727,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:21:02'),(9728,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:21:26'),(9729,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:21:30'),(9730,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:21:34'),(9731,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:21:42'),(9732,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:22:11'),(9733,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:22:15'),(9734,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:22:17'),(9735,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:22:17'),(9736,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:24:43'),(9737,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:24:45'),(9738,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:24:45'),(9739,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:24:47'),(9740,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:24:57'),(9741,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:25:31'),(9742,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:25:34'),(9743,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:25:43'),(9744,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:26:10'),(9745,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:26:40'),(9746,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:26:43'),(9747,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:26:45'),(9748,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:26:57'),(9749,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:27:17'),(9750,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:27:19'),(9751,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:27:22'),(9752,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:27:28'),(9753,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:29:35'),(9754,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:29:38'),(9755,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:29:41'),(9756,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:30:03'),(9757,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:30:30'),(9758,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:30:32'),(9759,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:30:34'),(9760,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:30:42'),(9761,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:31:11'),(9762,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:31:13'),(9763,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:31:16'),(9764,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:31:20'),(9765,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:31:47'),(9766,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:31:51'),(9767,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:31:54'),(9768,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:31:57'),(9769,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:32:00'),(9770,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:32:08'),(9771,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:33:13'),(9772,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:33:17'),(9773,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:33:28'),(9774,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:33:32'),(9775,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:33:36'),(9776,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:33:49'),(9777,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.33.32','2014-11-17 10:34:38'),(9778,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:35:02'),(9779,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:35:30'),(9780,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:35:33'),(9781,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:35:36'),(9782,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:35:45'),(9783,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:36:14'),(9784,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:36:17'),(9785,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:36:20'),(9786,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:36:32'),(9787,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:37:11'),(9788,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:37:14'),(9789,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:37:16'),(9790,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:37:30'),(9791,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:37:59'),(9792,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:38:03'),(9793,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:38:09'),(9794,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:38:18'),(9795,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:38:39'),(9796,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:38:43'),(9797,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:38:44'),(9798,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:39:03'),(9799,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:39:30'),(9800,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:39:33'),(9801,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:39:35'),(9802,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:39:41'),(9803,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:40:13'),(9804,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:40:16'),(9805,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:40:21'),(9806,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:40:28'),(9807,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:41:23'),(9808,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:41:26'),(9809,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:41:29'),(9810,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:41:49'),(9811,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.33.32','2014-11-17 10:42:29'),(9812,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:43:43'),(9813,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:44:18'),(9814,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:44:21'),(9815,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:44:24'),(9816,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:44:29'),(9817,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:44:55'),(9818,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:44:59'),(9819,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:45:03'),(9820,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:45:10'),(9821,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:45:41'),(9822,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:45:43'),(9823,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:45:46'),(9824,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:45:52'),(9825,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:46:26'),(9826,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:46:30'),(9827,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:46:32'),(9828,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:46:54'),(9829,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:47:33'),(9830,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:47:36'),(9831,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:47:41'),(9832,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:47:48'),(9833,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:48:31'),(9834,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:48:34'),(9835,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:48:38'),(9836,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:48:50'),(9837,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 10:59:59'),(9838,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:00:06'),(9839,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:00:11'),(9840,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:00:19'),(9841,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:01:02'),(9842,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:01:05'),(9843,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:01:09'),(9844,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:01:18'),(9845,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:01:42'),(9846,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:01:45'),(9847,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:01:46'),(9848,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:01:52'),(9849,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:03:02'),(9850,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:03:06'),(9851,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:03:32'),(9852,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:03:35'),(9853,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:03:40'),(9854,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:03:51'),(9855,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:04:18'),(9856,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:04:22'),(9857,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:04:25'),(9858,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:04:30'),(9859,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:05:49'),(9860,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:05:52'),(9861,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:06:00'),(9862,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:06:08'),(9863,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:06:44'),(9864,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:06:47'),(9865,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:06:50'),(9866,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:07:07'),(9867,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:12:23'),(9868,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:12:45'),(9869,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:13:53'),(9870,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:14:00'),(9871,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:14:02'),(9872,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:14:15'),(9873,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:14:23'),(9874,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:14:54'),(9875,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:14:57'),(9876,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:14:59'),(9877,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:15:06'),(9878,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:15:44'),(9879,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:15:47'),(9880,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:15:53'),(9881,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:16:07'),(9882,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:18:41'),(9883,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:18:46'),(9884,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:18:54'),(9885,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:19:03'),(9886,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:20:20'),(9887,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:20:23'),(9888,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:20:26'),(9889,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:20:29'),(9890,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:20:40'),(9891,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:21:07'),(9892,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:21:41'),(9893,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:22:30'),(9894,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:23:03'),(9895,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:23:28'),(9896,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:23:59'),(9897,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:24:04'),(9898,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:24:58'),(9899,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 11:26:19'),(9900,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.33.32','2014-11-17 14:47:20'),(9901,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.33.32','2014-11-17 14:47:47'),(9902,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.33.32','2014-11-17 14:51:10'),(9903,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.33.32','2014-11-17 14:51:38'),(9904,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 15:08:14'),(9905,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 15:08:56'),(9906,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 15:10:59'),(9907,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 15:49:25'),(9908,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.33.32','2014-11-17 15:50:10'),(9909,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 15:50:24'),(9910,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 15:51:18'),(9911,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 15:51:44'),(9912,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 15:52:12'),(9913,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 15:52:34'),(9914,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 15:54:15'),(9915,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.33.32','2014-11-17 16:41:39'),(9916,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.33.32','2014-11-17 16:43:13'),(9917,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 16:43:58'),(9918,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 16:45:52'),(9919,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 16:49:28'),(9920,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 16:53:46'),(9921,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 16:54:12'),(9922,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 16:54:16'),(9923,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 16:54:33'),(9924,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 16:55:00'),(9925,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 16:55:22'),(9926,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 16:55:26'),(9927,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 16:55:29'),(9928,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.33.32','2014-11-17 16:55:58'),(9929,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','116.226.33.32','2014-11-17 16:56:31'),(9930,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.33.32','2014-11-17 16:57:17'),(9931,'',0,'admin','','category','?m=admin&c=category&a=delete','',1,'dhadmin','116.226.33.32','2014-11-17 16:57:35'),(9932,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 16:58:49'),(9933,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','116.226.33.32','2014-11-17 16:58:56'),(9934,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.35.177','2014-11-18 16:11:51'),(9935,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.35.177','2014-11-18 16:11:58'),(9936,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.35.177','2014-11-18 16:11:58'),(9937,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.35.177','2014-11-18 16:12:09'),(9938,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:13:16'),(9939,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:14:13'),(9940,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:15:41'),(9941,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:17:06'),(9942,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:17:33'),(9943,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:18:14'),(9944,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:18:19'),(9945,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:18:37'),(9946,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:18:51'),(9947,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:18:58'),(9948,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:19:00'),(9949,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:19:11'),(9950,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:19:23'),(9951,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:19:29'),(9952,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:19:32'),(9953,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:20:03'),(9954,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:20:28'),(9955,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:20:32'),(9956,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:20:42'),(9957,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:20:55'),(9958,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:21:14'),(9959,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:21:16'),(9960,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:21:20'),(9961,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:21:34'),(9962,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:21:36'),(9963,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:21:45'),(9964,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:23:13'),(9965,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:23:44'),(9966,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:31:47'),(9967,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:32:10'),(9968,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:32:35'),(9969,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:33:24'),(9970,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:33:27'),(9971,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:33:33'),(9972,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:36:02'),(9973,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:36:15'),(9974,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:36:17'),(9975,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:36:38'),(9976,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:37:04'),(9977,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:37:19'),(9978,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:37:33'),(9979,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:40:45'),(9980,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:42:45'),(9981,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 16:54:37'),(9982,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:05:42'),(9983,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:05:48'),(9984,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:05:51'),(9985,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:06:15'),(9986,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:06:30'),(9987,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:06:34'),(9988,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:06:38'),(9989,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:06:54'),(9990,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:07:07'),(9991,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:07:10'),(9992,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:07:29'),(9993,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:07:35'),(9994,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:07:48'),(9995,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:07:52'),(9996,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:08:01'),(9997,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:08:09'),(9998,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:08:28'),(9999,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:08:33'),(10000,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:08:40'),(10001,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:08:52'),(10002,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:09:04'),(10003,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:09:08'),(10004,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:09:12'),(10005,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:09:19'),(10006,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:09:33'),(10007,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:10:06'),(10008,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:10:13'),(10009,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:10:32'),(10010,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:13:06'),(10011,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:13:23'),(10012,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:13:50'),(10013,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:13:53'),(10014,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:13:56'),(10015,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:14:02'),(10016,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:14:40'),(10017,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.226.35.177','2014-11-18 17:16:00'),(10018,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','116.226.58.219','2014-11-19 10:00:50'),(10019,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.227.94.58','2014-12-08 20:46:14'),(10020,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.227.94.58','2014-12-08 20:46:52'),(10021,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.94.58','2014-12-08 20:51:20'),(10022,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.94.58','2014-12-08 20:52:45'),(10023,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.94.58','2014-12-08 20:52:53'),(10024,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.94.58','2014-12-08 20:52:57'),(10025,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.94.58','2014-12-08 20:53:03'),(10026,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.94.58','2014-12-08 20:53:08'),(10027,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.94.58','2014-12-08 20:53:23'),(10028,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','116.227.94.58','2014-12-08 20:56:06'),(10029,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.197','2014-12-08 20:56:41'),(10030,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:56:43'),(10031,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:56:53'),(10032,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.197','2014-12-08 20:56:56'),(10033,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:57:01'),(10034,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:57:04'),(10035,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:57:11'),(10036,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:57:30'),(10037,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:57:36'),(10038,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.197','2014-12-08 20:57:41'),(10039,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:57:45'),(10040,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:57:48'),(10041,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:57:57'),(10042,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:58:20'),(10043,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:58:59'),(10044,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:59:03'),(10045,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:59:10'),(10046,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:59:38'),(10047,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:59:51'),(10048,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 20:59:55'),(10049,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','65.49.68.154','2014-12-08 21:00:01'),(10050,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.80.184.13','2015-01-08 20:36:38'),(10051,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.80.184.13','2015-01-08 20:37:02'),(10052,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.80.184.13','2015-01-08 20:37:13'),(10053,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','101.80.184.13','2015-01-08 20:37:18'),(10054,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 20:41:30'),(10055,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.80.184.13','2015-01-08 20:59:35'),(10056,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.80.184.13','2015-01-08 21:00:06'),(10057,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.80.184.13','2015-01-08 21:00:10'),(10058,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.80.184.13','2015-01-08 21:00:28'),(10059,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.80.184.13','2015-01-08 21:00:30'),(10060,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.80.184.13','2015-01-08 21:00:56'),(10061,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','112.64.235.247','2015-01-08 21:03:56'),(10062,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','112.64.235.247','2015-01-08 21:04:00'),(10063,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:08:56'),(10064,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:09:58'),(10065,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:13:42'),(10066,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:13:49'),(10067,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:13:52'),(10068,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:14:07'),(10069,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:14:12'),(10070,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.33.206','2015-01-08 21:14:16'),(10071,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:14:33'),(10072,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:14:35'),(10073,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:14:39'),(10074,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:15:18'),(10075,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:15:31'),(10076,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:15:35'),(10077,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:16:01'),(10078,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:16:33'),(10079,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:18:44'),(10080,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:18:50'),(10081,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:19:21'),(10082,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:19:24'),(10083,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:19:28'),(10084,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:19:34'),(10085,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:20:03'),(10086,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:20:07'),(10087,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:20:19'),(10088,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:20:23'),(10089,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:20:36'),(10090,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:20:49'),(10091,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:20:52'),(10092,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:20:56'),(10093,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:21:02'),(10094,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:21:06'),(10095,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:21:15'),(10096,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','101.80.184.13','2015-01-08 21:22:01'),(10097,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','101.80.184.13','2015-01-08 21:22:16'),(10098,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:23:50'),(10099,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:24:50'),(10100,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:25:51'),(10101,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:25:54'),(10102,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:26:05'),(10103,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:26:14'),(10104,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:26:50'),(10105,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:26:53'),(10106,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:27:06'),(10107,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:28:00'),(10108,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:29:23'),(10109,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:29:25'),(10110,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:29:35'),(10111,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:29:38'),(10112,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:30:01'),(10113,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','101.80.184.13','2015-01-08 21:35:09'),(10114,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','101.80.184.13','2015-01-08 21:37:08'),(10115,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','101.80.184.13','2015-01-08 21:37:28'),(10116,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:38:23'),(10117,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:39:11'),(10118,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:39:23'),(10119,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:39:26'),(10120,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:39:33'),(10121,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:39:41'),(10122,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:39:58'),(10123,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:40:00'),(10124,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:40:14'),(10125,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:40:17'),(10126,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:40:22'),(10127,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:40:36'),(10128,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:40:53'),(10129,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:40:55'),(10130,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:41:09'),(10131,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:41:14'),(10132,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:41:18'),(10133,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:41:36'),(10134,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:41:58'),(10135,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:42:24'),(10136,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:42:36'),(10137,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:42:50'),(10138,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:42:52'),(10139,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:42:58'),(10140,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:43:10'),(10141,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:43:21'),(10142,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:43:24'),(10143,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:43:30'),(10144,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:44:02'),(10145,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:44:17'),(10146,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:44:20'),(10147,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:44:27'),(10148,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:44:39'),(10149,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:44:52'),(10150,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:44:54'),(10151,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:45:08'),(10152,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:45:11'),(10153,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:45:24'),(10154,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:45:40'),(10155,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:45:58'),(10156,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:46:25'),(10157,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:46:30'),(10158,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:46:52'),(10159,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:46:56'),(10160,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:47:04'),(10161,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:47:50'),(10162,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:49:00'),(10163,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:49:10'),(10164,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:49:13'),(10165,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:49:22'),(10166,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:49:29'),(10167,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:49:40'),(10168,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:49:59'),(10169,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:50:03'),(10170,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:50:12'),(10171,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:50:14'),(10172,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:50:23'),(10173,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:50:25'),(10174,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:50:29'),(10175,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:51:04'),(10176,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:51:15'),(10177,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:51:43'),(10178,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:51:50'),(10179,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:52:01'),(10180,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:52:22'),(10181,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:53:53'),(10182,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:55:10'),(10183,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:55:14'),(10184,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:55:20'),(10185,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:55:32'),(10186,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:55:35'),(10187,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:55:40'),(10188,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:56:01'),(10189,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:56:24'),(10190,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:56:26'),(10191,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:56:39'),(10192,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:56:42'),(10193,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:56:46'),(10194,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:57:06'),(10195,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:57:28'),(10196,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:57:32'),(10197,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:57:44'),(10198,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:58:07'),(10199,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 21:58:59'),(10200,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:00:04'),(10201,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:00:43'),(10202,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:00:47'),(10203,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:00:58'),(10204,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:01:23'),(10205,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:01:33'),(10206,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:01:42'),(10207,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:01:55'),(10208,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:01:57'),(10209,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:02:04'),(10210,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:02:13'),(10211,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:02:15'),(10212,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:02:21'),(10213,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:02:33'),(10214,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:02:37'),(10215,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:02:39'),(10216,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:02:41'),(10217,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:02:52'),(10218,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:02:52'),(10219,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:02:59'),(10220,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:03:08'),(10221,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:03:54'),(10222,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:04:06'),(10223,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:04:18'),(10224,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:04:21'),(10225,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:04:30'),(10226,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:04:35'),(10227,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:05:03'),(10228,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:05:06'),(10229,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:05:18'),(10230,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:05:39'),(10231,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:05:42'),(10232,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:06:18'),(10233,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:06:28'),(10234,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:07:01'),(10235,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:07:26'),(10236,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:07:44'),(10237,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:07:48'),(10238,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:08:09'),(10239,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:08:42'),(10240,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:08:45'),(10241,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:08:59'),(10242,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:12:37'),(10243,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:16:07'),(10244,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:18:53'),(10245,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:18:56'),(10246,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:19:01'),(10247,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:19:23'),(10248,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:19:27'),(10249,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:20:12'),(10250,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:20:16'),(10251,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:20:25'),(10252,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:20:27'),(10253,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:20:38'),(10254,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:21:27'),(10255,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:21:47'),(10256,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:22:33'),(10257,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:22:37'),(10258,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:22:42'),(10259,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:22:47'),(10260,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:22:55'),(10261,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:23:07'),(10262,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:24:28'),(10263,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:24:52'),(10264,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:24:54'),(10265,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:24:59'),(10266,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:25:20'),(10267,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:25:47'),(10268,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:25:52'),(10269,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:26:15'),(10270,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:26:19'),(10271,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:26:23'),(10272,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:26:36'),(10273,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:26:57'),(10274,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:27:07'),(10275,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:27:17'),(10276,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:27:20'),(10277,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:27:25'),(10278,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:27:27'),(10279,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:27:45'),(10280,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:28:17'),(10281,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:28:37'),(10282,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:28:39'),(10283,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:28:47'),(10284,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:28:49'),(10285,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:28:58'),(10286,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:29:00'),(10287,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:29:19'),(10288,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:29:29'),(10289,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:29:32'),(10290,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:29:45'),(10291,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:30:03'),(10292,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:30:06'),(10293,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:30:25'),(10294,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:30:28'),(10295,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:30:36'),(10296,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:30:47'),(10297,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:30:49'),(10298,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:31:00'),(10299,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:31:02'),(10300,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:31:10'),(10301,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:31:12'),(10302,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:31:27'),(10303,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:46:48'),(10304,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:48:00'),(10305,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:48:37'),(10306,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:48:38'),(10307,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:48:55'),(10308,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:48:58'),(10309,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:49:19'),(10310,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:49:42'),(10311,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:50:13'),(10312,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:50:15'),(10313,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:50:30'),(10314,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:50:33'),(10315,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:51:00'),(10316,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:52:07'),(10317,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:55:43'),(10318,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:55:46'),(10319,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:56:02'),(10320,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:56:04'),(10321,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:56:11'),(10322,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:56:40'),(10323,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:57:07'),(10324,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:57:10'),(10325,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:57:13'),(10326,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:57:30'),(10327,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:57:53'),(10328,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:57:56'),(10329,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:58:23'),(10330,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:58:56'),(10331,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:59:09'),(10332,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:59:11'),(10333,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:59:18'),(10334,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:59:20'),(10335,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 22:59:41'),(10336,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:00:42'),(10337,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:00:46'),(10338,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:00:58'),(10339,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:01:24'),(10340,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:02:21'),(10341,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:02:23'),(10342,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:02:31'),(10343,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:02:35'),(10344,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:02:44'),(10345,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:03:26'),(10346,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:04:16'),(10347,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:04:18'),(10348,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:04:25'),(10349,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:04:29'),(10350,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:05:46'),(10351,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:06:17'),(10352,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:06:41'),(10353,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:06:45'),(10354,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:06:47'),(10355,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:06:58'),(10356,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:09:35'),(10357,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:11:56'),(10358,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:12:06'),(10359,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:13:11'),(10360,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:13:14'),(10361,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:13:21'),(10362,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:13:49'),(10363,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:15:51'),(10364,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:15:54'),(10365,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:16:00'),(10366,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:16:17'),(10367,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:16:50'),(10368,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:16:53'),(10369,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:17:06'),(10370,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:17:43'),(10371,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:18:06'),(10372,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:18:08'),(10373,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:18:23'),(10374,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:18:26'),(10375,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:18:32'),(10376,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:19:08'),(10377,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:19:22'),(10378,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:19:44'),(10379,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:19:50'),(10380,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:20:28'),(10381,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:20:59'),(10382,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:21:30'),(10383,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:21:33'),(10384,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:21:41'),(10385,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:21:56'),(10386,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:22:11'),(10387,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:22:15'),(10388,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:22:23'),(10389,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:22:40'),(10390,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:22:55'),(10391,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:22:57'),(10392,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:23:03'),(10393,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:23:06'),(10394,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:23:16'),(10395,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:24:06'),(10396,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:24:17'),(10397,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:24:20'),(10398,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:24:27'),(10399,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:24:36'),(10400,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:24:52'),(10401,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:24:59'),(10402,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:25:04'),(10403,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:25:13'),(10404,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:25:28'),(10405,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:25:30'),(10406,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:25:39'),(10407,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:26:03'),(10408,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:26:19'),(10409,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:26:23'),(10410,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:26:29'),(10411,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:26:46'),(10412,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:27:06'),(10413,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:27:21'),(10414,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:27:26'),(10415,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:27:31'),(10416,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:28:04'),(10417,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:28:31'),(10418,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:28:34'),(10419,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:28:40'),(10420,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:29:08'),(10421,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:30:01'),(10422,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:30:07'),(10423,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:30:23'),(10424,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:30:27'),(10425,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:30:40'),(10426,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:31:30'),(10427,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:32:00'),(10428,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:32:03'),(10429,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:32:29'),(10430,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:32:44'),(10431,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:33:18'),(10432,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:33:20'),(10433,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:33:25'),(10434,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:33:35'),(10435,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:33:56'),(10436,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:33:58'),(10437,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:34:07'),(10438,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:34:09'),(10439,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:34:20'),(10440,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:34:25'),(10441,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:34:45'),(10442,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:35:17'),(10443,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:35:19'),(10444,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:35:35'),(10445,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:36:10'),(10446,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:37:10'),(10447,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:37:16'),(10448,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:37:24'),(10449,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:37:26'),(10450,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:37:44'),(10451,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:37:46'),(10452,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:38:38'),(10453,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:38:57'),(10454,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:39:00'),(10455,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:39:04'),(10456,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:39:06'),(10457,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:39:10'),(10458,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:39:20'),(10459,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:39:39'),(10460,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:39:41'),(10461,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:39:50'),(10462,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:39:51'),(10463,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:39:59'),(10464,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:40:18'),(10465,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:40:36'),(10466,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:40:57'),(10467,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:41:16'),(10468,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:41:20'),(10469,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:41:32'),(10470,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:42:15'),(10471,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:43:07'),(10472,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:43:17'),(10473,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:43:34'),(10474,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:44:09'),(10475,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:44:28'),(10476,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:44:44'),(10477,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:45:02'),(10478,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:45:17'),(10479,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:46:28'),(10480,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:46:54'),(10481,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:47:22'),(10482,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:47:39'),(10483,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:48:15'),(10484,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:48:48'),(10485,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:48:51'),(10486,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:48:59'),(10487,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:49:03'),(10488,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:49:09'),(10489,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:49:38'),(10490,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:49:51'),(10491,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:50:01'),(10492,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:50:10'),(10493,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:50:50'),(10494,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:50:55'),(10495,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:50:58'),(10496,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:51:08'),(10497,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:51:36'),(10498,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:52:03'),(10499,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:52:34'),(10500,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:53:14'),(10501,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:53:22'),(10502,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:53:23'),(10503,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:53:31'),(10504,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:54:45'),(10505,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:54:59'),(10506,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:55:14'),(10507,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:55:25'),(10508,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:55:27'),(10509,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:55:44'),(10510,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-08 23:55:45'),(10511,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:02:10'),(10512,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:02:17'),(10513,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:02:17'),(10514,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:02:43'),(10515,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:02:50'),(10516,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:02:58'),(10517,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:03:41'),(10518,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:03:45'),(10519,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:03:52'),(10520,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:04:26'),(10521,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:05:02'),(10522,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:05:22'),(10523,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:05:48'),(10524,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:05:51'),(10525,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:05:52'),(10526,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:06:16'),(10527,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:06:23'),(10528,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:06:36'),(10529,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:09:49'),(10530,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:10:01'),(10531,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:10:01'),(10532,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:10:38'),(10533,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:10:50'),(10534,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:11:02'),(10535,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:11:05'),(10536,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:12:05'),(10537,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:12:09'),(10538,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:12:12'),(10539,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:12:35'),(10540,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:12:43'),(10541,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:13:49'),(10542,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:14:16'),(10543,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:14:21'),(10544,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:14:25'),(10545,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:17:06'),(10546,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:17:21'),(10547,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:17:23'),(10548,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:17:29'),(10549,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','101.80.184.13','2015-01-09 00:17:34'),(10550,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.40.148','2015-01-12 09:41:01'),(10551,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.40.148','2015-01-12 09:41:23'),(10552,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.33.201','2015-01-12 09:51:30'),(10553,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.33.240','2015-01-12 09:51:55'),(10554,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','121.12.111.141','2015-01-14 16:04:28'),(10555,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-01-14 16:17:31'),(10556,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-01-15 18:29:02'),(10557,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-01-15 18:30:09'),(10558,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-01-15 18:31:39'),(10559,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-01-15 18:34:25'),(10560,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.34.141','2015-02-03 15:57:11'),(10561,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.34.141','2015-02-03 15:58:08'),(10562,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.34.141','2015-02-03 15:59:48'),(10563,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.34.141','2015-02-03 15:59:49'),(10564,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.206.26','2015-02-03 16:00:00'),(10565,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.34.141','2015-02-03 16:00:43'),(10566,'',0,'admin','','admin_manage','?m=admin&c=admin_manage&a=edit','',1,'dhadmin','116.226.34.141','2015-02-03 16:06:19'),(10567,'',0,'admin','','admin_manage','?m=admin&c=admin_manage&a=edit','',1,'dhadmin','116.226.34.141','2015-02-03 16:07:09'),(10568,'',0,'admin','','admin_manage','?m=admin&c=admin_manage&a=edit','',1,'dhadmin','116.226.34.141','2015-02-03 16:07:12'),(10569,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.34.141','2015-02-03 16:07:40'),(10570,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.34.141','2015-02-03 16:08:00'),(10571,'',0,'admin','','index','?m=admin&c=index&a=login','',2,'','116.226.34.141','2015-02-03 16:08:01'),(10572,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.34.141','2015-02-03 16:09:01'),(10573,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.34.141','2015-02-03 16:09:28'),(10574,'',0,'member','','member_menu','?m=member&c=member_menu&a=manage','',1,'dhadmin','116.226.34.141','2015-02-03 16:10:40'),(10575,'',0,'admin','','googlesitemap','?m=admin&c=googlesitemap&a=set','',1,'dhadmin','116.226.34.141','2015-02-03 16:11:03'),(10576,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.206.26','2015-02-03 16:11:08'),(10577,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','116.226.34.141','2015-02-03 16:12:47'),(10578,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.34.141','2015-02-03 16:12:57'),(10579,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.34.141','2015-02-03 16:13:00'),(10580,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.34.141','2015-02-03 16:13:02'),(10581,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.34.141','2015-02-03 16:13:06'),(10582,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.34.141','2015-02-03 16:13:08'),(10583,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.34.141','2015-02-03 16:13:09'),(10584,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.34.141','2015-02-03 16:13:09'),(10585,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.34.141','2015-02-03 16:13:11'),(10586,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.34.141','2015-02-03 16:13:12'),(10587,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=export','',1,'dhadmin','116.226.34.141','2015-02-03 16:14:44'),(10588,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=export','',1,'dhadmin','116.226.34.141','2015-02-03 16:14:50'),(10589,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=export','',1,'dhadmin','116.226.34.141','2015-02-03 16:14:59'),(10590,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=export','',1,'dhadmin','116.226.34.141','2015-02-03 16:15:00'),(10591,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=export','',1,'dhadmin','116.226.34.141','2015-02-03 16:15:01'),(10592,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=export','',1,'dhadmin','116.226.34.141','2015-02-03 16:15:01'),(10593,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=export','',1,'dhadmin','116.226.34.141','2015-02-03 16:15:02'),(10594,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=export','',1,'dhadmin','116.226.34.141','2015-02-03 16:15:06'),(10595,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.214.180','2015-02-03 16:17:42'),(10596,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.153.214.180','2015-02-03 16:19:24'),(10597,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.34.141','2015-02-03 16:19:33'),(10598,'',0,'pay','','payment','?m=pay&c=payment&a=pay_list','',1,'dhadmin','116.226.34.141','2015-02-03 16:21:08'),(10599,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','116.226.34.141','2015-02-03 16:21:41'),(10600,'',0,'comment','','comment_admin','?m=comment&c=comment_admin&a=listinfo','',1,'dhadmin','116.226.34.141','2015-02-03 16:21:44'),(10601,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.226.34.141','2015-02-03 16:24:21'),(10602,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.226.34.141','2015-02-03 16:24:39'),(10603,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-02-03 16:29:59'),(10604,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-02-03 16:30:38'),(10605,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-02-03 16:30:42'),(10606,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-02-03 16:30:42'),(10607,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-02-03 16:31:05'),(10608,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-02-03 16:31:09'),(10609,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-02-03 16:31:09'),(10610,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-02-03 16:31:35'),(10611,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-02-03 16:31:37'),(10612,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.66.176','2015-02-03 16:33:52'),(10613,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.38.77','2015-02-05 13:32:44'),(10614,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.38.77','2015-02-05 13:33:16'),(10615,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','116.226.38.77','2015-02-05 13:37:07'),(10616,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','116.226.38.77','2015-02-05 13:37:12'),(10617,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','116.226.38.77','2015-02-05 13:37:17'),(10618,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','116.226.38.77','2015-02-05 13:37:21'),(10619,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','116.226.38.77','2015-02-05 13:37:33'),(10620,'',0,'comment','','comment_admin','?m=comment&c=comment_admin&a=listinfo','',1,'dhadmin','116.226.38.77','2015-02-05 13:37:34'),(10621,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.226.38.77','2015-02-05 13:37:45'),(10622,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.226.38.77','2015-02-05 13:40:10'),(10623,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.226.38.77','2015-02-05 13:40:45'),(10624,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.226.38.77','2015-02-05 13:40:49'),(10625,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.226.38.77','2015-02-05 13:40:58'),(10626,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.226.38.77','2015-02-05 13:42:31'),(10627,'',0,'admin','','site','?m=admin&c=site&a=edit','',1,'dhadmin','116.226.38.77','2015-02-05 13:42:57'),(10628,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-02-09 14:49:02'),(10629,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-02-09 14:49:03'),(10630,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','140.206.92.170','2015-02-09 14:49:25'),(10631,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','140.206.92.170','2015-02-09 14:50:08'),(10632,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.34.140','2015-05-15 07:52:41'),(10633,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.35.45','2015-06-29 16:44:14'),(10634,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.35.45','2015-06-29 16:44:15'),(10635,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.226.35.45','2015-06-29 16:44:31'),(10636,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.26.230','2016-06-03 17:08:18'),(10637,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.26.230','2016-06-03 17:08:19'),(10638,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.26.230','2016-06-03 17:08:32'),(10639,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.26.230','2016-06-03 17:08:34'),(10640,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.26.230','2016-06-03 17:08:42'),(10641,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','111.206.36.13','2016-06-03 17:18:19'),(10642,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.26.230','2016-06-03 17:19:27'),(10643,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','111.206.36.4','2016-06-04 14:24:08'),(10644,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','111.206.36.9','2016-06-04 14:24:41'),(10645,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.26.230','2016-06-06 15:53:09'),(10646,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.26.230','2016-06-06 15:53:11'),(10647,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.26.230','2016-06-06 15:53:16'),(10648,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','180.173.26.230','2016-06-06 16:00:43'),(10649,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','180.173.26.230','2016-06-06 16:00:43'),(10650,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','111.206.36.15','2016-06-06 16:01:03'),(10651,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','111.206.36.132','2016-06-07 04:46:06'),(10652,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.29.106','2016-06-14 09:42:23'),(10653,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','61.135.165.10','2016-06-14 09:42:31'),(10654,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.29.106','2016-06-14 09:42:47'),(10655,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.118','2016-06-14 09:44:38'),(10656,'',0,'content','','type_manage','?m=content&c=type_manage&a=add','',1,'dhadmin','180.173.29.106','2016-06-14 09:47:43'),(10657,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:45'),(10658,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:48'),(10659,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:48'),(10660,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:49'),(10661,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:50'),(10662,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:51'),(10663,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:51'),(10664,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:52'),(10665,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:53'),(10666,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:54'),(10667,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:55'),(10668,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:55'),(10669,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:56'),(10670,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:57'),(10671,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:58'),(10672,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:59'),(10673,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:49:59'),(10674,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:00'),(10675,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:01'),(10676,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:02'),(10677,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:03'),(10678,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:04'),(10679,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:04'),(10680,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:05'),(10681,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:06'),(10682,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:08'),(10683,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:09'),(10684,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:10'),(10685,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:11'),(10686,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:12'),(10687,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:13'),(10688,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:14'),(10689,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:15'),(10690,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:15'),(10691,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:16'),(10692,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:17'),(10693,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:18'),(10694,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:19'),(10695,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:20'),(10696,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:20'),(10697,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:21'),(10698,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:22'),(10699,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:23'),(10700,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:24'),(10701,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:25'),(10702,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:25'),(10703,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:26'),(10704,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:27'),(10705,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','61.135.169.8','2016-06-14 09:50:27'),(10706,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:28'),(10707,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:28'),(10708,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:29'),(10709,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:30'),(10710,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:31'),(10711,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:32'),(10712,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:33'),(10713,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:33'),(10714,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:34'),(10715,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:35'),(10716,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:36'),(10717,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:37'),(10718,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:37'),(10719,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:38'),(10720,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:39'),(10721,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:40'),(10722,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:41'),(10723,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:41'),(10724,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:42'),(10725,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:43'),(10726,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:44'),(10727,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:45'),(10728,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:45'),(10729,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:46'),(10730,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:47'),(10731,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:48'),(10732,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:49'),(10733,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:50'),(10734,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:51'),(10735,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:52'),(10736,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:52'),(10737,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:53'),(10738,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:54'),(10739,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:55'),(10740,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:56'),(10741,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:56'),(10742,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:57'),(10743,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:58'),(10744,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:50:59'),(10745,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:00'),(10746,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:01'),(10747,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:02'),(10748,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:03'),(10749,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:03'),(10750,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:04'),(10751,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:05'),(10752,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:06'),(10753,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:07'),(10754,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:08'),(10755,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:09'),(10756,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:10'),(10757,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:11'),(10758,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:11'),(10759,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:12'),(10760,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:13'),(10761,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:14'),(10762,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:15'),(10763,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:16'),(10764,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:17'),(10765,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:17'),(10766,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:19'),(10767,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:19'),(10768,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:20'),(10769,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:21'),(10770,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:22'),(10771,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:23'),(10772,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:24'),(10773,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:24'),(10774,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:25'),(10775,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:26'),(10776,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:27'),(10777,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:28'),(10778,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:29'),(10779,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:29'),(10780,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:30'),(10781,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:31'),(10782,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:32'),(10783,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:33'),(10784,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:34'),(10785,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:34'),(10786,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:35'),(10787,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:36'),(10788,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:37'),(10789,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:38'),(10790,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:39'),(10791,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:39'),(10792,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:40'),(10793,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:41'),(10794,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:42'),(10795,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:43'),(10796,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:45'),(10797,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:45'),(10798,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:46'),(10799,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:47'),(10800,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:48'),(10801,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:49'),(10802,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:50'),(10803,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:50'),(10804,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:51'),(10805,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:52'),(10806,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:53'),(10807,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:54'),(10808,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:54'),(10809,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:55'),(10810,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:56'),(10811,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:57'),(10812,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:58'),(10813,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:58'),(10814,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:51:59'),(10815,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:52:00'),(10816,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:52:01'),(10817,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:52:02'),(10818,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:52:03'),(10819,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:52:03'),(10820,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:52:04'),(10821,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.29.106','2016-06-14 09:52:05'),(10822,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.29.106','2016-06-14 09:54:24'),(10823,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.29.106','2016-06-14 09:54:27'),(10824,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.29.106','2016-06-14 09:54:28'),(10825,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.29.106','2016-06-14 09:54:29'),(10826,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.29.106','2016-06-14 10:00:09'),(10827,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','180.173.29.106','2016-06-14 10:00:11'),(10828,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.29.106','2016-06-14 10:00:20'),(10829,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','111.206.36.147','2016-06-14 10:00:44'),(10830,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','111.206.36.137','2016-06-14 10:01:04'),(10831,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','61.135.169.40','2016-06-14 10:01:17'),(10832,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','111.206.36.137','2016-06-14 10:01:49'),(10833,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','111.206.36.6','2016-06-14 10:01:55'),(10834,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','61.135.169.41','2016-06-14 10:02:16'),(10835,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','61.135.169.42','2016-06-14 10:11:05'),(10836,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','61.135.169.9','2016-06-14 10:11:11'),(10837,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','111.206.36.8','2016-06-14 10:11:54'),(10838,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.29.106','2016-06-15 10:09:08'),(10839,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.29.106','2016-06-15 10:09:10'),(10840,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.29.106','2016-06-15 10:09:23'),(10841,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.29.106','2016-06-15 10:09:25'),(10842,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.29.106','2016-06-15 10:09:25'),(10843,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.29.106','2016-06-15 10:09:35'),(10844,'',0,'admin','','googlesitemap','?m=admin&c=googlesitemap&a=set','',1,'dhadmin','180.173.29.106','2016-06-15 10:12:35'),(10845,'',0,'admin','','googlesitemap','?m=admin&c=googlesitemap&a=set','',1,'dhadmin','180.173.29.106','2016-06-15 10:12:45'),(10846,'',0,'admin','','googlesitemap','?m=admin&c=googlesitemap&a=set','',1,'dhadmin','180.173.29.106','2016-06-15 10:12:46'),(10847,'',0,'admin','','googlesitemap','?m=admin&c=googlesitemap&a=set','',1,'dhadmin','180.173.29.106','2016-06-15 10:12:58'),(10848,'',0,'admin','','googlesitemap','?m=admin&c=googlesitemap&a=set','',1,'dhadmin','180.173.29.106','2016-06-15 10:13:01'),(10849,'',0,'admin','','googlesitemap','?m=admin&c=googlesitemap&a=set','',1,'dhadmin','180.173.29.106','2016-06-15 10:13:02'),(10850,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.29.106','2016-06-15 10:13:14'),(10851,'',0,'member','','member_menu','?m=member&c=member_menu&a=manage','',1,'dhadmin','180.173.29.106','2016-06-15 10:13:47'),(10852,'',0,'upgrade','','index','?m=upgrade&c=index&a=checkfile','',1,'dhadmin','180.173.29.106','2016-06-15 10:14:00'),(10853,'',0,'upgrade','','index','?m=upgrade&c=index&a=checkfile','',1,'dhadmin','180.173.29.106','2016-06-15 10:14:02'),(10854,'',0,'upgrade','','index','?m=upgrade&c=index&a=checkfile','',1,'dhadmin','180.173.29.106','2016-06-15 10:33:13'),(10855,'',0,'upgrade','','index','?m=upgrade&c=index&a=checkfile','',1,'dhadmin','180.173.29.106','2016-06-15 10:33:15'),(10856,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','180.173.29.106','2016-06-15 10:34:05'),(10857,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','180.173.29.106','2016-06-15 10:34:05'),(10858,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','180.173.29.106','2016-06-15 10:34:28'),(10859,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','111.206.36.15','2016-06-15 11:16:57'),(10860,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','111.206.36.132','2016-06-15 11:19:31'),(10861,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','111.206.36.14','2016-06-15 11:40:33'),(10862,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','61.135.169.41','2016-06-15 12:25:59'),(10863,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.108.183','2016-06-27 00:08:29'),(10864,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.73.218','2016-09-28 09:13:05'),(10865,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.73.218','2016-09-28 09:13:36'),(10866,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.226.89.123','2016-09-28 09:16:11'),(10867,'',0,'admin','','googlesitemap','?m=admin&c=googlesitemap&a=set','',1,'dhadmin','180.173.73.218','2016-09-28 09:16:23'),(10868,'',0,'admin','','keylink','?m=admin&c=keylink&a=add','',1,'dhadmin','180.173.73.218','2016-09-28 09:18:53'),(10869,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:04'),(10870,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:18'),(10871,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:23'),(10872,'',0,'content','','content','?m=content&c=content&a=clear_data','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:40'),(10873,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:46'),(10874,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:49'),(10875,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:50'),(10876,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:51'),(10877,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:52'),(10878,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:53'),(10879,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:54'),(10880,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:55'),(10881,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:56'),(10882,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:57'),(10883,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:58'),(10884,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:27:59'),(10885,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:00'),(10886,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:01'),(10887,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:02'),(10888,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:03'),(10889,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:04'),(10890,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:05'),(10891,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:06'),(10892,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:07'),(10893,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:07'),(10894,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:08'),(10895,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:09'),(10896,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:10'),(10897,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:11'),(10898,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:12'),(10899,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:13'),(10900,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:14'),(10901,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:14'),(10902,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:16'),(10903,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:16'),(10904,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:18'),(10905,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:18'),(10906,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:19'),(10907,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:20'),(10908,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:21'),(10909,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:22'),(10910,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:23'),(10911,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:24'),(10912,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:25'),(10913,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:26'),(10914,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:27'),(10915,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:28'),(10916,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:29'),(10917,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:30'),(10918,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:31'),(10919,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:32'),(10920,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:33'),(10921,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:34'),(10922,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:35'),(10923,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:36'),(10924,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:37'),(10925,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:38'),(10926,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:39'),(10927,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:41'),(10928,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:42'),(10929,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:43'),(10930,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:44'),(10931,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:45'),(10932,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:46'),(10933,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:47'),(10934,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:49'),(10935,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:50'),(10936,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:51'),(10937,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:52'),(10938,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:53'),(10939,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:54'),(10940,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:55'),(10941,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:56'),(10942,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:57'),(10943,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:58'),(10944,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:28:59'),(10945,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:00'),(10946,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:01'),(10947,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:02'),(10948,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:03'),(10949,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:04'),(10950,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:05'),(10951,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:06'),(10952,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:07'),(10953,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:08'),(10954,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:08'),(10955,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:10'),(10956,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:11'),(10957,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:13'),(10958,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:14'),(10959,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:14'),(10960,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:15'),(10961,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:16'),(10962,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:17'),(10963,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:18'),(10964,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:19'),(10965,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:20'),(10966,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:21'),(10967,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:22'),(10968,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:22'),(10969,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:23'),(10970,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:24'),(10971,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:25'),(10972,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:26'),(10973,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:27'),(10974,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:28'),(10975,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:28'),(10976,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:29'),(10977,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:30'),(10978,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:31'),(10979,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:32'),(10980,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:33'),(10981,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:34'),(10982,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:35'),(10983,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:35'),(10984,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:36'),(10985,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:37'),(10986,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:39'),(10987,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:40'),(10988,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:42'),(10989,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:43'),(10990,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:45'),(10991,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:46'),(10992,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:50'),(10993,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:51'),(10994,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:52'),(10995,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:53'),(10996,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:54'),(10997,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:55'),(10998,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:56'),(10999,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:57'),(11000,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:58'),(11001,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:29:59'),(11002,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:00'),(11003,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:01'),(11004,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:02'),(11005,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:03'),(11006,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:06'),(11007,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:07'),(11008,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:08'),(11009,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:11'),(11010,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:14'),(11011,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:17'),(11012,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:18'),(11013,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:19'),(11014,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:19'),(11015,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:21'),(11016,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:22'),(11017,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:23'),(11018,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:24'),(11019,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:24'),(11020,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:25'),(11021,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:26'),(11022,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:27'),(11023,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:28'),(11024,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:29'),(11025,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:29'),(11026,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:30'),(11027,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:31'),(11028,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:32'),(11029,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:33'),(11030,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:34'),(11031,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:35'),(11032,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:36'),(11033,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:36'),(11034,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:37'),(11035,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:38'),(11036,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:41'),(11037,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:46'),(11038,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:47'),(11039,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:47'),(11040,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:50'),(11041,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:51'),(11042,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:54'),(11043,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:56'),(11044,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:58'),(11045,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.73.218','2016-09-28 09:30:59'),(11046,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.73.218','2016-09-28 09:31:00'),(11047,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.73.218','2016-09-28 09:32:49'),(11048,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.73.218','2016-09-28 09:33:20'),(11049,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.73.218','2016-09-28 09:33:37'),(11050,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.73.218','2016-09-28 09:33:54'),(11051,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.73.218','2016-09-28 09:34:52'),(11052,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.73.218','2016-09-28 09:37:49'),(11053,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','180.173.73.218','2016-09-28 09:37:59'),(11054,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.73.218','2016-09-28 09:39:00'),(11055,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.73.218','2016-09-28 09:39:18'),(11056,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.112.52','2016-09-28 14:46:40'),(11057,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.58','2016-09-28 17:43:37'),(11058,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','106.120.160.109','2016-09-28 17:45:51'),(11059,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.198','2016-09-28 17:46:28'),(11060,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','106.120.160.109','2016-09-28 17:46:28'),(11061,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.57','2016-09-28 17:46:50'),(11062,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.57','2016-09-28 17:48:11'),(11063,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.75.26','2016-11-30 13:20:33'),(11064,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','180.173.75.26','2016-11-30 13:21:15'),(11065,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.196','2016-11-30 13:22:08'),(11066,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.217','2016-11-30 13:22:13'),(11067,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.200','2016-11-30 13:22:57'),(11068,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','182.118.20.143','2016-11-30 13:23:08'),(11069,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 13:32:23'),(11070,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 13:32:38'),(11071,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 13:32:41'),(11072,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 13:32:44'),(11073,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 13:32:54'),(11074,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.75.26','2016-11-30 13:33:05'),(11075,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.75.26','2016-11-30 13:33:37'),(11076,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.75.26','2016-11-30 13:33:52'),(11077,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.75.26','2016-11-30 13:33:54'),(11078,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.75.26','2016-11-30 13:33:56'),(11079,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.75.26','2016-11-30 13:33:56'),(11080,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 13:37:49'),(11081,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.75.26','2016-11-30 13:39:50'),(11082,'',0,'comment','','comment_admin','?m=comment&c=comment_admin&a=lists','',1,'dhadmin','180.173.75.26','2016-11-30 13:40:58'),(11083,'',0,'content','','content','?m=content&c=content&a=add','',1,'dhadmin','180.173.75.26','2016-11-30 13:41:25'),(11084,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','180.173.75.26','2016-11-30 13:44:04'),(11085,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 14:01:11'),(11086,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.26','2016-11-30 14:02:09'),(11087,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.26','2016-11-30 15:21:52'),(11088,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 15:22:31'),(11089,'',0,'admin','','setting','?m=admin&c=setting&a=save','',1,'dhadmin','180.173.75.26','2016-11-30 15:27:15'),(11090,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 15:29:50'),(11091,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 15:30:32'),(11092,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 15:30:39'),(11093,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 15:30:44'),(11094,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 15:30:47'),(11095,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 15:30:49'),(11096,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 15:30:53'),(11097,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 15:30:57'),(11098,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 15:32:46'),(11099,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 15:32:48'),(11100,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 15:32:49'),(11101,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 15:32:50'),(11102,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.57','2016-11-30 15:34:06'),(11103,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 15:34:50'),(11104,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 15:34:57'),(11105,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 15:36:23'),(11106,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 15:36:42'),(11107,'',0,'upgrade','','index','?m=upgrade&c=index&a=checkfile','',1,'dhadmin','180.173.75.26','2016-11-30 15:39:39'),(11108,'',0,'upgrade','','index','?m=upgrade&c=index&a=checkfile','',1,'dhadmin','180.173.75.26','2016-11-30 15:39:42'),(11109,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.75.26','2016-11-30 15:40:20'),(11110,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.75.26','2016-11-30 15:40:48'),(11111,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.75.26','2016-11-30 15:40:57'),(11112,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.75.26','2016-11-30 15:40:58'),(11113,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.75.26','2016-11-30 15:41:09'),(11114,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 15:41:56'),(11115,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 15:42:00'),(11116,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 15:42:24'),(11117,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 15:44:42'),(11118,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.75.26','2016-11-30 15:51:07'),(11119,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 15:58:30'),(11120,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 15:59:06'),(11121,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 15:59:14'),(11122,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 15:59:15'),(11123,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 16:08:46'),(11124,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 16:08:52'),(11125,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.26','2016-11-30 16:18:12'),(11126,'',0,'admin','','category','?m=admin&c=category&a=batch_edit','',1,'dhadmin','180.173.75.26','2016-11-30 16:18:35'),(11127,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','180.173.75.26','2016-11-30 16:19:21'),(11128,'',0,'content','','sitemodel','?m=content&c=sitemodel&a=edit','',1,'dhadmin','180.173.75.26','2016-11-30 16:21:52'),(11129,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.26','2016-11-30 16:24:42'),(11130,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','180.173.75.26','2016-11-30 16:25:11'),(11131,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','180.173.75.26','2016-11-30 16:25:59'),(11132,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.26','2016-11-30 16:26:32'),(11133,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.26','2016-11-30 16:36:49'),(11134,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.75.26','2016-11-30 16:41:18'),(11135,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.75.26','2016-11-30 16:41:49'),(11136,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.75.26','2016-11-30 16:41:59'),(11137,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.75.26','2016-11-30 16:42:09'),(11138,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.75.26','2016-11-30 16:42:11'),(11139,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.75.26','2016-11-30 16:43:08'),(11140,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.75.26','2016-11-30 16:43:12'),(11141,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.75.26','2016-11-30 16:43:15'),(11142,'',0,'content','','content','?m=content&c=content&a=delete','',1,'dhadmin','180.173.75.26','2016-11-30 16:50:24'),(11143,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.75.26','2016-11-30 17:22:32'),(11144,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 17:23:29'),(11145,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 17:23:32'),(11146,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 17:25:03'),(11147,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 17:28:24'),(11148,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 17:28:32'),(11149,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 17:28:42'),(11150,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 17:28:56'),(11151,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 17:30:58'),(11152,'',0,'member','','member_menu','?m=member&c=member_menu&a=manage','',1,'dhadmin','180.173.75.26','2016-11-30 17:34:05'),(11153,'',0,'search','','search_type','?m=search&c=search_type&a=edit','',1,'dhadmin','180.173.75.26','2016-11-30 17:35:32'),(11154,'',0,'search','','search_admin','?m=search&c=search_admin&a=setting','',1,'dhadmin','180.173.75.26','2016-11-30 17:35:40'),(11155,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.75.26','2016-11-30 17:37:03'),(11156,'',0,'member','','member_menu','?m=member&c=member_menu&a=manage','',1,'dhadmin','180.173.75.26','2016-11-30 17:37:15'),(11157,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 17:37:43'),(11158,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 17:37:48'),(11159,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 17:37:51'),(11160,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 17:37:54'),(11161,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 17:37:56'),(11162,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 17:37:57'),(11163,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 17:37:59'),(11164,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 17:38:01'),(11165,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 17:38:09'),(11166,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 17:38:12'),(11167,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 17:38:14'),(11168,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.26','2016-11-30 17:38:17'),(11169,'',0,'collection','','node','?m=collection&c=node&a=manage','',1,'dhadmin','180.173.75.26','2016-11-30 17:39:27'),(11170,'',0,'content','','create_html','?m=content&c=create_html&a=category','',1,'dhadmin','180.173.75.26','2016-11-30 17:39:33'),(11171,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.75.26','2016-11-30 17:39:37'),(11172,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.26','2016-11-30 17:39:51'),(11173,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.173.75.26','2016-12-01 09:56:20'),(11174,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.173.31.243','2016-12-02 11:21:12'),(11175,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.173.31.243','2016-12-02 11:21:49'),(11176,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.217','2016-12-02 11:24:03'),(11177,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.195','2016-12-02 11:24:17'),(11178,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.57','2016-12-02 11:24:21'),(11179,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.112.45','2016-12-02 11:24:22'),(11180,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.31.243','2016-12-02 13:15:58'),(11181,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.31.243','2016-12-02 13:16:23'),(11182,'',0,'member','','member_menu','?m=member&c=member_menu&a=manage','',1,'dhadmin','180.173.31.243','2016-12-02 13:20:42'),(11183,'',0,'member','','member_menu','?m=member&c=member_menu&a=edit','',1,'dhadmin','180.173.31.243','2016-12-02 13:20:50'),(11184,'',0,'member','','member_menu','?m=member&c=member_menu&a=manage','',1,'dhadmin','180.173.31.243','2016-12-02 13:21:08'),(11185,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.31.243','2016-12-02 13:21:20'),(11186,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.31.243','2016-12-02 13:21:28'),(11187,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.31.243','2016-12-02 16:50:02'),(11188,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.31.243','2016-12-02 16:52:09'),(11189,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.31.243','2016-12-02 17:07:52'),(11190,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.31.243','2016-12-02 17:07:55'),(11191,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.31.243','2016-12-02 17:08:07'),(11192,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.31.243','2016-12-02 17:08:54'),(11193,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.31.243','2016-12-02 17:09:09'),(11194,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.31.243','2016-12-02 17:11:12'),(11195,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.31.243','2016-12-02 17:11:28'),(11196,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.31.243','2016-12-02 17:11:38'),(11197,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.31.243','2016-12-02 17:11:44'),(11198,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.31.243','2016-12-02 17:11:46'),(11199,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.31.243','2016-12-02 17:26:41'),(11200,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.31.243','2016-12-02 17:29:59'),(11201,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.31.243','2016-12-02 17:30:16'),(11202,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.31.243','2016-12-02 17:30:17'),(11203,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.31.243','2016-12-02 17:30:19'),(11204,'',0,'content','','create_html','?m=content&c=create_html&a=update_urls','',1,'dhadmin','180.173.31.243','2016-12-02 17:30:23'),(11205,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.31.243','2016-12-02 17:30:52'),(11206,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.31.243','2016-12-02 17:30:56'),(11207,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.31.243','2016-12-02 17:30:58'),(11208,'',0,'content','','create_html','?m=content&c=create_html&a=show','',1,'dhadmin','180.173.31.243','2016-12-02 17:30:59'),(11209,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.173.75.12','2016-12-05 09:22:21'),(11210,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.59','2016-12-05 09:25:07'),(11211,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.173.75.12','2016-12-05 15:44:37'),(11212,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.217','2016-12-05 15:47:03'),(11213,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.54','2016-12-05 15:47:22'),(11214,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.173.75.12','2016-12-05 15:51:16'),(11215,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 15:51:32'),(11216,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 15:53:47'),(11217,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.59','2016-12-05 15:53:53'),(11218,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.217','2016-12-05 15:54:02'),(11219,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.55','2016-12-05 15:54:20'),(11220,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.195','2016-12-05 15:54:47'),(11221,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.12','2016-12-05 15:55:04'),(11222,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.12','2016-12-05 15:55:13'),(11223,'',0,'attachment','','manage','?m=attachment&c=manage&a=dir','',1,'dhadmin','180.173.75.12','2016-12-05 15:55:16'),(11224,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 15:56:17'),(11225,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:05:57'),(11226,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:07:00'),(11227,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:07:56'),(11228,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:17:32'),(11229,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:18:27'),(11230,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:18:52'),(11231,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:19:06'),(11232,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:19:23'),(11233,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:19:36'),(11234,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:19:49'),(11235,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:20:19'),(11236,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:21:18'),(11237,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:21:37'),(11238,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:21:46'),(11239,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:22:23'),(11240,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.75.12','2016-12-05 16:22:47'),(11241,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.173.72.113','2016-12-06 09:17:28'),(11242,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.173.72.113','2016-12-06 09:19:03'),(11243,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.72.113','2016-12-06 09:24:08'),(11244,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.72.113','2016-12-06 09:25:00'),(11245,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.72.113','2016-12-06 09:26:01'),(11246,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.72.113','2016-12-06 09:26:21'),(11247,'',0,'member','','member_menu','?m=member&c=member_menu&a=manage','',1,'dhadmin','180.173.72.113','2016-12-06 09:31:13'),(11248,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','114.92.182.85','2016-12-06 15:17:04'),(11249,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','114.92.182.85','2016-12-06 15:19:42'),(11250,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:23:24'),(11251,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:25:40'),(11252,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:26:10'),(11253,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:26:30'),(11254,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:26:54'),(11255,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:30:14'),(11256,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','114.92.182.85','2016-12-06 15:31:28'),(11257,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','114.92.182.85','2016-12-06 15:32:03'),(11258,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:34:13'),(11259,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:34:26'),(11260,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:34:39'),(11261,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:34:46'),(11262,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:34:51'),(11263,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:34:55'),(11264,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:42:00'),(11265,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:42:21'),(11266,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','114.92.182.85','2016-12-06 15:48:51'),(11267,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.173.72.113','2016-12-07 10:36:11'),(11268,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','180.173.72.113','2016-12-07 10:36:51'),(11269,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.72.113','2016-12-07 10:37:59'),(11270,'',0,'admin','','database','?m=admin&c=database&a=import','',1,'dhadmin','180.173.72.113','2016-12-07 10:38:02'),(11271,'',0,'admin','','database','?m=admin&c=database&a=export','',1,'dhadmin','180.173.72.113','2016-12-07 10:38:28'),(11272,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.217','2016-12-07 10:38:33'),(11273,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','119.188.70.28','2016-12-07 10:38:48'),(11274,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.52','2016-12-07 10:38:59'),(11275,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.199','2016-12-07 10:39:05'),(11276,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.53','2016-12-07 10:39:42'),(11277,'',0,'admin','','database','?m=admin&c=database&a=import','',1,'dhadmin','180.173.72.113','2016-12-07 10:40:36'),(11278,'',0,'admin','','googlesitemap','?m=admin&c=googlesitemap&a=set','',1,'dhadmin','180.173.72.113','2016-12-07 10:52:17'),(11279,'',0,'member','','member_setting','?m=member&c=member_setting&a=manage','',1,'dhadmin','180.173.72.113','2016-12-07 10:54:09'),(11280,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.72.113','2016-12-07 10:54:40'),(11281,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.112.49','2016-12-07 10:57:31'),(11282,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.72.113','2016-12-07 10:57:34'),(11283,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','180.173.72.113','2016-12-07 10:58:22'),(11284,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','180.173.72.113','2016-12-07 10:59:24'),(11285,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.195','2016-12-08 10:48:50'),(11286,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.231.175.176','2016-12-14 13:50:25'),(11287,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','116.231.175.176','2016-12-14 13:51:18'),(11288,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.217','2016-12-14 13:52:37'),(11289,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.54','2016-12-14 13:52:49'),(11290,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.108.119','2016-12-14 13:52:55'),(11291,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','220.181.132.217','2016-12-14 13:53:54'),(11292,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.112.51','2016-12-14 13:54:07'),(11293,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','101.199.112.53','2016-12-14 13:54:11'),(11294,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','139.226.145.76','2016-12-14 14:24:12'),(11295,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','139.226.145.76','2016-12-14 14:25:07'),(11296,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','139.226.145.76','2016-12-14 14:25:09'),(11297,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','114.92.186.69','2016-12-14 15:18:59'),(11298,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'','114.92.186.69','2016-12-14 15:19:18'),(11299,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','114.92.186.69','2016-12-14 15:19:52'),(11300,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','114.92.186.69','2016-12-14 15:20:20'),(11301,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','114.92.186.69','2016-12-14 16:17:53'),(11302,'',0,'admin','','index','?m=admin&c=index&a=login','',0,'dhadmin','114.92.186.69','2016-12-14 16:17:58'),(11303,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','114.92.186.69','2016-12-14 16:43:36'),(11304,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','114.92.186.69','2016-12-14 16:43:37'),(11305,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','114.92.186.69','2016-12-14 16:43:49'),(11306,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','114.92.186.69','2016-12-14 16:43:51'),(11307,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','114.92.186.69','2016-12-14 16:43:58'),(11308,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','114.92.186.69','2016-12-14 17:00:00'),(11309,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','114.92.186.69','2016-12-14 17:00:09'),(11310,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','114.92.186.69','2016-12-14 17:19:44'),(11311,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'dhadmin','114.92.186.69','2016-12-14 17:19:53'),(11312,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','114.92.186.69','2016-12-14 17:41:54'),(11313,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','114.92.186.69','2016-12-14 17:41:56'),(11314,'',0,'admin','','index','?m=admin&c=index&a=login','',1,'','114.92.186.69','2016-12-14 17:42:02'),(11315,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','114.92.186.69','2016-12-14 18:32:42'),(11316,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','114.92.186.69','2016-12-14 18:34:53'),(11317,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','114.92.186.69','2016-12-14 19:04:24'),(11318,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.186.69','2016-12-14 19:34:11'),(11319,'',0,'admin','','category','?m=admin&c=category&a=edit','',1,'dhadmin','114.92.186.69','2016-12-14 19:34:46'),(11320,'',0,'admin','','category','?m=admin&c=category&a=add','',1,'dhadmin','114.92.186.69','2016-12-14 19:45:35'),(11321,'',0,'content','','content','?m=content&c=content&a=edit','',1,'dhadmin','114.92.186.69','2016-12-14 20:28:11'); /*!40000 ALTER TABLE `dh_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_member` -- DROP TABLE IF EXISTS `dh_member`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_member` ( `userid` mediumint(8) unsigned NOT NULL auto_increment, `phpssouid` mediumint(8) unsigned NOT NULL, `username` char(20) NOT NULL default '', `password` char(32) NOT NULL default '', `encrypt` char(6) NOT NULL, `nickname` char(20) NOT NULL, `regdate` int(10) unsigned NOT NULL default '0', `lastdate` int(10) unsigned NOT NULL default '0', `regip` char(15) NOT NULL default '', `lastip` char(15) NOT NULL default '', `loginnum` smallint(5) unsigned NOT NULL default '0', `email` char(32) NOT NULL default '', `groupid` tinyint(3) unsigned NOT NULL default '0', `areaid` smallint(5) unsigned NOT NULL default '0', `amount` decimal(8,2) unsigned NOT NULL default '0.00', `point` smallint(5) unsigned NOT NULL default '0', `modelid` smallint(5) unsigned NOT NULL default '0', `message` tinyint(1) unsigned NOT NULL default '0', `islock` tinyint(1) unsigned NOT NULL default '0', `vip` tinyint(1) unsigned NOT NULL default '0', `overduedate` int(10) unsigned NOT NULL default '0', `siteid` smallint(5) unsigned NOT NULL default '1', `connectid` char(40) NOT NULL default '', `from` char(10) NOT NULL default '', `mobile` char(11) NOT NULL default '', PRIMARY KEY (`userid`), UNIQUE KEY `username` (`username`), KEY `email` (`email`(20)), KEY `phpssouid` (`phpssouid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_member` -- LOCK TABLES `dh_member` WRITE; /*!40000 ALTER TABLE `dh_member` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_member` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_member_detail` -- DROP TABLE IF EXISTS `dh_member_detail`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_member_detail` ( `userid` mediumint(8) unsigned NOT NULL default '0', `birthday` date default NULL, UNIQUE KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_member_detail` -- LOCK TABLES `dh_member_detail` WRITE; /*!40000 ALTER TABLE `dh_member_detail` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_member_detail` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_member_group` -- DROP TABLE IF EXISTS `dh_member_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_member_group` ( `groupid` tinyint(3) unsigned NOT NULL auto_increment, `name` char(15) NOT NULL, `issystem` tinyint(1) unsigned NOT NULL default '0', `starnum` tinyint(2) unsigned NOT NULL, `point` smallint(6) unsigned NOT NULL, `allowmessage` smallint(5) unsigned NOT NULL default '0', `allowvisit` tinyint(1) unsigned NOT NULL default '0', `allowpost` tinyint(1) unsigned NOT NULL default '0', `allowpostverify` tinyint(1) unsigned NOT NULL, `allowsearch` tinyint(1) unsigned NOT NULL default '0', `allowupgrade` tinyint(1) unsigned NOT NULL default '1', `allowsendmessage` tinyint(1) unsigned NOT NULL, `allowpostnum` smallint(5) unsigned NOT NULL default '0', `allowattachment` tinyint(1) NOT NULL, `price_y` decimal(8,2) unsigned NOT NULL default '0.00', `price_m` decimal(8,2) unsigned NOT NULL default '0.00', `price_d` decimal(8,2) unsigned NOT NULL default '0.00', `icon` char(30) NOT NULL, `usernamecolor` char(7) NOT NULL, `description` char(100) NOT NULL, `sort` tinyint(3) unsigned NOT NULL default '0', `disabled` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`groupid`), KEY `disabled` (`disabled`), KEY `listorder` (`sort`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_member_group` -- LOCK TABLES `dh_member_group` WRITE; /*!40000 ALTER TABLE `dh_member_group` DISABLE KEYS */; INSERT INTO `dh_member_group` VALUES (8,'游客',1,0,0,0,0,0,0,1,0,0,0,0,'0.00','0.00','0.00','','','',0,0),(2,'新手上路',1,1,50,100,1,1,0,0,0,1,0,0,'50.00','10.00','1.00','','','',2,0),(6,'注册会员',1,2,100,150,0,1,0,0,1,1,0,0,'300.00','30.00','1.00','','','',6,0),(4,'中级会员',1,3,150,500,1,1,0,1,1,1,0,0,'500.00','60.00','1.00','','','',4,0),(5,'高级会员',1,5,300,999,1,1,0,1,1,1,0,0,'360.00','90.00','5.00','','','',5,0),(1,'禁止访问',1,0,0,0,1,1,0,1,0,0,0,0,'0.00','0.00','0.00','','','0',0,0),(7,'邮件认证',1,0,0,0,0,0,0,0,0,0,0,0,'0.00','0.00','0.00','images/group/vip.jpg','#000000','',7,0); /*!40000 ALTER TABLE `dh_member_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_member_menu` -- DROP TABLE IF EXISTS `dh_member_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_member_menu` ( `id` smallint(6) unsigned NOT NULL auto_increment, `name` char(40) NOT NULL default '', `parentid` smallint(6) NOT NULL default '0', `m` char(20) NOT NULL default '', `c` char(20) NOT NULL default '', `a` char(20) NOT NULL default '', `data` char(100) NOT NULL default '', `listorder` smallint(6) unsigned NOT NULL default '0', `display` enum('1','0') NOT NULL default '1', `isurl` enum('1','0') NOT NULL default '0', `url` char(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `listorder` (`listorder`), KEY `parentid` (`parentid`), KEY `module` (`m`,`c`,`a`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_member_menu` -- LOCK TABLES `dh_member_menu` WRITE; /*!40000 ALTER TABLE `dh_member_menu` DISABLE KEYS */; INSERT INTO `dh_member_menu` VALUES (1,'member_init',0,'member','index','init','t=0',0,'1','',''),(2,'account_manage',0,'member','index','account_manage','t=1',0,'1','',''),(3,'favorite',0,'member','index','favorite','t=2',0,'1','',''); /*!40000 ALTER TABLE `dh_member_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_member_verify` -- DROP TABLE IF EXISTS `dh_member_verify`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_member_verify` ( `userid` mediumint(8) unsigned NOT NULL auto_increment, `username` char(20) NOT NULL, `password` char(32) NOT NULL, `encrypt` char(6) NOT NULL, `nickname` char(20) NOT NULL, `regdate` int(10) unsigned NOT NULL, `regip` char(15) NOT NULL, `email` char(32) NOT NULL, `modelid` tinyint(3) unsigned NOT NULL default '0', `point` smallint(5) unsigned NOT NULL default '0', `amount` decimal(8,2) unsigned NOT NULL default '0.00', `modelinfo` char(255) NOT NULL default '0', `status` tinyint(1) unsigned NOT NULL default '0', `siteid` tinyint(1) unsigned NOT NULL default '1', `message` char(100) default NULL, `mobile` char(11) NOT NULL default '', PRIMARY KEY (`userid`), UNIQUE KEY `username` (`username`), KEY `email` (`email`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_member_verify` -- LOCK TABLES `dh_member_verify` WRITE; /*!40000 ALTER TABLE `dh_member_verify` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_member_verify` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_member_vip` -- DROP TABLE IF EXISTS `dh_member_vip`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_member_vip` ( `userid` mediumint(8) unsigned NOT NULL default '0', UNIQUE KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_member_vip` -- LOCK TABLES `dh_member_vip` WRITE; /*!40000 ALTER TABLE `dh_member_vip` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_member_vip` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_menu` -- DROP TABLE IF EXISTS `dh_menu`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_menu` ( `id` smallint(6) unsigned NOT NULL auto_increment, `name` char(40) NOT NULL default '', `parentid` smallint(6) NOT NULL default '0', `m` char(20) NOT NULL default '', `c` char(20) NOT NULL default '', `a` char(20) NOT NULL default '', `data` char(100) NOT NULL default '', `listorder` smallint(6) unsigned NOT NULL default '0', `display` enum('1','0') NOT NULL default '1', `project1` tinyint(1) unsigned NOT NULL default '1', `project2` tinyint(1) unsigned NOT NULL default '1', `project3` tinyint(1) unsigned NOT NULL default '1', `project4` tinyint(1) unsigned NOT NULL default '1', `project5` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `listorder` (`listorder`), KEY `parentid` (`parentid`), KEY `module` (`m`,`c`,`a`) ) ENGINE=MyISAM AUTO_INCREMENT=1577 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_menu` -- LOCK TABLES `dh_menu` WRITE; /*!40000 ALTER TABLE `dh_menu` DISABLE KEYS */; INSERT INTO `dh_menu` VALUES (1,'sys_setting',0,'admin','setting','init','',1,'1',0,1,1,1,1),(2,'module',0,'admin','module','init','',2,'1',1,1,1,1,1),(872,'sync_release_point',873,'release','index','init','',3,'1',1,1,1,1,1),(4,'content',0,'content','content','init','',4,'1',1,1,1,1,1),(5,'members',0,'member','member','init','',5,'1',1,1,1,1,1),(6,'userinterface',0,'template','style','init','',6,'1',0,1,1,1,1),(30,'correlative_setting',1,'admin','admin','admin','',0,'1',1,1,1,1,1),(31,'menu_manage',977,'admin','menu','init','',8,'1',1,1,1,1,1),(32,'posid_manage',975,'admin','position','init','',7,'1',1,1,1,1,1),(29,'module_manage',2,'admin','module','','',0,'1',1,1,1,1,1),(10,'panel',0,'admin','index','public_main','',0,'1',0,1,1,1,1),(35,'menu_add',31,'admin','menu','add','',0,'1',1,1,1,1,1),(826,'template_manager',6,'','','','',0,'1',1,1,1,1,1),(54,'admin_manage',49,'admin','admin_manage','init','',0,'1',1,1,1,1,1),(43,'category_manage',975,'admin','category','init','module=admin',4,'1',1,1,1,1,1),(42,'add_category',43,'admin','category','add','s=0',1,'1',1,1,1,1,1),(44,'edit_category',43,'admin','category','edit','',0,'0',1,1,1,1,1),(45,'badword_manage',977,'admin','badword','init','',10,'1',1,1,1,1,1),(46,'posid_add',32,'admin','position','add','',0,'0',1,1,1,1,1),(49,'admin_setting',1,'admin','','','',0,'1',1,1,1,1,1),(50,'role_manage',49,'admin','role','init','',0,'1',1,1,1,1,1),(51,'role_add',50,'admin','role','add','',0,'1',1,1,1,1,1),(52,'category_cache',43,'admin','category','public_cache','module=admin',4,'1',1,1,1,1,1),(55,'manage_member',5,'member','member','manage','',0,'1',1,1,1,1,1),(58,'admin_add',54,'admin','admin_manage','add','',0,'1',1,1,1,1,1),(59,'model_manage',975,'content','sitemodel','init','',5,'1',1,1,1,1,1),(64,'site_management',30,'admin','site','init','',2,'1',1,1,1,1,1),(81,'member_add',72,'member','member','add','',2,'0',1,1,1,1,1),(62,'add_model',59,'content','sitemodel','add','',0,'0',1,1,1,1,1),(65,'release_point_management',30,'admin','release_point','init','',3,'1',1,1,1,1,1),(66,'badword_export',45,'admin','badword','export','',0,'1',1,1,1,1,1),(67,'add_site',64,'admin','site','add','',0,'0',1,1,1,1,1),(68,'badword_import',45,'admin','badword','import','',0,'1',1,1,1,1,1),(812,'member_group_manage',76,'member','member_group','manage','',0,'1',1,1,1,1,1),(74,'member_verify',55,'member','member_verify','manage','s=0',3,'1',1,1,1,1,1),(76,'manage_member_group',5,'member','member_group','manage','',0,'1',1,1,1,1,1),(77,'manage_member_model',5,'member','member_model','manage','',0,'1',1,1,1,1,1),(78,'member_group_add',812,'member','member_group','add','',0,'0',1,1,1,1,1),(79,'member_model_add',813,'member','member_model','add','',1,'0',1,1,1,1,1),(80,'member_model_import',77,'member','member_model','import','',2,'0',1,1,1,1,1),(72,'member_manage',55,'member','member','manage','',1,'1',1,1,1,1,1),(813,'member_model_manage',77,'member','member_model','manage','',0,'1',1,1,1,1,1),(814,'site_edit',64,'admin','site','edit','',0,'0',1,1,1,1,1),(815,'site_del',64,'admin','site','del','',0,'0',1,1,1,1,1),(816,'release_point_add',65,'admin','release_point','add','',0,'0',1,1,1,1,1),(817,'release_point_del',65,'admin','release_point','del','',0,'0',1,1,1,1,1),(818,'release_point_edit',65,'admin','release_point','edit','',0,'0',1,1,1,1,1),(821,'content_publish',4,'content','content','init','',0,'1',1,1,1,1,1),(822,'content_manage',821,'content','content','init','',0,'1',1,1,1,1,1),(867,'linkage',977,'admin','linkage','init','',13,'1',1,1,1,1,1),(827,'template_style',826,'template','style','init','',0,'1',1,1,1,1,1),(828,'import_style',827,'template','style','import','',0,'0',1,1,1,1,1),(831,'template_export',827,'template','style','export','',0,'0',1,1,1,1,1),(830,'template_file',827,'template','file','init','',0,'0',1,1,1,1,1),(832,'template_onoff',827,'template','style','disable','',0,'0',1,1,1,1,1),(833,'template_updatename',827,'template','style','updatename','',0,'0',1,1,1,1,1),(834,'member_lock',72,'member','member','lock','',0,'0',1,1,1,1,1),(835,'member_unlock',72,'member','member','unlock','',0,'0',1,1,1,1,1),(836,'member_move',72,'member','member','move','',0,'0',1,1,1,1,1),(837,'member_delete',72,'member','member','delete','',0,'0',1,1,1,1,1),(842,'verify_ignore',74,'member','member_verify','manage','s=2',0,'1',1,1,1,1,1),(839,'member_setting',55,'member','member_setting','manage','',4,'1',1,1,1,1,1),(841,'verify_pass',74,'member','member_verify','manage','s=1',0,'1',1,1,1,1,1),(843,'verify_delete',74,'member','member_verify','manage','s=3',0,'0',1,1,1,1,1),(844,'verify_deny',74,'member','member_verify','manage','s=4',0,'1',1,1,1,1,1),(845,'never_pass',74,'member','member_verify','manage','s=5',0,'1',1,1,1,1,1),(846,'template_file_list',827,'template','file','init','',0,'0',1,1,1,1,1),(847,'template_file_edit',827,'template','file','edit_file','',0,'0',1,1,1,1,1),(848,'file_add_file',827,'template','file','add_file','',0,'0',1,1,1,1,1),(850,'listorder',76,'member','member_group','sort','',0,'0',1,1,1,1,1),(852,'priv_setting',50,'admin','role','priv_setting','',0,'0',1,1,1,1,1),(853,'role_priv',50,'admin','role','role_priv','',0,'0',1,1,1,1,1),(857,'attachment_manage',821,'attachment','manage','init','',0,'1',1,1,1,1,1),(868,'special',821,'special','special','init','',0,'1',1,1,1,1,1),(869,'template_editor',827,'template','file','edit_file','',0,'0',1,1,1,1,1),(870,'template_visualization',827,'template','file','visualization','',0,'0',1,1,1,1,1),(871,'pc_tag_edit',827,'template','file','edit_pc_tag','',0,'0',1,1,1,1,1),(873,'release_manage',4,'release','html','init','',0,'1',1,1,1,1,1),(874,'type_manage',975,'content','type_manage','init','',6,'1',1,1,1,1,1),(875,'add_type',874,'content','type_manage','add','',0,'0',1,1,1,1,1),(876,'linkageadd',867,'admin','linkage','add','',0,'0',1,1,1,1,1),(877,'failure_list',872,'release','index','failed','',0,'1',1,1,1,1,1),(879,'member_search',72,'member','member','search','',0,'0',1,1,1,1,1),(880,'queue_del',872,'release','index','del','',0,'0',1,1,1,1,1),(881,'member_model_delete',813,'member','member_model','delete','',0,'0',1,1,1,1,1),(882,'member_model_edit',813,'member','member_model','edit','',0,'0',1,1,1,1,1),(885,'workflow',977,'content','workflow','init','',15,'1',1,1,1,1,1),(888,'add_workflow',885,'content','workflow','add','',0,'1',1,1,1,1,1),(889,'member_modelfield_add',813,'member','member_modelfield','add','',0,'0',1,1,1,1,1),(890,'member_modelfield_edit',813,'member','member_modelfield','edit','',0,'0',1,1,1,1,1),(891,'member_modelfield_delete',813,'member','member_modelfield','delete','',0,'0',1,1,1,1,1),(892,'member_modelfield_manage',813,'member','member_modelfield','manage','',0,'0',1,1,1,1,1),(895,'sitemodel_import',59,'content','sitemodel','import','',0,'1',1,1,1,1,1),(896,'pay',29,'pay','payment','pay_list','s=3',0,'1',1,1,1,1,1),(897,'payments',896,'pay','payment','init','',0,'1',1,1,1,1,1),(898,'paylist',896,'pay','payment','pay_list','',0,'1',1,1,1,1,1),(899,'add_content',822,'content','content','add','',0,'0',1,1,1,1,1),(900,'modify_deposit',896,'pay','payment','modify_deposit','s=1',0,'1',1,1,1,1,1),(901,'check_content',822,'content','content','pass','',0,'0',1,1,1,1,1),(902,'dbsource',29,'dbsource','data','init','',0,'1',1,1,1,1,1),(905,'create_content_html',873,'content','create_html','show','',2,'1',1,1,1,1,1),(904,'external_data_sources',902,'dbsource','dbsource_admin','init','',0,'1',1,1,1,1,1),(906,'update_urls',873,'content','create_html','update_urls','',1,'1',1,1,1,1,1),(960,'node_add',957,'collection','node','add','',0,'1',1,1,1,1,1),(909,'fulltext_search',29,'search','search_type','init','',0,'1',1,1,1,1,1),(910,'manage_type',909,'search','search_type','init','',0,'0',1,1,1,1,1),(911,'search_setting',909,'search','search_admin','setting','',0,'1',1,1,1,1,1),(912,'createindex',909,'search','search_admin','createindex','',0,'1',1,1,1,1,1),(913,'add_search_type',909,'search','search_type','add','',0,'0',1,1,1,1,1),(914,'database_toos',977,'admin','database','export','',6,'1',1,1,1,1,1),(915,'database_export',914,'admin','database','export','',0,'1',1,1,1,1,1),(916,'database_import',914,'admin','database','import','',0,'1',1,1,1,1,1),(917,'dbsource_add',902,'dbsource','dbsource_admin','add','',0,'0',1,1,1,1,1),(918,'dbsource_edit',902,'dbsource','dbsource_admin','edit','',0,'0',1,1,1,1,1),(919,'dbsource_del',902,'dbsource','dbsource_admin','del','',0,'0',1,1,1,1,1),(920,'dbsource_data_add',902,'dbsource','data','add','',0,'0',1,1,1,1,1),(921,'dbsource_data_edit',902,'dbsource','data','edit','',0,'0',1,1,1,1,1),(922,'dbsource_data_del',902,'dbsource','data','del','',0,'0',1,1,1,1,1),(926,'add_special',868,'special','special','add','',0,'1',1,1,1,1,1),(927,'edit_special',868,'special','special','edit','',0,'0',1,1,1,1,1),(928,'special_list',868,'special','special','init','',0,'0',1,1,1,1,1),(929,'special_elite',868,'special','special','elite','',0,'0',1,1,1,1,1),(930,'delete_special',868,'special','special','delete','',0,'0',1,1,1,1,1),(931,'badword_add',45,'admin','badword','add','',0,'0',1,1,1,1,1),(932,'badword_edit',45,'admin','badword','edit','',0,'0',1,1,1,1,1),(933,'badword_delete',45,'admin','badword','delete','',0,'0',1,1,1,1,1),(934,'special_listorder',868,'special','special','listorder','',0,'0',1,1,1,1,1),(935,'special_content_list',868,'special','content','init','',0,'0',1,1,1,1,1),(936,'special_content_add',935,'special','content','add','',0,'0',1,1,1,1,1),(937,'special_content_list',935,'special','content','init','',0,'0',1,1,1,1,1),(938,'special_content_edit',935,'special','content','edit','',0,'0',1,1,1,1,1),(939,'special_content_delete',935,'special','content','delete','',0,'0',1,1,1,1,1),(940,'special_content_listorder',935,'special','content','listorder','',0,'0',1,1,1,1,1),(941,'special_content_import',935,'special','special','import','',0,'0',1,1,1,1,1),(942,'history_version',827,'template','template_bak','init','',0,'0',1,1,1,1,1),(943,'restore_version',827,'template','template_bak','restore','',0,'0',1,1,1,1,1),(944,'del_history_version',827,'template','template_bak','del','',0,'0',1,1,1,1,1),(945,'block',821,'block','block_admin','init','',0,'1',1,1,1,1,1),(946,'block_add',945,'block','block_admin','add','',0,'0',1,1,1,1,1),(950,'block_edit',945,'block','block_admin','edit','',0,'0',1,1,1,1,1),(951,'block_del',945,'block','block_admin','del','',0,'0',1,1,1,1,1),(952,'block_update',945,'block','block_admin','block_update','',0,'0',1,1,1,1,1),(953,'block_restore',945,'block','block_admin','history_restore','',0,'0',1,1,1,1,1),(954,'history_del',945,'block','block_admin','history_del','',0,'0',1,1,1,1,1),(978,'urlrule_manage',977,'admin','urlrule','init','',0,'1',1,1,1,1,1),(957,'collection_node',821,'collection','node','manage','',0,'1',1,1,1,1,1),(979,'safe_config',30,'admin','setting','init','&tab=2',11,'1',1,1,1,1,1),(959,'basic_config',30,'admin','setting','init','',10,'1',1,1,1,1,1),(961,'position_edit',32,'admin','position','edit','',0,'0',1,1,1,1,1),(962,'collection_node_edit',957,'collection','node','edit','',0,'0',1,1,1,1,1),(963,'collection_node_delete',957,'collection','node','del','',0,'0',1,1,1,1,1),(990,'col_url_list',957,'collection','node','col_url_list','',0,'0',1,1,1,1,1),(965,'collection_node_publish',957,'collection','node','publist','',0,'0',1,1,1,1,1),(966,'collection_node_import',957,'collection','node','node_import','',0,'0',1,1,1,1,1),(967,'collection_node_export',957,'collection','node','export','',0,'0',1,1,1,1,1),(968,'collection_node_collection_content',957,'collection','node','col_content','',0,'0',1,1,1,1,1),(969,'googlesitemap',977,'admin','googlesitemap','set','',11,'1',1,1,1,1,1),(970,'admininfo',10,'admin','admin_manage','init','',0,'1',1,1,1,1,1),(971,'editpwd',970,'admin','admin_manage','public_edit_pwd','',1,'1',1,1,1,1,1),(972,'editinfo',970,'admin','admin_manage','public_edit_info','',0,'1',1,1,1,1,1),(973,'keylink',977,'admin','keylink','init','',12,'1',1,1,1,1,1),(974,'add_keylink',973,'admin','keylink','add','',0,'0',1,1,1,1,1),(975,'content_settings',4,'content','content_settings','init','',0,'1',1,1,1,1,1),(7,'extend',0,'admin','extend','init_extend','',7,'1',0,1,1,1,1),(977,'extend_all',7,'admin','extend_all','init','',0,'1',1,1,1,1,1),(980,'sso_config',30,'admin','setting','init','&tab=3',12,'1',1,1,1,1,1),(981,'email_config',30,'admin','setting','init','&tab=4',13,'1',1,1,1,1,1),(982,'module_manage',29,'admin','module','init','',0,'1',1,1,1,1,1),(983,'ipbanned',977,'admin','ipbanned','init','',0,'1',1,1,1,1,1),(984,'add_ipbanned',983,'admin','ipbanned','add','',0,'0',1,1,1,1,1),(993,'collection_content_import',957,'collection','node','import','',0,'0',1,1,1,1,1),(991,'copy_node',957,'collection','node','copy','',0,'0',1,1,1,1,1),(992,'content_del',957,'collection','node','content_del','',0,'0',1,1,1,1,1),(989,'downsites',977,'admin','downservers','init','',0,'1',1,1,1,1,1),(994,'import_program_add',957,'collection','node','import_program_add','',0,'0',1,1,1,1,1),(995,'import_program_del',957,'collection','node','import_program_del','',0,'0',1,1,1,1,1),(996,'import_content',957,'collection','node','import_content','',0,'0',1,1,1,1,1),(997,'log',977,'admin','log','init','',0,'1',1,1,1,1,1),(998,'add_page',43,'admin','category','add','s=1',2,'1',1,1,1,1,1),(999,'add_cat_link',43,'admin','category','add','s=2',2,'1',1,1,1,1,1),(1000,'count_items',43,'admin','category','count_items','',5,'1',1,1,1,1,1),(1001,'cache_all',977,'admin','cache_all','init','',0,'1',1,1,1,1,1),(1002,'create_list_html',873,'content','create_html','category','',0,'1',1,1,1,1,1),(1003,'create_html_quick',10,'content','create_html_opt','index','',0,'1',1,1,1,1,1),(1004,'create_index',1003,'content','create_html','public_index','',0,'1',1,1,1,1,1),(1005,'scan',977,'scan','index','init','',0,'1',1,1,1,1,1),(1006,'scan_report',1005,'scan','index','scan_report','',0,'1',1,1,1,1,1),(1007,'md5_creat',1005,'scan','index','md5_creat','',0,'1',1,1,1,1,1),(1008,'album_import',868,'special','album','import','',0,'1',1,1,1,1,1),(8,'phpsso',0,'admin','phpsso','menu','',7,'1',0,1,1,1,1),(1011,'edit_content',822,'content','content','edit','',0,'0',1,1,1,1,1),(1012,'push_to_special',822,'content','push','init','',0,'0',1,1,1,1,1),(1023,'delete_log',997,'admin','log','delete','',0,'0',1,1,1,1,1),(1024,'delete_ip',983,'admin','ipbanned','delete','',0,'0',1,1,1,1,1),(1026,'delete_keylink',973,'admin','keylink','delete','',0,'0',1,1,1,1,1),(1027,'edit_keylink',973,'admin','keylink','edit','',0,'0',1,1,1,1,1),(1034,'operation_pass',74,'member','member_verify','pass','',0,'0',1,1,1,1,1),(1035,'operation_delete',74,'member','member_verify','delete','',0,'0',1,1,1,1,1),(1039,'operation_ignore',74,'member','member_verify','ignore','',0,'0',1,1,1,1,1),(1038,'settingsave',30,'admin','setting','save','',0,'0',1,1,1,1,1),(1040,'admin_edit',54,'admin','admin_manage','edit','',0,'0',1,1,1,1,1),(1041,'operation_reject',74,'member','member_verify','reject','',0,'0',1,1,1,1,1),(1042,'admin_delete',54,'admin','admin_manage','delete','',0,'0',1,1,1,1,1),(1043,'card',54,'admin','admin_manage','card','',0,'0',1,1,1,1,1),(1044,'creat_card',54,'admin','admin_manage','creat_card','',0,'0',1,1,1,1,1),(1045,'remove_card',54,'admin','admin_manage','remove_card','',0,'0',1,1,1,1,1),(1049,'member_group_edit',812,'member','member_group','edit','',0,'0',1,1,1,1,1),(1048,'member_edit',72,'member','member','edit','',0,'0',1,1,1,1,1),(1050,'role_edit',50,'admin','role','edit','',0,'0',1,1,1,1,1),(1051,'member_group_delete',812,'member','member_group','delete','',0,'0',1,1,1,1,1),(1052,'member_manage',50,'admin','role','member_manage','',0,'0',1,1,1,1,1),(1053,'role_delete',50,'admin','role','delete','',0,'0',1,1,1,1,1),(1054,'member_model_export',77,'member','member_model','export','',0,'0',1,1,1,1,1),(1055,'member_model_sort',77,'member','member_model','sort','',0,'0',1,1,1,1,1),(1056,'member_model_move',77,'member','member_model','move','',0,'0',1,1,1,1,1),(1057,'payment_add',897,'pay','payment','add','',0,'0',1,1,1,1,1),(1058,'payment_delete',897,'pay','payment','delete','',0,'0',1,1,1,1,1),(1059,'payment_edit',897,'pay','payment','edit','',0,'0',1,1,1,1,1),(1060,'spend_record',896,'pay','spend','init','',0,'1',1,1,1,1,1),(1061,'pay_stat',896,'pay','payment','pay_stat','',0,'1',1,1,1,1,1),(1062,'fields_manage',59,'content','sitemodel_field','init','',0,'0',1,1,1,1,1),(1063,'edit_model_content',59,'content','sitemodel','edit','',0,'0',1,1,1,1,1),(1064,'disabled_model',59,'content','sitemodel','disabled','',0,'0',1,1,1,1,1),(1065,'delete_model',59,'content','sitemodel','delete','',0,'0',1,1,1,1,1),(1066,'export_model',59,'content','sitemodel','export','',0,'0',1,1,1,1,1),(1067,'delete',874,'content','type_manage','delete','',0,'0',1,1,1,1,1),(1068,'edit',874,'content','type_manage','edit','',0,'0',1,1,1,1,1),(1069,'add_urlrule',978,'admin','urlrule','add','',0,'0',1,1,1,1,1),(1070,'edit_urlrule',978,'admin','urlrule','edit','',0,'0',1,1,1,1,1),(1071,'delete_urlrule',978,'admin','urlrule','delete','',0,'0',1,1,1,1,1),(1072,'edit_menu',31,'admin','menu','edit','',0,'0',1,1,1,1,1),(1073,'delete_menu',31,'admin','menu','delete','',0,'0',1,1,1,1,1),(1074,'edit_workflow',885,'content','workflow','edit','',0,'0',1,1,1,1,1),(1075,'delete_workflow',885,'content','workflow','delete','',0,'0',1,1,1,1,1),(1076,'creat_html',868,'special','special','html','',0,'1',1,1,1,1,1),(1093,'connect_config',30,'admin','setting','init','&tab=5',14,'1',1,1,1,1,1),(1102,'view_modelinfo',74,'member','member_verify','modelinfo','',0,'0',1,1,1,1,1),(1202,'create_special_list',868,'special','special','create_special_list','',0,'1',1,1,1,1,1),(1240,'view_memberlinfo',72,'member','member','memberinfo','',0,'0',1,1,1,1,1),(1239,'copyfrom_manage',977,'admin','copyfrom','init','',0,'1',1,1,1,1,1),(1241,'move_content',822,'content','content','move','',0,'0',1,1,1,1,1),(1242,'poster_template',56,'poster','space','poster_template','',0,'1',1,1,1,1,1),(1243,'create_index',873,'content','create_html','public_index','',0,'1',1,1,1,1,1),(1244,'add_othors',822,'content','content','add_othors','',0,'1',1,1,1,1,1),(1295,'attachment_manager_dir',857,'attachment','manage','dir','',2,'1',1,1,1,1,1),(1296,'attachment_manager_db',857,'attachment','manage','init','',1,'1',1,1,1,1,1),(1346,'attachment_address_replace',857,'attachment','address','init','',3,'1',1,1,1,1,1),(1347,'attachment_address_update',857,'attachment','address','update','',0,'0',1,1,1,1,1),(1348,'delete_content',822,'content','content','delete','',0,'1',1,1,1,1,1),(1349,'member_menu_manage',977,'member','member_menu','manage','',0,'1',1,1,1,1,1),(1350,'member_menu_add',1349,'member','member_menu','add','',0,'1',1,1,1,1,1),(1351,'member_menu_edit',1349,'member','member_menu','edit','',0,'0',1,1,1,1,1),(1352,'member_menu_delete',1349,'member','member_menu','delete','',0,'0',1,1,1,1,1),(1353,'batch_show',822,'content','create_html','batch_show','',0,'1',1,1,1,1,1),(1354,'pay_delete',898,'pay','payment','pay_del','',0,'0',1,1,1,1,1),(1355,'pay_cancel',898,'pay','payment','pay_cancel','',0,'0',1,1,1,1,1),(1356,'discount',898,'pay','payment','discount','',0,'0',1,1,1,1,1),(1360,'category_batch_edit',43,'admin','category','batch_edit','',6,'1',1,1,1,1,1),(1500,'listorder',822,'content','content','listorder','',0,'0',1,1,1,1,1),(1501,'a_clean_data',873,'content','content','clear_data','',0,'1',0,0,0,0,0),(1502,'announce',29,'announce','admin_announce','init','s=1',0,'1',1,1,1,1,1),(1503,'announce_add',1502,'announce','admin_announce','add','',0,'0',1,1,1,1,1),(1504,'edit_announce',1502,'announce','admin_announce','edit','s=1',0,'0',1,1,1,1,1),(1505,'check_announce',1502,'announce','admin_announce','init','s=2',0,'1',1,1,1,1,1),(1506,'overdue',1502,'announce','admin_announce','init','s=3',0,'1',1,1,1,1,1),(1507,'del_announce',1502,'announce','admin_announce','delete','',0,'0',1,1,1,1,1),(1508,'comment',29,'comment','comment_admin','init','',0,'1',1,1,1,1,1),(1509,'comment_manage',821,'comment','comment_admin','listinfo','',0,'1',1,1,1,1,1),(1510,'comment_check',1509,'comment','check','checks','',0,'1',1,1,1,1,1),(1511,'comment_list',1508,'comment','comment_admin','lists','',0,'0',1,1,1,1,1),(1512,'link',29,'link','link','init','',0,'1',1,1,1,1,1),(1513,'add_link',1512,'link','link','add','',0,'0',1,1,1,1,1),(1514,'edit_link',1512,'link','link','edit','',0,'0',1,1,1,1,1),(1515,'delete_link',1512,'link','link','delete','',0,'0',1,1,1,1,1),(1516,'link_setting',1512,'link','link','setting','',0,'1',1,1,1,1,1),(1517,'add_type',1512,'link','link','add_type','',0,'1',1,1,1,1,1),(1518,'list_type',1512,'link','link','list_type','',0,'1',1,1,1,1,1),(1519,'check_register',1512,'link','link','check_register','',0,'1',1,1,1,1,1),(1520,'vote',29,'vote','vote','init','',0,'1',1,1,1,1,1),(1521,'add_vote',1520,'vote','vote','add','',0,'0',1,1,1,1,1),(1522,'edit_vote',1520,'vote','vote','edit','',0,'0',1,1,1,1,1),(1523,'delete_vote',1520,'vote','vote','delete','',0,'0',1,1,1,1,1),(1524,'vote_setting',1520,'vote','vote','setting','',0,'1',1,1,1,1,1),(1525,'statistics_vote',1520,'vote','vote','statistics','',0,'0',1,1,1,1,1),(1526,'statistics_userlist',1520,'vote','vote','statistics_userlist','',0,'0',1,1,1,1,1),(1527,'create_js',1520,'vote','vote','create_js','',0,'1',1,1,1,1,1),(1528,'message',29,'message','message','init','',0,'1',1,1,1,1,1),(1529,'send_one',1528,'message','message','send_one','',0,'1',1,1,1,1,1),(1530,'delete_message',1528,'message','message','delete','',0,'0',1,1,1,1,1),(1531,'message_send',1528,'message','message','message_send','',0,'0',1,1,1,1,1),(1532,'message_group_manage',1528,'message','message','message_group_manage','',0,'1',1,1,1,1,1),(1533,'mood',29,'mood','mood_admin','init','',0,'1',1,1,1,1,1),(1534,'mood_setting',1533,'mood','mood_admin','setting','',0,'1',1,1,1,1,1),(1535,'poster',29,'poster','space','init','',0,'1',1,1,1,1,1),(1536,'add_space',1535,'poster','space','add','',0,'0',1,1,1,1,1),(1537,'edit_space',1535,'poster','space','edit','',0,'0',1,1,1,1,1),(1538,'del_space',1535,'poster','space','delete','',0,'0',1,1,1,1,1),(1539,'poster_list',1535,'poster','poster','init','',0,'0',1,1,1,1,1),(1540,'add_poster',1535,'poster','poster','add','',0,'0',1,1,1,1,1),(1541,'edit_poster',1535,'poster','poster','edit','',0,'0',1,1,1,1,1),(1542,'del_poster',1535,'poster','poster','delete','',0,'0',1,1,1,1,1),(1543,'poster_stat',1535,'poster','poster','stat','',0,'0',1,1,1,1,1),(1544,'poster_setting',1535,'poster','space','setting','',0,'0',1,1,1,1,1),(1545,'create_poster_js',1535,'poster','space','create_js','',0,'1',1,1,1,1,1),(1546,'poster_template',1535,'poster','space','poster_template','',0,'1',1,1,1,1,1),(1547,'formguide',29,'formguide','formguide','init','',0,'1',1,1,1,1,1),(1548,'formguide_add',1547,'formguide','formguide','add','',0,'0',1,1,1,1,1),(1549,'formguide_edit',1547,'formguide','formguide','edit','',0,'0',1,1,1,1,1),(1550,'form_info_list',1547,'formguide','formguide_info','init','',0,'0',1,1,1,1,1),(1551,'formguide_disabled',1547,'formguide','formguide','disabled','',0,'0',1,1,1,1,1),(1552,'formguide_delete',1547,'formguide','formguide','delete','',0,'0',1,1,1,1,1),(1553,'formguide_stat',1547,'formguide','formguide','stat','',0,'0',1,1,1,1,1),(1554,'add_public_field',1547,'formguide','formguide_field','add','',0,'1',1,1,1,1,1),(1555,'list_public_field',1547,'formguide','formguide_field','init','',0,'1',1,1,1,1,1),(1556,'module_setting',1547,'formguide','formguide','setting','',0,'0',1,1,1,1,1),(1557,'wap',29,'wap','wap_admin','init','',0,'1',1,1,1,1,1),(1558,'wap_add',1557,'wap','wap_admin','add','',0,'0',1,1,1,1,1),(1559,'wap_edit',1557,'wap','wap_admin','edit','',0,'0',1,1,1,1,1),(1560,'wap_delete',1557,'wap','wap_admin','delete','',0,'0',1,1,1,1,1),(1561,'wap_type_manage',1557,'wap','wap_admin','type_manage','',0,'0',1,1,1,1,1),(1562,'wap_type_edit',1557,'wap','wap_admin','type_edit','',0,'0',1,1,1,1,1),(1563,'wap_type_delete',1557,'wap','wap_admin','type_delete','',0,'0',1,1,1,1,1),(1564,'upgrade',977,'upgrade','index','init','',0,'1',1,1,1,1,1),(1565,'checkfile',1564,'upgrade','index','checkfile','',0,'1',1,1,1,1,1),(1566,'tag',826,'tag','tag','init','',0,'1',1,1,1,1,1),(1567,'add_tag',1566,'tag','tag','add','',0,'0',1,1,1,1,1),(1568,'edit_tag',1566,'tag','tag','edit','',0,'0',1,1,1,1,1),(1569,'delete_tag',1566,'tag','tag','del','',0,'0',1,1,1,1,1),(1570,'tag_lists',1566,'tag','tag','lists','',0,'0',1,1,1,1,1),(1571,'sms',29,'sms','sms','init','',0,'1',1,1,1,1,1),(1572,'sms_setting',1571,'sms','sms','sms_setting','',0,'1',1,1,1,1,1),(1573,'sms_pay_history',1571,'sms','sms','sms_pay_history','',0,'1',1,1,1,1,1),(1574,'sms_buy_history',1571,'sms','sms','sms_buy_history','',0,'1',1,1,1,1,1),(1575,'sms_api',1571,'sms','sms','sms_api','',0,'1',1,1,1,1,1),(1576,'sms_sent',1571,'sms','sms','sms_sent','',0,'1',1,1,1,1,1); /*!40000 ALTER TABLE `dh_menu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_message` -- DROP TABLE IF EXISTS `dh_message`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_message` ( `messageid` int(10) unsigned NOT NULL auto_increment, `send_from_id` char(30) NOT NULL default '0', `send_to_id` char(30) NOT NULL default '0', `folder` enum('all','inbox','outbox') NOT NULL, `status` tinyint(1) unsigned NOT NULL default '0', `message_time` int(10) unsigned NOT NULL default '0', `subject` char(80) default NULL, `content` text NOT NULL, `replyid` int(10) unsigned NOT NULL default '0', `del_type` tinyint(1) unsigned default '0', PRIMARY KEY (`messageid`), KEY `msgtoid` (`send_to_id`,`folder`), KEY `replyid` (`replyid`), KEY `folder` (`send_from_id`,`folder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_message` -- LOCK TABLES `dh_message` WRITE; /*!40000 ALTER TABLE `dh_message` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_message_data` -- DROP TABLE IF EXISTS `dh_message_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_message_data` ( `id` int(4) NOT NULL auto_increment, `userid` mediumint(8) NOT NULL, `group_message_id` int(5) NOT NULL, PRIMARY KEY (`id`), KEY `message` (`userid`,`group_message_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_message_data` -- LOCK TABLES `dh_message_data` WRITE; /*!40000 ALTER TABLE `dh_message_data` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_message_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_message_group` -- DROP TABLE IF EXISTS `dh_message_group`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_message_group` ( `id` smallint(5) unsigned NOT NULL auto_increment, `typeid` smallint(5) unsigned NOT NULL default '0', `groupid` tinyint(4) unsigned NOT NULL default '0' COMMENT '用户组id', `subject` char(80) default NULL, `content` text NOT NULL COMMENT '内容', `inputtime` int(10) unsigned default '0', `status` tinyint(2) unsigned default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_message_group` -- LOCK TABLES `dh_message_group` WRITE; /*!40000 ALTER TABLE `dh_message_group` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_message_group` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_model` -- DROP TABLE IF EXISTS `dh_model`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_model` ( `modelid` smallint(5) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `name` char(30) NOT NULL, `description` char(100) NOT NULL, `tablename` char(20) NOT NULL, `setting` text NOT NULL, `addtime` int(10) unsigned NOT NULL default '0', `items` smallint(5) unsigned NOT NULL default '0', `enablesearch` tinyint(1) unsigned NOT NULL default '1', `disabled` tinyint(1) unsigned NOT NULL default '0', `default_style` char(30) NOT NULL, `category_template` char(30) NOT NULL, `list_template` char(30) NOT NULL, `show_template` char(30) NOT NULL, `js_template` varchar(30) NOT NULL, `admin_list_template` char(30) NOT NULL, `member_add_template` varchar(30) NOT NULL, `member_list_template` varchar(30) NOT NULL, `sort` tinyint(3) NOT NULL, `type` tinyint(1) NOT NULL, PRIMARY KEY (`modelid`), KEY `type` (`type`,`siteid`) ) ENGINE=MyISAM AUTO_INCREMENT=25 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_model` -- LOCK TABLES `dh_model` WRITE; /*!40000 ALTER TABLE `dh_model` DISABLE KEYS */; INSERT INTO `dh_model` VALUES (1,1,'文章模型','','news','',0,0,1,0,'default','category','list','show','','','','',0,0),(2,1,'下载模型','','download','',0,0,1,0,'default','category_download','list_download','show_download','','','','',0,0),(3,1,'图片模型','','picture','',0,0,1,0,'default','category_picture','list_picture','show_picture','','','','',0,0),(10,1,'普通会员','普通会员','member_detail','',0,0,1,0,'','','','','','','','',0,2),(11,1,'视频模型','','video','',0,0,1,0,'default','category_video','list_video','show_video','','','','',0,0),(12,1,'技术支持','','support','array (\n \'enabletime\' => \'0\',\n \'starttime\' => \'1389801600\',\n \'endtime\' => \'\',\n \'sendmail\' => \'0\',\n \'mails\' => \'\',\n \'allowmultisubmit\' => \'1\',\n \'allowunreg\' => \'1\',\n)',1389859069,2,1,0,'default','','','show','show_js','','','',0,3),(13,1,'成功案例','','case','',0,0,1,0,'default','category_case','list_case','show_case','','','','',0,0),(14,1,'技术下载','','down','',0,0,1,0,'default','category_jishu','list','show','','','','',0,0),(15,1,'COB模组模型','','cob','',0,0,1,0,'default','category','list','show','','','','',0,0),(16,1,'发光二极管模型','','lamps','',0,0,1,0,'default','category','list','show','','','','',0,0),(17,1,'数码管','','display','',0,0,1,0,'default','category','list','show','','','','',0,0),(18,1,'点阵模块','','dotmatrix','',0,0,1,0,'default','category_product','list_product','show','','','','',0,0),(19,1,'SMD','','smd','',0,0,1,0,'default','category_productnc','list_productnc','show','','','','',0,0),(20,1,'Backlight','','backlight','',0,0,1,0,'default','category_productnc','list_productnc','show','','','','',0,0),(21,1,'大功率LED零件','','highpower','',0,0,1,0,'','','','','','','','',0,0),(22,1,'首页产品推荐','首页产品推荐','index_tuijian','',0,0,1,0,'default','category_tj','list_tj','show_tj','','','','',0,0),(24,1,'指示符','','zsf','',0,0,1,0,'','','','','','','','',0,0); /*!40000 ALTER TABLE `dh_model` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_model_field` -- DROP TABLE IF EXISTS `dh_model_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_model_field` ( `fieldid` mediumint(8) unsigned NOT NULL auto_increment, `modelid` smallint(5) unsigned NOT NULL default '0', `siteid` smallint(5) unsigned NOT NULL default '0', `field` varchar(20) NOT NULL, `name` varchar(30) NOT NULL, `tips` text NOT NULL, `css` varchar(30) NOT NULL, `minlength` int(10) unsigned NOT NULL default '0', `maxlength` int(10) unsigned NOT NULL default '0', `pattern` varchar(255) NOT NULL, `errortips` varchar(255) NOT NULL, `formtype` varchar(20) NOT NULL, `setting` mediumtext NOT NULL, `formattribute` varchar(255) NOT NULL, `unsetgroupids` varchar(255) NOT NULL, `unsetroleids` varchar(255) NOT NULL, `iscore` tinyint(1) unsigned NOT NULL default '0', `issystem` tinyint(1) unsigned NOT NULL default '0', `isunique` tinyint(1) unsigned NOT NULL default '0', `isbase` tinyint(1) unsigned NOT NULL default '0', `issearch` tinyint(1) unsigned NOT NULL default '0', `isadd` tinyint(1) unsigned NOT NULL default '0', `isfulltext` tinyint(1) unsigned NOT NULL default '0', `isposition` tinyint(1) unsigned NOT NULL default '0', `listorder` mediumint(8) unsigned NOT NULL default '0', `disabled` tinyint(1) unsigned NOT NULL default '0', `isomnipotent` tinyint(1) unsigned NOT NULL default '0', `isdisplay` int(11) default NULL, PRIMARY KEY (`fieldid`), KEY `modelid` (`modelid`,`disabled`), KEY `field` (`field`,`modelid`) ) ENGINE=MyISAM AUTO_INCREMENT=454 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_model_field` -- LOCK TABLES `dh_model_field` WRITE; /*!40000 ALTER TABLE `dh_model_field` DISABLE KEYS */; INSERT INTO `dh_model_field` VALUES (1,1,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,0),(2,1,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,0,0,0),(3,1,1,'title','标题','','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,4,0,0,0),(4,1,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,14,0,0,0),(5,1,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,7,0,0,0),(6,1,1,'description','摘要','','',0,1255,'','','textarea','array (\n \'width\' => \'98\',\n \'height\' => \'46\',\n \'defaultvalue\' => \'\',\n \'enablehtml\' => \'0\',\n)','','','',0,1,0,1,0,1,1,1,10,0,0,0),(7,1,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,12,0,0,0),(8,1,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',1,999999,'','内容不能为空','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(9,1,1,'voteid','添加投票','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'text\\\' name=\\\'info[voteid]\\\' id=\\\'voteid\\\' value=\\\'{FIELD_VALUE}\\\' size=\\\'3\\\'> \r\n<input type=\\\'button\\\' value=\"选择已有投票\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=vote&c=vote&a=public_get_votelist&from_api=1\\\',\\\'选择已有投票\\\')\" class=\"button\">\r\n<input type=\\\'button\\\' value=\"新增投票\" onclick=\"omnipotent(\\\'addvote\\\',\\\'?m=vote&c=vote&a=add&from_api=1\\\',\\\'添加投票\\\',0)\" class=\"button\">\',\n \'fieldtype\' => \'mediumint\',\n \'minnumber\' => \'1\',\n)','','','',0,0,0,1,0,0,1,0,21,0,0,0),(10,1,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,16,0,0,0),(11,1,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,17,0,0,0),(12,1,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,18,0,0,0),(13,1,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,50,0,0,0),(14,1,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,51,0,0,0),(15,1,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,55,0,0,0),(16,1,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,53,0,0,0),(17,1,1,'groupids_view','阅读权限','','',0,0,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,19,0,0,0),(18,1,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,55,0,0,0),(19,1,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,15,0,0,0),(20,1,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'1\',\n \'filtertype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,54,0,0,0),(21,1,1,'copyfrom','来源','','',0,100,'','','copyfrom','array (\n \'defaultvalue\' => \'\',\n)','','','',0,0,0,1,0,1,0,0,8,0,0,0),(80,1,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,98,0,0,0),(22,2,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,0),(23,2,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,1,0,0),(24,2,1,'title','标题','','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,4,0,0,0),(25,2,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,7,0,0,0),(26,2,1,'description','摘要','','',0,255,'','','textarea','array (\r\n \'width\' => \'98\',\r\n \'height\' => \'46\',\r\n \'defaultvalue\' => \'\',\r\n \'enablehtml\' => \'0\',\r\n)','','','',0,1,0,1,0,1,1,1,10,0,0,0),(27,2,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,12,0,0,0),(28,2,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',1,999999,'','内容不能为空','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n \'height\' => \'\',\n \'disabled_page\' => \'1\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(29,2,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,14,0,0,0),(30,2,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,15,0,0,0),(31,2,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,16,1,0,0),(32,2,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,17,0,0,0),(33,2,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,18,0,0,0),(34,2,1,'groupids_view','阅读权限','','',0,0,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,19,0,0,0),(35,2,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,50,0,0,0),(36,2,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,51,0,0,0),(37,2,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,53,0,0,0),(38,2,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'1\',\n \'filtertype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,54,0,0,0),(39,2,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,55,0,0,0),(40,2,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,55,0,0,0),(41,2,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,98,0,0,0),(42,2,1,'downfiles','本地下载','','',0,0,'','','downfiles','array (\n \'upload_allowext\' => \'rar|zip\',\n \'isselectimage\' => \'0\',\n \'upload_number\' => \'10\',\n \'downloadlink\' => \'1\',\n \'downloadtype\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,8,0,0,0),(43,2,1,'downfile','镜像下载','','',0,0,'','','downfile','array (\n \'downloadlink\' => \'1\',\n \'downloadtype\' => \'1\',\n \'upload_allowext\' => \'rar|zip\',\n \'isselectimage\' => \'0\',\n \'upload_number\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,9,0,0,0),(44,2,1,'systems','软件平台','<select name=\'selectSystem\' onchange=\"ChangeInput(this,document.myform.systems,\'/\')\">\r\n <option value=\'WinXP\'>WinXP</option>\r\n <option value=\'Vista\'>Windows 7</option>\r\n <option value=\'Win2000\'>Win2000</option>\r\n <option value=\'Win2003\'>Win2003</option>\r\n <option value=\'Unix\'>Unix</option>\r\n <option value=\'Linux\'>Linux</option>\r\n <option value=\'MacOS\'>MacOS</option>\r\n</select>','',0,100,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'Win2000/WinXP/Win2003\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,14,0,0,0),(45,2,1,'copytype','软件授权形式','','',0,15,'','','box','array (\n \'options\' => \'免费版|免费版\r\n共享版|共享版\r\n试用版|试用版\r\n演示版|演示版\r\n注册版|注册版\r\n破解版|破解版\r\n零售版|零售版\r\nOEM版|OEM版\',\n \'boxtype\' => \'select\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'cols\' => \'5\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'default_select_value\' => \'免费版\',\n)','','','',0,1,0,1,0,1,0,0,12,0,0,0),(46,2,1,'language','软件语言','','',0,16,'','','box','array (\n \'options\' => \'英文|英文\r\n简体中文|简体中文\r\n繁体中文|繁体中文\r\n简繁中文|简繁中文\r\n多国语言|多国语言\r\n其他语言|其他语言\',\n \'boxtype\' => \'select\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'cols\' => \'5\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'default_select_value\' => \'简体中文\',\n)','','','',0,1,0,1,0,1,0,0,13,0,0,0),(47,2,1,'classtype','软件类型','','',0,20,'','','box','array (\n \'options\' => \'国产软件|国产软件\r\n国外软件|国外软件\r\n汉化补丁|汉化补丁\r\n程序源码|程序源码\r\n其他|其他\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'cols\' => \'5\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'default_select_value\' => \'国产软件\',\n)','','','',0,1,0,1,0,1,0,0,17,0,0,0),(48,2,1,'version','版本号','','',0,20,'','','text','array (\n \'size\' => \'10\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,0,0,1,1,0,13,0,0,0),(49,2,1,'filesize','文件大小','','',0,10,'','','text','array (\n \'size\' => \'10\',\n \'defaultvalue\' => \'未知\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,0,0,1,1,0,14,0,0,0),(50,2,1,'stars','评分等级','','',0,20,'','','box','array (\n \'options\' => \'★☆☆☆☆|★☆☆☆☆\r\n★★☆☆☆|★★☆☆☆\r\n★★★☆☆|★★★☆☆\r\n★★★★☆|★★★★☆\r\n★★★★★|★★★★★\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'cols\' => \'5\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'default_select_value\' => \'★★★☆☆\',\n)','','','',0,1,0,1,0,1,0,0,17,0,0,0),(51,3,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'1\',\n \'filtertype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,54,0,0,0),(52,3,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,53,0,0,0),(53,3,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,50,0,0,0),(54,3,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,51,0,0,0),(55,3,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,18,0,0,0),(56,3,1,'groupids_view','阅读权限','','',0,0,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,19,0,0,0),(57,3,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,17,0,0,0),(58,3,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,16,0,0,0),(59,3,1,'relation','相关组图','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,15,0,0,0),(60,3,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,14,0,0,0),(61,3,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',0,999999,'','','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n \'height\' => \'\',\n \'disabled_page\' => \'1\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(62,3,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,12,0,0,0),(63,3,1,'description','摘要','','',0,255,'','','textarea','array (\r\n \'width\' => \'98\',\r\n \'height\' => \'46\',\r\n \'defaultvalue\' => \'\',\r\n \'enablehtml\' => \'0\',\r\n)','','','',0,1,0,1,0,1,1,1,10,0,0,0),(64,3,1,'title','标题','','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,4,0,0,0),(65,3,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,7,0,0,0),(66,3,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,0,0,0),(67,3,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,0),(68,3,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,55,0,0,0),(69,3,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,55,0,0,0),(70,3,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,98,0,0,0),(71,3,1,'pictureurls','组图','','',0,0,'','','images','array (\n \'upload_allowext\' => \'gif|jpg|jpeg|png|bmp\',\n \'isselectimage\' => \'1\',\n \'upload_number\' => \'50\',\n)','','','',0,0,0,1,0,1,0,0,15,0,0,0),(72,3,1,'copyfrom','来源','','',0,0,'','','copyfrom','array (\n \'defaultvalue\' => \'\',\n)','','','',0,0,0,1,0,1,0,0,8,0,0,0),(73,1,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,0,0,1,0,0,30,0,0,0),(74,2,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,0,0,1,0,0,30,0,0,0),(75,3,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,0,0,1,0,0,30,0,0,0),(83,10,1,'birthday','生日','','',0,0,'','生日格式错误','datetime','array (\n \'fieldtype\' => \'date\',\n \'format\' => \'Y-m-d\',\n \'defaulttype\' => \'0\',\n)','','','',0,0,0,0,0,1,1,0,0,0,0,0),(84,11,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,0),(85,11,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,0,0,0),(86,11,1,'title','标题','','inputtitle',1,80,'','请输入标题','title','array (\n)','','','',0,1,0,1,1,1,1,1,4,0,0,0),(87,11,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\n \'size\' => \'100\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,1,0,7,0,0,0),(88,11,1,'description','摘要','','',0,255,'','','textarea','array (\n \'width\' => \'98\',\n \'height\' => \'46\',\n \'defaultvalue\' => \'\',\n \'enablehtml\' => \'0\',\n)','','','',0,1,0,1,0,1,1,1,10,0,0,0),(89,11,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\n \'dateformat\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'1\',\n \'defaultvalue\' => \'\',\n)','','','',1,1,0,1,0,0,0,0,12,0,0,0),(90,11,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',0,999999,'','内容不能为空','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n \'height\' => \'\',\n \'disabled_page\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(91,11,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,14,0,0,0),(92,11,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,15,0,0,0),(93,11,1,'pages','分页方式','','',0,0,'','','pages','array (\n)','','-99','-99',0,0,0,1,0,0,0,0,16,0,0,0),(94,11,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,17,0,0,0),(95,11,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,18,0,0,0),(96,11,1,'groupids_view','阅读权限','','',0,100,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,19,0,0,0),(97,11,1,'url','URL','','',0,100,'','','text','array (\n)','','','',1,1,0,1,0,0,0,0,50,0,0,0),(98,11,1,'listorder','排序','','',0,6,'','','number','array (\n)','','','',1,1,0,1,0,0,0,0,51,0,0,0),(99,11,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,53,0,0,0),(100,11,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,54,0,0,0),(101,11,1,'status','状态','','',0,2,'','','box','array (\n)','','','',1,1,0,1,0,0,0,0,55,0,0,0),(102,11,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,55,0,0,0),(103,11,1,'username','用户名','','',0,20,'','','text','array (\n)','','','',1,1,0,1,0,0,0,0,98,0,0,0),(104,11,1,'islink','转向链接','','',0,0,'','','islink','array (\n)','','','',0,1,0,1,0,1,0,0,20,0,0,0),(105,11,1,'video','视频上传','','',0,0,'','','video','array (\n \'upload_allowext\' => \'flv|rm|mp4|rmv\',\n)','','','',0,0,0,1,0,1,0,0,8,0,0,0),(106,11,1,'vision','画质','','',0,0,'','','box','array (\n \'options\' => \'高清|1\r\n普通|2\',\n \'boxtype\' => \'select\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'0\',\n \'outputtype\' => \'1\',\n \'filtertype\' => \'1\',\n)','','','',0,1,0,1,0,1,0,0,9,0,0,0),(107,11,1,'video_category','视频分类','','',0,0,'','','box','array (\n \'options\' => \'喜剧|1\r\n爱情|2\r\n科幻|3\r\n剧情|4\r\n动作|5\r\n伦理|6\',\n \'boxtype\' => \'select\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'1\',\n \'filtertype\' => \'1\',\n)','','','',0,1,0,1,0,1,0,0,9,0,0,0),(108,12,1,'advisory','咨询产品','','',1,0,'','','box','array (\n \'options\' => \'COB LED|1\r\n大功率|2\r\n数码管|3\r\n点阵模块|4\r\n指示符|5\r\n背光源|6\r\nSMD|7\r\n发光二极管|8\',\n \'boxtype\' => \'select\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'cols\' => \'5\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'\',\n)','','','',0,0,0,0,0,0,0,0,0,0,0,0),(109,12,1,'name','姓名','','',1,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,0,0,0,0),(110,12,1,'company','企业名称','','',1,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,0,0,0,0),(111,12,1,'address','地址','','',1,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,0,0,0,0),(112,12,1,'code','邮政编码','','',1,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,0,0,0,0),(113,12,1,'phone','电话','','',1,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,0,0,0,0),(114,12,1,'fax','传真号码','','',1,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,0,0,0,0),(115,12,1,'email','电子邮件','','',1,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,0,0,0,0),(116,12,1,'content','咨询内容','','',0,0,'','','textarea','array (\n \'width\' => \'100%\',\n \'height\' => \'46\',\n \'defaultvalue\' => \'\',\n \'enablehtml\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,0,0,0,0),(117,13,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,0),(118,13,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,0,0,0),(119,13,1,'title','标题','','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,4,0,0,0),(120,13,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,7,0,0,0),(121,13,1,'description','摘要','','',0,1255,'','','textarea','array (\n \'width\' => \'98\',\n \'height\' => \'46\',\n \'defaultvalue\' => \'\',\n \'enablehtml\' => \'0\',\n)','','','',0,1,0,1,0,1,1,1,10,0,0,0),(122,13,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,12,0,0,0),(123,13,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',1,999999,'','内容不能为空','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(124,13,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,14,0,0,0),(125,13,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,15,0,0,0),(126,13,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,16,0,0,0),(127,13,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,17,0,0,0),(128,13,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,18,0,0,0),(129,13,1,'groupids_view','阅读权限','','',0,100,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,19,0,0,0),(130,13,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,50,0,0,0),(131,13,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,51,0,0,0),(132,13,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,53,0,0,0),(133,13,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,54,0,0,0),(134,13,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,55,0,0,0),(135,13,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,55,0,0,0),(136,13,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,98,0,0,0),(137,13,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,1,0,1,0,0,20,0,0,0),(138,14,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,0),(139,14,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,0,0,0),(140,14,1,'title','标题','','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,4,0,0,0),(141,14,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,7,0,0,0),(142,14,1,'description','摘要','','',0,255,'','','textarea','array (\r\n \'width\' => \'98\',\r\n \'height\' => \'46\',\r\n \'defaultvalue\' => \'\',\r\n \'enablehtml\' => \'0\',\r\n)','','','',0,1,0,1,0,1,1,1,10,0,0,0),(143,14,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,12,0,0,0),(144,14,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',1,999999,'','内容不能为空','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(145,14,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,14,0,0,0),(146,14,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,15,0,0,0),(147,14,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,16,0,0,0),(148,14,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,17,0,0,0),(149,14,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,18,0,0,0),(150,14,1,'groupids_view','阅读权限','','',0,100,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,19,0,0,0),(151,14,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,50,0,0,0),(152,14,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,51,0,0,0),(153,14,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,53,0,0,0),(154,14,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,54,0,0,0),(155,14,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,55,0,0,0),(156,14,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,55,0,0,0),(157,14,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,98,0,0,0),(158,14,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,1,0,1,0,0,20,0,0,0),(159,14,1,'pdfzl','PDF文档','','',0,0,'','','downfiles','array (\n \'upload_allowext\' => \'pdf\',\n \'isselectimage\' => \'0\',\n \'upload_number\' => \'1\',\n \'downloadlink\' => \'1\',\n \'downloadtype\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,4,0,0,0),(160,15,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,0),(161,15,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,0,0,0),(162,15,1,'title','标题','','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,2,0,0,0),(163,15,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,69,0,0,0),(164,15,1,'description','摘要','','',0,255,'','','textarea','array (\r\n \'width\' => \'98\',\r\n \'height\' => \'46\',\r\n \'defaultvalue\' => \'\',\r\n \'enablehtml\' => \'0\',\r\n)','','','',0,1,0,1,0,1,1,1,70,0,0,0),(165,15,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,71,0,0,0),(166,15,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',1,999999,'','内容不能为空','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n)','','','',0,0,0,1,0,1,1,0,72,0,0,0),(167,15,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,73,0,0,0),(168,15,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,74,0,0,0),(169,15,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,75,0,0,0),(170,15,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,76,0,0,0),(171,15,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,77,0,0,0),(172,15,1,'groupids_view','阅读权限','','',0,100,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,78,0,0,0),(173,15,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,86,0,0,0),(174,15,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,87,0,0,0),(175,15,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,88,0,0,0),(176,15,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,89,0,0,0),(177,15,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,97,0,0,0),(178,15,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,97,0,0,0),(179,15,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,98,0,0,0),(180,15,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,1,0,1,0,0,79,0,0,0),(181,15,1,'use','应用领域','','',0,0,'','','box','array (\n \'options\' => \'球泡灯|1\r\n日光灯|2\r\n筒灯|3\r\n射灯|4\r\n环形灯|5\r\n天花灯|6\r\n面板灯|7\r\n洗强灯|8\r\n投光灯|9\r\n路灯|10\r\n工矿灯|11\',\n \'boxtype\' => \'select\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'\',\n \'outputtype\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,13,0,0,0),(182,15,1,'cct','CCT','CCT<br />((K)','',0,0,'','','box','array (\n \'options\' => \'2700k|2700k\r\n3000k|3000k\r\n5000k|5000k\r\n6500k|6500k\',\n \'boxtype\' => \'select\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'\',\n \'outputtype\' => \'1\',\n \'filtertype\' => \'0\',\n)','','','',0,0,0,1,0,1,0,0,5,0,0,1),(223,15,1,'pdfdownload','Spec','PDF','',0,0,'','','downfiles','array (\n \'upload_allowext\' => \'pdf\',\n \'isselectimage\' => \'0\',\n \'upload_number\' => \'1\',\n \'downloadlink\' => \'1\',\n \'downloadtype\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,11,0,0,1),(222,15,1,'chicuntu','尺寸图','','',0,0,'','','image','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_allowext\' => \'gif|jpg|jpeg|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,1,0,1,0,0,13,0,0,0),(185,15,1,'ForwardCurrent','If','Forward Current(mA)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,7,0,0,1),(186,15,1,'ForwardVoltage','Vf','Forward Voltage(V)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,6,0,0,1),(187,15,1,'LuminousFlux','LuminousFlux','Luminous Flux(lm)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,8,0,0,1),(188,15,1,'Efficacy','Efficiency','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(189,15,1,'CRI','CRI','CRI<br />(Ra)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,10,0,0,1),(190,15,1,'PCBSize','PCB Size','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(191,15,1,'Lightemiting','Lightemiting area size','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(221,15,1,'zuidagonglv','Pw','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,13,0,0,0),(192,16,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,0),(193,16,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,0,0,0),(194,16,1,'title','Part Number','Part No.','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,3,0,0,1),(195,16,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,75,0,0,0),(196,16,1,'description','Description','Package Description','',0,255,'','','textarea','array (\n \'width\' => \'98\',\n \'height\' => \'46\',\n \'defaultvalue\' => \'\',\n \'enablehtml\' => \'0\',\n)','','','',0,1,0,1,0,1,1,1,4,0,0,1),(197,16,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,77,0,0,0),(198,16,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',0,999999,'','','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n \'height\' => \'\',\n \'disabled_page\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,78,0,0,0),(199,16,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,79,0,0,0),(200,16,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,80,0,0,0),(201,16,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,81,0,0,0),(202,16,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,82,0,0,0),(203,16,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,83,0,0,0),(204,16,1,'groupids_view','阅读权限','','',0,100,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,84,0,0,0),(205,16,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,92,0,0,0),(206,16,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,93,0,0,0),(207,16,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,94,0,0,0),(208,16,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,95,0,0,0),(209,16,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,96,0,0,0),(210,16,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,97,0,0,0),(211,16,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,98,0,0,0),(212,16,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,1,0,1,0,0,85,0,0,0),(213,16,1,'color','Emitting Color','','',0,0,'','','box','array (\n \'options\' => \'Yellow Green|Yellow Green\r\nBlue|Blue\r\nYellow|Yellow\r\nAmber|Amber\r\nSuper Red|Super Red\r\nRed|Red\r\nWhite|White\r\nPure Green|Pure Green\r\nYellow / Yellow Green|Yellow / Yellow Green\r\nSuper Red / Yellow Green|Super Red / Yellow Green\r\nPurple|Purple\',\n \'boxtype\' => \'select\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'\',\n \'outputtype\' => \'1\',\n \'filtertype\' => \'0\',\n)','','','',0,0,0,1,0,1,0,0,7,0,0,1),(214,16,1,'lenssize','晶体外径','','',0,0,'','','box','array (\n \'options\' => \'Φ2MM|1\r\n2.8×1.8MM|2\r\n3.2×1.95MM|3\r\n4.1×2.1MM|4\r\n4×2.05MM|5\r\n5×1.98MM|6\r\n5×2MM|7\r\nΦ3MM|8\r\n5×2.5MM|9\r\nΦ5MM|10\r\n5×3.6MM|11\r\n5.7×4.7MM|12\r\nΦ4.8MM|13\r\n6.8×2.3MM|14\r\nΦ8MM|15\r\nΦ10MM|16\',\n \'boxtype\' => \'select\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'\',\n \'outputtype\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,13,0,0,0),(215,16,1,'shape','形状','','',0,0,'','','box','array (\n \'options\' => \'A|a\r\nB|b\r\nC|c\r\nD|d\r\nE|e\r\nF|f\r\nG|g\r\nH|h\r\nI|i\r\nJ|j\r\nK|k\r\nL|l\r\nM|m\r\nN|n\r\nO|o\r\nP|p\r\nQ|q\r\nR|r\r\nS|s\r\nT|t\',\n \'boxtype\' => \'select\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'\',\n \'outputtype\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,13,0,0,0),(216,16,1,'LensColor','Lens Type','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,5,0,0,1),(217,16,1,'wavelength','Wavelength(nm)','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(218,16,1,'ViewingAngle','Viewing Angle(°C)','Viewing Angle','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,11,0,0,1),(219,16,1,'Min','Min','Iv(ucd) Min.','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,9,0,0,1),(220,16,1,'Typ','Typ','Iv(ucd) Typ.','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,10,0,0,1),(224,16,1,'pdfdownload','Spec','PDF','',0,0,'','','downfiles','array (\n \'upload_allowext\' => \'pdf\',\n \'isselectimage\' => \'0\',\n \'upload_number\' => \'10\',\n \'downloadlink\' => \'0\',\n \'downloadtype\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,12,0,0,1),(225,16,1,'chicuntu','尺寸图','','',0,0,'','','image','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_allowext\' => \'gif|jpg|jpeg|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,0,0,1,0,1,0,0,13,0,0,0),(226,14,1,'size','文档大小','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,1,4,0,0,0),(227,17,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,0),(228,17,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,0,0,0),(229,17,1,'title','Part Number','Part Number','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,3,0,0,1),(230,17,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,7,0,0,0),(231,17,1,'description','Description','Description','',0,255,'','','textarea','array (\n \'width\' => \'98\',\n \'height\' => \'46\',\n \'defaultvalue\' => \'\',\n \'enablehtml\' => \'0\',\n)','','','',0,1,0,1,0,1,1,1,4,0,0,1),(232,17,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,12,0,0,0),(233,17,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',1,999999,'','内容不能为空','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(234,17,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,14,0,0,0),(235,17,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,15,0,0,0),(236,17,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,16,0,0,0),(237,17,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,17,0,0,0),(238,17,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,18,0,0,0),(239,17,1,'groupids_view','阅读权限','','',0,100,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,19,0,0,0),(240,17,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,50,0,0,0),(241,17,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,51,0,0,0),(242,17,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,53,0,0,0),(243,17,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,54,0,0,0),(244,17,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,55,0,0,0),(245,17,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,55,0,0,0),(246,17,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,98,0,0,0),(247,17,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,1,0,1,0,0,20,0,0,0),(248,17,1,'Polarity','Polarity','Polarity<br />(CC/CA)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,5,0,0,1),(249,17,1,'Color','Emitting Color','Emitting Color','',0,0,'','','box','array (\n \'options\' => \'Amber|Amber\r\nBlue|Blue\r\nPure Green|Pure Green\r\nRed|Red\r\nRed / Yellow Green|Red / Yellow Green\r\nSuper Red|Super Red\r\nWhite|White\r\nYellow|Yellow\r\nYellow Green|Yellow Green\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'\',\n \'outputtype\' => \'1\',\n \'filtertype\' => \'0\',\n)','','','',0,0,0,1,0,1,0,0,7,0,0,1),(250,17,1,'Wavelength','Wavelength','Wavelength<br />(nm)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,8,0,0,1),(251,17,1,'Min','Min','Iv(ucd) Min.<br />发光亮度<br />(最小值)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,9,0,0,1),(252,17,1,'Typ','Typ','Iv(ucd) Typ.<br />发光亮度<br />(典型值)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,10,0,0,1),(253,17,1,'Datasheet','Datasheet','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,12,0,0,0),(254,18,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,0),(255,18,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,0,0,0),(256,18,1,'title','Part Number','Part Number','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,3,0,0,1),(257,18,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,7,0,0,0),(258,18,1,'description','Description','Package Description','',0,255,'','','textarea','array (\n \'width\' => \'98\',\n \'height\' => \'46\',\n \'defaultvalue\' => \'\',\n \'enablehtml\' => \'0\',\n)','','','',0,1,0,1,0,1,1,1,4,0,0,1),(259,18,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,12,0,0,0),(260,18,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',1,999999,'','内容不能为空','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(261,18,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,14,0,0,0),(262,18,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,15,0,0,0),(263,18,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,16,0,0,0),(264,18,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,17,0,0,0),(265,18,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,18,0,0,0),(266,18,1,'groupids_view','阅读权限','','',0,100,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,19,0,0,0),(267,18,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,50,0,0,0),(268,18,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,51,0,0,0),(269,18,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,53,0,0,0),(270,18,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,54,0,0,0),(271,18,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,55,0,0,0),(272,18,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,55,0,0,0),(273,18,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,98,0,0,0),(274,18,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,1,0,1,0,0,20,0,0,0),(275,18,1,'number','Part Number','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,12,0,0,0),(276,18,1,'Polarity','CC/CA','Polarity<br/>CC/CA','',0,0,'','','box','array (\n \'options\' => \'CC|CC\r\nCA|CA\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'CC\',\n \'outputtype\' => \'1\',\n \'filtertype\' => \'0\',\n)','','','',0,0,0,1,0,1,0,0,5,0,0,1),(277,18,1,'color','Emitting Color','','',0,0,'','','box','array (\n \'options\' => \'Amber|Amber\r\nBlue|Blue\r\nPure Green|Pure Green\r\nRed|Red\r\nRed / Pure Green|Red / Pure Green\r\nRed / Yellow Green|Red / Yellow Green\r\nSuper Red|Super Red\r\nSuper Red / Pure Green|Super Red / Pure Green\r\nWhite|White\r\nYellow|Yellow\r\nYellow Green|Yellow Green\',\n \'boxtype\' => \'select\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n \'width\' => \'80\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'\',\n \'outputtype\' => \'1\',\n \'filtertype\' => \'0\',\n)','','','',0,0,0,1,0,1,0,0,7,0,0,1),(278,18,1,'Wavelength','Wavelength','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,12,0,0,0),(279,18,1,'Min','Min','Iv(ucd) Min.','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,9,0,0,1),(280,18,1,'Typ','Typ','Iv(ucd) Typ.','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,10,0,0,1),(281,18,1,'Datasheet','Datasheet','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,12,0,0,0),(283,19,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,0),(282,18,1,'Spec','Spec','PDF','',0,0,'','','downfiles','array (\n \'upload_allowext\' => \'pdf\',\n \'isselectimage\' => \'0\',\n \'upload_number\' => \'10\',\n \'downloadlink\' => \'1\',\n \'downloadtype\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,11,0,0,1),(284,19,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,0,0,0),(285,19,1,'title','Part Number','','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,4,0,0,1),(286,19,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,7,0,0,0),(287,19,1,'description','Description','','',0,255,'','','textarea','array (\n \'width\' => \'98\',\n \'height\' => \'46\',\n \'defaultvalue\' => \'\',\n \'enablehtml\' => \'0\',\n)','','','',0,1,0,1,0,1,1,1,4,0,0,1),(288,19,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,12,0,0,0),(289,19,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',1,999999,'','内容不能为空','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(290,19,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,14,0,0,0),(291,19,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,15,0,0,0),(292,19,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,16,0,0,0),(293,19,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,17,0,0,0),(294,19,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,18,0,0,0),(295,19,1,'groupids_view','阅读权限','','',0,100,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,19,0,0,0),(296,19,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,50,0,0,0),(297,19,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,51,0,0,0),(298,19,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,53,0,0,0),(299,19,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,54,0,0,0),(300,19,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,55,0,0,0),(301,19,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,55,0,0,0),(302,19,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,98,0,0,0),(303,19,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,1,0,1,0,0,20,0,0,0),(305,19,1,'Lens','Lens Type','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,5,0,0,1),(306,19,1,'Viewing','Viewing Angle (°C)','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,5,0,0,1),(307,19,1,'Emitting','Emitting Color','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,5,0,0,1),(308,19,1,'Wavelength','Wavelength (nm)','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,5,0,0,1),(309,19,1,'Min','Min','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,5,0,0,1),(310,19,1,'Typ','Typ','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,5,0,0,1),(313,20,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,0),(312,19,1,'Spec','Spec','','',0,0,'','','downfiles','array (\n \'upload_allowext\' => \'pdf\',\n \'isselectimage\' => \'0\',\n \'upload_number\' => \'10\',\n \'downloadlink\' => \'1\',\n \'downloadtype\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,5,0,0,1),(314,20,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,0,0,0),(315,20,1,'title','Part Number','','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,4,0,0,1),(316,20,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,7,0,0,0),(317,20,1,'description','Description','','',0,255,'','','textarea','array (\n \'width\' => \'98\',\n \'height\' => \'46\',\n \'defaultvalue\' => \'\',\n \'enablehtml\' => \'0\',\n)','','','',0,1,0,1,0,1,1,1,4,0,0,1),(318,20,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,12,0,0,0),(319,20,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',1,999999,'','内容不能为空','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(320,20,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,14,0,0,0),(321,20,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,15,0,0,0),(322,20,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,16,0,0,0),(323,20,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,17,0,0,0),(324,20,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,18,0,0,0),(325,20,1,'groupids_view','阅读权限','','',0,100,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,19,0,0,0),(326,20,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,50,0,0,0),(327,20,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,51,0,0,0),(328,20,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,53,0,0,0),(329,20,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,54,0,0,0),(330,20,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,55,0,0,0),(331,20,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,55,0,0,0),(332,20,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,98,0,0,0),(333,20,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,1,0,1,0,0,20,0,0,0),(334,20,1,'Size','Size','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,5,0,0,1),(335,20,1,'Emitting','Emitting Color','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,5,0,0,1),(336,20,1,'Wavelength','Wavelength (nm)','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,5,0,0,1),(337,20,1,'CCT','CCT(K)','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,5,0,0,1),(338,20,1,'Min','Min','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,5,0,0,1),(339,20,1,'Typ','Typ','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,5,0,0,1),(340,20,1,'LightSource','LightSource','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,5,0,0,1),(341,15,1,'pd','Pd','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(342,15,1,'ifp','Ifp','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(343,21,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,0),(344,21,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,0,0,0),(345,21,1,'title','PartNumber','','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,4,0,0,1),(346,21,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,7,0,0,0),(347,21,1,'description','摘要','','',0,255,'','','textarea','array (\r\n \'width\' => \'98\',\r\n \'height\' => \'46\',\r\n \'defaultvalue\' => \'\',\r\n \'enablehtml\' => \'0\',\r\n)','','','',0,1,0,1,0,1,1,1,10,0,0,0),(348,21,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,12,0,0,0),(349,21,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',1,999999,'','内容不能为空','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,0),(350,21,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,14,0,0,0),(351,21,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,15,0,0,0),(352,21,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,16,0,0,0),(353,21,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,17,0,0,0),(354,21,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,18,0,0,0),(355,21,1,'groupids_view','阅读权限','','',0,100,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,19,0,0,0),(356,21,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,50,0,0,0),(357,21,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,51,0,0,0),(358,21,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,53,0,0,0),(359,21,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,54,0,0,0),(360,21,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,55,0,0,0),(361,21,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,55,0,0,0),(362,21,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,98,0,0,0),(363,21,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,1,0,1,0,0,20,0,0,0),(364,21,1,'cct','CCT','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,4,0,0,1),(365,21,1,'luminousflux','LuminousFlux','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,4,0,0,1),(366,21,1,'wavelength','Wavelength','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,4,0,0,1),(367,21,1,'CRI','CRI','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,4,0,0,1),(368,21,1,'ForwardVoltage','ForwardVoltage','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,4,0,0,1),(369,21,1,'ForwardCurrent','ForwardCurrent','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,4,0,0,1),(370,21,1,'EmittingColor','EmittingColor','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,4,0,0,1),(371,21,1,'ViewingAngle','ViewingAngle','','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,1,0,1,0,1,1,0,4,0,0,1),(372,21,1,'pdfdownload','Spec','','',0,0,'','','downfiles','array (\n \'upload_allowext\' => \'pdf\',\n \'isselectimage\' => \'0\',\n \'upload_number\' => \'10\',\n \'downloadlink\' => \'1\',\n \'downloadtype\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,4,0,0,1),(373,17,1,'pdfdownload','Spec','PDF','',0,0,'','','downfiles','array (\n \'upload_allowext\' => \'pdf\',\n \'isselectimage\' => \'0\',\n \'upload_number\' => \'10\',\n \'downloadlink\' => \'1\',\n \'downloadtype\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,11,0,0,1),(374,20,1,'pdfdownload','Spec','','',0,0,'','','downfiles','array (\n \'upload_allowext\' => \'pdf\',\n \'isselectimage\' => \'0\',\n \'upload_number\' => \'10\',\n \'downloadlink\' => \'1\',\n \'downloadtype\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,5,0,0,1),(375,16,1,'nm','λD(nm)','λD(nm)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,6,0,0,1),(376,16,1,'if_ma','If(mA)','If(mA)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,8,0,0,1),(377,18,1,'glowsize','Glow size','Glow size','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,6,0,0,1),(378,18,1,'nm','λD(nm)','λD(nm)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,8,0,0,1),(379,17,1,'ma','mA','Forward Current<br />(mA)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,6,0,0,1),(380,15,1,'partnumber','Part Number','Part Number','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,4,0,0,1),(381,15,1,'maxcurrent','Max Current(mA)','Max Current<br />(mA)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,9,0,0,1),(382,15,1,'category','Category','Category','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,3,0,0,1),(383,22,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,1,0,0,NULL),(384,22,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,2,0,0,NULL),(385,22,1,'title','标题','','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,4,0,0,NULL),(386,22,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,7,0,0,NULL),(387,22,1,'description','摘要','','',0,255,'','','textarea','array (\r\n \'width\' => \'98\',\r\n \'height\' => \'46\',\r\n \'defaultvalue\' => \'\',\r\n \'enablehtml\' => \'0\',\r\n)','','','',0,1,0,1,0,1,1,1,10,0,0,NULL),(388,22,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,12,0,0,NULL),(389,22,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',1,999999,'','内容不能为空','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n)','','','',0,0,0,1,0,1,1,0,13,0,0,NULL),(390,22,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,14,0,0,NULL),(391,22,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,15,0,0,NULL),(392,22,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,16,0,0,NULL),(393,22,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,17,0,0,NULL),(394,22,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,18,0,0,NULL),(395,22,1,'groupids_view','阅读权限','','',0,100,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,19,0,0,NULL),(396,22,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,50,0,0,NULL),(397,22,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,51,0,0,NULL),(398,22,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,53,0,0,NULL),(399,22,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,54,0,0,NULL),(400,22,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,55,0,0,NULL),(401,22,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,55,0,0,NULL),(402,22,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,98,0,0,NULL),(403,22,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,1,0,1,0,0,20,0,0,NULL),(441,24,1,'allow_comment','允许评论','','',0,0,'','','box','array (\n \'options\' => \'允许评论|1\r\n不允许评论|0\',\n \'boxtype\' => \'radio\',\n \'fieldtype\' => \'tinyint\',\n \'minnumber\' => \'1\',\n \'width\' => \'88\',\n \'size\' => \'1\',\n \'defaultvalue\' => \'1\',\n \'outputtype\' => \'0\',\n)','','','',0,0,0,0,0,0,0,0,25,0,0,NULL),(440,24,1,'template','内容页模板','','',0,30,'','','template','array (\n \'size\' => \'\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,24,0,0,NULL),(438,24,1,'url','URL','','',0,100,'','','text','','','','',1,1,0,1,0,0,0,0,22,0,0,NULL),(439,24,1,'listorder','排序','','',0,6,'','','number','','','','',1,1,0,1,0,0,0,0,23,0,0,NULL),(437,24,1,'groupids_view','阅读权限','','',0,100,'','','groupid','array (\n \'groupids\' => \'\',\n)','','','',0,0,0,1,0,0,0,0,20,0,0,NULL),(436,24,1,'posids','推荐位','','',0,0,'','','posid','array (\n \'cols\' => \'4\',\n \'width\' => \'125\',\n)','','','',0,1,0,1,0,0,0,0,19,0,0,NULL),(434,24,1,'pages','分页方式','','',0,0,'','','pages','','','-99','-99',0,0,0,1,0,0,0,0,17,0,0,NULL),(435,24,1,'inputtime','发布时间','','',0,0,'','','datetime','array (\n \'fieldtype\' => \'int\',\n \'format\' => \'Y-m-d H:i:s\',\n \'defaulttype\' => \'0\',\n)','','','',0,1,0,0,0,0,0,1,18,0,0,NULL),(433,24,1,'relation','相关文章','','',0,0,'','','omnipotent','array (\n \'formtext\' => \'<input type=\\\'hidden\\\' name=\\\'info[relation]\\\' id=\\\'relation\\\' value=\\\'{FIELD_VALUE}\\\' style=\\\'50\\\' >\r\n<ul class=\"list-dot\" id=\"relation_text\"></ul>\r\n<div>\r\n<input type=\\\'button\\\' value=\"添加相关\" onclick=\"omnipotent(\\\'selectid\\\',\\\'?m=content&c=content&a=public_relationlist&modelid={MODELID}\\\',\\\'添加相关文章\\\',1)\" class=\"button\" style=\"width:66px;\">\r\n<span class=\"edit_content\">\r\n<input type=\\\'button\\\' value=\"显示已有\" onclick=\"show_relation({MODELID},{ID})\" class=\"button\" style=\"width:66px;\">\r\n</span>\r\n</div>\',\n \'fieldtype\' => \'varchar\',\n \'minnumber\' => \'1\',\n)','','2,6,4,5,1,17,18,7','',0,0,0,0,0,0,1,0,16,0,0,NULL),(432,24,1,'thumb','缩略图','','',0,100,'','','image','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'show_type\' => \'1\',\n \'upload_maxsize\' => \'1024\',\n \'upload_allowext\' => \'jpg|jpeg|gif|png|bmp\',\n \'watermark\' => \'0\',\n \'isselectimage\' => \'1\',\n \'images_width\' => \'\',\n \'images_height\' => \'\',\n)','','','',0,1,0,0,0,1,0,1,15,0,0,NULL),(431,24,1,'content','内容','<div class=\"content_attr\"><label><input name=\"add_introduce\" type=\"checkbox\" value=\"1\" checked>是否截取内容</label><input type=\"text\" name=\"introcude_length\" value=\"200\" size=\"3\">字符至内容摘要\r\n<label><input type=\'checkbox\' name=\'auto_thumb\' value=\"1\" checked>是否获取内容第</label><input type=\"text\" name=\"auto_thumb_no\" value=\"1\" size=\"2\" class=\"\">张图片作为标题图片\r\n</div>','',1,999999,'','内容不能为空','editor','array (\n \'toolbar\' => \'full\',\n \'defaultvalue\' => \'\',\n \'enablekeylink\' => \'1\',\n \'replacenum\' => \'2\',\n \'link_mode\' => \'0\',\n \'enablesaveimage\' => \'1\',\n)','','','',0,0,0,1,0,1,1,0,14,0,0,NULL),(430,24,1,'updatetime','更新时间','','',0,0,'','','datetime','array (\r\n \'dateformat\' => \'int\',\r\n \'format\' => \'Y-m-d H:i:s\',\r\n \'defaulttype\' => \'1\',\r\n \'defaultvalue\' => \'\',\r\n)','','','',1,1,0,1,0,0,0,0,13,0,0,NULL),(429,24,1,'description','摘要','','',0,255,'','','textarea','array (\r\n \'width\' => \'98\',\r\n \'height\' => \'46\',\r\n \'defaultvalue\' => \'\',\r\n \'enablehtml\' => \'0\',\r\n)','','','',0,1,0,1,0,1,1,1,12,0,0,NULL),(428,24,1,'keywords','关键词','多关键词之间用空格或者“,”隔开','',0,40,'','','keyword','array (\r\n \'size\' => \'100\',\r\n \'defaultvalue\' => \'\',\r\n)','','-99','-99',0,1,0,1,1,1,1,0,11,0,0,NULL),(427,24,1,'title','标题','','inputtitle',1,80,'','请输入标题','title','','','','',0,1,0,1,1,1,1,1,10,0,0,NULL),(426,24,1,'typeid','类别','','',0,0,'','','typeid','array (\n \'minnumber\' => \'\',\n \'defaultvalue\' => \'\',\n)','','','',0,1,0,1,1,1,0,0,9,0,0,NULL),(425,24,1,'catid','栏目','','',1,6,'/^[0-9]{1,6}$/','请选择栏目','catid','array (\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,1,0,1,1,1,0,0,8,0,0,NULL),(442,24,1,'status','状态','','',0,2,'','','box','','','','',1,1,0,1,0,0,0,0,26,0,0,NULL),(443,24,1,'readpoint','阅读收费','','',0,5,'','','readpoint','array (\n \'minnumber\' => \'1\',\n \'maxnumber\' => \'99999\',\n \'decimaldigits\' => \'0\',\n \'defaultvalue\' => \'\',\n)','','-99','-99',0,0,0,0,0,0,0,0,27,0,0,NULL),(444,24,1,'username','用户名','','',0,20,'','','text','','','','',1,1,0,1,0,0,0,0,28,0,0,NULL),(445,24,1,'islink','转向链接','','',0,0,'','','islink','','','','',0,1,0,1,0,1,0,0,21,0,0,NULL),(446,24,1,'partnumber','型号','型号','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,1,0,0,1),(447,24,1,'size','尺寸','尺寸','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,2,0,0,1),(448,24,1,'EmittingColor','发光颜色','发光颜色','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,3,0,0,1),(449,24,1,'Wavelength','波长','波长','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,4,0,0,1),(450,24,1,'BrightnessMin','发光亮度(最小值)','发光亮度(最小值)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,5,0,0,1),(451,24,1,'BrightnessTyp','发光亮度(经典值)','发光亮度(经典值)','',0,0,'','','text','array (\n \'size\' => \'50\',\n \'defaultvalue\' => \'\',\n \'ispassword\' => \'0\',\n)','','','',0,0,0,1,0,1,1,0,6,0,0,1),(453,24,1,'pdfdownload','Spec','PDF','',0,0,'','','downfiles','array (\n \'upload_allowext\' => \'pdf\',\n \'isselectimage\' => \'0\',\n \'upload_number\' => \'10\',\n \'downloadlink\' => \'1\',\n \'downloadtype\' => \'1\',\n)','','','',0,0,0,1,0,1,0,0,7,0,0,1); /*!40000 ALTER TABLE `dh_model_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_module` -- DROP TABLE IF EXISTS `dh_module`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_module` ( `module` varchar(15) NOT NULL, `name` varchar(20) NOT NULL, `url` varchar(50) NOT NULL, `iscore` tinyint(1) unsigned NOT NULL default '0', `version` varchar(50) NOT NULL default '', `description` varchar(255) NOT NULL, `setting` mediumtext NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `disabled` tinyint(1) unsigned NOT NULL default '0', `installdate` date NOT NULL default '0000-00-00', `updatedate` date NOT NULL default '0000-00-00', PRIMARY KEY (`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_module` -- LOCK TABLES `dh_module` WRITE; /*!40000 ALTER TABLE `dh_module` DISABLE KEYS */; INSERT INTO `dh_module` VALUES ('admin','admin','',1,'1.0','','array (\n \'admin_email\' => \'phpcms@phpcms.cn\',\n \'maxloginfailedtimes\' => \'8\',\n \'minrefreshtime\' => \'2\',\n \'mail_type\' => \'1\',\n \'mail_server\' => \'smtp.qq.com\',\n \'mail_port\' => \'25\',\n \'category_ajax\' => \'0\',\n \'mail_user\' => \'phpcms.cn@foxmail.com\',\n \'mail_auth\' => \'1\',\n \'mail_from\' => \'phpcms.cn@foxmail.com\',\n \'mail_password\' => \'\',\n \'errorlog_size\' => \'20\',\n)',0,0,'2010-10-18','2010-10-18'),('member','会员','',1,'1.0','','array (\n \'allowregister\' => \'1\',\n \'choosemodel\' => \'1\',\n \'enablemailcheck\' => \'0\',\n \'registerverify\' => \'0\',\n \'showapppoint\' => \'0\',\n \'rmb_point_rate\' => \'10\',\n \'defualtpoint\' => \'0\',\n \'defualtamount\' => \'0\',\n \'showregprotocol\' => \'0\',\n \'regprotocol\' => \' 欢迎您注册成为phpcms用户\r\n请仔细阅读下面的协议,只有接受协议才能继续进行注册。 \r\n1.服务条款的确认和接纳\r\n phpcms用户服务的所有权和运作权归phpcms拥有。phpcms所提供的服务将按照有关章程、服务条款和操作规则严格执行。用户通过注册程序点击“我同意” 按钮,即表示用户与phpcms达成协议并接受所有的服务条款。\r\n2. phpcms服务简介\r\n phpcms通过国际互联网为用户提供新闻及文章浏览、图片浏览、软件下载、网上留言和BBS论坛等服务。\r\n 用户必须: \r\n 1)购置设备,包括个人电脑一台、调制解调器一个及配备上网装置。 \r\n 2)个人上网和支付与此服务有关的电话费用、网络费用。\r\n 用户同意: \r\n 1)提供及时、详尽及准确的个人资料。 \r\n 2)不断更新注册资料,符合及时、详尽、准确的要求。所有原始键入的资料将引用为注册资料。 \r\n 3)用户同意遵守《中华人民共和国保守国家秘密法》、《中华人民共和国计算机信息系统安全保护条例》、《计算机软件保护条例》等有关计算机及互联网规定的法律和法规、实施办法。在任何情况下,phpcms合理地认为用户的行为可能违反上述法律、法规,phpcms可以在任何时候,不经事先通知终止向该用户提供服务。用户应了解国际互联网的无国界性,应特别注意遵守当地所有有关的法律和法规。\r\n3. 服务条款的修改\r\n phpcms会不定时地修改服务条款,服务条款一旦发生变动,将会在相关页面上提示修改内容。如果您同意改动,则再一次点击“我同意”按钮。 如果您不接受,则及时取消您的用户使用服务资格。\r\n4. 服务修订\r\n phpcms保留随时修改或中断服务而不需知照用户的权利。phpcms行使修改或中断服务的权利,不需对用户或第三方负责。\r\n5. 用户隐私制度\r\n 尊重用户个人隐私是phpcms的 基本政策。phpcms不会公开、编辑或透露用户的注册信息,除非有法律许可要求,或phpcms在诚信的基础上认为透露这些信息在以下三种情况是必要的: \r\n 1)遵守有关法律规定,遵从合法服务程序。 \r\n 2)保持维护phpcms的商标所有权。 \r\n 3)在紧急情况下竭力维护用户个人和社会大众的隐私安全。 \r\n 4)符合其他相关的要求。 \r\n6.用户的帐号,密码和安全性\r\n 一旦注册成功成为phpcms用户,您将得到一个密码和帐号。如果您不保管好自己的帐号和密码安全,将对因此产生的后果负全部责任。另外,每个用户都要对其帐户中的所有活动和事件负全责。您可随时根据指示改变您的密码,也可以结束旧的帐户重开一个新帐户。用户同意若发现任何非法使用用户帐号或安全漏洞的情况,立即通知phpcms。\r\n7. 免责条款\r\n 用户明确同意网站服务的使用由用户个人承担风险。 \r\n phpcms不作任何类型的担保,不担保服务一定能满足用户的要求,也不担保服务不会受中断,对服务的及时性,安全性,出错发生都不作担保。用户理解并接受:任何通过phpcms服务取得的信息资料的可靠性取决于用户自己,用户自己承担所有风险和责任。 \r\n8.有限责任\r\n phpcms对任何直接、间接、偶然、特殊及继起的损害不负责任。\r\n9. 不提供零售和商业性服务 \r\n 用户使用网站服务的权利是个人的。用户只能是一个单独的个体而不能是一个公司或实体商业性组织。用户承诺不经phpcms同意,不能利用网站服务进行销售或其他商业用途。\r\n10.用户责任 \r\n 用户单独承担传输内容的责任。用户必须遵循: \r\n 1)从中国境内向外传输技术性资料时必须符合中国有关法规。 \r\n 2)使用网站服务不作非法用途。 \r\n 3)不干扰或混乱网络服务。 \r\n 4)不在论坛BBS或留言簿发表任何与政治相关的信息。 \r\n 5)遵守所有使用网站服务的网络协议、规定、程序和惯例。\r\n 6)不得利用本站危害国家安全、泄露国家秘密,不得侵犯国家社会集体的和公民的合法权益。\r\n 7)不得利用本站制作、复制和传播下列信息: \r\n 1、煽动抗拒、破坏宪法和法律、行政法规实施的;\r\n 2、煽动颠覆国家政权,推翻社会主义制度的;\r\n 3、煽动分裂国家、破坏国家统一的;\r\n 4、煽动民族仇恨、民族歧视,破坏民族团结的;\r\n 5、捏造或者歪曲事实,散布谣言,扰乱社会秩序的;\r\n 6、宣扬封建迷信、淫秽、色情、赌博、暴力、凶杀、恐怖、教唆犯罪的;\r\n 7、公然侮辱他人或者捏造事实诽谤他人的,或者进行其他恶意攻击的;\r\n 8、损害国家机关信誉的;\r\n 9、其他违反宪法和法律行政法规的;\r\n 10、进行商业广告行为的。\r\n 用户不能传输任何教唆他人构成犯罪行为的资料;不能传输长国内不利条件和涉及国家安全的资料;不能传输任何不符合当地法规、国家法律和国际法 律的资料。未经许可而非法进入其它电脑系统是禁止的。若用户的行为不符合以上的条款,phpcms将取消用户服务帐号。\r\n11.网站内容的所有权\r\n phpcms定义的内容包括:文字、软件、声音、相片、录象、图表;在广告中全部内容;电子邮件的全部内容;phpcms为用户提供的商业信息。所有这些内容受版权、商标、标签和其它财产所有权法律的保护。所以,用户只能在phpcms和广告商授权下才能使用这些内容,而不能擅自复制、篡改这些内容、或创造与内容有关的派生产品。\r\n12.附加信息服务\r\n 用户在享用phpcms提供的免费服务的同时,同意接受phpcms提供的各类附加信息服务。\r\n13.解释权\r\n 本注册协议的解释权归phpcms所有。如果其中有任何条款与国家的有关法律相抵触,则以国家法律的明文规定为准。 \',\n \'registerverifymessage\' => \' 欢迎您注册成为phpcms用户,您的账号需要邮箱认证,点击下面链接进行认证:{click}\r\n或者将网址复制到浏览器:{url}\',\n \'forgetpassword\' => \' phpcms密码找回,请在一小时内点击下面链接进行操作:{click}\r\n或者将网址复制到浏览器:{url}\',\n)',0,0,'2010-09-06','2010-09-06'),('pay','支付','',1,'1.0','','',0,0,'2010-09-06','2010-09-06'),('digg','顶一下','',0,'1.0','','',0,0,'2010-09-06','2010-09-06'),('special','专题','',0,'1.0','','',0,0,'2010-09-06','2010-09-06'),('content','内容模块','',1,'1.0','','',0,0,'2010-09-06','2010-09-06'),('search','全站搜索','',0,'1.0','','array (\n \'fulltextenble\' => \'1\',\n \'relationenble\' => \'1\',\n \'suggestenable\' => \'1\',\n \'sphinxenable\' => \'0\',\n \'sphinxhost\' => \'10.228.134.102\',\n \'sphinxport\' => \'9312\',\n)',0,0,'2010-09-06','2010-09-06'),('scan','木马扫描','scan',0,'1.0','','',0,0,'2010-09-01','2010-09-06'),('attachment','附件','attachment',1,'1.0','','',0,0,'2010-09-01','2010-09-06'),('block','碎片','',1,'1.0','','',0,0,'2010-09-01','2010-09-06'),('collection','采集模块','collection',1,'1.0','','',0,0,'2010-09-01','2010-09-06'),('dbsource','数据源','',1,'','','',0,0,'2010-09-01','2010-09-06'),('template','模板风格','',1,'1.0','','',0,0,'2010-09-01','2010-09-06'),('release','发布点','',1,'1.0','','',0,0,'2010-09-01','2010-09-06'),('video','视频库','',0,'1.0','','',0,0,'2012-09-28','2012-09-28'),('announce','公告','announce/',0,'1.0','公告','',0,0,'2014-01-16','2014-01-16'),('comment','评论','comment/',0,'1.0','评论','',0,0,'2014-01-16','2014-01-16'),('link','友情链接','',0,'1.0','','array (\n 1 => \n array (\n \'is_post\' => \'1\',\n \'enablecheckcode\' => \'0\',\n ),\n)',0,0,'2010-09-06','2010-09-06'),('vote','投票','',0,'1.0','','array (\r\n 1 => \r\n array (\r\n \'default_style\' => \'default\',\r\n \'vote_tp_template\' => \'vote_tp\',\r\n \'allowguest\' => \'1\',\r\n \'enabled\' => \'1\',\r\n \'interval\' => \'1\',\r\n \'credit\' => \'1\',\r\n ),\r\n)',0,0,'2010-09-06','2010-09-06'),('message','短消息','',0,'1.0','','',0,0,'2010-09-06','2010-09-06'),('mood','新闻心情','mood/',0,'1.0','新闻心情','',0,0,'2014-01-16','2014-01-16'),('poster','广告模块','poster/',0,'1.0','广告模块','',0,0,'2014-01-16','2014-01-16'),('formguide','表单向导','formguide/',0,'1.0','formguide','array (\n \'allowmultisubmit\' => \'1\',\n \'interval\' => \'30\',\n \'allowunreg\' => \'0\',\n \'mailmessage\' => \'用户向我们提交了表单数据,赶快去看看吧。\',\n)',0,0,'2010-10-20','2010-10-20'),('wap','手机门户','wap/',0,'1.0','手机门户','',0,0,'2014-01-16','2014-01-16'),('upgrade','在线升级','',0,'1.0','','',0,0,'2011-05-18','2011-05-18'),('tag','标签向导','tag/',0,'1.0','标签向导','',0,0,'2014-01-16','2014-01-16'),('sms','短信平台','sms/',0,'1.0','短信平台','',0,0,'2011-09-02','2011-09-02'); /*!40000 ALTER TABLE `dh_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_mood` -- DROP TABLE IF EXISTS `dh_mood`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_mood` ( `id` int(10) unsigned NOT NULL auto_increment, `catid` int(10) unsigned NOT NULL default '0' COMMENT '栏目id', `siteid` mediumint(6) unsigned NOT NULL default '0' COMMENT '站点ID', `contentid` int(10) unsigned NOT NULL default '0' COMMENT '文章id', `total` int(10) unsigned NOT NULL default '0' COMMENT '总数', `n1` int(10) unsigned NOT NULL default '0', `n2` int(10) unsigned NOT NULL default '0', `n3` int(10) unsigned NOT NULL default '0', `n4` int(10) unsigned NOT NULL default '0', `n5` int(10) unsigned NOT NULL default '0', `n6` int(10) unsigned NOT NULL default '0', `n7` int(10) unsigned NOT NULL default '0', `n8` int(10) unsigned NOT NULL default '0', `n9` int(10) unsigned NOT NULL default '0', `n10` int(10) unsigned NOT NULL default '0', `lastupdate` int(10) unsigned NOT NULL default '0' COMMENT '最后更新时间', PRIMARY KEY (`id`), KEY `total` (`total`), KEY `lastupdate` (`lastupdate`), KEY `catid` (`catid`,`siteid`,`contentid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_mood` -- LOCK TABLES `dh_mood` WRITE; /*!40000 ALTER TABLE `dh_mood` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_mood` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_news` -- DROP TABLE IF EXISTS `dh_news`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_news` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` varchar(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` varchar(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` mediumtext NOT NULL, `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_news` -- LOCK TABLES `dh_news` WRITE; /*!40000 ALTER TABLE `dh_news` DISABLE KEYS */; INSERT INTO `dh_news` VALUES (8,17,0,'Toplite technology: LED lighting still time to replace the traditional','','','LED lighting still time to replace','LED can replace traditional lighting? This is not a new problem Data show that this year s LED lighting industry output value reached 200 billion yuan, is expected next year will jump to 350 billion yuan Replace seems too obvious \"become facts \"\r\n\r\nJust before the completion of three new board-listed Shanghai Science and Technology Co , Ltd , LI Jian-sheng CDH It seems that with the evolution of LED lighting technology and lower prices, to replace the traditional lighting has become a trend But to be completely replaced, in addition to technical and price changes \"bad money drives out good money \" status LED lighting market, the establishment of the value of benchmarking is still a priority ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=8',0,99,1,0,'dhadmin',1387258140,1396936471),(2,17,0,'LED lighting companies listed CDH technology today','','','LED lighting companies listed today','CDH Technology was established in 1996 under the leadership of chairman LI Jian-sheng, after ten years of precipitation development in the lighting industry reputation, has become the vanguard soldiers LED photoelectric field! CDH technology focused on LED chip packaging technology to production of high-reliability LED dot matrix, backlight, lighting-class COB module known Many well-known universities CDH technology combined Fudan University, Peking University, Shanghai University jointly developed a high quality, high reliability of LED related products, has assumed the LED package 863 projects and established a number of Shanghai Science and Technology LED cutting-edge research projects, national high-tech enterprise, Shanghai little Giant glorious title!',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=2',0,99,1,0,'dhadmin',1384755060,1408670748),(9,17,0,'Toplite technology, four companies listed on the country share transfer system','','','share transfer system','鼎晖科技(430344)、慧网通达(430352)、爱科凯能(430351)、万德智新(430350)4公司11月15日在全国中小企业股份转让系统正式挂牌。鼎晖科技主 ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=9',0,99,1,0,'dhadmin',1389677520,1396936227),(13,288,0,'IT专员','','','专员','发布日期:2014-08-14工作地点:上海-黄浦区招聘人数:1语言要求:英语上海话薪水范围:面议职位职能:其他职位描述:职位要求:1、沪籍、男性 ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=288&id=13',0,99,1,0,'dhadmin',1408525468,1408525532),(14,17,0,'Toplite and other four companies listed on the national share transfer system ','','http://www.topliteusa.com/uploadfile/2014/0828/20140828043105787.jpg','Toplite','Toplite and other four companies listed on the national share transfer systemToplite Technology (430344), Huiwangton ',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=14',28,99,1,0,'dhadmin',1408670997,1409214670),(11,17,0,'LI Jian-sheng, chairman dialogue Toplite COB LED package to a foregone conclusio','','http://www.topliteusa.com/uploadfile/2014/0121/20140121015555476.jpg','COB LED package to a foregone conclusion','LED s in the development process, from the initial highbrow tech products, developed to cheaper prices, more and more high-brightness light effect, making the current field of LED two extreme points of getting smaller, from power, expensive, high luminous efficiency, relative power, relatively cheap, high light efficiency of these products are not part of the standard luminous efficiency, luminous efficiency standard product belongs to the people easily accepted, LED really want \"the people \" must be be cheap But the development of each product to market to mature is a corresponding development cycle, of which there are some strong government advocacy and promotion, but LI Jian-sheng stressed that the low prices in the LED industry is not necessarily a good thing If you paid attention to the \"promotion \", that is the inevitable result of the decline in the quality of products, which will lead to vicious competition in the market, especially as this requires long-term use of LED products, not short-term can identify their quality, which also professionals need to detect, so that the LED products, \"R & D \" and \"promotion \" must grasping with both hands ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=11',0,99,1,0,'dhadmin',1340171460,1408672653),(12,17,0,'Lighting Fair 2012: Toplite technology showcase new lighting scheme','','http://www.topliteusa.com/uploadfile/2014/0121/20140121021829792.jpg','Lighting Fair 2012','June 9, 2012, the world s largest lighting exhibition - The 17th Guangzhou International Lighting Exhibition in Guangzhou opened the exhibition area of 220,000 square meters, the four-day event attracted more than 2,600 enterprises worldwide participants Guangzhou International Lighting Exhibition called the world s lighting industry \"benchmark \" Osram, Philips Lighting, the world s top ten global giants and six chip makers have gathered in the exhibition Exhibits cover professional lighting, commercial lighting, LED lighting, decorative lighting, LED materials, chips, drivers and equipment, solar energy technology ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=12',0,99,1,0,'dhadmin',1339308660,1408673324),(15,17,0,'Successful Listing of Shanghai Toplite Technology Co.Ltd ','','http://www.topliteusa.com/uploadfile/2014/0828/20140828043023951.jpg','Successful Listing of Shanghai','Successful Listing of Shanghai Toplite Technology Co Ltd Shanghai Toplite Technology Co Ltd (430344) was listed on ',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=15',30,99,1,0,'dhadmin',1408671183,1409214628),(16,17,0,'Shanghai international lighting fair','','http://www.topliteusa.com/uploadfile/2014/0822/20140822093517563.jpg','Shanghai international lighting fair','Shanghai international lighting fairShanghai Toplite Technology Co Ltd will attend Shanghai international lighting fai ',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=16',29,99,1,0,'dhadmin',1407807240,1408672563),(17,17,0,'Shanghai international lighting fair 2014 Booth NO.: E2-037','','http://www.topliteusa.com/uploadfile/2014/0822/20140822094026867.jpg','欢迎访问 PHPCMS 网站管理系统','Shanghai international lighting fair 2014 Booth NO : E2-037Shanghai Toplite Technology Co Ltd will attend the Shangh ',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=17',0,99,1,0,'dhadmin',1404351540,1409217640),(18,17,0,'LI Jiansheng, chairman of the Toplite: COB packaging to a foregone conclusion','','http://www.topliteusa.com/uploadfile/2014/0822/20140822094325845.jpg','LI Jiansheng','LI Jiansheng, chairman of the Toplite: COB packaging to a foregone conclusionLED market is fermented, It is a ov ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=18',0,99,1,0,'dhadmin',1403228520,1408673338),(19,17,0,'Hosted \"2014 Chinese bright line\"','','http://www.topliteusa.com/uploadfile/2014/0822/20140822094609951.jpg','Hosted 2014 Chinese bright line','Hosted \"2014 Chinese bright line \" Lighting Research Institute of Fudan University - Advanced LightingLighting Resear ',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=19',0,99,1,0,'dhadmin',1402364700,1409218211),(20,17,0,'Guangzhou International Lighting Exhibition','','http://www.topliteusa.com/uploadfile/2014/0822/20140822094913538.jpg','Guangzhou International','Guangzhou International Lighting ExhibitionShanghai Toplite Technology Co Ltd will attend the Guangzhou International ',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=20',0,99,1,0,'dhadmin',1402192080,1409218243),(21,17,0,'LiJiansheng teach you','','','2013 Engineering','2013 Engineering Conference Toplite LiJiansheng teach you \"how to play a well packaging companySince 2012, With th ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=21',0,99,1,0,'dhadmin',1384313280,1409215032),(22,17,0,'2012 Lighting Fair: Shanghai Toplite showcase the new scheme of lighting','','','欢迎访问 PHPCMS 网站管理系统','2012 Lighting Fair: Shanghai Toplite showcase the new scheme of lighting[Zhongguancun Online LED channel] June 9, ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=22',0,99,1,0,'dhadmin',1339299000,1409215100),(23,17,0,'Toplite Technology: LED to replace traditional lighting still need sometime','','','','Toplite Technology: LED to replace traditional lighting still need sometimeStatistics show that LED lighting industr ',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=23',0,99,1,0,'dhadmin',1387251000,1409215377),(24,17,0,'To establish enterprise value of Toplit','','','','To establish enterprise value of ToplitAs the LED market competition increasing fiercely,cheap once become the ind ',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=24',0,99,1,0,'dhadmin',1401247860,1409218273),(25,17,0,'The world\'s largest exhibition and LED lighting industry event','','','The world s largest exhibition','The world& 39;s largest exhibition and LED lighting industry event - Guangzhou International Lighting Exhibition in ',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=17&id=25',0,99,1,0,'dhadmin',1403256420,1409218176); /*!40000 ALTER TABLE `dh_news` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_news_data` -- DROP TABLE IF EXISTS `dh_news_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_news_data` ( `id` mediumint(8) unsigned default '0', `content` mediumtext NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `relation` varchar(255) NOT NULL default '', `voteid` mediumint(8) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `copyfrom` varchar(100) NOT NULL default '', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_news_data` -- LOCK TABLES `dh_news_data` WRITE; /*!40000 ALTER TABLE `dh_news_data` DISABLE KEYS */; INSERT INTO `dh_news_data` VALUES (8,'LED can replace traditional lighting? This is not a new problem. Data show that this year's LED lighting industry output value reached 200 billion yuan, is expected next year will jump to 350 billion yuan. Replace seems too obvious "become facts."<br />\r\n<br />\r\nJust before the completion of three new board-listed Shanghai Science and Technology Co., Ltd., LI Jian-sheng Toplite It seems that with the evolution of LED lighting technology and lower prices, to replace the traditional lighting has become a trend. But to be completely replaced, in addition to technical and price changes "bad money drives out good money" status LED lighting market, the establishment of the value of benchmarking is still a priority.<br />\r\n<br />\r\nAdvantage play package<br />\r\n<br />\r\nIn the domestic LED industry arduous process, tortuous explore Toplite technology, perhaps fairly representative of the template. This Shanghai listed first in the new three-panel LED lighting business now has 40,000 square meters of production base, annual production value of 80 million yuan, but in the LED market has almost sink like a stone.<br />\r\n<br />\r\nLI Jian-sheng, recalled that before 2000, Toplite major force in the LED display, although the market demand, but not the size of the enterprise, and the demand does not have the continuity of production tends to be scattered. LI Jian-sheng said, "In about 2000, Toplite investment costs and profits almost naught, the company was nearly worn down bad debts and arrears."<br />\r\n<br />\r\n2004 Toplite technology began a major push into LED lighting industry. In 2006, the company applied to the Ministry of Science 863 LED packaging project, after which the product has been selected the 2008 Beijing Olympic Games. Today, the Shanghai City God Temple, Theme Pavilion, the Yan'an Elevated Road, Nanpu Bridge and Suzhou River along ten bridges and other landmarks, have adopted Toplite LED lighting products. But in the manufacture of lighting for landmark project process, LI Jian-sheng found that, because the company does not have the advantage of downstream channels lamps, although made a reputation, profitability was not obvious. LED lamps in the "Hundred Regiments", the Toplite extricate yourself from the beginning, to play in the middle of the packaging industry chain advantages to appear as the light source supplier.<br />\r\n<br />\r\nIn the LED lighting industry chain upstream enterprise manufacturing a light emitting chip components, midstream packaging companies will be made readily available integrated circuit chip, and then sold to downstream lighting business. Currently, midstream packaging accounts for about 25% -30% of the whole industry chain. Which, based on COB LED light source module technology has been successfully CDH focuses on the development stage of the production at the beginning of next year. After this technique, LED light fixtures with a variety of shapes. Currently, there are 60% -80% of companies have chosen to transition to COB packaging technology, which has become a new trend in the domestic LED lighting.<br />\r\n<br />\r\nAdhere to the quality of the bottom line<br />\r\n<br />\r\nAnalysis of the industry, from the amount of light, the one-per-watt incandescent 15 units, an LED lamps can achieve its 10 times. Future, light quality requirements will increasingly diverse, LED lighting will also further into the home. However, the market is flooded with a large number of low-quality products, which is the current industry bottlenecks encountered.<br />\r\n<br />\r\nNow, into the lighting store, brand manufacturers of LED lighting has been seen everywhere, the price is more close to the people. However, due to overcapacity, fierce competition in a large number of LED lamps, at the price war, and therefore have to sacrifice quality. LI Jian-sheng said, "to sacrifice quality at the expense of the price war, the LED lighting market will do a bad reputation in the consumer on the inside under unknown circumstances, the decision to purchase only factor is the brand."<br />\r\n<br />\r\nTherefore, Toplite technology on packaging process control is very strict, selective undertake a number of high-end business, expect to build their own brand. Prices at the same level of 40% -60% cheaper than the big foreign based on quality in order to be able to emulate. After three new board listed Toplite technology also had to rely on their own funds to bid farewell to the "low-speed jogging" state, hopes to inject institutional investors further maintain product quality in the high-end market.<br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(2,'<p> CDH Technology (430344) on November 15 at the National SME share transfer system formally.</p>\r\n<p> CDH technology devices and their main LED application product development, production and sales. Company in 2012 achieved revenues of 51.3585 million yuan, net profit of 2,705,300 yuan, the total share capital of 1001 million shares.</p>\r\n<p> CDH Technology was established in 1996 under the leadership of chairman LI Jian-sheng, after ten years of precipitation development in the lighting industry reputation, has become the vanguard soldiers LED photoelectric field! CDH technology focused on LED chip packaging technology to production of high-reliability LED dot matrix, backlight, lighting-class COB module known. Many well-known universities CDH technology combined Fudan University, Peking University, Shanghai University jointly developed a high quality, high reliability of LED related products, has assumed the LED package 863 projects and established a number of Shanghai Science and Technology LED cutting-edge research projects, national high-tech enterprise, Shanghai little Giant glorious title!</p>\r\n<p> CDH technology not only renowned in the country, while exploring the United States, Southeast Asia and other foreign markets, CDH technology and efficient management team, managed by Japanese personnel, CDH has in Jiading, Qingpu has facilities. Efficient management, advanced production design team, the listed CDH technology, the development of a better future!</p>\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(9,'Toplite Technology (430344), Hui Netcom reached (430,352), Accu (430,351), ten thousand morality and new (430,350) 4 company share transfer system for SMEs in the country officially on November 15.<br />\r\n<br />\r\nToplite technology devices and their main LED application product development, production and sales. Company in 2012 achieved revenues of 51.3585 million yuan , net profit of 2,705,300 yuan , the total share capital of 1001 million shares. Hui of China Netcom 's main business is to provide UHF RFID Contactless site monitoring products and associated technical services, are networking applications industries. Company in 2012 achieved revenues of 37.9174 million yuan , net profit of 623,100 yuan , the total share capital of 600 million shares. Accu is a collection development , production , sales and service as one of the professional provider of minimally invasive laser surgery devices for minimally invasive urologic surgery hospitals provide total solutions . Company in 2012 achieved revenues of 28.0089 million yuan , net profit of 4,193,900 yuan , the total share capital of 1,500 million shares. Wan morality and intelligence is integrated intelligent building new chemical ( market area ) Cheng contracting services ( market area ) engineering enterprises, the company's main business covers the construction of intelligent planning consulting, engineering design, system equipment procurement , construction, integrated debugging , project management and operation and maintenance of value-added services the entire process. Company in 2012 achieved revenues of 21.3943 million yuan , net profit of 675,400 yuan , the total share capital of 1520 million shares.',0,'',0,10000,'',0,'',0,1,'|0'),(13,'<table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"jobs_1\" width=\"98%\">\r\n<tbody>\r\n <tr>\r\n <td class=\"txt_1\" width=\"12%\">发布日期:</td>\r\n <td class=\"txt_2\">2014-08-14</td>\r\n <td class=\"txt_1\" width=\"12%\">工作地点:</td>\r\n <td class=\"txt_2\">上海-黄浦区</td>\r\n <td class=\"txt_1\" width=\"12%\">招聘人数:</td>\r\n <td class=\"txt_2\">1</td>\r\n </tr>\r\n <tr>\r\n <td class=\"txt_1\" width=\"12%\">语言要求:</td>\r\n <td class=\"txt_2\">英语<br />\r\n 上海话</td>\r\n <td class=\"txt_1\" width=\"12%\">薪水范围:</td>\r\n <td class=\"txt_2\">面议</td>\r\n <td class=\"txt_1\" width=\"12%\"> </td>\r\n <td class=\"txt_2\"> </td>\r\n </tr>\r\n <tr>\r\n <td class=\"txt_1 job_detail\" colspan=\"6\" style=\"height: 1px; line-height: 1px; width: 100%\"> </td>\r\n </tr>\r\n <tr>\r\n <td class=\"job_detail\" colspan=\"6\" style=\"width: 100%\"><strong>职位职能:</strong> 其他 </td>\r\n </tr>\r\n <tr>\r\n <td class=\"txt_4 wordBreakNormal job_detail \" colspan=\"6\" style=\"width: 100%\"><strong>职位描述:</strong><br />\r\n <div style=\"padding-bottom: 30px\">职位要求:<br />\r\n <br />\r\n 1、沪籍、男性,大专及以上学历,1年以上工作经验,有IT经验;<br />\r\n 2、工作认真负责踏实,有团队协作精神;<br />\r\n 3、能熟练处理计算机及网络常见的软、硬件故障;<br />\r\n 4、熟悉路由器、交换机及电话等办公网络设备的工作原理和配置方法;<br />\r\n 5、有较强的网络安全及数据安全意识。<br />\r\n <br />\r\n <br />\r\n 工作职责:<br />\r\n 1. 公司的电脑硬件诊断维修。<br />\r\n 2. 公司电脑的组装和配置统计并做好记录贴标。<br />\r\n 3. 公司的电脑软件(如Office软件、打印机驱动、 Foxmail等)的安装、兼容性诊断和排除。<br />\r\n 4. 公司网络与电话线的布置和故障排除。<br />\r\n 5. 使公司网络在工作时间段上网不间断,如有故障及时排查并保修,并且控制上网的流量和网站访问设置,网络的设置和管控。<br />\r\n 6. 电脑外设设备(如打印机,扫描仪,传真机)的故障诊断,尽量排除。如无法排除,负责维修。<br />\r\n 7. 公司邮箱的管理和设置及公司网站内容的发布与撤销。<br />\r\n 8.ERP、数据库、服务器管理及维护。<br />\r\n 9.网络组建维护。<br />\r\n 10.硬件与软件实施安装及维护。<br />\r\n 11.弱电工程安装及维护。<br />\r\n 12.日常系统维护。<br />\r\n 13.无纸化作业流程开发。<br />\r\n 14. 直属领导所布置的其他工作。<br />\r\n 15.每周工作报告汇报。<br />\r\n 职位要求:<br />\r\n 1、本科及以上学历,3年以上工作经验,有网站设计经验优先考虑;<br />\r\n 2、工作认真负责踏实,有团队协作精神;<br />\r\n 3、能熟练处理计算机及网络常见的软、硬件故障;<br />\r\n 4、熟悉路由器、交换机及电话等办公网络设备的工作原理和配置方法;<br />\r\n 5、有较强的网络安全及数据安全意识。</div>\r\n </td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(11,'<div style=\"text-align: center\"><img alt=\"\" height=\"333\" src=\"http://www.topliteusa.com/uploadfile/2014/0121/20140121015604887.jpg\" width=\"500\" /><br />\r\n<br />\r\nShanghai Science and Technology Co., Ltd. Chairman LI Jian-sheng Toplite </div>\r\n<div>LED market is fermented, a weak overall market, whether the LED market is entering a bottleneck, the parties argue a lot view. Can someone seems to see more. And, the answer is to be used practices.<br />\r\n<br />\r\nThis person is LI Jian-sheng, Shanghai Science and Technology Co., Ltd. CDH founder and CEO - Shanghai Semiconductor Lighting Engineering Association and vice president. In four days in 2012 Shanghai International Lighting Fair, LI Jian-sheng will be at the show, because in LED development process of marketing has become one of the essential content.<br />\r\n<br />\r\nLED's in the development process, from the initial highbrow tech products, developed to cheaper prices, more and more high-brightness light effect, making the current field of LED two extreme points of getting smaller, from power, expensive, high luminous efficiency, relative power, relatively cheap, high light efficiency of these products are not part of the standard luminous efficiency, luminous efficiency standard product belongs to the people easily accepted, LED really want "the people" must be be cheap. But the development of each product to market to mature is a corresponding development cycle, of which there are some strong government advocacy and promotion, but LI Jian-sheng stressed that the low prices in the LED industry is not necessarily a good thing. If you paid attention to the "promotion", that is the inevitable result of the decline in the quality of products, which will lead to vicious competition in the market, especially as this requires long-term use of LED products, not short-term can identify their quality, which also professionals need to detect, so that the LED products, "R & D" and "promotion" must grasping with both hands.<br />\r\n<br />\r\nShanghai Toplite Technology Co., Ltd. is specialized in LED lighting applications, device packaging and providing technical services of high-tech enterprises, currently COB integrated light source packaging as the main products. Toplite is very lucky, overall operating situation is now very good, and a few years before we have completed many large projects, from a strategic perspective, the market focus is the core point of Jiangsu, Zhejiang region to the country to emit radiation in the world. At present, we have a very noticeable achievements in Jiangsu, Zhejiang, Shanghai Yan'an Road, the main highway landscape lighting (within the range of 14,000 kilometers, more than 30 million units selected LED), Nanpu Bridge (LED lighting project using CDH high power RGB devices), Suzhou River bridges (18 bridges using CDH technology LED lighting devices) and so on. In addition, LI Jian-sheng stressed, launched in 2009 COB LED current use of buses in Shanghai has more than 9,000 buses in the car, has not received any adverse complaints.<br />\r\n </div>\r\n<div style=\"text-align: center\"><img alt=\"\" height=\"333\" src=\"http://www.topliteusa.com/uploadfile/2014/0121/20140121015604979.jpg\" width=\"500\" /> <br />\r\n <br />\r\nToplite technology staff are introducing LED products to foreign customers<br />\r\n </div>\r\n<div>In the course of the show, LI Jian-sheng spoke bulb is currently the most widely used in daily life the amount of light species, Toplite technology still in the process of the show introduced a bulb specifically for the design, very unique LED bulb COB light source lamp, this LED light bulb designed to take full account of the problem of heat dissipation, the LED clever combination of high and only light source that is synchronized on the heat problem solved, so as to control the cost of cooling fundamentally, that control the overall cost of the final price of the lamp.<br />\r\n<br />\r\nLI Jian-sheng electronic engineering from Fudan University, for research in LED technology he talked about: "a professional perspective Toplite joint Shanghai Fudan University, State Key Laboratory of Shanghai University of LED reality technology to produce high reliability LED related products to high quality and reliability as the core competitiveness. "<br />\r\n<br />\r\nSpeaking about the future prospects of LED, LI Jian-sheng said, LED green, energy efficient LED industry will increasingly brighter, but as Toplite people, but also determined to reduce carbon emissions worldwide contribute to the cause.<br />\r\n </div>\r\n<div>Toplite Description:<br />\r\n<br />\r\nToplite Technology Co., Ltd. is specialized in LED lighting application device package and provides technical services of high-tech enterprises to pursue high-quality reliable LED lighting products known. Commitments Ministry of Science and Technology Research and Development Program (863 Program) LED research and development topics as well as a number of Shanghai-class LED R & D projects, the Shanghai Science and Technology little giant enterprises, one of the major LED manufacturers.</div>\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(12,'【Zhongguancun online channel LED】June 9, 2012, the world's largest lighting exhibition - The 17th Guangzhou International Lighting Exhibition in Guangzhou opened the exhibition area of 220,000 square meters, the four-day event attracted more than 2,600 enterprises worldwide participants.Guangzhou International Lighting Exhibition called the world's lighting industry "benchmark." Osram, Philips Lighting, the world's top ten global giants and six chip makers have gathered in the exhibition. Exhibits cover professional lighting, commercial lighting, LED lighting, decorative lighting, LED materials, chips, drivers and equipment, solar energy technology.<br />\r\n<br />\r\nThe exhibition, Toplite technology shows us the new lighting solutions and products.<br />\r\n<br />\r\n<div style=\"text-align: center\"><img align=\"no\" alt=\"2012照明展:鼎晖科技展示新照明方案 \" height=\"333\" src=\"http://www.topliteusa.com/uploadfile/2014/0121/20140121021833815.jpg\" style=\"border-bottom: black 1px solid; border-left: black 1px solid; border-top: black 1px solid; border-right: black 1px solid\" width=\"500\" /><br />\r\n<b><b>Toplite Technology Guangzhou International Lighting Fair booth<br />\r\n<br />\r\n<img align=\"no\" alt=\"2012照明展:鼎晖科技展示新照明方案 \" height=\"333\" src=\"http://www.topliteusa.com/uploadfile/2014/0121/20140121021833146.jpg\" style=\"border-bottom: black 1px solid; border-left: black 1px solid; border-top: black 1px solid; border-right: black 1px solid\" width=\"500\" /><br />\r\n<b>Toplite technology solutions showcase<br />\r\n<br />\r\n<img align=\"no\" alt=\"2012照明展:鼎晖科技展示新照明方案 \" height=\"333\" src=\"http://www.topliteusa.com/uploadfile/2014/0121/20140121021833420.jpg\" style=\"border-bottom: black 1px solid; border-left: black 1px solid; border-top: black 1px solid; border-right: black 1px solid\" width=\"500\" /><br />\r\n<b>Toplite Technology Products<br />\r\n<br />\r\n<img align=\"no\" alt=\"2012照明展:鼎晖科技展示新照明方案 \" height=\"333\" src=\"http://www.topliteusa.com/uploadfile/2014/0121/20140121021833756.jpg\" style=\"border-bottom: black 1px solid; border-left: black 1px solid; border-top: black 1px solid; border-right: black 1px solid\" width=\"500\" /><br />\r\n<b><b><b><b>Toplite Technology Products</b></b></b></b></b></b></b></b></div>\r\n<br />\r\n<br />\r\n<br />\r\n',0,'',2,10000,'',0,'',0,1,'|0'),(14,'<strong>Toplite and other four companies listed on the national share transfer system</strong><br />\r\nToplite Technology (430344), Huiwangtongda(430,352), Accu (430,351) Wan Dezhixin (430,350) 4 companies share transfer system for SMEs in the country officially on November 15.<br />\r\nToplite main products are LED devices and the development of application product , The company achieved revenues of 51.3585 million yuan, net profit of 2,705,300 yuan, the total share capital of 1001 million shares in 2012. Huiwangtongda of China Netcom's main business is to provide UHF RFID contactless site monitoring products and associated technical services, are networking applications industries. The company in 2012 achieved revenues of 37.9174 million yuan, net profit of 623,100 yuan, the total share capital of 600 million shares. Accu is a collection development, production, sales and service as one of the professional provider of minimally invasive laser surgical equipment for hospitals to provide minimally invasive urological surgery overall solution. The company in 2012 achieved revenues of 28.0089 million yuan, net profit of 4,193,900 yuan, the total share capital of 1,500 million shares. Wan Libra is a comprehensive intelligent building new chemical (market area) Cheng contracting services (market area) engineering enterprises, the company's main business covers the construction of intelligent planning consulting, engineering design, system equipment procurement, construction, integration, commissioning, project management and operation and maintenance of the whole process of value-added services. The company in 2012 achieved revenues of 21.3943 million yuan, net profit of 675,400 yuan, the total share capital of 1520 million shares.<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828043059206.jpg\" style=\"width: 423px; height: 300px;\" /><br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(15,'<strong>Successful Listing of Shanghai Toplite Technology Co.Ltd </strong><br />\r\n Shanghai Toplite Technology Co.Ltd (430344) was listed on November 15 at the National SME share transfer system.<br />\r\n The main business of Toplite are LED devices, research and development of application product and sales. Toplite achieved revenues is 51.3585 million yuan and the net profit is 2,705,300 yuan, the total share capital is 1001 million shares in 2012.<br />\r\n Toplite was funded in 1996, Under the leadership of LiJianSheng,through more than 10 yeas of industry experience steady development,has become one of the led leading manufacetures in LED photoelectric field. Toplite focuse on LED chip packaging technology and it is famous for production of high-reliability LED dot matrix, backlight, lighting-class COB module. Researching and developing high level and high reliability products with Fudan University,Beijing University,Shanghai University and other well-known University.Toplite undertake national 863programe of LED packaging and various Shanghai LED lighting tech-researching projects.Award the honor of National High-tech Enterprises, Shanghai Little Giant.<br />\r\nTopliet not only renowned at home, but also exploring the United States, Southeast Asia and other foreign markets, and uses Japanese senior management team as the core leadership.Our company is located in Jiading&Qingpu district with 4000㎡ plant space. With efficient managementdand a great design a design team,Toplie will have a better future.<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0828/20140828042950480.jpg\" style=\"width: 500px; height: 346px;\" /><br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(16,'<strong>Shanghai international lighting fair</strong><br />\r\nShanghai Toplite Technology Co.Ltd will attend Shanghai international lighting fair at the Shanghai New International Expo Centre from September3 to September 5, 2014. Waiting for your viste.<br />\r\nShow Date: September 3, 2014 - September 5,2014<br />\r\nTheme: High cost-effective - Providing stronger total solution of COB for commercial lighting<br />\r\n New high patience - The total solution of AC drive COB<br />\r\nBooth NO.:W4-D16<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0822/20140822093517563.jpg\" style=\"width: 657px; height: 184px;\" /><br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(17,'Shanghai international lighting fair 2014 Booth NO.: E2-037<br />\r\nShanghai Toplite Technology Co.Ltd will attend the Shanghai international lighting fair at the Shanghai New International Expo Centre from july 9 to july 12, 2014. Waiting for your viste.<br />\r\nShow Date: july 3, 2014 - july5,2014<br />\r\nBooth NO.: E2-037<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0822/20140822094026867.jpg\" style=\"width: 360px; height: 226px;\" /><br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(18,'<strong>LI Jiansheng, chairman of the Toplite: COB packaging to a foregone conclusion</strong><br />\r\nLED market is fermented, It is a overall weak market, whether LED market is entering a bottleneck,, all points of view argue a lot.But someone seems it not like that.<br />\r\nThis man is LI Jiansheng LI Jiansheng, chairman of the Toplite- The vice president ofShanghai Semiconductor Lighting Engineering Association. In four days in 2012 Shanghai International Lighting Fair, LI Jian-sheng will be at the show, because in LED development process of marketing he has become one of the essential content.<br />\r\nIn the development process of LED, from the initial highbrow tech products developed to cheaper prices, more and more high brightness light become efficiency, making the two extreme points of current LED field become smaller and smaller, from power, expensive, high luminous efficiency, the relative power, relatively cheap, high light efficiency of these products are not part of the standard luminous efficiency, the standard light-efficient products belong to the people easily accepted, LED really want "the people" must be do cheap. But the development of each product to market to mature is a corresponding development cycle, of which there are some strong government advocacy and promotion, but LI Jian-sheng stressed that the low prices in the LED industry is not necessarily a good thing. If you paid attention to "promote", that is the inevitable result of the decline in the quality of products, which will lead to vicious competition in the market, especially as LED requires long-term use of this product, not the short-term can distinguish their quality, which also professionals need to detect, so that the LED products, "R & D" and "promotion" must be grasping with both hands.<br />\r\nShanghai Toplite Technology Co., Ltd is specialized in LED lighting application device package and provide technical services to high-tech enterprises, currently COB integrated light source packaging as the main products. Toplite is very lucky, overall operations are now very good, and a few years before we have completed many large projects, from a strategic perspective, the market focus is the core point of Changjiang National emit radiation to the global. At present, we have a very compelling results Jiangsu, Zhejiang, Shanghai Yan'an Road, the main highway landscape lighting (within 14,000 km range selection of more than 30 million units LED), Nanpu Bridge (LED lighting project using CDH the high-power RGB device), Suzhou River bridge (18 bridge using CDH technology LED lighting devices) and so on. In addition, LI Jian-sheng stressed, launched in 2009 COB LED current use of buses in Shanghai has more than 9,000 buses in the car, has not received any adverse complaints.<br />\r\nIn the course of the exhibition, LI Jiansheng said bulb is the most widely used in daily life amount kinds of lights currently,Toplite introduced a process designed for bulb design, very unique LED bulb COB light source, this light design of this LED bulb fully into account when the heat problem, the LED ingenious combination, not only high but also synchronized light source that is resolved in the heat problem, so as to control the cost of cooling fundamentally, that control the overall cost of the final price of the lamp.<br />\r\nLI Jiansheng graduated from Fudan University in electrical engineering. For the study of LED technology, he said: “Toplite with FudanUniversity,BeijingUniversity,ShanghaiUniversity and other scientific research institutions Toplite is able to produce high level and highrelibility of products.<br />\r\nTo the prospects of LED, LI Jiansheng said, LED is green, energy efficient it will make LED industry become better and better, as Toplite people are also determined to reduce carbon emissions worldwide contribute to the cause.<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0822/20140822094325845.jpg\" style=\"width: 500px; height: 664px;\" /><br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(19,'Hosted "2014 Chinese bright line" Lighting Research Institute of Fudan University - Advanced Lighting<br />\r\nLighting Research Institute of Fudan University hosted "2014 Chinese bright line" - Advanced Lighting Technology Forum (Guangzhou station) was held on June 10, 2014 afternoon,with OSRAM, Linsen, Shanghai Toplite, three male Aurora, Shanghai Yaming and other enterprises actively support. Fudan University, Professor Chen Dahua, the military professor, Professor Song Xianjie, Fudan University Professor Lin Yandan and other teachers work together representatives of well-known brands of directors together to discuss the LED light source, the development of LED lighting future<br />\r\nChinese "Edison" Professor Cai Zuquan daughter also took the floor, she expressed gratitude for her father's contribution and other teachers, companys of support of lighting, She wishes LED lighting develop better and better.<br />\r\nShanghai Toplite, Chairman Mr. Li Jiansheng will be "sensual and sexy" to resolve the recent and future market trends and positioning the light source!<br />\r\nFudan University Institute of Electric Light Source is also the 30th anniversary celebration when the community, in this Shanghai CDH technology also heartfelt congratulations on the birthday of his alma mater. Future willing to work together, common development and create a better tomorrow.<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0822/20140822094609951.jpg\" style=\"width: 640px; height: 480px;\" /><br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(20,'<strong>Guangzhou International Lighting Exhibition</strong><br />\r\nShanghai Toplite Technology Co.Ltd will attend the Guangzhou International Lighting Exhibition China Import and Export Fair Pazhou Complex from june 9 to june 12, 2014. Waiting for your viste.<br />\r\nShow Date: june 9, 2014 – june12,2014<br />\r\nBooth NO.: B 10.2- B20<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0822/20140822094913538.jpg\" style=\"width: 360px; height: 200px;\" /><br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(21,'2013 Engineering Conference Toplite LiJiansheng teach you "how to play a well packaging company<br />\r\nSince 2012, With the increasingly fierce competition of LED packaging industry in the domestic, price war after another, dropping lower and lower gross margins, and how to successfully break through the market, to enhance their profitability in market share. It has become unavoidable problem for packaging companies.<br />\r\nCheng received the package under epitaxial silicon on the middle reaches of lighting applications, as the whole industry chain of the most important aspects affecting survival, quality packaging products for the entire business industry is quite substantial.<br />\r\n"In fact, the package is not simply light up, but also the quality of the light well." Shanghai Science and Technology Co., Ltd., LI Jian-sheng CDH think, a few years ago the feverish engage LED, especially some of those for non-professional LED LED expectations too high, which leads to a different understanding of everyone on the LED, resulting in the quality of their different position, it will inevitably lead to the entire market was mixed.<br />\r\nThe end result is that only 20% of companies make products, 80% of companies do bad products.<br />\r\nHow to play a well packaging company? Lijiansheng view is that companies must make a "difference."<br />\r\n <br />\r\n"Competitive differentiation is to survive LED enterprises." LI Jian-sheng said that now CDH technology annual R & D investment accounted for 9% of total revenue, is to ensure the continued competitiveness of the product.<br />\r\n2013 LED Engineering Conference, sponsored by the Crystal Electronics title "supply chain strategy" special, LI Jian-sheng, chairman of Shanghai Science and Technology CDH packaging companies will compete to differentiate how to do, how to solve supply chain management problems in published "How to play well a packaging company? "Keynote speech.<br />\r\nToplite has raised three industry wide concern, "a" concept (one yuan, 1W, 100lm), the price of $ 1 can buy 1W, 100lm products.<br />\r\n"This is a quality product without giving up the premise of the company through the downstream linkage, technological innovation and management innovation to break through the joint action of the technical problems, will set off a new round of technological storm." LiJiansheng said, LED lighting market from the early follow, blind expansion and now companies are coming out to practice, down R & D, so LED lighting industry will be a positive interaction, LED bulb price to fall as the cost of technology to enhance the price, the lower end of the consumer market will , people can buy from, starting with.<br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(22,'2012 Lighting Fair: Shanghai Toplite showcase the new scheme of lighting<br />\r\n <br />\r\n[Zhongguancun Online LED channel] June 9, 2012, the world's largest lighting exhibition - The 17th Guangzhou International Lighting Exhibition opened in Guangzhou. The area of exhibition is 220,000 square meters, the four-day event attracted worldwide 2600 More than corporate participants. Guangzhou International Lighting Exhibition called the world's lighting industry "benchmark." Osram, Philips Lighting, the world's top ten chip giant and the world's six major manufacturers have gathered in the exhibition. Exhibits cover professional lighting, commercial lighting, LED lighting, decorative lighting, LED materials, chips, drivers and equipment, solar energy technology.<br />\r\n <br />\r\nThe exhibition, CDH technology shows us the new lighting solutions and products<br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(23,'<strong>Toplite Technology: LED to replace traditional lighting still need sometime</strong><br />\r\nStatistics show that LED lighting industry output value reached 200 billion yuan, It is expected that next year LED lighting industry will jump to 350 billion yuan. Substitution seems to be too obvious, "it will become real."<br />\r\nJust before Shanghai Toplite Science and Technology Co., Ltd has listed on the new three board.In LI Jiansheng the chairman eyes, along with the evolution of LED lighting technology and lower prices, to replace the traditional lighting has become a trend. But to be completely replaced, in addition to technical and price, change the "bad money drives out good money" status LED lighting market, and establish the value of benchmarking is still a priority.<br />\r\n<strong>Make best use of advantages in package</strong><br />\r\nIn the domestic LED industry arduous process, tortuous explore of Toplite, perhaps fairly representative of the template. This is the first company which has listed in a new three board in LED industy has 40,000 square meters of production base, the annual output value of 80 million yuan now .<br />\r\nLiJiansheng recalled that before 2000,Toplite majored in the LED display, although the market demand more, the enterpris is too samll, and the demand does not have the continuity of production tends to be scattered. LI Jiansheng said, " Toplite investment costs and profits almost naught, the company was nearly worn down by bad debts and arrears in 2000.<br />\r\nToplite start push into LED lighting industry in2004. In 2006, the company applied to the Ministry of Science 863 LED packaging project, after the product has been selected the 2008 Beijing Olympic Games. Today, the Shanghai Town God's Temple, the Expo Theme Pavilion, the Yan'an Elevated Road, Nanpu Bridge and Suzhou River along ten bridges and other landmarks, have adopted CDH LED lighting products. But in the manufacture of lighting as a landmark project process, LiJiansheng found that the company does not have the advantage of downstream channels lamps, although made a reputation, profitability is not obvious. In the LED lamps "Hundred Regiments" Toplite began extricate themself, playing the advantages of the industrial chain in the middle of the package, in order to appear as the light source supplier."<br />\r\nIn the chain of LED lighting industry , upstream enterprise manufacturing a light emitting chip components, midstream packaging companies make readily available integrated circuit chip, and then sold to downstream lighting companies. Currently, the middle reaches of the package accounts for about 25% -30% of the whole industry chain. Among them, Toplite based on COB LED light source module technology has been successfully staged .the amount of production will be productting at the beginning of next year. After this technique, LED light source can be used with lamps of various shapes. Currently, there are 60% -80% of companies have chosen to transition to COB packaging technology, which has become a new trend in the domestic LED lighting.<br />\r\n<strong>Adhere to the quality of the bottom line</strong><br />\r\nAnalysis of the industry, in terms of the amount of light, a 15-per-watt incandescent units, an LED lamp can reach 10 times as much. Future, light quality requirements will be increasingly diverse, LED lighting will also further into the home. But the market is flooded with a large number of low-quality products, which is the current industry bottlenecks encountered.<br />\r\nNow, when you come into the lighting stores, brand manufacturers of LED lighting has been seen everywhere, the price is more close to the people. However, due to excess capacity, a large number of LED lamps fierce competition, at the price war, they have to sacrifice quality. LiJiansheng said, "at the expense of sacrificing the quality of the price war, the LED lighting market will do bad reputation in the consumer on the inside under unknown circumstances, the decision to purchase a factor only brand."<br />\r\nSo,Toplite is very strict on packaging process control, select some high-end business, expects to build its own brand. Product prices at the same level of 40% -60% cheaper than the big foreign basis, to ensure the quality.After three new board listed Top also had to rely on their own funds to bid farewell to the "low-speed jogging" state, hopes to inject institutional investors further maintain product quality in the high-end market.<br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(24,'<strong>To establish enterprise value of Toplit</strong><br />\r\nAs the LED market competition increasing fiercely,cheap once become the industry consensus , Toplit want to set the industry benchmark for value, in order to develop and upgrade packaging technology to reduce downstream costs, dedicated to making LED lighting to replace traditional lighting .<br />\r\nLi Jiansheng ,the Founder and chairman of Toplite has designed brand building, technology innovation and industrial integration of the three target for his enterprise , and to build a value benchmark of the industry, to close the goal of reducing costs with technique development .For example with Toplite COB (chip on board package) LED packaging technology, simplification the procee of the SMD (Surface Mount) package, packaging and welding, improve productivity of downstream, it can reduce 30% of the integrate cost.<br />\r\nSpecializing in COB packaging<br />\r\nAccording to the foreign professional institutions predict that the global of LED lighting output is expected to reach $ 17.8 billion in this year, compared with last year's shipments it has grow 68%. Among them, the amount of the domestic market LED lighting products will reach 86 percent growth rate. LED lighting market is developing rapidly, so with 18 years industry <a href=\"http://dict.cn/experience\">experience</a> LI Jiansheng is more optimistic about the future of weakness market which has experienced a price war . In 2003.As the industrial restructuring happened Toplite was <a href=\"http://dict.cn/specialize%20in\">specialize in</a> LED display applications. Toplite changed their direction of development rapidly, It was only suitable for the application of LED display area, mostly for industrial instrumentation, display taxi meter and other man-machine interface. With LED brightness increases and the blue, white light have appeared, Toplite began to focus on LED chip packaging field. "LI Jiansheng said.<br />\r\n In 2006,Toplite undertook national 863program and started with LED chip packaging field. By the opportunity of Expo project, Toplite began to explore the downstream of Luminaires in 2008.The output of Toplite has more than 50 million yuan in 2012.Last year, Toplite built 4000㎡ production base, main products are LED display and LED components for lighting. Annual output points of light source are 20 billion.<br />\r\nToday, Toplite reposition the advantages of packaging technology field, and listed on three new board last year, with the capital leverage invest more funds to support enterprises in the patent technology development and reserves. With Lijiansheng's words, the construction of Toplite -driven idea is to become closer to the price, the higher luminous efficiency LED lamps. He said: "When the price of LED is lower than traditional light bulbs, traditional lighting must be replaced."<br />\r\nTo pursuit of the interests of downstream customers and maintain a high index<br />\r\nIn the chain of LED lighting industry ,upstream enterprise makes chip components of light emitting, midstream chip packaging companies make integrated modules made, and then sold to downstream lighting companies. According to statistics, midstream packaging costs accounted for about 25% -30% of the whole industry chain. Midstream packaging market capacity is not small, the industry is also have quite a lot of pretenders.<br />\r\nIn this more and more competitive industry, many LED lighting business in order to cater the market demand , choose produce cheaper LED lighting products, reduce costs, especially in the packaging field, let a lot of light effects in general, the failure rate high of products to the market, resulting in a vicious competition in the industry.<br />\r\nEstablish the value of the benchmark, the industry has become a top priority. Li jiansheng designed to integrate resources from brand building, technology innovation and industrial alliances in three dimensions, and to build a value benchmark companies.<br />\r\n"Establish brand vision is very good, but most companies are establishing a cheap image." Li jiansheng explained, now the largest LED lighting applications or city government procurement lighting renovation project, the tender of major projects, often locking Cree (CREE ) and Osram and other international famous brands, it is because the project is very focused on indicators of performance and energy-saving light effects and other hard targets, many domestic enterprises due to cheap policies are respected in the door.<br />\r\nIn the eyes of Li jiansheng, Toplite to establish a good brand image, it is necessary to maintain the value of downstream customers, providing fixed target to achieve technology products. He said: "When applying for 863 projects, we did at that time the country's highest luminous efficiency indicators, the value we give up their own ideas is to provide customers the value of luminous efficiency, energy conservation value, to avoid the risk of value due to poor quality, because the light source does not cause problems downstream losses. "<br />\r\nAfter 863 packaging project, CDH product has been selected the 2008 Beijing Olympic Games. Today, the Shanghai Town God's Temple, the World Expo Theme Pavilion, the Yan'an Elevated Road, Nanpu Bridge and Suzhou River along 10 bridges and other landmarks, have adopted CDH LED lighting products, as CDH one after another successful business case.<br />\r\nTechnology research and development to help companies Fun "difference"<br />\r\nIn CDH technology (430,344) last year, the prospectus, the diagnosis of CDH future broker a big risk is that the status quo is facing increasing competition in the industry.<br />\r\nSince 2006, a 3528 maturity lighting products for raw materials, production processes and complete and high degree of automation equipment, the industry almost 70% of companies are producing this product homogeneity. Lijiansheng said that when the technology relies entirely on a sound equipment, materials, technology to solve the product simply repeat the homogenization of price competition began flooding the market. The 3528 was a product from one yuan to 5 cents a, although created at least six listed companies, but also makes more than 16 major packaging companies are eliminated.<br />\r\nAvoid homogenization of price competition, Lijiansheng's view is the enterprise must make a "difference." In the last year, a senior engineer LED industry conference, Lijiansheng site to share an article entitled "How to play good a packaging company? "Keynote speech, aroused the interest of many companies in the industry.<br />\r\nHow to play well a packaging company? CDH strategy is technological innovation. Lijiansheng said: "CDH is located in Shanghai, less policy support in the manufacturing sector, the manufacturing cost than high-south, not competition, but the price advantage of local conditions, use of resources and testing organizations combined effect of Shanghai's universities, companies can do forward. of product development. "<br />\r\nCurrently CDH joint Peking University, Fudan University, LED Reality Technology Shanghai Key Laboratory of the University of the State, in order to drive innovation and research projects, production reliability LED related products. CDH as key development based COB (chip on board package) technology LED light source module has been relatively mature technology greatly simplicity of the SMD (Surface Mount) process package, packaging and welding improves the downstream production efficiency, can reduce 30% of the integrated cost. Lijiansheng said: "The experience of CDH display production accumulated during the year played a significant role, in fact, a matrix display module COB LED lighting technology is the predecessor of micro enterprises through innovation, reached with the Japanese citizen and other industry leaders research and development of forward-looking technology overlap. "<br />\r\nToday Toplite reposition their own advantages in the field of packaging technology.<br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'),(25,'The world's largest exhibition and LED lighting industry event - Guangzhou International Lighting Exhibition in June 2014 again on 9-12 in Guangzhou China Import and Export Fair Complex grand debut. Number of LED optoelectronics manufacturer unveiled Guangya Exhibition, The Light of China take this opportunity to interview Mr. Li Jiansheng thechairman of Shanghai Toplite Co., Ltd. during the show, he shared industry analysis and corporate positioning of specific in COB packaging.<br />\r\nReporter: what do you think of Guangya Exhibition ?What kinds of products does Toplite launched?<br />\r\nLI Jian-sheng: It is obviously that corporate get the benefit from capital market.In the support of the capital market, companies can have more capital support, you can do a better job, more money can also be used to occupy a different market, and even put more effort in research and development, the enterprise can be more virtuous cycle.<br />\r\nReporter: Now LED technology continues to develop, what new forms of LED lamps you imagine in the future? LED is gradually on the right track, what Toplite should do ?<br />\r\nJiansheng: I can not imagine it now, The LED industy has changed quickly each quarter, it is difficult to imagine what happened in next year. Toplite will specialize in COB packaging replace the LED packaging. We are looking for more quality, customer training, and these applications units in the same boat. Toplite is positioned as specific package, we will seriously do it,we do not have the channel downstream of the field and sales advantage, we will not extend to the downstream, what we can do is to accumulate nearly 20 packaging years of experience, we will do some intelligent control inside initiatives in the future.<br />\r\n',0,'',0,10000,'',0,'',0,1,'|0'); /*!40000 ALTER TABLE `dh_news_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_page` -- DROP TABLE IF EXISTS `dh_page`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_page` ( `catid` smallint(5) unsigned NOT NULL default '0', `title` varchar(160) NOT NULL, `style` varchar(24) NOT NULL, `keywords` varchar(40) NOT NULL, `content` text NOT NULL, `template` varchar(30) NOT NULL, `updatetime` int(10) unsigned NOT NULL default '0', KEY `catid` (`catid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_page` -- LOCK TABLES `dh_page` WRITE; /*!40000 ALTER TABLE `dh_page` DISABLE KEYS */; INSERT INTO `dh_page` VALUES (22,'Environment',';','Environment','<div class=\"hj\">\r\n<h1>Office environment</h1>\r\n<ul class=\"hj_list clearfix\">\r\n<li><a href=\"images/hj_01_b.jpg\" rel=\"lightbox[bghj]\"><img border=\"0\" height=\"180\" src=\"images/hj_01.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/hj_02_b.jpg\" rel=\"lightbox[bghj]\"><img border=\"0\" height=\"180\" src=\"images/hj_02.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/hj_03_b.jpg\" rel=\"lightbox[bghj]\"><img border=\"0\" height=\"180\" src=\"images/hj_03.jpg\" width=\"230\" /></a></li>\r\n</ul>\r\n</div>\r\n<div class=\"hj\">\r\n<h1>Factory environment</h1>\r\n<ul class=\"hj_list clearfix\">\r\n<li><a href=\"images/gchj_01_b.jpg\" rel=\"lightbox[gchj]\"><img border=\"0\" height=\"180\" src=\"images/gchj_01.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/gchj_02_b.jpg\" rel=\"lightbox[gchj]\"><img border=\"0\" height=\"180\" src=\"images/gchj_02.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/gchj_03_b.jpg\" rel=\"lightbox[gchj]\"><img border=\"0\" height=\"180\" src=\"images/gchj_03.jpg\" width=\"230\" /></a></li>\r\n</ul>\r\n</div>\r\n<div class=\"hj\">\r\n<h1>Production environment</h1>\r\n<ul class=\"hj_list clearfix\">\r\n<li><a href=\"images/schj_01_b.jpg\" rel=\"lightbox[schj]\"><img border=\"0\" height=\"180\" src=\"images/schj_01.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/schj_02_b.jpg\" rel=\"lightbox[schj]\"><img border=\"0\" height=\"180\" src=\"images/schj_02.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/schj_03_b.jpg\" rel=\"lightbox[schj]\"><img border=\"0\" height=\"180\" src=\"images/schj_03.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/schj_04_b.jpg\" rel=\"lightbox[schj]\"><img border=\"0\" height=\"180\" src=\"images/schj_04.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/schj_05_b.jpg\" rel=\"lightbox[schj]\"><img border=\"0\" height=\"180\" src=\"images/schj_05.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/schj_06_b.jpg\" rel=\"lightbox[schj]\"><img border=\"0\" height=\"180\" src=\"images/schj_06.jpg\" width=\"230\" /></a></li>\r\n</ul>\r\n</div>\r\n<div class=\"hj\">\r\n<h1>Experimental environment</h1>\r\n<ul class=\"hj_list clearfix\">\r\n<li><a href=\"images/syhj_01_b.jpg\" rel=\"lightbox[syhj]\"><img border=\"0\" height=\"180\" src=\"images/syhj_01.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/syhj_02_b.jpg\" rel=\"lightbox[syhj]\"><img border=\"0\" height=\"180\" src=\"images/syhj_02.jpg\" width=\"230\" /></a></li>\r\n</ul>\r\n</div>\r\n','',0),(23,'Honor',';','Honor','<div class=\"hj\">\r\n<h1>Patent</h1>\r\n<ul class=\"hj_list clearfix\">\r\n<li><a href=\"images/zlzs_01_b.png\" rel=\"lightbox[zlzs]\"><img border=\"0\" height=\"155\" src=\"images/zlzs_01.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/zlzs_02_b.jpg\" rel=\"lightbox[zlzs]\"><img border=\"0\" height=\"155\" src=\"images/zlzs_02.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/zlzs_03_b.jpg\" rel=\"lightbox[zlzs]\"><img border=\"0\" height=\"155\" src=\"images/zlzs_03.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/zlzs_04_b.jpg\" rel=\"lightbox[zlzs]\"><img border=\"0\" height=\"155\" src=\"images/zlzs_04.jpg\" width=\"230\" /></a></li>\r\n</ul>\r\n</div>\r\n<div class=\"hj\">\r\n<h1>2011</h1>\r\n<ul class=\"hj_list clearfix\">\r\n<li><a href=\"images/2011_01_b.jpg\" rel=\"lightbox[2011-ry]\"><img border=\"0\" height=\"155\" src=\"images/2011_01.jpg\" width=\"230\" /></a></li>\r\n</ul>\r\n</div>\r\n<div class=\"hj\">\r\n<h1>2010</h1>\r\n<ul class=\"hj_list clearfix\">\r\n<li><a href=\"images/2010_01_b.jpg\" rel=\"lightbox[2010-ry]\"><img border=\"0\" height=\"155\" src=\"images/2010_01.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2010_02_b.jpg\" rel=\"lightbox[2010-ry]\"><img border=\"0\" height=\"155\" src=\"images/2010_02.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2010_03_b.jpg\" rel=\"lightbox[2010-ry]\"><img border=\"0\" height=\"155\" src=\"images/2010_03.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2010_04_b.jpg\" rel=\"lightbox[2010-ry]\"><img border=\"0\" height=\"155\" src=\"images/2010_04.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2010_05_b.jpg\" rel=\"lightbox[2010-ry]\"><img border=\"0\" height=\"155\" src=\"images/2010_05.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2010_06_b.jpg\" rel=\"lightbox[2010-ry]\"><img border=\"0\" height=\"155\" src=\"images/2010_06.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2010_07_b.jpg\" rel=\"lightbox[2010-ry]\"><img border=\"0\" height=\"155\" src=\"images/2010_07.jpg\" width=\"230\" /></a></li>\r\n</ul>\r\n</div>\r\n<div class=\"hj\">\r\n<h1>2009</h1>\r\n<ul class=\"hj_list clearfix\">\r\n<li><a href=\"images/2009_01_b.png\" rel=\"lightbox[2009-ry]\"><img border=\"0\" height=\"155\" src=\"images/2009_01.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2009_02_b.jpg\" rel=\"lightbox[2009-ry]\"><img border=\"0\" height=\"155\" src=\"images/2009_02.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2009_03_b.jpg\" rel=\"lightbox[2009-ry]\"><img border=\"0\" height=\"155\" src=\"images/2009_03.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2009_04_b.jpg\" rel=\"lightbox[2009-ry]\"><img border=\"0\" height=\"155\" src=\"images/2009_04.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2009_05_b.jpg\" rel=\"lightbox[2009-ry]\"><img border=\"0\" height=\"155\" src=\"images/2009_05.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2009_06_b.jpg\" rel=\"lightbox[2009-ry]\"><img border=\"0\" height=\"155\" src=\"images/2009_06.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2009_07_b.jpg\" rel=\"lightbox[2009-ry]\"><img border=\"0\" height=\"155\" src=\"images/2009_07.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2009_08_b.jpg\" rel=\"lightbox[2009-ry]\"><img border=\"0\" height=\"155\" src=\"images/2009_08.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2009_09_b.jpg\" rel=\"lightbox[2009-ry]\"><img border=\"0\" height=\"155\" src=\"images/2009_09.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2009_10_b.jpg\" rel=\"lightbox[2009-ry]\"><img border=\"0\" height=\"155\" src=\"images/2009_10.jpg\" width=\"230\" /></a></li>\r\n</ul>\r\n</div>\r\n<div class=\"hj\">\r\n<h1>2008</h1>\r\n<ul class=\"hj_list clearfix\">\r\n<li><a href=\"images/2008_01_b.png\" rel=\"lightbox[2008-ry]\"><img border=\"0\" height=\"155\" src=\"images/2008_01.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2008_02_b.jpg\" rel=\"lightbox[2008-ry]\"><img border=\"0\" height=\"155\" src=\"images/2008_02.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2008_03_b.jpg\" rel=\"lightbox[2008-ry]\"><img border=\"0\" height=\"155\" src=\"images/2008_03.jpg\" width=\"230\" /></a></li>\r\n</ul>\r\n</div>\r\n<div class=\"hj\">\r\n<h1>2005</h1>\r\n<ul class=\"hj_list clearfix\">\r\n<li><a href=\"images/2005_01_b.jpg\" rel=\"lightbox[2005-ry]\"><img border=\"0\" height=\"155\" src=\"images/2005_01.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2005_02_b.jpg\" rel=\"lightbox[2005-ry]\"><img border=\"0\" height=\"155\" src=\"images/2005_02.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2005_03_b.jpg\" rel=\"lightbox[2005-ry]\"><img border=\"0\" height=\"155\" src=\"images/2005_03.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2005_04_b.jpg\" rel=\"lightbox[2005-ry]\"><img border=\"0\" height=\"155\" src=\"images/2005_04.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"images/2005_05_b.png\" rel=\"lightbox[2005-ry]\"><img border=\"0\" height=\"155\" src=\"images/2005_05.jpg\" width=\"230\" /></a></li>\r\n</ul>\r\n</div>\r\n','',0),(25,'Investor Relations',';','Investor Relations','This is a vibrant, dynamic, realistic and honest company to prosper lighting mission, is moving towards more ambitious goals.','',0),(26,'Corporate Governance',';','Corporate Governance','<div>Shanghai Toplite Technology Co.,Ltd was founded in 1996 in Shanghai, China. Through 18 years of dedication in R&D and manufacturing experience, Toplite has grown to become one of the major manufacturers in the LED industry, and garnered many honors such as National High Tech Company, and Shanghai Technology Titan. Toplite specializes in LED packaging technology, and its main products are lighting grade COB modules, backlight units, and high reliability dot matrix and segment displays. Factories are located in Shanghai JiaDing and QingPu district, with over 40,000m2 of production floor space and annual LED dice consumption capacity exceeding 20 billion. Toplite team consists over 400 of industry’s highly experienced management and technical personnel; along with latest fully automated equipments, SGS certified clean rooms, high temperature burn-in aging room, etc., Toplite is able to offer the industry’s highest quality products and shortest lead-time. Toplite factories are certified with ISO9001, ISO14001, RoHS compliance, with many products also with CE, ETL, CCC, CQC certification.</div>\r\n<div> </div>\r\n<div>Toplite brings integrity and high quality into the LED packaging industry. Factories are efficiently managed using proven experienced Japanese management team and system. With the support from Shanghai Semiconductor Lighting Engineering Research Center, and collaboration with local academic research facilities such as Shanghai, Fudan and Beijing universities, Toplite has undertake numerous critical projects and completed them successfully, with many winning highest honor awards. Toplite will continue to capitalize on the best talent found in the nation’s high tech center Shanghai to continue produce the most innovative, highest quality and most reliable LED components.</div>\r\n','',0),(27,'Report',';','Report','<ul class=\"hj_list clearfix\">\r\n<li><a href=\"#\"><img border=\"0\" height=\"180\" src=\"images/hj_011.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"#\"><img border=\"0\" height=\"180\" src=\"images/hj_011.jpg\" width=\"230\" /></a></li>\r\n<li><a href=\"#\"><img border=\"0\" height=\"180\" src=\"images/hj_011.jpg\" width=\"230\" /></a></li>\r\n</ul>\r\n','',0),(147,'Introduction',';','Introduction',' Founded in 1996 in Shanghai, China, Shanghai Toplite Technology Company Limited is an ISO-certified RoHS-compliant LED manufacturer and technical solution provider for the electronics industry. With over 17 years of dedication to R&D, quality, and innovation, Toplite has ascended to becoming one of the major LED suppliers with customers across the globe including Samsung, KONE, FUJITEC, Sharp, Yungtay, Schindler, Haier, Little Swan, etc. Utilizing ASM fully-automated production lines at the 60,000-square-foot state-of-the-art production plant in Shanghai, Toplite offers a wide selection of LED products ranging from industry-standard SMD LEDs, Through Hole LEDs, High Power LEDs, to customized offerings such as custom LED displays and Chip-on-Board modules for lighting applications. With a capacity of 80 million light-units per month, Toplite is capable of delivering at the lead time among the shortest in the industry. With the highest quality products, prompt customer service, fast delivery and competitive pricing, Toplite has become a more and more influential player in the global LED marketplace.<br />\r\n<br />\r\n Toplite International LLC, also known as Toplite USA, located in Aliso Viejo, California, is the US branch office serving our customers in North American markets. With dedicated resources and strong backing from the home office, Toplite USA strives to build closer and long term partnership with our valued customers in the region by bringing them the exceptional values in the forms of quality product, competitive pricing, and excellent technical services.<br />\r\n<br />\r\n<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0123/20140123050859858.jpg\" style=\"width: 730px; height: 489px;\" /><br />\r\n<br />\r\n','',0),(146,'Organization chart',';','Organization chart','<img alt=\"\" src=\"http://www.topliteusa.com/uploadfile/2014/0123/20140123051206617.jpg\" style=\"width: 730px; height: 286px\" />','',0),(253,'Map',';','Map','<h4><a href=\"http://www.topliteusa.com/\">Home</a></h4>\r\n<h4><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=6\">Products</a></h4>\r\n<ul>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=7\">COB LED Module</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=8\">High Power LED Lamp</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=9\">Seven segment Display</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=10\">Dot matrix Display</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=11\">LED Symbol</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=12\">Backlight</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=13\">SMD LED</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=14\">LED Lamps</a></li>\r\n</ul>\r\n<h4><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=28\">Technology</a></h4>\r\n<h4><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=16\">News</a></h4>\r\n<ul>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=17\">Corporate Information</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=18\">Media Reports</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=145\">Industry News</a></li>\r\n</ul>\r\n<h4><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=25\">Investor</a></h4>\r\n<ul>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=25\">Investor Relations</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=26\">Corporate Governance</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=27\">Report</a></li>\r\n</ul>\r\n<h4><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=20\">Sales Network</a></h4>\r\n<h4><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=147\">Introduction</a></h4>\r\n<ul>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=147\">Introduction</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=146\">Organization</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=22\">Environment</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=23\">Honor</a></li>\r\n<li><a href=\"http://www.topliteusa.com/index.php?m=content&c=index&a=lists&catid=24\">Case</a></li>\r\n</ul>\r\n','',0); /*!40000 ALTER TABLE `dh_page` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_pay_account` -- DROP TABLE IF EXISTS `dh_pay_account`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_pay_account` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `trade_sn` char(50) NOT NULL, `userid` mediumint(8) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `contactname` char(50) NOT NULL, `email` char(40) NOT NULL, `telephone` char(20) NOT NULL, `discount` float(8,2) NOT NULL default '0.00', `money` char(8) NOT NULL, `quantity` int(8) unsigned NOT NULL default '1', `addtime` int(10) NOT NULL default '0', `paytime` int(10) NOT NULL default '0', `usernote` char(255) NOT NULL, `pay_id` tinyint(3) NOT NULL, `pay_type` enum('offline','recharge','selfincome','online') NOT NULL default 'recharge', `payment` char(90) NOT NULL, `type` tinyint(3) NOT NULL default '1', `ip` char(15) NOT NULL default '0.0.0.0', `status` enum('succ','failed','error','progress','timeout','cancel','waitting','unpay') NOT NULL default 'unpay', `adminnote` char(20) NOT NULL, PRIMARY KEY (`id`), KEY `status` (`status`), KEY `userid` (`userid`), KEY `trade_sn` (`trade_sn`,`money`,`status`,`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_pay_account` -- LOCK TABLES `dh_pay_account` WRITE; /*!40000 ALTER TABLE `dh_pay_account` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_pay_account` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_pay_payment` -- DROP TABLE IF EXISTS `dh_pay_payment`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_pay_payment` ( `pay_id` tinyint(3) unsigned NOT NULL auto_increment, `name` varchar(120) NOT NULL, `pay_name` varchar(120) NOT NULL, `pay_code` varchar(20) NOT NULL, `pay_desc` text NOT NULL, `pay_method` tinyint(1) default NULL, `pay_fee` varchar(10) NOT NULL, `config` text NOT NULL, `is_cod` tinyint(1) unsigned NOT NULL default '0', `is_online` tinyint(1) unsigned NOT NULL default '0', `pay_order` tinyint(3) unsigned NOT NULL default '0', `enabled` tinyint(1) unsigned NOT NULL default '0', `author` varchar(100) NOT NULL, `website` varchar(100) NOT NULL, `version` varchar(20) NOT NULL, PRIMARY KEY (`pay_id`), KEY `pay_code` (`pay_code`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_pay_payment` -- LOCK TABLES `dh_pay_payment` WRITE; /*!40000 ALTER TABLE `dh_pay_payment` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_pay_payment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_pay_spend` -- DROP TABLE IF EXISTS `dh_pay_spend`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_pay_spend` ( `id` int(10) unsigned NOT NULL auto_increment, `creat_at` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', `username` varchar(20) NOT NULL, `type` tinyint(1) unsigned NOT NULL default '0', `logo` varchar(20) NOT NULL, `value` int(5) NOT NULL, `op_userid` int(10) unsigned NOT NULL default '0', `op_username` char(20) NOT NULL, `msg` varchar(255) NOT NULL, PRIMARY KEY (`id`), KEY `type` (`type`), KEY `creat_at` (`creat_at`), KEY `logo` (`logo`), KEY `userid` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_pay_spend` -- LOCK TABLES `dh_pay_spend` WRITE; /*!40000 ALTER TABLE `dh_pay_spend` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_pay_spend` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_picture` -- DROP TABLE IF EXISTS `dh_picture`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_picture` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` char(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` char(255) NOT NULL default '', `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_picture` -- LOCK TABLES `dh_picture` WRITE; /*!40000 ALTER TABLE `dh_picture` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_picture` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_picture_data` -- DROP TABLE IF EXISTS `dh_picture_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_picture_data` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `relation` varchar(255) NOT NULL default '', `pictureurls` mediumtext NOT NULL, `copyfrom` varchar(255) NOT NULL default '', `allow_comment` tinyint(1) unsigned NOT NULL default '1', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_picture_data` -- LOCK TABLES `dh_picture_data` WRITE; /*!40000 ALTER TABLE `dh_picture_data` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_picture_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_position` -- DROP TABLE IF EXISTS `dh_position`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_position` ( `posid` smallint(5) unsigned NOT NULL auto_increment, `modelid` smallint(5) unsigned default '0', `catid` smallint(5) unsigned default '0', `name` char(30) NOT NULL default '', `maxnum` smallint(5) NOT NULL default '20', `extention` char(100) default NULL, `listorder` smallint(5) unsigned NOT NULL default '0', `siteid` smallint(5) unsigned NOT NULL default '0', `thumb` varchar(150) NOT NULL default '', PRIMARY KEY (`posid`) ) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_position` -- LOCK TABLES `dh_position` WRITE; /*!40000 ALTER TABLE `dh_position` DISABLE KEYS */; INSERT INTO `dh_position` VALUES (13,0,6,'产品中心推荐',20,'',90,0,''),(10,0,16,'新闻中心推荐',20,'',93,0,''),(25,0,0,'首页要闻图片推荐',20,'',95,0,''),(24,0,0,'首页要闻推荐',20,'',94,0,''),(23,0,0,'首页数码管推荐',20,'',102,0,''),(22,0,0,'首页点阵模块推荐',20,'',103,0,''),(19,0,7,'首页COB推荐',20,'',104,0,''),(20,14,28,'首页下载推荐',20,'',91,1,''),(21,0,0,'栏目页产品推荐',20,'',92,0,''); /*!40000 ALTER TABLE `dh_position` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_position_data` -- DROP TABLE IF EXISTS `dh_position_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_position_data` ( `id` mediumint(8) unsigned NOT NULL default '0', `catid` smallint(5) unsigned NOT NULL default '0', `posid` smallint(5) unsigned NOT NULL default '0', `module` char(20) default NULL, `modelid` smallint(6) unsigned default '0', `thumb` tinyint(1) NOT NULL default '0', `data` mediumtext, `siteid` smallint(5) unsigned NOT NULL default '1', `listorder` mediumint(8) default '0', `expiration` int(10) NOT NULL, `extention` char(30) default NULL, `synedit` tinyint(1) default '0', KEY `posid` (`posid`), KEY `listorder` (`listorder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_position_data` -- LOCK TABLES `dh_position_data` WRITE; /*!40000 ALTER TABLE `dh_position_data` DISABLE KEYS */; INSERT INTO `dh_position_data` VALUES (1,125,13,'content',16,1,'array (\n \'title\' => \'TOP-104H3B26C\',\n \'description\' => \'Φ2MM BLUE TOWER LED\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0118/20140118052523403.jpg\',\n \'inputtime\' => \'1390036394\',\n \'style\' => \'\',\n)',1,1,0,NULL,0),(1,125,18,'content',16,1,'array (\n \'title\' => \'TOP-104H3B26C\',\n \'description\' => \'Φ2MM BLUE TOWER LED\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0118/20140118052523403.jpg\',\n \'inputtime\' => \'1390036394\',\n \'style\' => \'\',\n)',1,1,0,NULL,0),(19,17,10,'content',1,1,'array (\n \'title\' => \'Hosted \"2014 Chinese bright line\"\',\n \'description\' => \'Hosted \"2014 Chinese bright line \" Lighting Research Institute of Fudan University - Advanced LightingLighting Resear \',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0822/20140822094609951.jpg\',\n \'inputtime\' => \'1402364700\',\n \'style\' => \'\',\n)',1,3,0,NULL,0),(25,17,10,'content',1,0,'array (\n \'title\' => \'The world\\\'s largest exhibition and LED lighting industry event\',\n \'description\' => \'The world& 39;s largest exhibition and LED lighting industry event - Guangzhou International Lighting Exhibition in \',\n \'thumb\' => \'\',\n \'inputtime\' => \'1403256420\',\n)',1,4,0,NULL,0),(17,17,10,'content',1,1,'array (\n \'title\' => \'Shanghai international lighting fair 2014 Booth NO.: E2-037\',\n \'description\' => \'Shanghai international lighting fair 2014 Booth NO : E2-037Shanghai Toplite Technology Co Ltd will attend the Shangh \',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0822/20140822094026867.jpg\',\n \'inputtime\' => \'1404351540\',\n \'style\' => \'\',\n)',1,5,0,NULL,0),(14,17,10,'content',1,1,'array (\n \'title\' => \'Toplite and other four companies listed on the national share transfer system \',\n \'description\' => \'Toplite and other four companies listed on the national share transfer systemToplite Technology (430344), Huiwangton \',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828043105787.jpg\',\n \'inputtime\' => \'1408670997\',\n \'style\' => \'\',\n)',1,6,0,NULL,0),(20,17,25,'content',1,1,'array (\n \'title\' => \'Guangzhou International Lighting Exhibition\',\n \'description\' => \'Guangzhou International Lighting ExhibitionShanghai Toplite Technology Co Ltd will attend the Guangzhou International \',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0822/20140822094913538.jpg\',\n \'inputtime\' => \'1402192080\',\n \'style\' => \'\',\n)',1,20,0,NULL,0),(15,17,10,'content',1,1,'array (\n \'title\' => \'Successful Listing of Shanghai Toplite Technology Co.Ltd \',\n \'description\' => \'Successful Listing of Shanghai Toplite Technology Co Ltd Shanghai Toplite Technology Co Ltd (430344) was listed on \',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828043023951.jpg\',\n \'inputtime\' => \'1408671183\',\n \'style\' => \'\',\n)',1,7,0,NULL,0),(3,31,20,'content',14,0,'array (\n \'title\' => \'2014 COB Catalog\',\n \'size\' => \'500k\',\n \'description\' => \'顶顶顶\',\n \'inputtime\' => \'1389937681\',\n \'style\' => \'\',\n)',1,3,0,NULL,0),(2,31,20,'content',14,0,'array (\n \'title\' => \'LED Product Catalog\',\n \'size\' => \'500k\',\n \'description\' => \'谁谁谁\',\n \'inputtime\' => \'1389937320\',\n \'style\' => \'\',\n)',1,2,0,NULL,0),(4,32,20,'content',14,0,'array (\n \'title\' => \'Technology\',\n \'size\' => \'600k\',\n \'description\' => \'的\',\n \'inputtime\' => \'1389937992\',\n \'style\' => \'\',\n)',1,4,0,NULL,0),(84,106,19,'content',15,0,'array (\n \'title\' => \'TR-AR38\',\n \'inputtime\' => \'1390540498\',\n \'style\' => \'\',\n)',1,84,0,NULL,0),(9,223,18,'content',18,1,'array (\n \'title\' => \'A-1057AH\',\n \'description\' => \'Ф3mm 5×7 1 1 inch (27 6mm) RED DOT MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0218/20140218044534960.png\',\n \'inputtime\' => \'1392624998\',\n \'style\' => \'\',\n)',1,9,0,NULL,0),(8,223,18,'content',18,1,'array (\n \'title\' => \'A-R1057AS\',\n \'description\' => \'Ф3mm 5×7 1 1 inch (27 6mm) SUPER RED DOT MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0312/20140312041624782.png\',\n \'inputtime\' => \'1392624998\',\n \'style\' => \'\',\n)',1,8,0,NULL,0),(7,223,18,'content',18,1,'array (\n \'title\' => \'A-1058AS\',\n \'description\' => \'Ф3mm 5×8 1 3 inch (32 9mm) SUPER RED DOT MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0312/20140312041654722.png\',\n \'inputtime\' => \'1392624998\',\n \'style\' => \'\',\n)',1,7,0,NULL,0),(6,223,18,'content',18,1,'array (\n \'title\' => \'A-1057AYG\',\n \'description\' => \'Ф3mm 5×7 1 1 inch (27 6mm) YELLOW GREEN DOT MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0312/20140312041714919.png\',\n \'inputtime\' => \'1392624998\',\n \'style\' => \'\',\n)',1,6,0,NULL,0),(5,223,18,'content',18,1,'array (\n \'title\' => \'A-1057AG1\',\n \'description\' => \'Ф3mm 5×7 1 1 inch (27 6mm) YELLOW GREEN DOT MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0312/20140312042403355.png\',\n \'inputtime\' => \'1392624998\',\n \'style\' => \'\',\n)',1,5,0,NULL,0),(87,40,21,'content',15,1,'array (\n \'title\' => \'ATC-R8\',\n \'description\' => \'1\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0127/20140127083142255.jpg\',\n \'inputtime\' => \'1390540498\',\n \'style\' => \'\',\n)',1,87,0,NULL,0),(18,51,13,'content',15,1,'array (\n \'title\' => \'ATE-R11-3Y36HX\',\n \'description\' => \'ATE-R11-3Y36HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901112531876.jpg\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,225,0,NULL,0),(448,156,13,'content',17,1,'array (\n \'title\' => \'A-2181BH\',\n \'description\' => \'0 28” SINGLE DIGIT RED DISPLAY\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0816/20140816094940304.png\',\n \'inputtime\' => \'1392367608\',\n \'style\' => \'\',\n)',1,448,0,NULL,0),(237,158,13,'content',17,1,'array (\n \'title\' => \'A-3161BH\',\n \'description\' => \'0 36 SINGLE DIGIT RED DISPLAY\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0228/20140228110601477.png\',\n \'inputtime\' => \'1390625022\',\n \'style\' => \'\',\n)',1,237,0,NULL,0),(120,110,13,'content',15,1,'array (\n \'title\' => \'ATR-R27-3W180HX\',\n \'description\' => \'ATR-R27-3W180HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901112743707.png\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,120,0,NULL,0),(2,279,21,'content',21,1,'array (\n \'title\' => \'A-H001W4-QLB101\',\n \'description\' => \'A-H001W4-QLB101\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0228/20140228105721466.jpg\',\n \'inputtime\' => \'1393393540\',\n \'style\' => \'\',\n)',1,2,0,NULL,0),(9,223,13,'content',18,1,'array (\n \'title\' => \'A-1057AH\',\n \'description\' => \'Ф3mm 5×7 1 1 inch (27 6mm) RED DOT MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0218/20140218044534960.png\',\n \'inputtime\' => \'1392624998\',\n \'style\' => \'\',\n)',1,9,0,NULL,0),(26,254,13,'content',18,1,'array (\n \'title\' => \'A-3375BH\',\n \'description\' => \'3×3mm 5×7 0 9 inch (24mm) RED MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0218/20140218044859602.png\',\n \'inputtime\' => \'1392625037\',\n \'style\' => \'\',\n)',1,26,0,NULL,0),(52,224,13,'content',18,1,'array (\n \'title\' => \'A-1058ASY\',\n \'description\' => \'Ф3mm 5×8 1 3 inch (32 9mm) YELLOW DOT MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0218/20140218044601372.png\',\n \'inputtime\' => \'1392625697\',\n \'style\' => \'\',\n)',1,52,0,NULL,0),(60,225,13,'content',18,1,'array (\n \'title\' => \'A-1067BH\',\n \'description\' => \'3×3 5mm 6×7 1 1 inch (27mm) RED MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png\',\n \'inputtime\' => \'1392625830\',\n \'style\' => \'\',\n)',1,60,0,NULL,0),(72,227,13,'content',18,1,'array (\n \'title\' => \'A-788BH\',\n \'description\' => \'Ф1 9mm 8×8 0 7 inch (17 5mm) RED DOT MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0218/20140218044642563.png\',\n \'inputtime\' => \'1392626086\',\n \'style\' => \'\',\n)',1,72,0,NULL,0),(129,229,13,'content',18,1,'array (\n \'title\' => \'A-33117BH\',\n \'description\' => \'3×3mm 11×7 0 9 inch (24mm) RED MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0218/20140218044731230.png\',\n \'inputtime\' => \'1392627000\',\n \'style\' => \'\',\n)',1,129,0,NULL,0),(11,131,13,'content',16,1,'array (\n \'title\' => \'A-234S1W26C-604\',\n \'description\' => \'2 8×1 8MM WHITE RECTANGULAR LED\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0313/20140313023634461.png\',\n \'inputtime\' => \'1392632352\',\n \'style\' => \'\',\n)',1,11,0,NULL,0),(32,132,13,'content',16,1,'array (\n \'title\' => \'A-244H5W26W-630\',\n \'description\' => \'4×2 05MM WHITE RECTANGULAR LED\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0313/20140313021743243.png\',\n \'inputtime\' => \'1392632598\',\n \'style\' => \'\',\n)',1,32,0,NULL,0),(21,133,13,'content',16,1,'array (\n \'title\' => \'A-254SAD\',\n \'description\' => \'5×1 98MM RED RECTANGULAR LED\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0313/20140313021114844.png\',\n \'inputtime\' => \'1392632505\',\n \'style\' => \'\',\n)',1,21,0,NULL,0),(35,134,13,'content',16,1,'array (\n \'title\' => \'A-359SAD\',\n \'description\' => \'5×2 5MM RED RECTANGULAR LED\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0313/20140313021640173.png\',\n \'inputtime\' => \'1392632649\',\n \'style\' => \'\',\n)',1,35,0,NULL,0),(207,128,13,'content',16,1,'array (\n \'title\' => \'A-803U12W34C\',\n \'description\' => \'Ф8MM WHITE ROUND LED\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0313/20140313021828218.png\',\n \'inputtime\' => \'1392633644\',\n \'style\' => \'\',\n)',1,207,0,NULL,0),(26,254,18,'content',18,1,'array (\n \'title\' => \'A-3375BH\',\n \'description\' => \'3×3mm 5×7 0 9 inch (24mm) RED MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0218/20140218044859602.png\',\n \'inputtime\' => \'1392625037\',\n \'style\' => \'\',\n)',1,26,0,NULL,0),(52,224,18,'content',18,1,'array (\n \'title\' => \'A-1058ASY\',\n \'description\' => \'Ф3mm 5×8 1 3 inch (32 9mm) YELLOW DOT MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0218/20140218044601372.png\',\n \'inputtime\' => \'1392625697\',\n \'style\' => \'\',\n)',1,52,0,NULL,0),(60,225,18,'content',18,1,'array (\n \'title\' => \'A-1067BH\',\n \'description\' => \'3×3 5mm 6×7 1 1 inch (27mm) RED MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0313/20140313014011901.png\',\n \'inputtime\' => \'1392625830\',\n \'style\' => \'\',\n)',1,60,0,NULL,0),(72,227,18,'content',18,1,'array (\n \'title\' => \'A-788BH\',\n \'description\' => \'Ф1 9mm 8×8 0 7 inch (17 5mm) RED DOT MATRIX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0218/20140218044642563.png\',\n \'inputtime\' => \'1392626086\',\n \'style\' => \'\',\n)',1,72,0,NULL,0),(84,77,13,'content',15,1,'array (\n \'title\' => \'ATL-B72-4W27HX\',\n \'description\' => \'ATL-B4-4W27HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0226/20140226095922423.jpg\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,84,0,NULL,0),(36,57,19,'content',15,0,'array (\n \'title\' => \'ATE-R23-30D36HX\',\n \'description\' => \'ATE-R23-30D36HX\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,36,0,NULL,0),(18,51,19,'content',15,1,'array (\n \'title\' => \'ATE-R11-3Y36HX\',\n \'description\' => \'ATE-R11-3Y36HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901112531876.jpg\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,18,0,NULL,0),(42,59,19,'content',15,1,'array (\n \'title\' => \'ATE-R7-3Y36HX\',\n \'description\' => \'ATE-R7-3Y36HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0826/20140826060114789.png\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,42,0,NULL,0),(120,110,19,'content',15,1,'array (\n \'title\' => \'ATR-R27-3W180HX\',\n \'description\' => \'ATR-R27-3W180HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901112743707.png\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,120,0,NULL,0),(156,107,19,'content',15,1,'array (\n \'title\' => \'ATR-FR8\',\n \'description\' => \'ATR-FR8\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0226/20140226104110925.jpg\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,156,0,NULL,0),(126,118,19,'content',15,1,'array (\n \'title\' => \'ATS-R30-4W30HX\',\n \'description\' => \'ATS-R30-4W30HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0226/20140226104406488.jpg\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,126,0,NULL,0),(144,40,19,'content',15,1,'array (\n \'title\' => \'ATC-R8\',\n \'description\' => \'ATC-R8\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0225/20140225063411788.jpg\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,144,0,NULL,0),(48,60,19,'content',15,1,'array (\n \'title\' => \'ATE-R6-3Y9HX\',\n \'description\' => \'ATE-R6-3Y9HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0826/20140826060330233.png\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,48,0,NULL,0),(4,280,21,'content',21,1,'array (\n \'title\' => \'A-H001W6-QLB101\',\n \'description\' => \'A-H001W6-QLB101\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0228/20140228105756673.jpg\',\n \'inputtime\' => \'1393393660\',\n \'style\' => \'\',\n)',1,4,0,NULL,0),(4,280,13,'content',21,1,'array (\n \'title\' => \'A-H001W6-QLB101\',\n \'description\' => \'A-H001W6-QLB101\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0228/20140228105756673.jpg\',\n \'inputtime\' => \'1393393660\',\n \'style\' => \'\',\n)',1,4,0,NULL,0),(2,279,13,'content',21,1,'array (\n \'title\' => \'A-H001W4-QLB101\',\n \'description\' => \'A-H001W4-QLB101\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0228/20140228105721466.jpg\',\n \'inputtime\' => \'1393393540\',\n \'style\' => \'\',\n)',1,2,0,NULL,0),(232,157,13,'content',17,1,'array (\n \'title\' => \'A-3121AH\',\n \'description\' => \'0 31 SINGLE DIGIT RED DISPLAY\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0225/20140225022841119.png\',\n \'inputtime\' => \'1390625022\',\n \'style\' => \'\',\n)',1,232,0,NULL,0),(14,17,24,'content',1,1,'array (\n \'title\' => \'Toplite and other four companies listed on the national share transfer system \',\n \'description\' => \'Toplite and other four companies listed on the national share transfer systemToplite Technology (430344), Huiwangton \',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828043105787.jpg\',\n \'inputtime\' => \'1408670997\',\n \'style\' => \'\',\n)',1,14,0,NULL,0),(15,17,24,'content',1,1,'array (\n \'title\' => \'Successful Listing of Shanghai Toplite Technology Co.Ltd \',\n \'description\' => \'Successful Listing of Shanghai Toplite Technology Co Ltd Shanghai Toplite Technology Co Ltd (430344) was listed on \',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0828/20140828043023951.jpg\',\n \'inputtime\' => \'1408671183\',\n \'style\' => \'\',\n)',1,15,0,NULL,0),(16,17,24,'content',1,1,'array (\n \'title\' => \'Shanghai international lighting fair\',\n \'description\' => \'Shanghai international lighting fairShanghai Toplite Technology Co Ltd will attend Shanghai international lighting fai \',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0822/20140822093517563.jpg\',\n \'inputtime\' => \'1407807240\',\n \'style\' => \'\',\n)',1,16,0,NULL,0),(7,13,13,'content',19,1,'array (\n \'title\' => \'A-3014BUW-S\',\n \'description\' => \'3 0*1 4mm 1W WHITE SMD LED\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0313/20140313020847381.jpg\',\n \'inputtime\' => \'1392702830\',\n \'style\' => \'\',\n)',1,7,0,NULL,0),(6,13,13,'content',19,1,'array (\n \'title\' => \'A-3528BUW-S\',\n \'description\' => \'3 2*2 8mm 1W WHITE SMD LED\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0314/20140314105108342.jpg\',\n \'inputtime\' => \'1392702830\',\n \'style\' => \'\',\n)',1,6,0,NULL,0),(5,13,13,'content',19,1,'array (\n \'title\' => \'A-5050BUW-S\',\n \'description\' => \'5 3*5 0mm 0 5W WHITE SMD LED\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0314/20140314104450545.jpg\',\n \'inputtime\' => \'1392702830\',\n \'style\' => \'\',\n)',1,5,0,NULL,0),(4,13,13,'content',19,1,'array (\n \'title\' => \'A-5630BUW-S\',\n \'description\' => \'5 6*3 0mm 0 5W WHITE SMD LED\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0314/20140314105233658.jpg\',\n \'inputtime\' => \'1392702830\',\n \'style\' => \'\',\n)',1,4,0,NULL,0),(385,190,13,'content',17,1,'array (\n \'title\' => \'A-2451FH\',\n \'description\' => \'0 25 FOUR DIGIT RED DISPLAY\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0325/20140325101324900.png\',\n \'inputtime\' => \'1390625022\',\n \'style\' => \'\',\n)',1,385,0,NULL,0),(311,175,13,'content',17,1,'array (\n \'title\' => \'A-2281BH\',\n \'description\' => \'0 28 DUAL DIGIT RED DISPLAY\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0325/20140325095058454.png\',\n \'inputtime\' => \'1390625022\',\n \'style\' => \'\',\n)',1,311,0,NULL,0),(355,183,13,'content',17,1,'array (\n \'title\' => \'A-2351ASR\',\n \'description\' => \'0 25 TRIPLE DIGIT SUPER RED DISPLAY\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0826/20140826055449534.png\',\n \'inputtime\' => \'1390625022\',\n \'style\' => \'\',\n)',1,355,0,NULL,0),(1,131,18,'content',16,0,'array (\n \'title\' => \'A-234HGD-612\',\n \'description\' => \'3.2×1.95MM YELLOW GREEN RECTANGULAR LED\',\n \'inputtime\' => \'1392632352\',\n \'style\' => \'\',\n)',1,1,0,NULL,0),(1,131,13,'content',16,0,'array (\n \'title\' => \'A-234HGD-612\',\n \'description\' => \'3.2×1.95MM YELLOW GREEN RECTANGULAR LED\',\n \'inputtime\' => \'1392632352\',\n \'style\' => \'\',\n)',1,1,0,NULL,0),(30,273,19,'content',15,1,'array (\n \'title\' => \'ATE-R20-12Y36HX\',\n \'description\' => \'ATE-R20-12Y36HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901112610948.jpg\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,30,0,NULL,0),(30,273,13,'content',15,1,'array (\n \'title\' => \'ATE-R20-12Y36HX\',\n \'description\' => \'ATE-R20-12Y36HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901112610948.jpg\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,224,0,NULL,0),(176,57,13,'content',15,1,'array (\n \'title\' => \'ATE-R23-30Y36HX\',\n \'description\' => \'ATE-R23-30Y36HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901112824973.jpg\',\n \'inputtime\' => \'1406807661\',\n \'style\' => \'\',\n)',1,176,0,NULL,0),(220,297,13,'content',15,1,'array (\n \'title\' => \'ATL-2506-1W3HD\',\n \'description\' => \'ATL-2506-1W3HD\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0814/20140814014719247.jpg\',\n \'inputtime\' => \'1407993199\',\n \'style\' => \'\',\n)',1,220,0,NULL,0),(205,73,13,'content',15,1,'array (\n \'title\' => \'ATL-B36-4W36HX\',\n \'description\' => \'ATL-B36-4W36HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808062409795.png\',\n \'inputtime\' => \'1407493006\',\n \'style\' => \'\',\n)',1,205,0,NULL,0),(182,82,13,'content',15,1,'array (\n \'title\' => \'ATL-B4-4W27HX\',\n \'description\' => \'ATL-B4-4W27HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808065134846.png\',\n \'inputtime\' => \'1406817770\',\n \'style\' => \'\',\n)',1,182,0,NULL,0),(102,87,13,'content',15,1,'array (\n \'title\' => \'ATL-S40-4D27HX\',\n \'description\' => \'ATL-S40-4D27HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0226/20140226100044385.jpg\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,102,0,NULL,0),(210,294,13,'content',15,1,'array (\n \'title\' => \'ATE-AR20-13W220HB\',\n \'description\' => \'ATE-AR20-13W220HB\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0814/20140814101840933.png\',\n \'inputtime\' => \'1407983736\',\n \'style\' => \'\',\n)',1,210,0,NULL,0),(212,295,13,'content',15,1,'array (\n \'title\' => \'ATR-AR38-9W220HB\',\n \'description\' => \'ATR-AR38-9W220HB\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0814/20140814104142851.png\',\n \'inputtime\' => \'1407983971\',\n \'style\' => \'\',\n)',1,212,0,NULL,0),(214,296,13,'content',15,1,'array (\n \'title\' => \'ATL-AB44-9W220HC\',\n \'description\' => \'ATL-AB44-9W220HC\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0814/20140814105641616.png\',\n \'inputtime\' => \'1407984834\',\n \'style\' => \'\',\n)',1,214,0,NULL,0),(162,278,13,'content',15,1,'array (\n \'title\' => \'ATP-1010-10W15HX\',\n \'description\' => \'ATP-1010-10W15HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0226/20140226100745786.jpg\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,162,0,NULL,0),(196,95,13,'content',15,1,'array (\n \'title\' => \'ATP-1818-20W30HX\',\n \'description\' => \'ATP-1818-20W30HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0808/20140808054511390.png\',\n \'inputtime\' => \'1407490944\',\n \'style\' => \'\',\n)',1,196,0,NULL,0),(174,98,13,'content',15,1,'array (\n \'title\' => \'ATP-2424-80D30HX\',\n \'description\' => \'ATP-2424-80D30HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0226/20140226101810755.jpg\',\n \'inputtime\' => \'1393318203\',\n \'style\' => \'\',\n)',1,174,0,NULL,0),(216,299,13,'content',15,1,'array (\n \'title\' => \'ATL-B160-20W30HC\',\n \'description\' => \'ATL-B160-20W30HC\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0814/20140814115258879.png\',\n \'inputtime\' => \'1407988502\',\n \'style\' => \'\',\n)',1,1,0,NULL,0),(30,12,13,'content',20,1,'array (\n \'title\' => \'A-TBL-49155UW12-S\',\n \'description\' => \'49*155\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0313/20140313020643331.jpg\',\n \'inputtime\' => \'1392705011\',\n \'style\' => \'\',\n)',1,30,0,NULL,0),(29,12,13,'content',20,1,'array (\n \'title\' => \'A-TBL-4260UW6-S\',\n \'description\' => \'42*60\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0825/20140825022830330.jpg\',\n \'inputtime\' => \'1392705011\',\n \'style\' => \'\',\n)',1,29,0,NULL,0),(28,12,13,'content',20,1,'array (\n \'title\' => \'A-TBL-5078UW6-S\',\n \'description\' => \'50*78\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0825/20140825022853466.jpg\',\n \'inputtime\' => \'1392705011\',\n \'style\' => \'\',\n)',1,28,0,NULL,0),(27,12,13,'content',20,1,'array (\n \'title\' => \'A-TBL-2856UR6-S\',\n \'description\' => \'28*56\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0825/20140825022957305.jpg\',\n \'inputtime\' => \'1392705011\',\n \'style\' => \'\',\n)',1,27,0,NULL,0),(26,12,13,'content',20,1,'array (\n \'title\' => \'A-TBL-89164UW16\',\n \'description\' => \'87×152MM YELLOW BACKLIGHT\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0825/20140825023020704.jpg\',\n \'inputtime\' => \'1392705011\',\n \'style\' => \'\',\n)',1,26,0,NULL,0),(3,325,13,'content',24,1,'array (\n \'title\' => \'A-B05ZB\',\n \'description\' => \'A-B05ZB\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0827/20140827011809695.png\',\n \'inputtime\' => \'1408345813\',\n \'style\' => \'\',\n)',1,3,0,NULL,0),(12,328,13,'content',24,1,'array (\n \'title\' => \'A-L1105ZG\',\n \'description\' => \'A-L1105ZG\r\n\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0827/20140827011738265.png\',\n \'inputtime\' => \'1408346823\',\n \'style\' => \'\',\n)',1,12,0,NULL,0),(14,347,13,'content',24,1,'array (\n \'title\' => \'A-08012FB\',\n \'description\' => \'A-08012FB\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0827/20140827011706352.png\',\n \'inputtime\' => \'1408348981\',\n \'style\' => \'\',\n)',1,14,0,NULL,0),(15,347,13,'content',24,1,'array (\n \'title\' => \'A-08012FG\',\n \'description\' => \'A-08012FG\r\n\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0825/20140825022509994.png\',\n \'inputtime\' => \'1408350012\',\n \'style\' => \'\',\n)',1,15,0,NULL,0),(26,352,13,'content',24,1,'array (\n \'title\' => \'A-R3006\',\n \'description\' => \'A-R3006\r\n\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0825/20140825022625612.png\',\n \'inputtime\' => \'1408351048\',\n \'style\' => \'\',\n)',1,26,0,NULL,0),(20,17,10,'content',1,1,'array (\n \'title\' => \'Guangzhou International Lighting Exhibition\',\n \'description\' => \'Guangzhou International Lighting ExhibitionShanghai Toplite Technology Co Ltd will attend the Guangzhou International \',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0822/20140822094913538.jpg\',\n \'inputtime\' => \'1402192080\',\n \'style\' => \'\',\n)',1,2,0,NULL,0),(24,17,10,'content',1,0,'array (\n \'title\' => \'To establish enterprise value of Toplit\',\n \'description\' => \'To establish enterprise value of ToplitAs the LED market competition increasing fiercely,cheap once become the ind \',\n \'inputtime\' => \'1401247860\',\n \'style\' => \'\',\n)',1,1,0,NULL,0),(226,357,13,'content',15,1,'array (\n \'title\' => \'ATE-R8-3Y36HX\',\n \'description\' => \'ATE-R8-3Y36HX\',\n \'thumb\' => \'http://www.topliteusa.com/uploadfile/2014/0901/20140901111457428.jpg\',\n \'inputtime\' => \'1409538159\',\n \'style\' => \'\',\n)',1,226,0,NULL,0); /*!40000 ALTER TABLE `dh_position_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_poster` -- DROP TABLE IF EXISTS `dh_poster`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_poster` ( `id` smallint(5) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `name` varchar(40) NOT NULL, `spaceid` smallint(5) unsigned NOT NULL default '0', `type` varchar(10) NOT NULL, `setting` text NOT NULL, `startdate` int(10) unsigned NOT NULL default '0', `enddate` int(10) unsigned NOT NULL default '0', `addtime` int(10) unsigned NOT NULL default '0', `hits` mediumint(8) unsigned NOT NULL default '0', `clicks` smallint(5) unsigned NOT NULL default '0', `listorder` tinyint(3) unsigned NOT NULL default '0', `disabled` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `spaceid` (`spaceid`,`siteid`,`disabled`,`listorder`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_poster` -- LOCK TABLES `dh_poster` WRITE; /*!40000 ALTER TABLE `dh_poster` DISABLE KEYS */; INSERT INTO `dh_poster` VALUES (1,1,'banner',1,'images','array (\n 1 => \n array (\n \'linkurl\' => \'http://www.phpcms.cn\',\n \'imageurl\' => \'http://www.topliteusa.com/uploadfile/poster/2.png\',\n \'alt\' => \'\',\n ),\n)',1285813808,1446249600,1285813833,0,1,0,0),(2,1,'phpcmsv9',2,'images','array (\n 1 => \n array (\n \'linkurl\' => \'http://www.phpcms.cn\',\n \'imageurl\' => \'http://127.0.0.1/dinghui/statics/images/v9/ad_login.jpg\',\n \'alt\' => \'phpcms专业建站系统\',\n ),\n)',1285816298,1446249600,1285816310,0,1,0,0),(3,1,'phpcms下载推荐',3,'images','array (\n 1 => \n array (\n \'linkurl\' => \'http://www.phpcms.cn\',\n \'imageurl\' => \'http://www.topliteusa.com/uploadfile/poster/3.png\',\n \'alt\' => \'phpcms官方\',\n ),\n)',1286504815,1446249600,1286504865,0,1,0,0),(4,1,'phpcms广告',4,'images','array (\n 1 => \n array (\n \'linkurl\' => \'http://www.phpcms.cn\',\n \'imageurl\' => \'http://www.topliteusa.com/uploadfile/poster/4.gif\',\n \'alt\' => \'phpcms官方\',\n ),\n)',1286505141,1446249600,1286505178,0,0,0,0),(5,1,'phpcms下载',5,'images','array (\n 1 => \n array (\n \'linkurl\' => \'http://www.phpcms.cn\',\n \'imageurl\' => \'http://www.topliteusa.com/uploadfile/poster/5.gif\',\n \'alt\' => \'官方\',\n ),\n)',1286509363,1446249600,1286509401,0,0,0,0),(6,1,'phpcms下载推荐1',6,'images','array (\n 1 => \n array (\n \'linkurl\' => \'http://www.phpcms.cn\',\n \'imageurl\' => \'http://www.topliteusa.com/uploadfile/poster/5.gif\',\n \'alt\' => \'官方\',\n ),\n)',1286510183,1446249600,1286510227,0,0,0,0),(7,1,'phpcms下载详情',7,'images','array (\n 1 => \n array (\n \'linkurl\' => \'http://www.phpcms.cn\',\n \'imageurl\' => \'http://www.topliteusa.com/uploadfile/poster/5.gif\',\n \'alt\' => \'官方\',\n ),\n)',1286510314,1446249600,1286510341,0,0,0,0),(8,1,'phpcms下载页',8,'images','array (\n 1 => \n array (\n \'linkurl\' => \'http://www.phpcms.cn\',\n \'imageurl\' => \'http://www.topliteusa.com/uploadfile/poster/1.jpg\',\n \'alt\' => \'官方站\',\n ),\n)',1286522084,1446249600,1286522125,0,0,0,0),(9,1,'phpcms v9广告',9,'images','array (\n 1 => \n array (\n \'linkurl\' => \'http://www.phpcms.cn\',\n \'imageurl\' => \'http://www.topliteusa.com/uploadfile/poster/4.gif\',\n \'alt\' => \'\',\n ),\n)',1287041759,1446249600,1287041804,0,0,0,0),(10,1,'phpcms',10,'images','array (\n 1 => \n array (\n \'linkurl\' => \'http://www.phpcms.cn\',\n \'imageurl\' => \'http://www.topliteusa.com/uploadfile/poster/6.jpg\',\n \'alt\' => \'phpcms官方\',\n ),\n)',1289270509,1446249600,1289270541,1,0,0,0); /*!40000 ALTER TABLE `dh_poster` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_poster_201401` -- DROP TABLE IF EXISTS `dh_poster_201401`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_poster_201401` ( `id` int(10) unsigned NOT NULL auto_increment, `pid` smallint(5) unsigned NOT NULL default '0', `siteid` smallint(5) unsigned NOT NULL default '0', `spaceid` smallint(5) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `area` char(40) NOT NULL, `ip` char(15) NOT NULL, `referer` char(120) NOT NULL, `clicktime` int(10) unsigned NOT NULL default '0', `type` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `pid` (`pid`,`type`,`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_poster_201401` -- LOCK TABLES `dh_poster_201401` WRITE; /*!40000 ALTER TABLE `dh_poster_201401` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_poster_201401` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_poster_space` -- DROP TABLE IF EXISTS `dh_poster_space`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_poster_space` ( `spaceid` smallint(5) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `name` char(50) NOT NULL, `type` char(30) NOT NULL, `path` char(40) NOT NULL, `width` smallint(4) unsigned NOT NULL default '0', `height` smallint(4) unsigned NOT NULL default '0', `setting` char(100) NOT NULL, `description` char(100) NOT NULL, `items` tinyint(3) unsigned NOT NULL default '0', `disabled` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`spaceid`), KEY `disabled` (`disabled`,`siteid`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_poster_space` -- LOCK TABLES `dh_poster_space` WRITE; /*!40000 ALTER TABLE `dh_poster_space` DISABLE KEYS */; INSERT INTO `dh_poster_space` VALUES (1,1,'顶部搜索右侧广告位','banner','poster_js/1.js',430,63,'array (\n \'paddleft\' => \'\',\n \'paddtop\' => \'\',\n)','',1,0),(2,1,'会员登陆页广告','banner','poster_js/2.js',310,304,'array (\n \'paddleft\' => \'\',\n \'paddtop\' => \'\',\n)','会员登陆页广告右侧代替外部通行证广告',1,0),(3,1,'图片频道图片排行下方','banner','poster_js/3.js',249,87,'array (\n \'paddleft\' => \'\',\n \'paddtop\' => \'\',\n)','',1,0),(4,1,'新闻中心推荐链接左侧','banner','poster_js/4.js',748,91,'array (\n \'paddleft\' => \'\',\n \'paddtop\' => \'\',\n)','',1,0),(5,1,'下载列表页右侧顶部','banner','poster_js/5.js',248,162,'array (\n \'paddleft\' => \'\',\n \'paddtop\' => \'\',\n)','',1,0),(6,1,'下载详情页右侧顶部','banner','poster_js/6.js',248,162,'array (\n \'paddleft\' => \'\',\n \'paddtop\' => \'\',\n)','',1,0),(7,1,'下载详情页右侧下部','banner','poster_js/7.js',248,162,'array (\n \'paddleft\' => \'\',\n \'paddtop\' => \'\',\n)','',1,0),(8,1,'下载频道首页','banner','poster_js/8.js',698,80,'array (\n \'paddleft\' => \'\',\n \'paddtop\' => \'\',\n)','',1,0),(9,1,'下载详情页地址列表右侧','banner','poster_js/12.js',330,50,'array (\n \'paddleft\' => \'\',\n \'paddtop\' => \'\',\n)','',1,0),(10,1,'首页关注下方广告','banner','poster_js/10.js',307,60,'array (\n \'paddleft\' => \'\',\n \'paddtop\' => \'\',\n)','',1,0); /*!40000 ALTER TABLE `dh_poster_space` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_queue` -- DROP TABLE IF EXISTS `dh_queue`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_queue` ( `id` int(10) NOT NULL auto_increment, `type` char(5) default NULL, `siteid` smallint(5) unsigned default '0', `path` varchar(100) default NULL, `status1` tinyint(1) default '0', `status2` tinyint(1) default '0', `status3` tinyint(1) default '0', `status4` tinyint(1) default '0', `times` int(10) unsigned default '0', PRIMARY KEY (`id`), KEY `siteid` (`siteid`), KEY `times` (`times`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_queue` -- LOCK TABLES `dh_queue` WRITE; /*!40000 ALTER TABLE `dh_queue` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_queue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_release_point` -- DROP TABLE IF EXISTS `dh_release_point`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_release_point` ( `id` mediumint(8) NOT NULL auto_increment, `name` varchar(30) default NULL, `host` varchar(100) default NULL, `username` varchar(50) default NULL, `password` varchar(50) default NULL, `port` varchar(10) default '21', `pasv` tinyint(1) default '0', `ssl` tinyint(1) default '0', `path` varchar(50) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_release_point` -- LOCK TABLES `dh_release_point` WRITE; /*!40000 ALTER TABLE `dh_release_point` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_release_point` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_search` -- DROP TABLE IF EXISTS `dh_search`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_search` ( `searchid` int(10) unsigned NOT NULL auto_increment, `typeid` smallint(5) unsigned NOT NULL default '0', `id` mediumint(8) unsigned NOT NULL default '0', `adddate` int(10) unsigned NOT NULL, `data` text NOT NULL, `siteid` smallint(5) unsigned NOT NULL default '1', PRIMARY KEY (`searchid`), KEY `typeid` (`typeid`,`id`), KEY `siteid` (`siteid`), FULLTEXT KEY `data` (`data`) ) ENGINE=MyISAM AUTO_INCREMENT=787 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_search` -- LOCK TABLES `dh_search` WRITE; /*!40000 ALTER TABLE `dh_search` DISABLE KEYS */; INSERT INTO `dh_search` VALUES (1,1,1,1389849795,'华丽转身 LED产业的\\\"土豪之路\\\" 华丽 转身 产业 华丽 产业',1),(2,53,1,1389868919,'Nan Pu Bridge Nan Pu Bridge ',1),(733,55,189,1407467977,'ATE-R10-5C36HX ATE-R10-5C36HX ',1),(734,55,188,1407467923,'ATE-R10-5D36HX ATE-R10-5D36HX ',1),(735,55,187,1407467862,'ATE-R10-5W36HX ATE-R10-5W36HX ',1),(736,55,186,1407466906,'ATE-R10-3Y36HX ATE-R10-3Y36HX ',1),(3,53,2,1389869446,'Peace hotel Peace hotel ',1),(737,55,190,1407485620,'ATE-R14-10D27HX ATE-R14-10D27HX ',1),(4,54,1,1389935878,'所有产品 所有 产品 所有 产品',1),(5,2,1,1389936990,'dddddddddd ddddddddddd ',1),(6,54,2,1389937320,'Technology 产品介绍 介绍 产品',1),(7,54,3,1389937681,'Technology 产品介绍 介绍 产品',1),(8,54,4,1389937992,'Technology 产品介绍 的的 介绍 产品',1),(42,55,21,1393318203,'ATE-R20 ATE-R20 ',1),(43,57,232,1390625022,'A-3121AH A-3121AH ',1),(11,56,1,1392632352,'A-234HGD-612 A-234HGD-612 ',1),(371,56,31,1392632598,'A-244SAD A-244SAD ',1),(12,1,2,1384755060,'LED lighting companies listed CDH technology today LED lighting companies listed today ',1),(13,1,3,1390206240,'LED open up new channels of financing to face three new board expansion board expansion ',1),(24,57,1,1390624654,'TOP-CC-2181AS TOP-CC-2181AS ',1),(14,1,4,1390207128,'LED packaging market free of the road LED packaging market free of the road ',1),(15,1,5,1390207278,'LED exit facing multiple pressures to seek change pressures to seek change ',1),(16,1,6,1390207467,'LED filament lamp power design techniques LED filament lamp design techniques ',1),(17,1,7,1390207566,'LED lighting driver EMI countermeasure LED lighting driver EMI countermeasure ',1),(18,1,8,1387258140,'Toplite technology: LED lighting still time to replace the traditional LED lighting still time to replace ',1),(19,1,9,1389677520,'Toplite technology, four companies listed on the country share transfer system share transfer system 科技 挂牌 正式 系统 转让 股份 网通 中小企业 全国 公司',1),(20,1,11,1340171460,'LI Jian-sheng, chairman dialogue Toplite COB LED package to a foregone conclusio COB LED package to a foregone conclusion ',1),(21,1,12,1339308660,'Lighting Fair 2012: Toplite technology showcase new lighting scheme Lighting Fair 2012 ',1),(311,57,348,1390625022,'A-5263HG1 A-5263HG1 ',1),(25,55,87,1390540498,'ATC-R8 ATC-R8 ',1),(26,57,446,1392367418,'A-2181AS A-2181AS ',1),(27,57,447,1392367558,'A-2181AH A-2181AH ',1),(28,57,448,1392367608,'A-2181BH A-2181BH ',1),(29,59,3,1392701731,'A-2012BUW-S A-2012BUW-S ',1),(30,60,1,1392703999,'A-31170UB12 A-31170UB12 ',1),(31,58,9,1392624998,'A-1057AH A-1057AH ',1),(32,58,52,1392625697,'A-1058ASY A-1058ASY ',1),(33,58,60,1392625830,'A-1067BH A-1067BH ',1),(34,58,72,1392626086,'A-788BH A-788BH ',1),(35,58,129,1392627000,'A-33117BH A-33117BH ',1),(36,58,148,1392627651,'A-D331615BSA A-D331615BSA ',1),(37,58,26,1392625037,'A-3375BH A-3375BH ',1),(38,55,86,1390540498,'ATC-R8 ',1),(39,55,230,1409538728,'ATE-R8-4Y36HX ATE-R8-4Y36HX ',1),(40,55,28,1393318203,'ATE-R20-12D36HX ATE-R20-12D36HX ',1),(41,55,119,1393318203,'ATR-R27-3D180HX ATR-R27-3D180HX ',1),(44,55,144,1393318203,'ATC-R8 ATC-R8 ',1),(45,55,143,1393318203,'ATC-R8 ATC-R8 ',1),(46,55,54,1393318203,'ATE-R10-3W36HX ATE-R10-3W36HX ',1),(47,55,18,1393318203,'ATE-R11-3Y36HX ATE-R11-3Y36HX ',1),(48,55,60,1393318203,'ATE-R14-10C27HX ATE-R14-10C27HX ',1),(49,55,66,1393318203,'ATE-R15-17W27HX ATE-R15-17W27HX ',1),(50,55,36,1393318203,'ATE-R23-30D36HX ATE-R23-30D36HX ',1),(51,55,42,1393318203,'ATE-R7-3Y36HX ATE-R7-3Y36HX 角度 灯具 经过 无需 成本 节约 简单 工艺 制作 轨道 天花 运用 主要 高温 伤害 组装 避免 配合 现象 一体化 制造 实现 各种 散热 直接',1),(52,55,48,1393318203,'ATE-R6-3Y9HX ATE-R6-3Y9HX ',1),(53,55,96,1393318203,'ATL-B36-4D36HX ATL-B36-4D36HX ',1),(54,55,84,1393318203,'ATL-B72-4W27HX ATL-B4-4W27HX ',1),(55,55,102,1393318203,'ATL-S40-4D27HX ATL-S40-4D27HX ',1),(56,55,78,1393318203,'ATL-S72-4W27HX ATL-S72-4W27HX ',1),(57,55,90,1393318203,'ATL-B70 ATL-B70 ',1),(58,55,108,1393318203,'XS-24 XS-24 ',1),(59,55,162,1393318203,'ATP-1010-10W15HX ATP-1010-10W15HX ',1),(60,55,174,1393318203,'ATP-2424-80D30HX ATP-2424-80D30HX ',1),(61,55,168,1393318203,'ATP-1818-20C30HX ATP-1818-20C30HX ',1),(62,55,156,1393318203,'ATR-FR8 ATR-FR8 ',1),(63,55,114,1393318203,'ATR-R17-1W72HX ATR-R17-1W72HX ',1),(64,55,120,1393318203,'ATR-R27-3W180HX ATR-R27-3W180HX ',1),(65,55,150,1393318203,'ATR-R8 ATR-R8 ',1),(66,55,126,1393318203,'ATS-R30-4W30HX ATS-R30-4W30HX ',1),(67,55,132,1393318203,'ATS-R18-5W15HX ATS-R18-5W15HX ',1),(68,55,138,1393318203,'ATS-R40-4W15HX ATS-R40-4W15HX ',1),(70,57,288,1390625022,'A-18102DS A-18102DS ',1),(71,57,287,1390625022,'A-18102BS A-18102BS ',1),(72,57,286,1390625022,'A-18102AS A-18102AS ',1),(73,57,285,1390625022,'A-18102BSY A-18102BSY ',1),(74,57,284,1390625022,'A-18102BYG A-18102BYG ',1),(75,57,283,1390625022,'A-18102BG A-18102BG ',1),(76,57,282,1390625022,'A-18102BB A-18102BB ',1),(77,57,281,1390625022,'A-18102BUW A-18102BUW ',1),(78,57,291,1390625022,'A-20103BH A-20103BH ',1),(79,57,293,1390625022,'A-23103BH A-23103BH ',1),(80,57,292,1390625022,'A-23101BH A-23101BH ',1),(81,57,295,1390625022,'A-30102BH A-30102BH ',1),(82,57,294,1390625022,'A-30102BUW A-30102BUW ',1),(83,57,296,1390625022,'A-40101BSR A-40101BSR ',1),(84,57,299,1390625022,'A-50101BH A-50101BH ',1),(85,57,298,1390625022,'A-50101BS A-50101BS ',1),(86,57,297,1390625022,'A-50102BPG A-50102BPG ',1),(87,57,355,1390625022,'A-2351ASR A-2351ASR ',1),(88,57,354,1390625022,'A-2351AB A-2351AB ',1),(89,57,356,1390625022,'A-2381BH A-2381BH ',1),(90,57,392,1390625022,'A-3407AH A-3407AH ',1),(629,57,360,1390625022,'A-3361BH A-3361BH ',1),(92,57,399,1390625022,'A-3461BH A-3461BH ',1),(93,57,398,1390625022,'A-3461AH A-3461AH ',1),(94,57,397,1390625022,'A-3461BSR A-3461BSR ',1),(95,57,396,1390625022,'A-3461FSR A-3461FSR ',1),(96,57,395,1390625022,'A-3461AG1 A-3461AG1 ',1),(97,57,394,1390625022,'A-3491BG A-3491BG ',1),(98,57,393,1390625022,'A-3461AG A-3461AG ',1),(99,57,401,1390625022,'A-3491EH A-3491EH ',1),(100,57,400,1390625022,'A-3491CH A-3491CH ',1),(101,57,411,1390625022,'A-4403CH A-4403CH ',1),(102,57,410,1390625022,'A-4403DS A-4403DS ',1),(103,57,409,1390625022,'A-4403CS A-4403CS ',1),(104,57,408,1390625022,'A-4402CS A-4402CS ',1),(105,57,407,1390625022,'A-4401ES A-4401ES ',1),(106,57,406,1390625022,'A-4403DSR A-4403DSR ',1),(107,57,405,1390625022,'A-4401BSR A-4401BSR ',1),(108,57,404,1390625022,'A-4403CG1 A-4403CG1 ',1),(109,57,403,1390625022,'A-4403CG A-4403CG ',1),(110,57,402,1390625022,'A-4403DUW A-4403DUW ',1),(111,57,414,1390625022,'A-5421BH A-5421BH ',1),(112,57,413,1390625022,'A-5421BS A-5421BS ',1),(113,57,412,1390625022,'A-5421AS A-5421AS ',1),(114,57,430,1390625022,'A-5461AH A-5461AH ',1),(115,57,429,1390625022,'A-5461GH A-5461GH ',1),(116,57,428,1390625022,'A-5462FH A-5462FH ',1),(117,57,427,1390625022,'A-5461DH A-5461DH ',1),(118,57,426,1390625022,'A-5461BH A-5461BH ',1),(119,57,425,1390625022,'A-5462DS A-5462DS ',1),(120,57,424,1390625022,'A-5462CS A-5462CS ',1),(121,57,423,1390625022,'A-5461BS A-5461BS ',1),(122,57,422,1390625022,'A-5461AS A-5461AS ',1),(123,57,421,1390625022,'A-5461BSR A-5461BSR ',1),(124,57,420,1390625022,'A-5462FSA1 A-5462FSA1 ',1),(125,57,419,1390625022,'A-5462ASA A-5462ASA ',1),(126,57,418,1390625022,'A-5462FG1 A-5462FG1 ',1),(127,57,417,1390625022,'A-5461AG1 A-5461AG1 ',1),(128,57,416,1390625022,'A-5461BG1 A-5461BG1 ',1),(129,61,1,1393393360,'A-H001W4-AYC201 A-H001W4-AYC201 ',1),(130,61,2,1393393540,'A-H001W4-QLB101 A-H001W4-QLB101 ',1),(131,61,3,1393393603,'A-H001W6-AYC201 A-H001W6-AYC201 ',1),(132,61,4,1393393660,'A-H001W6-QLB101 A-H001W6-QLB101 ',1),(133,61,5,1393393725,'A-HR511B-SA-1W A-HR511B-SA-1W ',1),(764,55,213,1407984726,'ATR-AR38-9D220HC ATR-AR38-9D220HC ',1),(765,55,197,1407491409,'ATP-1818-30C30HX ATP-1818-30C30HX ',1),(138,57,415,1390625022,'A-5461BG A-5461BG ',1),(139,57,433,1390625022,'A-8401BS A-8401BS ',1),(140,57,432,1390625022,'A-8402BSR1 A-8402BSR1 ',1),(141,61,10,1393394058,'A-HR511W-AC15-1W-STAR A-HR511W-AC15-1W-STAR ',1),(142,57,431,1390625022,'A-8402EPG A-8402EPG ',1),(143,57,436,1390625022,'A-2551BH A-2551BH ',1),(144,57,435,1390625022,'A-2551BG A-2551BG ',1),(145,61,11,1393394292,'A-HR511W-AC15-3W-STAR A-HR511W-AC15-3W-STAR ',1),(766,55,195,1407490455,'ATP-1818-20D30HX ATP-1818-20D30HX ',1),(150,57,438,1390625022,'A-3561CS A-3561CS ',1),(151,57,437,1390625022,'A-3561DH A-3561DH ',1),(152,57,439,1390625022,'A-5521AS A-5521AS ',1),(153,57,443,1390625022,'A-3664BH A-3664BH ',1),(154,57,440,1390625022,'A-2681ASR A-2681ASR ',1),(155,57,442,1390625022,'A-3661HH A-3661HH ',1),(156,57,441,1390625022,'A-3611BH A-3611BH ',1),(157,57,444,1390625022,'A-5721BH A-5721BH ',1),(159,57,237,1390625022,'A-3161BH A-3161BH ',1),(160,58,8,1392624998,'A-R1057AS A-R1057AS ',1),(161,58,7,1392624998,'A-1058AS A-1058AS ',1),(162,58,6,1392624998,'A-1057AYG A-1057AYG ',1),(163,58,5,1392624998,'A-1057AG1 A-1057AG1 ',1),(164,58,4,1392624998,'A-1057AG A-1057AG ',1),(165,58,3,1392624998,'A-1057AB A-1057AB ',1),(166,58,2,1392624998,'A-1057BB A-1057BB ',1),(167,58,1,1392624998,'A-1157AH A-1157AH ',1),(168,58,25,1392625037,'A-3375AH A-3375AH ',1),(169,58,24,1392625037,'A-3375ASR A-3375ASR ',1),(170,58,23,1392625037,'A-3375AS A-3375AS ',1),(171,58,22,1392625037,'A-3375BSA A-3375BSA ',1),(172,58,21,1392625037,'A-3375APA A-3375APA ',1),(173,58,20,1392625037,'A-3375ASY A-3375ASY ',1),(174,58,19,1392625037,'A-3375AYG A-3375AYG ',1),(175,58,18,1392625037,'A-3357BH A-3357BH ',1),(176,58,17,1392625037,'A-3357AH A-3357AH ',1),(177,58,16,1392625037,'A-3357BSA A-3357BSA ',1),(178,58,15,1392625037,'A-3357ASA A-3357ASA ',1),(179,58,14,1392625037,'A-3357ASY A-3357ASY ',1),(180,58,13,1392625037,'A-1357BHG A-1357BHG ',1),(181,58,12,1392625037,'A-1357DH A-1357DH ',1),(182,58,11,1392625037,'A-1357CUA A-1357CUA ',1),(183,58,10,1392625037,'A-1357DPG A-1357DPG ',1),(184,58,33,1392625085,'A-1457BH A-1457BH ',1),(185,58,32,1392625085,'A-1457ASR A-1457ASR ',1),(186,58,31,1392625085,'A-1457BSA A-1457BSA ',1),(187,58,30,1392625085,'A-1457AB A-1457AB ',1),(188,58,29,1392625085,'A-1457BB A-1457BB ',1),(189,58,28,1392625085,'A-1457BUW A-1457BUW ',1),(190,58,34,1392625178,'A-3557ASA1 A-3557ASA1 ',1),(191,58,35,1392625220,'A-3057AS A-3057AS ',1),(192,58,40,1392625280,'A-1357AH A-1357AH ',1),(193,58,39,1392625280,'A-1357AS A-1357AS ',1),(194,58,38,1392625280,'A-1357CG A-1357CG ',1),(195,58,37,1392625280,'A-1357BB A-1357BB ',1),(196,58,36,1392625280,'A-1357BUW A-1357BUW ',1),(197,58,45,1392625354,'A-1657ASO A-1657ASO ',1),(198,58,48,1392625382,'A-5657AS A-5657AS ',1),(199,58,47,1392625382,'A-D5657BPA A-D5657BPA ',1),(200,58,46,1392625382,'A-5657ASAW A-5657ASAW ',1),(201,58,59,1392625830,'A-1067BSA A-1067BSA ',1),(465,58,117,1392626718,'A-2088CHG A-2088CHG ',1),(203,58,57,1392625830,'A-1067BPA A-1067BPA ',1),(204,58,56,1392625830,'A-1067BYG A-1067BYG ',1),(205,58,55,1392625830,'A-1067BG A-1067BG ',1),(206,58,54,1392625830,'A-1067BPG A-1067BPG ',1),(207,58,53,1392625830,'A-1067BB A-1067BB ',1),(208,58,71,1392626086,'A-788BS A-788BS ',1),(209,58,70,1392626086,'A-788BSR A-788BSR ',1),(210,58,69,1392626086,'A-788BSA A-788BSA ',1),(211,58,68,1392626086,'A-788BY A-788BY ',1),(212,58,67,1392626086,'A-788BSY A-788BSY ',1),(213,58,66,1392626086,'A-788BYG A-788BYG ',1),(214,58,65,1392626086,'A-788BG A-788BG ',1),(215,58,64,1392626086,'A-788BPG A-788BPG ',1),(216,58,63,1392626086,'A-788BB A-788BB ',1),(217,58,62,1392626086,'A-788BUW A-788BUW ',1),(218,58,61,1392626086,'A-788AUW A-788AUW ',1),(219,58,102,1392626623,'A-1088DSRYG A-1088DSRYG ',1),(220,58,101,1392626623,'A-1088DPGR A-1088DPGR ',1),(221,58,100,1392626623,'A-1088CH A-1088CH ',1),(222,58,99,1392626623,'A-1088AH A-1088AH ',1),(223,58,98,1392626623,'A-1088BSR1 A-1088BSR1 ',1),(224,58,97,1392626623,'A-1088BS A-1088BS ',1),(225,58,96,1392626623,'A-1088BSA A-1088BSA ',1),(226,58,95,1392626623,'A-1088BSY A-1088BSY ',1),(227,58,94,1392626623,'A-1088AG A-1088AG ',1),(228,58,93,1392626623,'A-1088BYG A-1088BYG ',1),(229,58,92,1392626623,'A-1088BB A-1088BB ',1),(230,58,91,1392626623,'A-1088BUW A-1088BUW ',1),(231,58,90,1392626623,'A-1088AUW A-1088AUW ',1),(232,58,85,1392626235,'A-1588BHG A-1588BHG ',1),(233,58,84,1392626235,'A-1588AHG A-1588AHG ',1),(234,58,83,1392626235,'A-1588BPGR A-1588BPGR ',1),(235,58,82,1392626235,'A-1588BHC A-1588BHC ',1),(236,58,81,1392626235,'A-1588BH A-1588BH ',1),(237,58,80,1392626235,'A-1588AH A-1588AH ',1),(238,58,79,1392626235,'A-1588BSC A-1588BSC ',1),(239,58,78,1392626235,'A-1588AS A-1588AS ',1),(240,58,77,1392626235,'A-1588ASA A-1588ASA ',1),(241,58,76,1392626235,'A-1588ASY A-1588ASY ',1),(242,58,75,1392626235,'A-1588AYG A-1588AYG ',1),(243,58,74,1392626235,'A-1588AB A-1588AB ',1),(244,58,73,1392626235,'A-1588AUW A-1588AUW ',1),(245,58,121,1392626789,'A-3388BH A-3388BH ',1),(246,58,120,1392626789,'A-3388BSR1 A-3388BSR1 ',1),(247,58,119,1392626789,'A-3388BSA A-3388BSA ',1),(248,58,118,1392626789,'A-3388BB A-3388BB ',1),(249,58,128,1392627000,'A-33117AH A-33117AH ',1),(250,58,127,1392627000,'A-33117ASR A-33117ASR ',1),(251,58,126,1392627000,'A-33117AS A-33117AS ',1),(252,58,125,1392627000,'A-33117ASA A-33117ASA ',1),(253,58,124,1392627000,'A-33117APA A-33117APA ',1),(254,58,123,1392627000,'A-33117ASY A-33117ASY ',1),(255,58,144,1392627506,'A-35711AS A-35711AS ',1),(256,58,143,1392627506,'A-35711ASA1 A-35711ASA1 ',1),(257,58,147,1392627651,'A-331615BSA A-331615BSA ',1),(258,58,146,1392627651,'A-331615BB A-331615BB ',1),(259,60,30,1392705011,'A-TBL-49155UW12-S A-TBL-49155UW12-S ',1),(260,59,7,1392702830,'A-3014BUW-S A-3014BUW-S ',1),(261,56,11,1392632352,'A-234S1W26C-604 A-234S1W26C-604 ',1),(262,56,32,1392632598,'A-244H5W26W-630 A-244H5W26W-630 ',1),(263,56,21,1392632505,'A-254SAD A-254SAD ',1),(264,56,35,1392632649,'A-359SAD A-359SAD ',1),(265,56,25,1392632577,'A-734SAD A-734SAD ',1),(266,56,94,1392632998,'A-304BSAT-H302G A-304BSAT-H302G ',1),(267,56,201,1392633130,'A-509EGW-ECA-GCC A-509EGW-ECA-GCC ',1),(268,56,207,1392633644,'A-803U12W34C A-803U12W34C ',1),(269,56,209,1392633671,'A-1003S9W25C A-1003S9W25C ',1),(270,56,216,1392634061,'A-104SAD A-104SAD ',1),(271,56,217,1392634152,'A-204SAD-P A-204SAD-P ',1),(272,59,6,1392702830,'A-3528BUW-S A-3528BUW-S ',1),(273,59,5,1392702830,'A-5050BUW-S A-5050BUW-S ',1),(274,59,4,1392702830,'A-5630BUW-S A-5630BUW-S ',1),(275,57,241,1390625022,'A-3191BH A-3191BH ',1),(276,57,260,1390625022,'A-8102BH A-8102BH ',1),(277,57,242,1390625022,'A-4102ES A-4102ES ',1),(278,57,245,1390625022,'A-5101BH A-5101BH ',1),(279,57,248,1390625022,'A-5121BH A-5121BH ',1),(280,57,255,1390625022,'A-5161BH A-5161BH ',1),(281,57,256,1390625022,'A-6102AS A-6102AS ',1),(282,57,270,1390625022,'A-1106BH A-1106BH ',1),(283,57,274,1390625022,'A-12101AH A-12101AH ',1),(284,57,280,1390625022,'A-15104AH A-15104AH ',1),(285,57,290,1390625022,'A-18102DHG A-18102DHG ',1),(286,57,311,1390625022,'A-2281BH A-2281BH ',1),(287,57,317,1390625022,'A-3261BSR A-3261BSR ',1),(288,57,316,1390625022,'A-3261BSA1 A-3261BSA1 ',1),(289,57,315,1390625022,'A-3261BR A-3261BR ',1),(290,57,314,1390625022,'A-3261BH A-3261BH ',1),(291,57,313,1390625022,'A-3261BG1 A-3261BG1 ',1),(292,57,312,1390625022,'A-3261AS A-3261AS ',1),(293,57,323,1390625022,'A-4201FUW A-4201FUW ',1),(294,57,322,1390625022,'A-4201FSA A-4201FSA ',1),(295,57,321,1390625022,'A-4201FH A-4201FH ',1),(296,57,320,1390625022,'A-4201BPG A-4201BPG ',1),(297,57,319,1390625022,'A-4201BH A-4201BH ',1),(298,57,318,1390625022,'A-4201BG A-4201BG ',1),(299,57,324,1390625022,'A-5221BG A-5221BG ',1),(300,57,328,1390625022,'A-5241BSA1 A-5241BSA1 ',1),(301,57,349,1390625022,'A-5264BH A-5264BH ',1),(302,57,353,1390625022,'A-8201DSY A-8201DSY ',1),(303,57,310,1390625022,'A-10203FUW A-10203FUW ',1),(304,57,361,1390625022,'A-3361BSR A-3361BSR ',1),(305,57,365,1390625022,'A-4301FUY A-4301FUY ',1),(306,57,366,1390625022,'A-5321BH A-5321BH ',1),(307,57,378,1390625022,'A-5363BSY A-5363BSY ',1),(308,57,382,1390625022,'A-8302EPG A-8302EPG ',1),(309,57,385,1390625022,'A-2451FH A-2451FH ',1),(310,57,391,1390625022,'A-2481DH A-2481DH ',1),(312,57,347,1390625022,'A-5263HG A-5263HG ',1),(313,57,346,1390625022,'A-5263BH A-5263BH ',1),(314,55,142,1393318203,'ATC-R8 ATC-R8 ',1),(315,55,141,1393318203,'ATC-R8 ATC-R8 ',1),(316,55,140,1393318203,'ATC-R8 ATC-R8 ',1),(317,55,139,1393318203,'ATC-R8 ATC-R8 ',1),(318,55,41,1393318203,'ATE-R7-3W36HX ATE-R7-3W36HX ',1),(319,55,40,1393318203,'ATE-R7-3D36HX ATE-R7-3D36HX ',1),(320,55,39,1393318203,'ATE-R7-3C36HX ATE-R7-3C36HX ',1),(321,55,38,1393318203,'ATE-R5 ATE-R5 ',1),(322,55,37,1393318203,'ATE-R5 ATE-R5 ',1),(323,55,47,1393318203,'ATE-R6-3W9HX ATE-R6-3W9HX ',1),(324,55,46,1393318203,'ATE-R6-3D9HX ATE-R6-3D9HX ',1),(325,55,45,1393318203,'ATE-R6-3C9HX ATE-R6-3C9HX ',1),(326,55,44,1393318203,'ATE-R6 ATE-R6 ',1),(327,55,43,1393318203,'ATE-R6 ATE-R6 ',1),(328,55,53,1393318203,'ATE-R10-3D36HX ATE-R10-3D36HX ',1),(329,55,52,1393318203,'ATE-R10-3C36HX ATE-R10-3C36HX ',1),(330,55,51,1393318203,'ATE-R10-5Y36HX ATE-R10-5Y36HX ',1),(331,55,50,1393318203,'ATE-R10 ATE-R10 ',1),(332,55,49,1393318203,'ATE-R10 ATE-R10 ',1),(333,55,17,1393318203,'ATE-R11-3W36HX ATE-R11-3W36HX ',1),(334,55,16,1393318203,'ATE-R11-3D36HX ATE-R11-3D36HX ',1),(335,55,15,1393318203,'ATE-R11-3C36HX ATE-R11-3C36HX ',1),(336,55,14,1393318203,'ATE-R11-5Y36HX ATE-R11-5Y36HX ',1),(337,55,13,1393318203,'ATE-R11-5W36HX ATE-R11-5W36HX ',1),(338,55,12,1393318203,'ATE-R11-5D36HX ATE-R11-5D36HX ',1),(339,55,11,1393318203,'ATE-R11-5C36HX ATE-R11-5C36HX ',1),(340,55,10,1393318203,'ATE-R11-7Y36HX ATE-R11-7Y36HX ',1),(341,55,9,1393318203,'ATE-R11-7W36HX ATE-R11-7W36HX ',1),(342,55,8,1393318203,'ATE-R11-7D36HX ATE-R11-7D36HX ',1),(343,55,7,1393318202,'ATE-R11-7C36HX ATE-R11-7C36HX ',1),(344,55,6,1393318202,'ATE-R11 ATE-R11 ',1),(345,55,5,1393318202,'ATE-R11 ATE-R11 ',1),(346,55,4,1393318202,'ATE-R11 ATE-R11 ',1),(347,55,3,1393318202,'ATE-R11 ATE-R11 ',1),(348,55,2,1393318202,'ATE-R11 ATE-R11 ',1),(349,55,1,1393318202,'ATE-R11 ATE-R11 ',1),(350,55,59,1393318203,'ATE-R14-13W18HX ATE-R14-13W18HX ',1),(351,55,58,1393318203,'ATE-R14-13D18HX ATE-R14-13D18HX ',1),(352,55,57,1393318203,'ATE-R14-13C18HX ATE-R14-13C18HX ',1),(353,55,56,1393318203,'ATE-R14 ATE-R14 ',1),(354,55,55,1393318203,'ATE-R14 ATE-R14 ',1),(355,55,65,1393318203,'ATE-R15-17D27HX ATE-R15-17D27HX ',1),(356,55,64,1393318203,'ATE-R15-17C27HX ATE-R15-17C27HX ',1),(357,55,63,1393318203,'ATE-R15 ATE-R15 ',1),(358,55,62,1393318203,'ATE-R15 ATE-R15 ',1),(359,55,61,1393318203,'ATE-R15 ATE-R15 ',1),(360,55,30,1393318203,'ATE-R20-12Y36HX ATE-R20-12Y36HX ',1),(361,55,29,1393318203,'ATE-R20-12W36HX ATE-R20-12W36HX ',1),(362,56,10,1392632352,'A-234H7W52C-612 A-234H7W52C-612 ',1),(363,56,9,1392632352,'A-234SAD-612 A-234SAD-612 ',1),(364,56,8,1392632352,'A-234SAC-612 A-234SAC-612 ',1),(365,56,7,1392632352,'A-234S1R33C-604 A-234S1R33C-604 ',1),(366,56,6,1392632352,'A-234H4A4C-604 A-234H4A4C-604 ',1),(367,56,5,1392632352,'A-234HYD-612 A-234HYD-612 ',1),(368,56,4,1392632352,'A-234HGD A-234HGD ',1),(369,56,3,1392632352,'A-234HGD-622 A-234HGD-622 ',1),(370,56,2,1392632352,'A-234H1B26C-612 A-234H1B26C-612 ',1),(372,56,30,1392632598,'A-244SAD-630 A-244SAD-630 ',1),(373,56,29,1392632598,'A-244HYD-611 A-244HYD-611 ',1),(374,56,28,1392632598,'A-244HGD-630 A-244HGD-630 ',1),(375,56,27,1392632598,'A-244HGD-611 A-244HGD-611 ',1),(376,56,26,1392632598,'A-244H1B26C-611 A-244H1B26C-611 ',1),(377,56,20,1392632505,'A-254L3R45D A-254L3R45D ',1),(378,56,19,1392632505,'A-254SYD A-254SYD ',1),(379,56,18,1392632505,'A-254H1Y6T A-254H1Y6T ',1),(380,56,17,1392632505,'A-254SYGC A-254SYGC ',1),(381,56,16,1392632505,'A-254HGD A-254HGD ',1),(382,56,15,1392632505,'A-254BHGD A-254BHGD ',1),(383,56,14,1392632505,'A-254H2G29D A-254H2G29D ',1),(384,56,13,1392632505,'A-254H2B26C A-254H2B26C ',1),(385,56,12,1392632505,'A-254BH4W26W A-254BH4W26W ',1),(386,56,34,1392632649,'A-359HYD A-359HYD ',1),(387,56,33,1392632649,'A-359HGD A-359HGD ',1),(388,56,24,1392632577,'A-734H1A1D A-734H1A1D ',1),(389,56,23,1392632577,'A-734HYD A-734HYD ',1),(390,56,22,1392632577,'A-734HGD A-734HGD ',1),(391,56,93,1392632998,'A-309EGW-CA A-309EGW-CA ',1),(392,56,92,1392632998,'A-309EGW-CC A-309EGW-CC ',1),(393,56,91,1392632998,'A-309YGW-CC-W A-309YGW-CC-W ',1),(394,56,90,1392632998,'A-309YGW-CA A-309YGW-CA ',1),(395,56,89,1392632998,'A-304SAT A-304SAT ',1),(396,56,88,1392632998,'A-304SAT-308 A-304SAT-308 ',1),(397,56,87,1392632998,'A-304SAD A-304SAD ',1),(398,56,86,1392632998,'A-304SAD -316 A-304SAD -316 ',1),(399,56,85,1392632998,'A-304SAC A-304SAC ',1),(400,56,84,1392632998,'A-304H2R7D A-304H2R7D ',1),(401,56,82,1392632998,'A-304BSAD-H302E A-304BSAD-H302E ',1),(402,56,81,1392632998,'A-304BSAD-H260B A-304BSAD-H260B ',1),(403,56,80,1392632998,'A-304BSAD A-304BSAD ',1),(404,56,79,1392632998,'A-302HOC-F A-302HOC-F ',1),(405,56,78,1392632998,'A-304S2R20C A-304S2R20C ',1),(406,56,77,1392632998,'A-304UAC A-304UAC ',1),(407,56,76,1392632998,'A-304HAD-709 A-304HAD-709 ',1),(408,56,75,1392632998,'A-304H3A6C-308 A-304H3A6C-308 ',1),(409,56,123,1392633076,'A-534S1W37C-Z A-534S1W37C-Z ',1),(410,56,122,1392633076,'A-534S1W37C A-534S1W37C ',1),(411,56,121,1392633076,'A-534S1W26C A-534S1W26C ',1),(412,56,119,1392633076,'A-534H5W7C-Z A-534H5W7C-Z ',1),(413,56,118,1392633076,'A-518S1W42C A-518S1W42C ',1),(414,56,117,1392633076,'A-534SAC A-534SAC ',1),(415,56,116,1392633076,'A-534H1R20C A-534H1R20C ',1),(416,56,115,1392633076,'A-534H7R17C A-534H7R17C ',1),(417,56,114,1392633076,'A-518S1R33C A-518S1R33C ',1),(418,56,113,1392633076,'A-518H9R33C A-518H9R33C ',1),(419,56,112,1392633076,'A-518H7R37C A-518H7R37C ',1),(420,56,111,1392633076,'A-518H4R4C A-518H4R4C ',1),(421,56,110,1392633076,'A-534H4A1C A-534H4A1C ',1),(422,56,109,1392633076,'A-518H5A1C A-518H5A1C ',1),(423,56,108,1392633076,'A-534H3Y9C A-534H3Y9C ',1),(424,56,107,1392633076,'A-534H1Y20C A-534H1Y20C ',1),(425,56,106,1392633076,'A-518H5Y17C A-518H5Y17C ',1),(426,56,105,1392633076,'A-518H1Y20C A-518H1Y20C ',1),(427,56,104,1392633076,'A-534S1G29C A-534S1G29C ',1),(428,56,200,1392633130,'A-509EGW-CC A-509EGW-CC ',1),(429,56,199,1392633130,'A-509EGW-CA A-509EGW-CA ',1),(430,56,198,1392633130,'A-508EGW A-508EGW ',1),(431,56,197,1392633130,'A-503SAT A-503SAT ',1),(432,56,196,1392633130,'A-503SAD A-503SAD ',1),(433,56,195,1392633130,'A-503SAD-509 A-503SAD-509 ',1),(434,56,194,1392633130,'A-503SAD-067 A-503SAD-067 ',1),(435,56,193,1392633130,'A-503SAC A-503SAC ',1),(436,56,192,1392633130,'A-503BSAD-EH-01 A-503BSAD-EH-01 ',1),(437,56,191,1392633130,'A-503SRC A-503SRC ',1),(438,56,190,1392633130,'A-503H7R7W A-503H7R7W ',1),(439,56,189,1392633130,'A-503H7R7C-513 A-503H7R7C-513 ',1),(440,56,188,1392633130,'A-503H4R7T-513 A-503H4R7T-513 ',1),(441,56,187,1392633130,'A-503H1R7D A-503H1R7D ',1),(442,56,186,1392633130,'A-506H4R4W A-506H4R4W ',1),(443,56,185,1392633130,'A-503U18R40C A-503U18R40C ',1),(444,56,184,1392633130,'A-503U12R33C A-503U12R33C ',1),(445,56,183,1392633130,'A-503S5R33C-2.6 A-503S5R33C-2.6 ',1),(446,56,182,1392633130,'A-503H1R4D-701 A-503H1R4D-701 ',1),(447,56,206,1392633644,'A-803U10W26C A-803U10W26C ',1),(448,56,205,1392633644,'A-803SA2D A-803SA2D ',1),(449,56,204,1392633644,'A-803HAC A-803HAC ',1),(450,56,203,1392633644,'A-803HGC A-803HGC ',1),(451,56,202,1392633644,'A-803HG2D A-803HG2D ',1),(452,56,208,1392633671,'A-1003U10W26C A-1003U10W26C ',1),(453,56,215,1392634061,'A-104SAC A-104SAC ',1),(454,56,214,1392634061,'A-104PRC A-104PRC ',1),(455,56,213,1392634061,'A-104SYGC A-104SYGC ',1),(456,56,212,1392634061,'A-104HGC A-104HGC ',1),(457,56,211,1392634061,'A-104S2G2C A-104S2G2C ',1),(458,56,210,1392634061,'A-104H3B26C A-104H3B26C ',1),(459,58,27,1392625064,'A-1257AH A-1257AH ',1),(460,58,44,1392625316,'A-3457AS A-3457AS ',1),(461,58,43,1392625316,'A-D3457ASAW A-D3457ASAW ',1),(462,58,42,1392625316,'A-3457BSAW A-3457BSAW ',1),(463,58,41,1392625316,'A-3457APA A-3457APA ',1),(464,58,51,1392625697,'A-1058AYG A-1058AYG ',1),(466,58,116,1392626718,'A-2088DHG A-2088DHG ',1),(467,58,115,1392626718,'A-2088BHG A-2088BHG ',1),(468,58,114,1392626718,'A-2088DSRYG A-2088DSRYG ',1),(469,58,113,1392626718,'A-2088DPGR A-2088DPGR ',1),(470,58,112,1392626718,'A-2088CH A-2088CH ',1),(471,58,111,1392626718,'A-2088AH A-2088AH ',1),(472,58,110,1392626718,'A-2088DH A-2088DH ',1),(473,58,109,1392626718,'A-2088BH A-2088BH ',1),(474,58,108,1392626718,'A-2088BSA A-2088BSA ',1),(475,58,106,1392626718,'A-2088BPG A-2088BPG ',1),(476,58,107,1392626718,'A-2088BSY A-2088BSY ',1),(477,58,104,1392626718,'A-5188BSY A-5188BSY ',1),(478,58,103,1392626718,'A-2088BUW A-2088BUW ',1),(479,58,89,1392626440,'A-1288DHG A-1288DHG ',1),(480,58,88,1392626440,'A-1288CEGC A-1288CEGC ',1),(481,58,87,1392626440,'A-1288DH A-1288DH ',1),(482,58,86,1392626440,'A-1288BPG A-1288BPG ',1),(483,58,122,1392626926,'A-D11711DSAW A-D11711DSAW ',1),(484,58,132,1392627064,'A-14117ASR A-14117ASR ',1),(485,58,131,1392627064,'A-14117AB A-14117AB ',1),(486,58,130,1392627064,'A-14117BUW A-14117BUW ',1),(487,58,136,1392627122,'A-56711BS A-56711BS ',1),(488,58,135,1392627122,'A-D56711BSAW A-D56711BSAW ',1),(489,58,134,1392627122,'A-D56711BPA A-D56711BPA ',1),(490,58,139,1392627167,'A-43711EH A-43711EH ',1),(491,58,138,1392627167,'A-43711ESA A-43711ESA ',1),(492,58,137,1392627167,'A-43711EPA A-43711EPA ',1),(493,58,145,1392627562,'A-16117ASR A-16117ASR ',1),(494,57,231,1390625022,'A-3104BH A-3104BH ',1),(495,57,230,1390625022,'A-3121BH A-3121BH ',1),(496,57,229,1390625022,'A-3112FG1 A-3112FG1 ',1),(497,57,228,1390625022,'A-3112FSA A-3112FSA ',1),(498,57,227,1390625022,'A-3104BB TOP-CA-3104BB ',1),(767,55,204,1407492590,'ATP-2424-40C30HX ATP-2424-40C30HX ',1),(500,57,235,1390625022,'A-3161BS A-3161BS ',1),(501,57,234,1390625022,'A-3161BG A-3161BG ',1),(502,57,233,1390625022,'A-3161APG A-3161APG ',1),(503,57,240,1390625022,'A-3191AH A-3191AH ',1),(504,57,239,1390625022,'A-3191AS A-3191AS ',1),(505,57,238,1390625022,'A-3192BUW A-3192BUW ',1),(506,57,244,1390625022,'A-5101AH A-5101AH ',1),(507,57,243,1390625022,'A-5101AS A-5101AS ',1),(508,57,247,1390625022,'A-5121AH A-5121AH ',1),(509,57,246,1390625022,'A-5121BG A-5121BG ',1),(510,57,254,1390625022,'A-5163AS A-5163AS ',1),(511,57,253,1390625022,'A-5161BS A-5161BS ',1),(512,57,252,1390625022,'A-5161AS A-5161AS ',1),(513,57,251,1390625022,'A-5163AYG A-5163AYG ',1),(514,57,250,1390625022,'A-5161BG A-5161BG ',1),(515,57,249,1390625022,'A-5161BB A-5161BB ',1),(516,57,259,1390625022,'A-8106AG1 A-8106AG1 ',1),(517,57,258,1390625022,'A-8102BG A-8102BG ',1),(518,57,257,1390625022,'A-8102AG1 A-8102AG1 ',1),(519,57,269,1390625022,'A-1106AH A-1106AH ',1),(520,57,268,1390625022,'A-1109BS A-1109BS ',1),(521,57,267,1390625022,'A-1106DS A-1106DS ',1),(522,57,266,1390625022,'A-1106DSA1 A-1106DSA1 ',1),(523,57,265,1390625022,'A-1106BSY A-1106BSY ',1),(524,57,264,1390625022,'A-1106DG1 A-1106DG1 ',1),(525,57,263,1390625022,'A-1106BG A-1106BG ',1),(526,57,262,1390625022,'A-1106BB A-1106BB ',1),(527,57,261,1390625022,'A-1109BUW A-1109BUW ',1),(528,57,273,1390625022,'A-12101AS A-12101AS ',1),(529,57,272,1390625022,'A-12101AB A-12101AB ',1),(530,57,271,1390625022,'A-12101ASA A-12101ASA ',1),(531,57,279,1390625022,'A-15102BH A-15102BH ',1),(532,57,278,1390625022,'A-15102BSY A-15102BSY ',1),(533,57,277,1390625022,'A-15102BG A-15102BG ',1),(534,57,276,1390625022,'A-15102BB A-15102BB ',1),(535,57,275,1390625022,'A-15102BUW A-15102BUW ',1),(536,57,289,1390625022,'A-18102BH A-18102BH ',1),(537,55,27,1393318203,'ATE-R20-12C36HX ATE-R20-12C36HX ',1),(538,55,26,1393318203,'ATE-R20-18Y36HX ATE-R20-18Y36HX ',1),(539,55,25,1393318203,'ATE-R20-18W36HX ATE-R20-18W36HX ',1),(540,55,24,1393318203,'ATE-R20-18D36HX ATE-R20-18D36HX ',1),(541,55,23,1393318203,'ATE-R20-18C36HX ATE-R20-18C36HX ',1),(542,55,23,1393318203,'ATE-R20-18C36HX ATE-R20-18C36HX ',1),(543,55,22,1393318203,'ATE-R20 ATE-R20 ',1),(544,55,20,1393318203,'ATE-R20 ATE-R20 ',1),(545,55,19,1393318203,'ATE-R20 ATE-R20 ',1),(546,55,35,1393318203,'ATE-R23-30C36HX ATE-R23-30C36HX ',1),(547,55,34,1393318203,'ATE-R23-38Y36HX ATE-R23-38Y36HX ',1),(548,55,95,1393318203,'ATL-B36-4C36HX ATL-B36-4C36HX ',1),(549,55,94,1393318203,'ATL-B36 ATL-B36 ',1),(550,55,93,1393318203,'ATL-B36 ATL-B36 ',1),(551,55,92,1393318203,'ATL-B36 ATL-B36 ',1),(552,55,91,1393318203,'ATL-B36 ATL-B36 ',1),(553,55,83,1393318203,'ATL-B72-4D27HX ATL-B72-4D27HX ',1),(554,55,82,1393318203,'ATL-B72-4C27HX ATL-B72-4C27HX ',1),(555,55,81,1393318203,'ATL-B72 ATL-B72 ',1),(556,55,80,1393318203,'ATL-B72 ATL-B72 ',1),(557,55,79,1393318203,'ATL-B72 ATL-B72 ',1),(558,55,167,1393318203,'ATP-1818-30W30HX ATP-1818-30W30HX ',1),(559,55,166,1393318203,'ATP-1818-30D30HX ATP-1818-30D30HX ',1),(560,55,165,1393318203,'ATP-1818 ATP-1818 ',1),(561,55,164,1393318203,'ATP-1818 ATP-1818 ',1),(562,55,163,1393318203,'ATP-1818 ATP-1818 ',1),(563,55,173,1393318203,'ATP-2424-80C30HX ATP-2424-80C30HX ',1),(564,55,172,1393318203,'ATP-2424 ATP-2424 ',1),(565,55,171,1393318203,'ATP-2424 ATP-2424 ',1),(566,55,170,1393318203,'ATP-2424 ATP-2424 ',1),(567,55,169,1393318203,'ATP-2424 ATP-2424 ',1),(568,55,161,1393318203,'ATP-1010-10D15HX ATP-1010-10D15HX ',1),(569,55,160,1393318203,'ATP-1010-10C15HX ATP-1010-10C15HX ',1),(570,55,159,1393318203,'ATP-1010 ATP-1010 ',1),(571,55,158,1393318203,'ATP-1010 ATP-1010 ',1),(572,55,157,1393318203,'ATP-1010 ATP-1010 ',1),(573,55,113,1393318203,'ATR-R17-1D72HX ATR-R17-1D72HX ',1),(574,55,112,1393318203,'ATR-R17-1C72HX ATR-R17-1C72HX ',1),(575,55,111,1393318203,'ATR-R17 ATR-R17 ',1),(576,55,110,1393318203,'ATR-R17 ATR-R17 ',1),(577,55,109,1393318203,'ATR-R17 ATR-R17 ',1),(578,55,118,1393318203,'ATR-R27-3C180HX ATR-R27-3C180HX ',1),(579,55,117,1393318203,'ATR-R27 ATR-R27 ',1),(580,55,116,1393318203,'ATR-R27 ATR-R27 ',1),(581,55,115,1393318203,'ATR-R27 ATR-R27 ',1),(582,55,125,1393318203,'ATS-R30-4D30HX ATS-R30-4D30HX ',1),(583,55,124,1393318203,'ATS-R30-4C30HX ATS-R30-4C30HX ',1),(584,55,123,1393318203,'ATS-R30 ATS-R30 ',1),(585,55,122,1393318203,'ATS-R30 ATS-R30 ',1),(586,55,121,1393318203,'ATS-R30 ATS-R30 ',1),(587,55,131,1393318203,'ATS-R18-5D15HX ATS-R18-5D15HX ',1),(588,55,130,1393318203,'ATS-R18-5C15HX ATS-R18-5C15HX ',1),(589,55,129,1393318203,'ATS-R18-7W21HX ATS-R18-7W21HX ',1),(590,55,128,1393318203,'ATS-R18-7D21HX ATS-R18-7D21HX ',1),(591,55,127,1393318203,'ATS-R18-7C21HX ATS-R18-7C21HX ',1),(592,55,137,1393318203,'ATS-R40-4D15HX ATS-R40-4D15HX ',1),(593,55,136,1393318203,'ATS-R40-4C15HX ATS-R40-4C15HX ',1),(594,55,135,1393318203,'ATS-R40 ATS-R40 ',1),(595,55,134,1393318203,'ATS-R40 ATS-R40 ',1),(596,55,133,1393318203,'ATS-R40 ATS-R40 ',1),(597,57,327,1390625022,'A-5241BH A-5241BH ',1),(598,57,326,1390625022,'A-5241BG1 A-5241BG1 ',1),(599,57,325,1390625022,'A-5241AH A-5241AH ',1),(600,57,345,1390625022,'A-5263BG A-5263BG ',1),(601,57,344,1390625022,'A-5263AYG A-5263AYG ',1),(602,57,343,1390625022,'A-5261LB A-5261LB ',1),(603,57,342,1390625022,'A-5261HYG1 A-5261HYG1 ',1),(604,57,341,1390625022,'A-5261HG2 A-5261HG2 ',1),(605,57,340,1390625022,'A-5261HG A-5261HG ',1),(606,57,338,1390625022,'A-5261DSR A-5261DSR ',1),(607,57,339,1390625022,'A-5261EH A-5261EH ',1),(608,57,337,1390625022,'A-5261DH A-5261DH ',1),(609,57,336,1390625022,'A-5261BUW A-5261BUW ',1),(610,57,334,1390625022,'A-5261BH A-5261BH ',1),(611,57,335,1390625022,'A-5261BSR A-5261BSR ',1),(612,57,333,1390625022,'A-5261BG A-5261BG ',1),(613,57,332,1390625022,'A-5261BB A-5261BB ',1),(614,57,331,1390625022,'A-5261AYG A-5261AYG ',1),(615,57,330,1390625022,'A-5261AH A-5261AH ',1),(616,57,352,1390625022,'A-8201BUW A-8201BUW ',1),(617,57,351,1390625022,'A-8201AYG1 A-8201AYG1 ',1),(618,57,350,1390625022,'A-8201AG1 A-8201AG1 ',1),(619,57,309,1390625022,'A-10203FS A-10203FS ',1),(620,57,308,1390625022,'A-10203FH A-10203FH ',1),(621,57,307,1390625022,'A-10203FG A-10203FG ',1),(622,57,306,1390625022,'A-10203FB A-10203FB ',1),(623,57,305,1390625022,'A-10203ESA A-10203ESA ',1),(624,57,304,1390625022,'A-10203EH A-10203EH ',1),(625,57,303,1390625022,'A-10203BSY A-10203BSY ',1),(626,57,302,1390625022,'A-10203BH A-10203BH ',1),(627,57,301,1390625022,'A-10203BB A-10203BB ',1),(628,57,300,1390625022,'A-10203AH A-10203AH ',1),(630,57,359,1390625022,'A-3361AH A-3361AH ',1),(631,57,358,1390625022,'A-3361AG1 A-3361AG1 ',1),(632,57,357,1390625022,'A-3361AB A-3361AB ',1),(633,57,364,1390625022,'A-4301FUW A-4301FUW ',1),(634,57,363,1390625022,'A-4301FSY A-4301FSY ',1),(635,57,362,1390625022,'A-4301FSA A-4301FSA ',1),(636,57,377,1390625022,'A-5362BH A-5362BH ',1),(637,57,376,1390625022,'A-5361FH A-5361FH ',1),(638,57,375,1390625022,'A-5361FG1 A-5361FG1 ',1),(639,57,374,1390625022,'A-5361FG A-5361FG ',1),(640,57,373,1390625022,'A-5361CG A-5361CG ',1),(641,57,372,1390625022,'A-5361BH A-5361BH ',1),(642,57,371,1390625022,'A-5361BG1 A-5361BG1 ',1),(643,57,370,1390625022,'A-5361BG A-5361BG ',1),(644,57,369,1390625022,'A-5361ASY A-5361ASY ',1),(645,57,368,1390625022,'A-5361AS A-5361AS ',1),(646,57,367,1390625022,'A-5361AH A-5361AH ',1),(647,57,381,1390625022,'A-8302EH A-8302EH ',1),(648,57,380,1390625022,'A-8302BSY A-8302BSY ',1),(649,57,379,1390625022,'A-8302AH A-8302AH ',1),(650,57,383,1390625022,'A-2451FS A-2451FS ',1),(651,57,384,1390625022,'A-2451BH A-2451BH ',1),(652,57,390,1390625022,'A-2481AH A-2481AH ',1),(653,57,389,1390625022,'A-2481BH A-2481BH ',1),(654,57,388,1390625022,'A-2481CH A-2481CH ',1),(655,57,387,1390625022,'A-2481HG A-2481HG ',1),(656,57,386,1390625022,'A-2481CG A-2481CG ',1),(657,1,13,1408525468,'IT专员 专员 工作 公司 职位 网络 故障 要求 维护 以上 经验 排除 设置 发布 负责 其他 安装 硬件 诊断 配置 处理 熟练 计算机 常见 熟悉 协作 团队 精神 路由器 电话 打印机 软件 维修 布置 上网 管理 网站 意识 安全 网络设备 办公 原理 方法 网络安全 交换机 数据 男性 语言 人数 招聘 英语 描述 范围 薪水 面议 职能 认真 日期 地点 黄浦 学历 服务器 设备 组建 扫描仪 尽量 邮箱 无法 内容 撤销 传真机 数据库 汇报 本科 每周 网站设计 优先 考虑 领导 直属 日常 工程 系统 开发 流程 作业 实施 大专 电脑 及时 并且 访问 流量 控制 记录 做好 统计 组装 驱动',1),(658,1,14,1408670997,'Toplite and other four companies listed on the national share transfer system Toplite ',1),(659,1,15,1408671183,'Successful Listing of Shanghai Toplite Technology Co.Ltd Successful Listing of Shanghai ',1),(660,1,16,1407807240,'Shanghai international lighting fair Shanghai international lighting fair ',1),(661,1,17,1404351540,'Shanghai international lighting fair 2014 Booth NO.: E2-037 欢迎访问 PHPCMS 网站管理系统 ',1),(662,1,18,1403228520,'LI Jiansheng, chairman of the Toplite: COB packaging to a foregone conclusion LI Jiansheng ',1),(663,1,19,1402364700,'Hosted \\\"2014 Chinese bright line\\\" Hosted 2014 Chinese bright line ',1),(664,1,20,1402192080,'Guangzhou International Lighting Exhibition Guangzhou International ',1),(665,62,1,1408677314,'TE-AR20 TE-AR20 产品 型号 功率 最大',1),(666,62,2,1408677477,'ATL-AB44 ATL-AB44 宋体',1),(667,62,3,1408677513,'ATS-R18 ATS-R18 Series 宋体',1),(668,62,4,1408677544,'ATE-R11 ATE-R11 宋体',1),(670,62,6,1408677579,'ATE-R23 ATE-R23 宋体',1),(727,62,33,1409110459,'ATE-R7 ATE-R7 角度 灯具 直接 散热 配合 制造 现象 一体化 实现 各种 成本 制作 节约 简单 无需 经过 伤害 高温 避免 工艺 组装 主要 天花 轨道 运用',1),(676,1,21,1384313280,'LiJiansheng teach you 2013 Engineering ',1),(677,1,22,1339299000,'2012 Lighting Fair: Shanghai Toplite showcase the new scheme of lighting 欢迎访问 PHPCMS 网站管理系统 ',1),(678,1,23,1387251000,'Toplite Technology: LED to replace traditional lighting still need sometime ',1),(679,1,24,1401247860,'To establish enterprise value of Toplit ',1),(680,53,7,1390360773,'Yayi Gold Shop Yayi Gold Shop ',1),(681,62,12,1408938684,'43711 Series 描述 型号',1),(682,62,13,1408942862,'3388 Series 尺寸 描述 型号 颜色 最小',1),(683,62,14,1408942893,'1088 Series 1088系列 描述 尺寸 型号 系列 颜色',1),(684,62,15,1408942934,'788 Series 788系列 描述 尺寸 型号 系列 颜色',1),(685,62,16,1408942956,'3457 Series 3457系列 系列 颜色 尺寸 型号 描述',1),(686,62,17,1408943007,'5461 Series 5461系列 描述 型号 系列 颜色 典型 最小',1),(687,62,18,1408943218,'4301 Series 4301系列 典型 型号 系列 描述 最小 颜色',1),(688,62,19,1408943247,'10203 Series 颜色 描述 型号 最小 典型',1),(689,62,20,1408943298,'4201 Series 4201系列 描述 型号 系列 颜色 典型 最小',1),(690,62,21,1408943757,'5161 Series 5161系列 颜色 型号 描述 系列 最小 典型',1),(691,55,191,1407485649,'ATE-R14-10W27HX ATE-R14-10W27HX ',1),(728,62,34,1409110506,'ATE-R11 ATE-R11 ',1),(729,62,35,1409110541,'ATE-R20 ATE-R20 ',1),(730,62,36,1409110583,'ATL-B36 ATL-B36 ',1),(694,55,176,1406807661,'ATE-R23-30Y36HX ATE-R23-30Y36HX ',1),(695,53,6,1390360447,'Yan’an Road Yan’an Road ',1),(696,53,5,1390360165,'The bridges over the Suzhou River The bridges over the Suzhou River ',1),(697,58,133,1392627064,'A-14117B1S A-14117B1S ',1),(698,53,4,1390359907,'Expo Bus Expo Bus ',1),(699,53,3,1390358659,'Expo Theme Pavilion Expo Theme Pavilion 玻璃 光大 白色 功率 面的 幕墙 安装 建筑 之间 采用了',1),(700,55,220,1407993199,'ATL-2506-1W3HD ATL-2506-1W3HD ',1),(701,55,205,1407493006,'ATL-B36-4W36HX ATL-B36-4W36HX ',1),(702,55,182,1406817770,'ATL-B4-4W27HX ATL-B4-4W27HX ',1),(703,55,210,1407983736,'ATE-AR20-13W220HB ATE-AR20-13W220HB ',1),(704,55,212,1407983971,'ATR-AR38-9W220HB ATR-AR38-9W220HB ',1),(705,55,214,1407984834,'ATL-AB44-9W220HC ATL-AB44-9W220HC ',1),(706,55,196,1407490944,'ATP-1818-20W30HX ATP-1818-20W30HX ',1),(707,55,216,1407988502,'ATL-B160-20W30HC ATL-B160-20W30HC ',1),(708,60,29,1392705011,'A-TBL-4260UW6-S A-TBL-4260UW6-S ',1),(709,60,28,1392705011,'A-TBL-5078UW6-S A-TBL-5078UW6-S ',1),(710,60,27,1392705011,'A-TBL-2856UR6-S A-TBL-2856UR6-S ',1),(711,60,26,1392705011,'A-TBL-89164UW16 A-TBL-89164UW16 ',1),(712,64,3,1408345813,'A-B05ZB A-B05ZB ',1),(713,64,12,1408346823,'A-L1105ZG A-L1105ZG ',1),(714,64,14,1408348981,'A-08012FB A-08012FB ',1),(715,64,15,1408350012,'A-08012FG A-08012FG ',1),(716,64,26,1408351048,'A-R3006 A-R3006 ',1),(732,62,38,1409110846,'ATE-R11 ATE-R11 ',1),(718,62,24,1409104556,'ATE-R23 ATE-R23 ',1),(719,62,25,1409109736,'ATS-R18 ATS-R18 ',1),(720,62,26,1409109821,'ATE-AR20 ATE-AR20 ',1),(721,62,27,1409109968,'ATL-AB44 ATL-AB44 ',1),(722,62,28,1409110098,'5461 Series 5461 ',1),(723,62,29,1409110177,'4301 Series ',1),(724,62,30,1409110226,'10203 Series 10203 Series ',1),(725,62,31,1409110270,'4201 Series 4201 Series ',1),(726,62,32,1409110326,'5161 Series 5161 Series ',1),(731,62,37,1409110736,'ATR-R27 ATR-R27 ',1),(738,55,175,1406807578,'ATE-R23-30W36HX ATE-R23-30W36HX ',1),(739,55,33,1393318203,'ATE-R23-38W36HX ATE-R23 ',1),(740,55,32,1393318203,'ATE-R23-38D36HX ATE-R23-38D36HX ',1),(741,55,31,1393318203,'ATE-R23-38C36HX ATE-R23-38C36HX ',1),(742,55,194,1407488113,'ATR-R27-4C90HX ATR-R27-4C90HX ',1),(743,55,193,1407488024,'ATR-R27-4D90HX ATR-R27-4D90HX ',1),(744,55,192,1407487948,'ATR-R27-4W90HX ATR-R27-4W90HX ',1),(745,55,208,1407494639,'ATL-B36-4W18HX ATL-B36-4W18HX ',1),(746,55,207,1407494570,'ATL-B36-4D18HX ATL-B36-4D18HX ',1),(747,55,206,1407494415,'ATL-B36-4C18HX ATL-B36-4C18HX ',1),(748,55,181,1406817714,'ATL-B4-4D27HX ATL-B4-4D27HX ',1),(749,55,180,1406817634,'ATL-B4-4C27HX ATL-B4-4C27HX ',1),(750,54,5,1409195694,'COB manual COB manual ',1),(751,55,215,1407985064,'ATL-AB44-9D220HD ATL-AB44-9D220HD ',1),(752,1,25,1403256420,'The world\\\'s largest exhibition and LED lighting industry event The world\\\\\\\'s largest exhibition ',1),(753,55,226,1409538159,'ATE-R8-3Y36HX ATE-R8-3Y36HX ',1),(754,55,227,1409538258,'ATE-R8-3W36HX ATE-R8-3W36HX ',1),(755,55,228,1409538322,'ATE-R8-3D36HX ATE-R8-3D36HX ',1),(756,55,229,1409538647,'ATE-R8-3C36HX ATE-R8-3C36HX ',1),(757,55,231,1409538777,'ATE-R8-4W36HX ATE-R8-4W36HX ',1),(758,55,232,1409539502,'ATE-R8-4D36HX ATE-R8-4D36HX ',1),(759,55,233,1409540387,'ATE-R8-4C36HX ATE-R8-4C36HX ',1),(760,55,234,1409540445,'ATE-R8-5Y36HX ATE-R8-5Y36HX ',1),(761,55,235,1409540494,'ATE-R8-5W36HX ATE-R8-5W36HX ',1),(762,55,236,1409541181,'ATE-R8-5D36HX ATE-R8-5D36HX ',1),(763,55,237,1409541233,'ATE-R8-5C36HX ATE-R8-5C36HX ',1),(768,55,203,1407492298,'ATP-2424-40D30HX ATP-2424-40D30HX ',1),(769,55,211,1407983889,'ATE-AR20-13D220HC ATE-AR20-13D220HC ',1),(770,55,202,1407492228,'ATP-2424-40W30HX ATP-2424-40W30HX ',1),(771,55,201,1407492185,'ATP-2424-60C30HX ATP-2424-60C30HX ',1),(772,55,199,1407492068,'ATP-2424-60W30HX ATP-2424-60W30HX ',1),(773,55,198,1407491637,'ATP-2424-80W30HX ATP-2424-80W30HX ',1),(774,55,200,1407492116,'ATP-2424-60D30HX ATP-2424-60D30HX ',1),(775,55,217,1407992512,'ATL-B160-20D30HC ATL-B16020D30HC ',1),(776,55,219,1407993026,'ATL-B160-30D30HC ATL-B160-30D30HC ',1),(777,55,218,1407992660,'ATL-B160-30W30HC ATL-B160-30W30HC ',1),(778,55,101,1393318203,'ATL-S40-4C27HX ATL-S40-4C27HX ',1),(779,55,209,1407495255,'ATL-S40-4W27HX ATL-S40-4W27HX ',1),(780,55,77,1393318203,'ATL-S72-4D27HX ATL-S72-4D27HX ',1),(781,55,76,1393318203,'ATL-S72-4C27HX ATL-S72-4C27HX ',1),(782,55,184,1406818216,'ATL-X4-12 X ATL-X4-12 X ',1),(783,55,183,1406818138,'ATL-X4-12 X ATL-X4-12 X ',1),(784,55,185,1406818266,'ATL-X4-12 X ATL-X4-12 X ',1),(785,55,221,1407995257,'ATL-2506-1D3HE ATL-2506-1D3HE ',1),(786,55,222,1407995358,'ATL-2506-1C3HD ATL-2506-1C3HD ',1); /*!40000 ALTER TABLE `dh_search` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_search_keyword` -- DROP TABLE IF EXISTS `dh_search_keyword`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_search_keyword` ( `keyword` char(20) NOT NULL, `pinyin` char(20) NOT NULL, `searchnums` int(10) unsigned NOT NULL, `data` char(20) NOT NULL, UNIQUE KEY `keyword` (`keyword`), UNIQUE KEY `pinyin` (`pinyin`), FULLTEXT KEY `data` (`data`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_search_keyword` -- LOCK TABLES `dh_search_keyword` WRITE; /*!40000 ALTER TABLE `dh_search_keyword` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_search_keyword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_session` -- DROP TABLE IF EXISTS `dh_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_session` ( `sessionid` char(32) NOT NULL, `userid` mediumint(8) unsigned NOT NULL default '0', `ip` char(15) NOT NULL, `lastvisit` int(10) unsigned NOT NULL default '0', `roleid` tinyint(3) unsigned default '0', `groupid` tinyint(3) unsigned NOT NULL default '0', `m` char(20) NOT NULL, `c` char(20) NOT NULL, `a` char(20) NOT NULL, `data` char(255) NOT NULL, PRIMARY KEY (`sessionid`), KEY `lastvisit` (`lastvisit`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_session` -- LOCK TABLES `dh_session` WRITE; /*!40000 ALTER TABLE `dh_session` DISABLE KEYS */; INSERT INTO `dh_session` VALUES ('km8bhppoicevgglumkg8smtbt5',1,'114.92.186.69',1481719484,1,0,'admin','index','public_session_life','code|s:0:\"\";userid|s:1:\"1\";roleid|s:1:\"1\";pc_hash|s:6:\"Ql43BW\";lock_screen|i:0;'); /*!40000 ALTER TABLE `dh_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_site` -- DROP TABLE IF EXISTS `dh_site`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_site` ( `siteid` smallint(5) unsigned NOT NULL auto_increment, `name` char(30) default '', `dirname` char(255) default '', `domain` char(255) default '', `site_title` char(255) default '', `keywords` char(255) default '', `description` char(255) default '', `release_point` text, `default_style` char(50) default NULL, `template` text, `setting` mediumtext, `uuid` char(40) default '', PRIMARY KEY (`siteid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_site` -- LOCK TABLES `dh_site` WRITE; /*!40000 ALTER TABLE `dh_site` DISABLE KEYS */; INSERT INTO `dh_site` VALUES (1,'上海鼎晖科技股份有限公司','','http://www.topliteusa.com/','上海鼎晖科技股份有限公司','上海鼎晖科技股份有限公司','上海鼎晖科技股份有限公司','','default','default','array (\n \'upload_maxsize\' => \'204800\',\n \'upload_allowext\' => \'jpg|jpeg|gif|bmp|png|doc|docx|xls|xlsx|ppt|pptx|pdf|txt|rar|zip|swf\',\n \'watermark_enable\' => \'0\',\n \'watermark_minwidth\' => \'300\',\n \'watermark_minheight\' => \'300\',\n \'watermark_img\' => \'statics/images/water//mark.png\',\n \'watermark_pct\' => \'85\',\n \'watermark_quality\' => \'80\',\n \'watermark_pos\' => \'9\',\n)','f11e19d7-7e50-11e3-8638-9a778845c1f7'); /*!40000 ALTER TABLE `dh_site` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_smd` -- DROP TABLE IF EXISTS `dh_smd`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_smd` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` varchar(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` mediumtext NOT NULL, `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', `Lens` varchar(255) NOT NULL default '', `Viewing` varchar(255) NOT NULL default '', `Emitting` varchar(255) NOT NULL default '', `Wavelength` varchar(255) NOT NULL default '', `Min` varchar(255) NOT NULL default '', `Typ` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_smd` -- LOCK TABLES `dh_smd` WRITE; /*!40000 ALTER TABLE `dh_smd` DISABLE KEYS */; INSERT INTO `dh_smd` VALUES (1,13,0,'A-2012BUW-S','','','A-2012BUW-S','2 00*1 25mm 1W WHITE SMD LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=1',0,99,1,0,'dhadmin',1392702830,1405908227,'Yellow Diffused','120','WHITE','460','1000','1300'),(2,13,0,'A-1608BUW-S','','','A-1608BUW-S','1 6*0 8mm 0 5W WHITE SMD LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=2',0,99,1,0,'dhadmin',1392702830,1405908206,'Yellow Diffused','120','WHITE','460','1900','2200'),(3,13,0,'A-5730BUW-S','','','A-5730BUW-S','5 7*3 0mm 1W WHITE SMD LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=3',0,99,1,0,'dhadmin',1392702830,1405908182,'Yellow Diffused','120','WHITE','460','16500','17250'),(4,13,0,'A-5630BUW-S','','http://www.topliteusa.com/uploadfile/2014/0314/20140314105233658.jpg','A-5630BUW-S','5 6*3 0mm 0 5W WHITE SMD LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=4',0,99,1,0,'dhadmin',1392702830,1405908161,'Yellow Diffused','120','WHITE','460','','9000'),(5,13,0,'A-5050BUW-S','','http://www.topliteusa.com/uploadfile/2014/0314/20140314104450545.jpg','A-5050BUW-S','5 3*5 0mm 0 5W WHITE SMD LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=5',0,99,1,0,'dhadmin',1392702830,1405908140,'Yellow Diffused','120','WHITE','460','4750','6500'),(6,13,0,'A-3528BUW-S','','http://www.topliteusa.com/uploadfile/2014/0314/20140314105108342.jpg','A-3528BUW-S','3 2*2 8mm 1W WHITE SMD LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=6',0,99,1,0,'dhadmin',1392702830,1405908119,'Yellow Diffused','120','WHITE','460','2000','2300'),(7,13,0,'A-3014BUW-S','','http://www.topliteusa.com/uploadfile/2014/0313/20140313020847381.jpg','A-3014BUW-S','3 0*1 4mm 1W WHITE SMD LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=7',0,99,1,0,'dhadmin',1392702830,1405908098,'Yellow Diffused','120','WHITE','460','1800','2100'); /*!40000 ALTER TABLE `dh_smd` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_smd1` -- DROP TABLE IF EXISTS `dh_smd1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_smd1` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` varchar(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` mediumtext NOT NULL, `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', `Lens` varchar(255) NOT NULL default '', `Viewing` varchar(255) NOT NULL default '', `Emitting` varchar(255) NOT NULL default '', `Wavelength` varchar(255) NOT NULL default '', `Min` varchar(255) NOT NULL default '', `Typ` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_smd1` -- LOCK TABLES `dh_smd1` WRITE; /*!40000 ALTER TABLE `dh_smd1` DISABLE KEYS */; INSERT INTO `dh_smd1` VALUES (1,13,0,'A-2012BUW-S','','','A-2012BUW-S','2.00*1.25mm 1W WHITE SMD LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=1',0,99,1,0,'dhadmin',1392702830,1392702830,'Yellow Diffused','120','WHITE','460','1000','1300'),(2,13,0,'A-1608BUW-S','','','A-1608BUW-S','1.6*0.8mm 0.5W WHITE SMD LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=2',0,99,1,0,'dhadmin',1392702830,1392702830,'Yellow Diffused','120','WHITE','460','1900','2200'),(3,13,0,'A-5730BUW-S','','','A-5730BUW-S','5.7*3.0mm 1W WHITE SMD LED',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=3',0,99,1,0,'dhadmin',1392702830,1392702830,'Yellow Diffused','120','WHITE','460','16500','17250'),(4,13,0,'A-5630BUW-S','','http://www.topliteusa.com/uploadfile/2014/0314/20140314105233658.jpg','A-5630BUW-S','5 6*3 0mm 0 5W WHITE SMD LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=4',0,99,1,0,'dhadmin',1392702830,1394765567,'Yellow Diffused','120','WHITE','460','','9000'),(5,13,0,'A-5050BUW-S','','http://www.topliteusa.com/uploadfile/2014/0314/20140314104450545.jpg','A-5050BUW-S','5 3*5 0mm 0 5W WHITE SMD LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=5',0,99,1,0,'dhadmin',1392702830,1394765507,'Yellow Diffused','120','WHITE','460','4750','6500'),(6,13,0,'A-3528BUW-S','','http://www.topliteusa.com/uploadfile/2014/0314/20140314105108342.jpg','A-3528BUW-S','3 2*2 8mm 1W WHITE SMD LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=6',0,99,1,0,'dhadmin',1392702830,1394765485,'Yellow Diffused','120','WHITE','460','2000','2300'),(7,13,0,'A-3014BUW-S','','http://www.topliteusa.com/uploadfile/2014/0313/20140313020847381.jpg','A-3014BUW-S','3 0*1 4mm 1W WHITE SMD LED',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=13&id=7',0,99,1,0,'dhadmin',1392702830,1394764969,'Yellow Diffused','120','WHITE','460','1800','2100'); /*!40000 ALTER TABLE `dh_smd1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_smd_data` -- DROP TABLE IF EXISTS `dh_smd_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_smd_data` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `Spec` mediumtext NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_smd_data` -- LOCK TABLES `dh_smd_data` WRITE; /*!40000 ALTER TABLE `dh_smd_data` DISABLE KEYS */; INSERT INTO `dh_smd_data` VALUES (1,'2.00*1.25mm 1W WHITE SMD LED',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-2012BUW-S.pdf\',\n \'filename\' => \'\',\n ),\n)'),(2,'1.6*0.8mm 0.5W WHITE SMD LED',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-1608BUW-S.pdf\',\n \'filename\' => \'\',\n ),\n)'),(3,'5.7*3.0mm 1W WHITE SMD LED',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-5730BUW-S.pdf\',\n \'filename\' => \'\',\n ),\n)'),(4,'5.6*3.0mm 0.5W WHITE SMD LED',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-5630BUW-S.pdf\',\n \'filename\' => \'\',\n ),\n)'),(5,'5.3*5.0mm 0.5W WHITE SMD LED',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-5050BUW-S.pdf\',\n \'filename\' => \'\',\n ),\n)'),(6,'3.2*2.8mm 1W WHITE SMD LED',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-3528BUW-S.pdf\',\n \'filename\' => \'\',\n ),\n)'),(7,'3.0*1.4mm 1W WHITE SMD LED',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-3014BUW-S.pdf\',\n \'filename\' => \'\',\n ),\n)'); /*!40000 ALTER TABLE `dh_smd_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_smd_data1` -- DROP TABLE IF EXISTS `dh_smd_data1`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_smd_data1` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `Spec` mediumtext NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_smd_data1` -- LOCK TABLES `dh_smd_data1` WRITE; /*!40000 ALTER TABLE `dh_smd_data1` DISABLE KEYS */; INSERT INTO `dh_smd_data1` VALUES (1,'2.00*1.25mm 1W WHITE SMD LED',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-2012BUW-S.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(2,'1.6*0.8mm 0.5W WHITE SMD LED',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-1608BUW-S.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(3,'5.7*3.0mm 1W WHITE SMD LED',0,'',0,10000,'',0,1,'','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-5730BUW-S.pdf\',\r\n \'filename\' => \'\',\r\n )\r\n)'),(4,'5.6*3.0mm 0.5W WHITE SMD LED',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-5630BUW-S.pdf\',\n \'filename\' => \'\',\n ),\n)'),(5,'5.3*5.0mm 0.5W WHITE SMD LED',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-5050BUW-S.pdf\',\n \'filename\' => \'\',\n ),\n)'),(6,'3.2*2.8mm 1W WHITE SMD LED',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-3528BUW-S.pdf\',\n \'filename\' => \'\',\n ),\n)'),(7,'3.0*1.4mm 1W WHITE SMD LED',0,'',0,10000,'',0,1,'','array (\n 0 => \n array (\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/pdf/A-3014BUW-S.pdf\',\n \'filename\' => \'\',\n ),\n)'); /*!40000 ALTER TABLE `dh_smd_data1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_sms_report` -- DROP TABLE IF EXISTS `dh_sms_report`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_sms_report` ( `id` bigint(15) NOT NULL auto_increment, `mobile` varchar(11) NOT NULL, `posttime` int(10) unsigned NOT NULL default '0', `id_code` varchar(10) NOT NULL, `msg` varchar(90) NOT NULL, `send_userid` mediumint(8) unsigned NOT NULL default '0', `status` tinyint(2) NOT NULL default '0', `return_id` varchar(30) NOT NULL, `ip` varchar(15) NOT NULL, PRIMARY KEY (`id`), KEY `mobile` (`mobile`,`posttime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_sms_report` -- LOCK TABLES `dh_sms_report` WRITE; /*!40000 ALTER TABLE `dh_sms_report` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_sms_report` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_special` -- DROP TABLE IF EXISTS `dh_special`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_special` ( `id` smallint(5) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `aid` int(10) unsigned NOT NULL default '0', `title` char(60) NOT NULL, `typeids` char(100) NOT NULL, `thumb` char(100) NOT NULL, `banner` char(100) NOT NULL, `description` char(255) NOT NULL, `url` char(100) NOT NULL, `ishtml` tinyint(1) unsigned NOT NULL default '0', `ispage` tinyint(1) unsigned NOT NULL, `filename` char(40) NOT NULL, `pics` char(100) NOT NULL, `voteid` char(60) NOT NULL, `style` char(20) NOT NULL, `index_template` char(40) NOT NULL, `list_template` char(40) NOT NULL, `show_template` char(60) NOT NULL, `css` text NOT NULL, `username` char(40) NOT NULL, `userid` mediumint(8) unsigned NOT NULL default '0', `createtime` int(10) unsigned NOT NULL default '0', `listorder` smallint(5) unsigned NOT NULL, `elite` tinyint(1) unsigned NOT NULL default '0', `disabled` tinyint(1) unsigned NOT NULL default '0', `isvideo` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `disabled` (`disabled`,`siteid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_special` -- LOCK TABLES `dh_special` WRITE; /*!40000 ALTER TABLE `dh_special` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_special` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_special_c_data` -- DROP TABLE IF EXISTS `dh_special_c_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_special_c_data` ( `id` mediumint(8) unsigned NOT NULL default '0', `author` varchar(40) NOT NULL, `content` text NOT NULL, `paginationtype` tinyint(1) unsigned NOT NULL default '0', `maxcharperpage` mediumint(6) unsigned NOT NULL default '0', `style` char(20) NOT NULL, `show_template` varchar(30) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_special_c_data` -- LOCK TABLES `dh_special_c_data` WRITE; /*!40000 ALTER TABLE `dh_special_c_data` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_special_c_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_special_content` -- DROP TABLE IF EXISTS `dh_special_content`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_special_content` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `specialid` smallint(5) unsigned NOT NULL default '0', `title` char(80) NOT NULL, `style` char(24) NOT NULL, `typeid` smallint(5) unsigned NOT NULL default '0', `thumb` char(100) NOT NULL, `keywords` char(40) NOT NULL, `description` char(255) NOT NULL, `url` char(100) NOT NULL, `curl` char(15) NOT NULL, `listorder` mediumint(8) unsigned NOT NULL default '0', `userid` mediumint(8) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', `searchid` mediumint(8) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `isdata` tinyint(1) unsigned NOT NULL default '0', `videoid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `specialid` (`specialid`,`typeid`,`isdata`), KEY `typeid` (`typeid`,`isdata`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_special_content` -- LOCK TABLES `dh_special_content` WRITE; /*!40000 ALTER TABLE `dh_special_content` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_special_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_sphinx_counter` -- DROP TABLE IF EXISTS `dh_sphinx_counter`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_sphinx_counter` ( `counter_id` int(11) unsigned NOT NULL, `max_doc_id` int(11) unsigned NOT NULL, PRIMARY KEY (`counter_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_sphinx_counter` -- LOCK TABLES `dh_sphinx_counter` WRITE; /*!40000 ALTER TABLE `dh_sphinx_counter` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_sphinx_counter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_sso_admin` -- DROP TABLE IF EXISTS `dh_sso_admin`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_sso_admin` ( `id` smallint(6) NOT NULL auto_increment, `username` char(20) NOT NULL, `password` char(32) NOT NULL, `encrypt` char(6) default NULL, `issuper` tinyint(1) default '0', `lastlogin` int(10) default NULL, `ip` char(15) default NULL, PRIMARY KEY (`id`), UNIQUE KEY `username` (`username`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_sso_admin` -- LOCK TABLES `dh_sso_admin` WRITE; /*!40000 ALTER TABLE `dh_sso_admin` DISABLE KEYS */; INSERT INTO `dh_sso_admin` VALUES (1,'dhadmin','4e3dc46b2646e366c62d8cf17eced3c4','VkbV3s',1,0,''); /*!40000 ALTER TABLE `dh_sso_admin` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_sso_applications` -- DROP TABLE IF EXISTS `dh_sso_applications`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_sso_applications` ( `appid` smallint(6) unsigned NOT NULL auto_increment, `type` char(16) NOT NULL default '', `name` char(20) NOT NULL default '', `url` char(255) NOT NULL default '', `authkey` char(255) NOT NULL default '', `ip` char(15) NOT NULL default '', `apifilename` char(30) NOT NULL default 'phpsso.php', `charset` char(8) NOT NULL default '', `synlogin` tinyint(1) NOT NULL default '0', PRIMARY KEY (`appid`), KEY `synlogin` (`synlogin`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_sso_applications` -- LOCK TABLES `dh_sso_applications` WRITE; /*!40000 ALTER TABLE `dh_sso_applications` DISABLE KEYS */; INSERT INTO `dh_sso_applications` VALUES (1,'phpcms_v9','phpcms v9','http://127.0.0.1/dinghui/','dzz71ciNHgopugSz9GIbOcYSf9IPqbQc','','api.php?op=phpsso','utf-8',1); /*!40000 ALTER TABLE `dh_sso_applications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_sso_members` -- DROP TABLE IF EXISTS `dh_sso_members`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_sso_members` ( `uid` int(10) unsigned NOT NULL auto_increment, `username` char(20) NOT NULL default '', `password` char(32) NOT NULL default '', `random` char(8) NOT NULL default '', `email` char(32) NOT NULL default '', `regip` char(15) NOT NULL default '', `regdate` int(10) unsigned NOT NULL default '0', `lastip` char(15) NOT NULL default '0', `lastdate` int(10) unsigned NOT NULL default '0', `appname` char(15) NOT NULL, `type` enum('app','connect') default NULL, `avatar` tinyint(1) NOT NULL default '0', `ucuserid` mediumint(8) unsigned default '0', PRIMARY KEY (`uid`), UNIQUE KEY `username` (`username`), KEY `email` (`email`), KEY `ucuserid` (`ucuserid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_sso_members` -- LOCK TABLES `dh_sso_members` WRITE; /*!40000 ALTER TABLE `dh_sso_members` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_sso_members` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_sso_messagequeue` -- DROP TABLE IF EXISTS `dh_sso_messagequeue`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_sso_messagequeue` ( `id` int(10) unsigned NOT NULL auto_increment, `operation` char(32) NOT NULL, `succeed` tinyint(1) NOT NULL default '0', `totalnum` smallint(6) unsigned NOT NULL default '0', `noticedata` mediumtext NOT NULL, `dateline` int(10) unsigned NOT NULL default '0', `appstatus` mediumtext, PRIMARY KEY (`id`), KEY `dateline` (`dateline`), KEY `succeed` (`succeed`,`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_sso_messagequeue` -- LOCK TABLES `dh_sso_messagequeue` WRITE; /*!40000 ALTER TABLE `dh_sso_messagequeue` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_sso_messagequeue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_sso_session` -- DROP TABLE IF EXISTS `dh_sso_session`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_sso_session` ( `sessionid` char(32) NOT NULL, `userid` mediumint(8) unsigned NOT NULL default '0', `ip` char(15) NOT NULL, `lastvisit` int(10) unsigned NOT NULL default '0', `roleid` tinyint(3) unsigned default '0', `groupid` tinyint(3) unsigned NOT NULL default '0', `m` char(20) NOT NULL, `c` char(20) NOT NULL, `a` char(20) NOT NULL, `data` char(255) NOT NULL, PRIMARY KEY (`sessionid`), KEY `lastvisit` (`lastvisit`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_sso_session` -- LOCK TABLES `dh_sso_session` WRITE; /*!40000 ALTER TABLE `dh_sso_session` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_sso_session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_sso_settings` -- DROP TABLE IF EXISTS `dh_sso_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_sso_settings` ( `name` varchar(32) NOT NULL default '', `data` text NOT NULL, PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_sso_settings` -- LOCK TABLES `dh_sso_settings` WRITE; /*!40000 ALTER TABLE `dh_sso_settings` DISABLE KEYS */; INSERT INTO `dh_sso_settings` VALUES ('denyemail',''),('denyusername',''),('creditrate',''),('sp4',''),('ucenter',''); /*!40000 ALTER TABLE `dh_sso_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_tag` -- DROP TABLE IF EXISTS `dh_tag`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_tag` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `tag` text NOT NULL, `name` char(40) NOT NULL, `type` tinyint(1) unsigned NOT NULL default '0', `module` char(20) NOT NULL, `action` char(20) NOT NULL, `data` text NOT NULL, `page` char(15) NOT NULL, `return` char(20) NOT NULL, `cache` mediumint(8) unsigned NOT NULL default '0', `num` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_tag` -- LOCK TABLES `dh_tag` WRITE; /*!40000 ALTER TABLE `dh_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_template_bak` -- DROP TABLE IF EXISTS `dh_template_bak`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_template_bak` ( `id` int(10) NOT NULL auto_increment, `creat_at` int(10) unsigned default '0', `fileid` char(50) default NULL, `userid` mediumint(8) default NULL, `username` char(20) default NULL, `template` text, PRIMARY KEY (`id`), KEY `fileid` (`fileid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_template_bak` -- LOCK TABLES `dh_template_bak` WRITE; /*!40000 ALTER TABLE `dh_template_bak` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_template_bak` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_times` -- DROP TABLE IF EXISTS `dh_times`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_times` ( `username` char(40) NOT NULL, `ip` char(15) NOT NULL, `logintime` int(10) unsigned NOT NULL default '0', `isadmin` tinyint(1) NOT NULL default '0', `times` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`username`,`isadmin`) ) ENGINE=MEMORY DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_times` -- LOCK TABLES `dh_times` WRITE; /*!40000 ALTER TABLE `dh_times` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_times` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_type` -- DROP TABLE IF EXISTS `dh_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_type` ( `typeid` smallint(5) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `module` char(15) NOT NULL, `modelid` smallint(5) unsigned NOT NULL default '0', `name` char(30) NOT NULL, `parentid` smallint(5) unsigned NOT NULL default '0', `typedir` char(20) NOT NULL, `url` char(100) NOT NULL, `template` char(30) NOT NULL, `listorder` smallint(5) unsigned NOT NULL default '0', `description` varchar(255) NOT NULL, PRIMARY KEY (`typeid`), KEY `module` (`module`,`parentid`,`siteid`,`listorder`) ) ENGINE=MyISAM AUTO_INCREMENT=65 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_type` -- LOCK TABLES `dh_type` WRITE; /*!40000 ALTER TABLE `dh_type` DISABLE KEYS */; INSERT INTO `dh_type` VALUES (52,1,'search',0,'专题',0,'special','','',4,'专题'),(1,1,'search',1,'新闻',0,'','','',1,'新闻模型搜索'),(2,1,'search',2,'下载',0,'','','',3,'下载模型搜索'),(3,1,'search',3,'图片',0,'','','',2,'图片模型搜索'),(53,1,'search',13,'成功案例',0,'','','',0,''),(54,1,'search',14,'业绩下载',0,'','','',0,''),(55,1,'search',15,'COB模组模型',0,'','','',0,''),(56,1,'search',16,'发光二极管模型',0,'','','',0,''),(57,1,'search',17,'数码管',0,'','','',0,''),(58,1,'search',18,'点阵模块',0,'','','',0,''),(59,1,'search',19,'SMD',0,'','','',0,''),(60,1,'search',20,'Backlight',0,'','','',0,''),(61,1,'search',21,'大功率LED零件',0,'','','',0,''),(62,1,'search',22,'首页产品推荐',0,'','','',0,''),(64,1,'search',24,'指示符',0,'','','',0,''); /*!40000 ALTER TABLE `dh_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_urlrule` -- DROP TABLE IF EXISTS `dh_urlrule`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_urlrule` ( `urlruleid` smallint(5) unsigned NOT NULL auto_increment, `module` varchar(15) NOT NULL, `file` varchar(20) NOT NULL, `ishtml` tinyint(1) unsigned NOT NULL default '0', `urlrule` varchar(255) NOT NULL, `example` varchar(255) NOT NULL, PRIMARY KEY (`urlruleid`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_urlrule` -- LOCK TABLES `dh_urlrule` WRITE; /*!40000 ALTER TABLE `dh_urlrule` DISABLE KEYS */; INSERT INTO `dh_urlrule` VALUES (1,'content','category',1,'{$categorydir}{$catdir}/index.html|{$categorydir}{$catdir}/{$page}.html','news/china/1000.html'),(6,'content','category',0,'index.php?m=content&c=index&a=lists&catid={$catid}|index.php?m=content&c=index&a=lists&catid={$catid}&page={$page}','index.php?m=content&c=index&a=lists&catid=1&page=1'),(11,'content','show',1,'{$year}/{$catdir}_{$month}{$day}/{$id}.html|{$year}/{$catdir}_{$month}{$day}/{$id}_{$page}.html','2010/catdir_0720/1_2.html'),(12,'content','show',1,'{$categorydir}{$catdir}/{$year}/{$month}{$day}/{$id}.html|{$categorydir}{$catdir}/{$year}/{$month}{$day}/{$id}_{$page}.html','it/product/2010/0720/1_2.html'),(16,'content','show',0,'index.php?m=content&c=index&a=show&catid={$catid}&id={$id}|index.php?m=content&c=index&a=show&catid={$catid}&id={$id}&page={$page}','index.php?m=content&c=index&a=show&catid=1&id=1'),(17,'content','show',0,'show-{$catid}-{$id}-{$page}.html','show-1-2-1.html'),(18,'content','show',0,'content-{$catid}-{$id}-{$page}.html','content-1-2-1.html'),(30,'content','category',0,'list-{$catid}-{$page}.html','list-1-1.html'); /*!40000 ALTER TABLE `dh_urlrule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_video` -- DROP TABLE IF EXISTS `dh_video`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_video` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` char(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` char(255) NOT NULL default '', `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', `vision` varchar(255) NOT NULL default '', `video_category` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_video` -- LOCK TABLES `dh_video` WRITE; /*!40000 ALTER TABLE `dh_video` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_video` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_video_content` -- DROP TABLE IF EXISTS `dh_video_content`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_video_content` ( `contentid` int(10) unsigned NOT NULL default '0', `modelid` smallint(5) unsigned NOT NULL default '0', `videoid` int(10) unsigned NOT NULL default '0', `listorder` smallint(5) unsigned NOT NULL default '0', KEY `videoid` (`videoid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_video_content` -- LOCK TABLES `dh_video_content` WRITE; /*!40000 ALTER TABLE `dh_video_content` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_video_content` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_video_data` -- DROP TABLE IF EXISTS `dh_video_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_video_data` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `video` tinyint(3) unsigned NOT NULL default '0', KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_video_data` -- LOCK TABLES `dh_video_data` WRITE; /*!40000 ALTER TABLE `dh_video_data` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_video_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_video_store` -- DROP TABLE IF EXISTS `dh_video_store`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_video_store` ( `videoid` int(10) unsigned NOT NULL auto_increment, `title` char(60) NOT NULL, `vid` char(40) NOT NULL, `keywords` char(40) NOT NULL, `description` char(255) NOT NULL, `status` tinyint(3) NOT NULL default '0', `listorder` smallint(5) unsigned NOT NULL default '0', `addtime` int(10) unsigned NOT NULL default '0', `userid` mediumint(8) unsigned NOT NULL default '0', `picpath` char(120) NOT NULL, `size` char(20) NOT NULL, `timelen` mediumint(9) NOT NULL default '0', `userupload` tinyint(1) NOT NULL default '0', `channelid` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`videoid`), KEY `videoid` (`videoid`,`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_video_store` -- LOCK TABLES `dh_video_store` WRITE; /*!40000 ALTER TABLE `dh_video_store` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_video_store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_vote_data` -- DROP TABLE IF EXISTS `dh_vote_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_vote_data` ( `userid` mediumint(8) unsigned default '0', `username` char(20) NOT NULL, `subjectid` mediumint(8) unsigned NOT NULL default '0', `time` int(10) unsigned NOT NULL default '0', `ip` char(15) NOT NULL, `data` text NOT NULL, `userinfo` text NOT NULL, KEY `subjectid` (`subjectid`), KEY `userid` (`userid`), KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_vote_data` -- LOCK TABLES `dh_vote_data` WRITE; /*!40000 ALTER TABLE `dh_vote_data` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_vote_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_vote_option` -- DROP TABLE IF EXISTS `dh_vote_option`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_vote_option` ( `optionid` mediumint(8) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned default '0', `subjectid` mediumint(8) unsigned NOT NULL default '0', `option` varchar(255) NOT NULL, `image` varchar(100) default NULL, `listorder` tinyint(2) unsigned default '0', PRIMARY KEY (`optionid`), KEY `subjectid` (`subjectid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_vote_option` -- LOCK TABLES `dh_vote_option` WRITE; /*!40000 ALTER TABLE `dh_vote_option` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_vote_option` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_vote_subject` -- DROP TABLE IF EXISTS `dh_vote_subject`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_vote_subject` ( `subjectid` mediumint(8) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned default '0', `subject` char(255) NOT NULL, `ismultiple` tinyint(1) unsigned NOT NULL default '0', `ischeckbox` tinyint(1) unsigned NOT NULL default '0', `credit` smallint(5) unsigned NOT NULL default '0', `addtime` int(10) unsigned NOT NULL default '0', `fromdate` date NOT NULL default '0000-00-00', `todate` date NOT NULL default '0000-00-00', `interval` tinyint(3) unsigned NOT NULL default '0', `enabled` tinyint(1) unsigned NOT NULL default '1', `template` char(20) NOT NULL, `description` text NOT NULL, `listorder` smallint(5) unsigned NOT NULL default '0', `allowguest` tinyint(1) unsigned NOT NULL default '1', `maxval` tinyint(2) unsigned NOT NULL default '0', `minval` tinyint(1) unsigned NOT NULL default '1', `allowview` tinyint(1) unsigned NOT NULL default '1', `optionnumber` tinyint(3) unsigned NOT NULL default '0', `votenumber` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`subjectid`), KEY `enabled` (`enabled`), KEY `fromdate` (`fromdate`,`todate`), KEY `todate` (`todate`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_vote_subject` -- LOCK TABLES `dh_vote_subject` WRITE; /*!40000 ALTER TABLE `dh_vote_subject` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_vote_subject` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_wap` -- DROP TABLE IF EXISTS `dh_wap`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_wap` ( `siteid` smallint(5) unsigned NOT NULL default '1', `sitename` char(30) NOT NULL, `logo` char(100) default NULL, `domain` varchar(100) default NULL, `setting` mediumtext, `status` tinyint(2) default NULL, PRIMARY KEY (`siteid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_wap` -- LOCK TABLES `dh_wap` WRITE; /*!40000 ALTER TABLE `dh_wap` DISABLE KEYS */; INSERT INTO `dh_wap` VALUES (1,'PHPCMS手机门户','/statics/images/wap/wlogo.gif','','array (\n \'listnum\' => \'10\',\n \'thumb_w\' => \'220\',\n \'thumb_h\' => \'0\',\n \'c_num\' => \'1000\',\n \'index_template\' => \'index\',\n \'category_template\' => \'category\',\n \'list_template\' => \'list\',\n \'show_template\' => \'show\',\n)',0); /*!40000 ALTER TABLE `dh_wap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_wap_type` -- DROP TABLE IF EXISTS `dh_wap_type`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_wap_type` ( `typeid` smallint(5) NOT NULL auto_increment, `cat` smallint(5) NOT NULL, `parentid` smallint(5) NOT NULL, `typename` varchar(30) NOT NULL, `siteid` smallint(5) NOT NULL, `listorder` smallint(5) default '0', PRIMARY KEY (`typeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_wap_type` -- LOCK TABLES `dh_wap_type` WRITE; /*!40000 ALTER TABLE `dh_wap_type` DISABLE KEYS */; /*!40000 ALTER TABLE `dh_wap_type` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_workflow` -- DROP TABLE IF EXISTS `dh_workflow`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_workflow` ( `workflowid` smallint(5) unsigned NOT NULL auto_increment, `siteid` smallint(5) unsigned NOT NULL default '0', `steps` tinyint(1) unsigned NOT NULL default '1', `workname` varchar(20) NOT NULL, `description` varchar(255) NOT NULL, `setting` text NOT NULL, `flag` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`workflowid`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_workflow` -- LOCK TABLES `dh_workflow` WRITE; /*!40000 ALTER TABLE `dh_workflow` DISABLE KEYS */; INSERT INTO `dh_workflow` VALUES (1,1,1,'一级审核','审核一次','',0),(2,1,2,'二级审核','审核两次','',0),(3,1,3,'三级审核','审核三次','',0),(4,1,4,'四级审核','四级审核','',0); /*!40000 ALTER TABLE `dh_workflow` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_zsf` -- DROP TABLE IF EXISTS `dh_zsf`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_zsf` ( `id` mediumint(8) unsigned NOT NULL auto_increment, `catid` smallint(5) unsigned NOT NULL default '0', `typeid` smallint(5) unsigned NOT NULL, `title` char(80) NOT NULL default '', `style` char(24) NOT NULL default '', `thumb` char(100) NOT NULL default '', `keywords` char(40) NOT NULL default '', `description` char(255) NOT NULL default '', `posids` tinyint(1) unsigned NOT NULL default '0', `url` char(100) NOT NULL, `listorder` tinyint(3) unsigned NOT NULL default '0', `status` tinyint(2) unsigned NOT NULL default '1', `sysadd` tinyint(1) unsigned NOT NULL default '0', `islink` tinyint(1) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `inputtime` int(10) unsigned NOT NULL default '0', `updatetime` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `status` (`status`,`listorder`,`id`), KEY `listorder` (`catid`,`status`,`listorder`,`id`), KEY `catid` (`catid`,`status`,`id`) ) ENGINE=MyISAM AUTO_INCREMENT=29 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_zsf` -- LOCK TABLES `dh_zsf` WRITE; /*!40000 ALTER TABLE `dh_zsf` DISABLE KEYS */; INSERT INTO `dh_zsf` VALUES (3,325,0,'A-B05ZB','','http://www.topliteusa.com/uploadfile/2014/0827/20140827011809695.png','A-B05ZB','A-B05ZB',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=325&id=3',0,99,1,0,'dhadmin',1408345813,1409073492),(4,325,0,'A-B05ZPG','','','A-B05ZPG','A-B05ZPG',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=325&id=4',0,99,1,0,'dhadmin',1408346011,1408346103),(5,325,0,'A-B05ZS','','','A-B05ZS','A-B05ZS',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=325&id=5',0,99,1,0,'dhadmin',1408346119,1408346195),(6,325,0,'A-B05ZSY','','','A-B05ZSY','A-B05ZSY',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=325&id=6',0,99,1,0,'dhadmin',1408346207,1408346262),(7,325,0,'A-B05ZUW','','','A-B05ZUW','A-B05ZUW',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=325&id=7',0,99,1,0,'dhadmin',1408346274,1408346342),(8,325,0,'A-B05ZYG','','','A-B05ZYG','A-B05ZYG',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=325&id=8',0,99,1,0,'dhadmin',1408346363,1408346432),(9,326,0,'A-B10ZH','','http://www.topliteusa.com/uploadfile/2014/0818/20140818032257117.png','A-B10ZH','A-B10ZH',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=326&id=9',0,99,1,0,'dhadmin',1408346468,1408346586),(10,326,0,'A-B10ZSY','','','A-B10ZSY','A-B10ZSY\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=326&id=10',0,99,1,0,'dhadmin',1408346640,1408346709),(11,327,0,'A-B12ZH','','http://www.topliteusa.com/uploadfile/2014/0818/20140818032608407.png','A-B12ZH','A-B12ZH\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=327&id=11',0,99,1,0,'dhadmin',1408346727,1408346798),(12,328,0,'A-L1105ZG','','http://www.topliteusa.com/uploadfile/2014/0827/20140827011738265.png','A-L1105ZG','A-L1105ZG\r\n',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=328&id=12',0,99,1,0,'dhadmin',1408346823,1409073461),(13,328,0,'A-L1105ZH','','','A-L1105ZH','A-L1105ZH\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=328&id=13',0,99,1,0,'dhadmin',1408346951,1408347014),(14,347,0,'A-08012FB','','http://www.topliteusa.com/uploadfile/2014/0827/20140827011706352.png','A-08012FB','A-08012FB',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=347&id=14',0,99,1,0,'dhadmin',1408348981,1409073429),(15,347,0,'A-08012FG','','http://www.topliteusa.com/uploadfile/2014/0825/20140825022509994.png','A-08012FG','A-08012FG\r\n',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=347&id=15',0,99,1,0,'dhadmin',1408350012,1409073303),(16,347,0,'A-08012FH','','','A-08012FH','A-08012FH\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=347&id=16',0,99,1,0,'dhadmin',1408350093,1408350144),(17,347,0,'A-08012FSA','','','A-08012FSA','A-08012FSA\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=347&id=17',0,99,1,0,'dhadmin',1408350159,1408350214),(18,347,0,'A-08012FSY','','','A-08012FSY','A-08012FSY\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=347&id=18',0,99,1,0,'dhadmin',1408350246,1408350354),(19,347,0,'A-08012FUW','','','A-08012FUW','A-08012FUW\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=347&id=19',0,99,1,0,'dhadmin',1408350367,1408350423),(20,347,0,'A-08012CH','','','A-08012CH','A-08012CH\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=347&id=20',0,99,1,0,'dhadmin',1408350435,1408350570),(21,347,0,'A-08012EH','','','A-08012EH','A-08012EH\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=347&id=21',0,99,1,0,'dhadmin',1408350579,1408350665),(22,348,0,'A-J3246BS','','','A-J3246BS','A-J3246BS\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=348&id=22',0,99,1,0,'dhadmin',1408350681,1408350805),(23,349,0,'A-J4264BS','','','A-J4264BS','A-J4264BS\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=349&id=23',0,99,1,0,'dhadmin',1408350821,1408350875),(24,350,0,'A-LJ15ZH','','','A-LJ15ZH','A-LJ15ZH\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=350&id=24',0,99,1,0,'dhadmin',1408350889,1408350944),(25,351,0,'A-LS12012ZH','','','A-LS12012ZH','A-LS12012ZH\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=351&id=25',0,99,1,0,'dhadmin',1408350958,1408351007),(26,352,0,'A-R3006','','http://www.topliteusa.com/uploadfile/2014/0825/20140825022625612.png','A-R3006','A-R3006\r\n',1,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=352&id=26',0,99,1,0,'dhadmin',1408351048,1409073325),(27,352,0,'A-R3006ZYG','','','A-R3006ZYG','A-R3006ZYG\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=352&id=27',0,99,1,0,'dhadmin',1408351171,1408351226),(28,353,0,'A-R3106ZSR','','','A-R3106ZSR','A-R3106ZSR\r\n',0,'http://www.topliteusa.com/index.php?m=content&c=index&a=show&catid=353&id=28',0,99,1,0,'dhadmin',1408351247,1408351307); /*!40000 ALTER TABLE `dh_zsf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dh_zsf_data` -- DROP TABLE IF EXISTS `dh_zsf_data`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `dh_zsf_data` ( `id` mediumint(8) unsigned default '0', `content` text NOT NULL, `readpoint` smallint(5) unsigned NOT NULL default '0', `groupids_view` varchar(100) NOT NULL, `paginationtype` tinyint(1) NOT NULL, `maxcharperpage` mediumint(6) NOT NULL, `template` varchar(30) NOT NULL, `paytype` tinyint(1) unsigned NOT NULL default '0', `allow_comment` tinyint(1) unsigned NOT NULL default '1', `relation` varchar(255) NOT NULL default '', `partnumber` varchar(255) NOT NULL default '', `size` varchar(255) NOT NULL default '', `EmittingColor` varchar(255) NOT NULL default '', `Wavelength` varchar(255) NOT NULL default '', `BrightnessMin` varchar(255) NOT NULL default '', `BrightnessTyp` varchar(255) NOT NULL default '', `pdfdownload` mediumtext NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `dh_zsf_data` -- LOCK TABLES `dh_zsf_data` WRITE; /*!40000 ALTER TABLE `dh_zsf_data` DISABLE KEYS */; INSERT INTO `dh_zsf_data` VALUES (3,'A-B05ZB',0,'',0,10000,'',0,1,'','A-B05ZB','12.5×10.1mm','Blue','460','26326','49363','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-B05ZB.pdf\',\r\n \'filename\' => \'A-B05ZB\',\r\n )\r\n)'),(4,'A-B05ZPG',0,'',0,10000,'',0,1,'','A-B05ZPG','12.5×10.1mm ','Prue Green','525','26326','49363','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-B05ZPG.pdf\',\r\n \'filename\' => \'A-B05ZPG\',\r\n )\r\n)'),(5,'A-B05ZS',0,'',0,10000,'',0,1,'','A-B05ZS','12.5×10.1mm ','Super Red','635','13500','21938','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-B05ZS.pdf\',\r\n \'filename\' => \'A-B05ZS\',\r\n )\r\n)'),(6,'A-B05ZSY',0,'',0,10000,'',0,1,'','A-B05ZSY','12.5×10.1mm ','Yellow','590','26326','49363','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-B05ZSY.pdf\',\r\n \'filename\' => \'A-B05ZSY\',\r\n )\r\n)'),(7,'A-B05ZUW',0,'',0,10000,'',0,1,'','A-B05ZUW','12.5×10.1mm ','White','460','26326','49363','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-B05ZUW.pdf\',\r\n \'filename\' => \'A-B05ZUW\',\r\n )\r\n)'),(8,'A-B05ZYG',0,'',0,10000,'',0,1,'','A-B05ZYG','12.5×10.1mm','Yellow Green','570','13500','21938','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-B05ZYG.pdf\',\r\n \'filename\' => \'A-B05ZYG\',\r\n )\r\n)'),(9,'A-B10ZH ',0,'',0,10000,'',0,1,'','A-B10ZH','25.4×10mm','Red','640','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-B10ZH.pdf\',\r\n \'filename\' => \'A-B10ZH\',\r\n )\r\n)'),(10,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"25\">\r\n <td height=\"25\" style=\"height:25px;width:147px;\">A-B10ZSY</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-B10ZSY','25.4×10mm','Yellow','590','26326','49363','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-B10ZSY.pdf\',\r\n \'filename\' => \'A-B10ZSY\',\r\n )\r\n)'),(11,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"25\">\r\n <td height=\"25\" style=\"height:25px;width:147px;\">A-B12ZH</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-B12ZH','30.4×10mm ','Red','640','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-B12ZH.pdf\',\r\n \'filename\' => \'A-B12ZH\',\r\n )\r\n)'),(12,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"25\">\r\n <td height=\"25\" style=\"height:25px;width:147px;\">A-L1105ZG</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-L1105ZG','59.9×7mm','Yellow Green','570','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-L1105ZG.pdf\',\r\n \'filename\' => \'A-L1105ZG\',\r\n )\r\n)'),(13,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"25\">\r\n <td height=\"25\" style=\"height:25px;width:147px;\">A-L1105ZH</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-L1105ZH','59.9×7mm','Red','640','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-L1105ZH.pdf\',\r\n \'filename\' => \'A-L1105ZH\',\r\n )\r\n)'),(14,'A-08012FB',0,'',0,10000,'',0,1,'','A-08012FB','22×22mm ','Blue','460','26326','49363','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-08012FB.pdf\',\r\n \'filename\' => \'A-08012FB\',\r\n )\r\n)'),(15,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-08012FG</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-08012FG','22×22mm ','Yellow Green','570','4726','7066','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-08012FG.pdf\',\r\n \'filename\' => \'A-08012FG\',\r\n )\r\n)'),(16,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-08012FH</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-08012FH','22×22mm ','Red','640','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-08012FH.pdf\',\r\n \'filename\' => \'A-08012FH\',\r\n )\r\n)'),(17,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-08012FSA</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-08012FSA','22×22mm ','Amber','605','26326','49363','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-08012FSA.pdf\',\r\n \'filename\' => \'A-08012FSA\',\r\n )\r\n)'),(18,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-08012FSY</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-08012FSY','22×22mm','Yellow','590','26326','49363','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-08012FSY.pdf\',\r\n \'filename\' => \'A-08012FSY\',\r\n )\r\n)'),(19,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-08012FUW</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-08012FUW','22×22mm ','White','460','26326','49363','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-08012FUW.pdf\',\r\n \'filename\' => \'A-08012FUW\',\r\n )\r\n)'),(20,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-08012CH</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-08012CH','22×22mm ','Red','640','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-08012CH.pdf\',\r\n \'filename\' => \'A-08012CH\',\r\n )\r\n)'),(21,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-08012EH</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-08012EH','22×22mm ','Red','640','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-08012EH.pdf\',\r\n \'filename\' => \'A-08012EH\',\r\n )\r\n)'),(22,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-J3246BS</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-J3246BS','32×46mm','Super Red','635','13500','21938','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-J3246BS.pdf\',\r\n \'filename\' => \'A-J3246BS\',\r\n )\r\n)'),(23,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-J4264BS</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-J4264BS','42×46mm','Super Red','635','13500','21938','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-J4264BS.pdf\',\r\n \'filename\' => \'A-J4264BS\',\r\n )\r\n)'),(24,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-LJ15ZH</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-LJ15ZH','15×15mm','Red','640','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-LJ15ZH.pdf\',\r\n \'filename\' => \'A-LJ15ZH\',\r\n )\r\n)'),(25,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-LS12012ZH</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-LS12012ZH','30×40mm','Red','640','6145','9186','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-LS12012ZH.pdf\',\r\n \'filename\' => \'A-LS12012ZH\',\r\n )\r\n)'),(26,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-R3006</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-R3006','¢30.8mm','Red','640','/','/','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-R3006.pdf\',\r\n \'filename\' => \'A-R3006\',\r\n )\r\n)'),(27,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-R3006ZYG</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-R3006ZYG','¢30.8mm','Yellow Green','570','/','/','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-R3006ZYG.pdf\',\r\n \'filename\' => \'A-R3006ZYG\',\r\n )\r\n)'),(28,'<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:147px;\" width=\"147\">\r\n<tbody>\r\n <tr height=\"22\">\r\n <td height=\"22\" style=\"height:22px;width:147px;\">A-R3106ZSR</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\n<br />\r\n',0,'',0,10000,'',0,1,'','A-R3106ZSR','¢31.7mm','Super Red','635','/','/','array(\r\n 0 => \r\n array (\r\n \'fileurl\' => \'http://www.topliteusa.com/uploadfile/2014/0825/A-R3106ZSR.pdf\',\r\n \'filename\' => \'A-R3106ZSR\',\r\n )\r\n)'); /*!40000 ALTER TABLE `dh_zsf_data` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'en_dhdata' -- DELIMITER ;; DELIMITER ; /*!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 2016-12-19 3:46:13